pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-setuptools_scm py-setuptools_scm: updated to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9138a5c9e8f
branches:  trunk
changeset: 311287:b9138a5c9e8f
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 07 10:06:47 2018 +0000

description:
py-setuptools_scm: updated to 3.0.6

v3.0.6
fix 295 - correctly handle selfinstall from tarballs

v3.0.5
fix 292 - match leading 'V' character as well
https://www.python.org/dev/peps/pep-0440/#preceding-v-character

v3.0.4
rerelease of 3.0.3 after fixing the release process

v3.0.3 (pulled from pypi due to a packaging issue)
fix 286 - duo an oversight a helper functio nwas returning a generator instead of a list

v3.0.2
fix a regression from tag parsing - support for multi-dashed prefixes

v3.0.1
fix a regression in setuptools_scm.git.parse - reorder arguments so the positional invocation from before works as expected

v3.0.0
introduce pre-commit and use black
print the origin module to help testing
switch to src layout (breaking change)
no longer alias tag and parsed_version in order to support understanding a version parse failure
require parse results to be ScmVersion or None (breaking change)
fix 266 by requiring the prefix word to be a word again (breaking change as the bug allowed arbitrary prefixes while the original feature only allowed words")
introduce a internal config object to allow the configruation fo tag parsing and prefixes (thanks to @punkadiddle for introducing it and passing it trough)

diffstat:

 devel/py-setuptools_scm/Makefile |   4 ++--
 devel/py-setuptools_scm/PLIST    |   5 ++++-
 devel/py-setuptools_scm/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r cf778c86a577 -r b9138a5c9e8f devel/py-setuptools_scm/Makefile
--- a/devel/py-setuptools_scm/Makefile  Tue Aug 07 10:04:04 2018 +0000
+++ b/devel/py-setuptools_scm/Makefile  Tue Aug 07 10:06:47 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/05/14 06:41:42 adam Exp $
+# $NetBSD: Makefile,v 1.15 2018/08/07 10:06:47 adam Exp $
 
-DISTNAME=      setuptools_scm-2.1.0
+DISTNAME=      setuptools_scm-3.0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools_scm/}
diff -r cf778c86a577 -r b9138a5c9e8f devel/py-setuptools_scm/PLIST
--- a/devel/py-setuptools_scm/PLIST     Tue Aug 07 10:04:04 2018 +0000
+++ b/devel/py-setuptools_scm/PLIST     Tue Aug 07 10:06:47 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/05/14 06:41:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/08/07 10:06:47 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -11,6 +11,9 @@
 ${PYSITELIB}/setuptools_scm/__main__.py
 ${PYSITELIB}/setuptools_scm/__main__.pyc
 ${PYSITELIB}/setuptools_scm/__main__.pyo
+${PYSITELIB}/setuptools_scm/config.py
+${PYSITELIB}/setuptools_scm/config.pyc
+${PYSITELIB}/setuptools_scm/config.pyo
 ${PYSITELIB}/setuptools_scm/discover.py
 ${PYSITELIB}/setuptools_scm/discover.pyc
 ${PYSITELIB}/setuptools_scm/discover.pyo
diff -r cf778c86a577 -r b9138a5c9e8f devel/py-setuptools_scm/distinfo
--- a/devel/py-setuptools_scm/distinfo  Tue Aug 07 10:04:04 2018 +0000
+++ b/devel/py-setuptools_scm/distinfo  Tue Aug 07 10:06:47 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2018/05/14 06:41:42 adam Exp $
+$NetBSD: distinfo,v 1.15 2018/08/07 10:06:47 adam Exp $
 
-SHA1 (setuptools_scm-2.1.0.tar.gz) = 2bfc836d7088e13676981af1e530fe6d0a1f533b
-RMD160 (setuptools_scm-2.1.0.tar.gz) = d8d469c02c126d0a0c72c1b18203eae4124577c3
-SHA512 (setuptools_scm-2.1.0.tar.gz) = 69ce171aa4d3b576883efffb350c59f38bfe8b35bd8e4e8fa1128d9f8a3e6cfaab832633e91fada36126f8e7e2c18663fad621d62c9834be1b5d36c58ae1d1c8
-Size (setuptools_scm-2.1.0.tar.gz) = 32776 bytes
+SHA1 (setuptools_scm-3.0.6.tar.gz) = 4ef007f9829b9024665b70e27eadc7df75522200
+RMD160 (setuptools_scm-3.0.6.tar.gz) = 5d1d4fb8174e55afe24af54b3f557d15040416cc
+SHA512 (setuptools_scm-3.0.6.tar.gz) = f3d7e84b999c1fa2e13f9d6171f44727e10bf35e7443ab9faa07c40f7c6654ffc76950f3c04137b0d434524c1f6d464618733dc56a97ebf735d61bb191e7e47c
+Size (setuptools_scm-3.0.6.tar.gz) = 35000 bytes



Home | Main Index | Thread Index | Old Index