Bug 246104

Summary: devel/py-dateutil: Update to 2.8.1
Product: Ports & Packages Reporter: Dan Langille <dvl>
Component: Individual Port(s)Assignee: Kubilay Kocak <koobs>
Status: Closed FIXED    
Severity: Affects Only Me Flags: koobs: maintainer-feedback+
koobs: merge-quarterly+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
update to 2.8.1 none

Description Dan Langille freebsd_committer freebsd_triage 2020-05-01 19:43:23 UTC
Created attachment 214006 [details]
update to 2.8.1
Comment 1 Automation User 2020-05-16 00:12:42 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/146602029
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2020-05-18 02:37:37 UTC
make test fails with:

INTERNALERROR> _pytest.warning_types.PytestUnknownMarkWarning: Unknown pytest.mark.no_cover - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-05-18 03:04:44 UTC
A commit references this bug:

Author: koobs
Date: Mon May 18 03:03:58 UTC 2020
New revision: 535708
URL: https://svnweb.freebsd.org/changeset/ports/535708

Log:
  devel/py-dateutil: Update to 2.8.1 [1]

    - Remove dateutil_test_test__tz patch, upstreamed [1]
    - Remove unecessary pytest-cov dependency
    - Add pytest -W exclusion preventing PytestUnknownMarkWarning: Unknown
      pytest.mark.no_cover error on test invocation.

  Changelog:

    https://dateutil.readthedocs.io/en/stable/changelog.html#version-2-8-1-2019-11-03

  PR:		246104
  Submitted by:	dvl [1]
  MFH:		2020Q2 (blanket: bugfix release)

Changes:
  head/devel/py-dateutil/Makefile
  head/devel/py-dateutil/distinfo
  head/devel/py-dateutil/files/
Comment 4 commit-hook freebsd_committer freebsd_triage 2020-05-18 03:16:54 UTC
A commit references this bug:

Author: koobs
Date: Mon May 18 03:16:23 UTC 2020
New revision: 535711
URL: https://svnweb.freebsd.org/changeset/ports/535711

Log:
  MFH: r535708 devel/py-dateutil: Update to 2.8.1 [1]

    - Remove dateutil_test_test__tz patch, upstreamed [1]
    - Remove unecessary pytest-cov dependency
    - Add pytest -W exclusion preventing PytestUnknownMarkWarning: Unknown
      pytest.mark.no_cover error on test invocation.

  Changelog:

    https://dateutil.readthedocs.io/en/stable/changelog.html#version-2-8-1-2019-11-03

  PR:		246104
  Submitted by:	dvl [1]

  Approved by:	ports-secteam (blanket: bugfix release)

Changes:
_U  branches/2020Q2/
  branches/2020Q2/devel/py-dateutil/Makefile
  branches/2020Q2/devel/py-dateutil/distinfo
  branches/2020Q2/devel/py-dateutil/files/
Comment 5 Kubilay Kocak freebsd_committer freebsd_triage 2020-05-18 03:18:39 UTC
Committed and merged, thank you Dan