Bug 230062 - devel/py-dateutil: Update to 2.7.3
Summary: devel/py-dateutil: Update to 2.7.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-26 15:45 UTC by Radim Kolar
Modified: 2018-07-30 23:32 UTC (History)
0 users

See Also:
koobs: maintainer-feedback+


Attachments
update (1.39 KB, patch)
2018-07-26 15:45 UTC, Radim Kolar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Radim Kolar 2018-07-26 15:45:31 UTC
Created attachment 195481 [details]
update

Update to 2.7.3
Build time dependency on setuptools_scm
Download from PyPi, it does not build from github because lack of version metadata.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2018-07-30 23:01:20 UTC
Thank you Radim, some additional changes are necessary (test dependencies and test target)
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-07-30 23:31:11 UTC
A commit references this bug:

Author: koobs
Date: Mon Jul 30 23:30:31 UTC 2018
New revision: 475926
URL: https://svnweb.freebsd.org/changeset/ports/475926

Log:
  devel/py-dateutil: Update to 2.7.3

    - dateutil now uses setuptools_scm to derive its version which requires
  	a PyPI sdist or git checkout. USE_GITHUB uses tarballs, so switch to
  	CHEESEHOP accordingly.

  Changelog:

    https://github.com/dateutil/dateutil/blob/2.7.3/NEWS

  PR:		230062
  Submitted by:	Radim Kolar <hsn sendmail cz>

Changes:
  head/devel/py-dateutil/Makefile
  head/devel/py-dateutil/distinfo
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2018-07-30 23:32:02 UTC
Committed with changes