svn commit: r502894 - head/devel/py-setuptools_scm
Kai Knoblich
kai at FreeBSD.org
Tue May 28 13:46:16 UTC 2019
Author: kai
Date: Tue May 28 13:46:14 2019
New Revision: 502894
URL: https://svnweb.freebsd.org/changeset/ports/502894
Log:
devel/py-setuptools_scm: Update to 3.3.3
* Update WWW (remove superfluous trailing slash)
Changelog since 3.1.0:
* Add eggs for python3.7 and 3.8 to the deploy
* Fix python3.8 support and add builds for up to python3.8
* Use a specific fallback root when calling fallbacks. Remove old hack that
resets the root when fallback entrypoints are present.
* Add fallback_version option, which sets the version to be used when
everything else fails.
* Add option git_describe_command to allow the user to control the way that
git describe is called.
https://github.com/pypa/setuptools_scm/blob/v3.3.3/CHANGELOG.rst
PR: 238145
Submitted by: sunpoet
Modified:
head/devel/py-setuptools_scm/Makefile
head/devel/py-setuptools_scm/distinfo
head/devel/py-setuptools_scm/pkg-descr
Modified: head/devel/py-setuptools_scm/Makefile
==============================================================================
--- head/devel/py-setuptools_scm/Makefile Tue May 28 13:45:39 2019 (r502893)
+++ head/devel/py-setuptools_scm/Makefile Tue May 28 13:46:14 2019 (r502894)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= setuptools_scm
-PORTVERSION= 3.1.0
+PORTVERSION= 3.3.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/devel/py-setuptools_scm/distinfo
==============================================================================
--- head/devel/py-setuptools_scm/distinfo Tue May 28 13:45:39 2019 (r502893)
+++ head/devel/py-setuptools_scm/distinfo Tue May 28 13:46:14 2019 (r502894)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1542121425
-SHA256 (setuptools_scm-3.1.0.tar.gz) = 1191f2a136b5e86f7ca8ab00a97ef7aef997131f1f6d4971be69a1ef387d8b40
-SIZE (setuptools_scm-3.1.0.tar.gz) = 35585
+TIMESTAMP = 1558367876
+SHA256 (setuptools_scm-3.3.3.tar.gz) = bd25e1fb5e4d603dcf490f1fde40fb4c595b357795674c3e5cb7f6217ab39ea5
+SIZE (setuptools_scm-3.3.3.tar.gz) = 36903
Modified: head/devel/py-setuptools_scm/pkg-descr
==============================================================================
--- head/devel/py-setuptools_scm/pkg-descr Tue May 28 13:45:39 2019 (r502893)
+++ head/devel/py-setuptools_scm/pkg-descr Tue May 28 13:46:14 2019 (r502894)
@@ -1,4 +1,4 @@
Handles managing your python package versions in scm metadata instead of
declaring them as the version argument or in a scm managed file.
-WWW: https://github.com/pypa/setuptools_scm/
+WWW: https://github.com/pypa/setuptools_scm
More information about the svn-ports-head
mailing list