pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-setuptools_scm



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug  7 10:06:47 UTC 2018

Modified Files:
        pkgsrc/devel/py-setuptools_scm: Makefile PLIST distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-setuptools_scm/Makefile \
    pkgsrc/devel/py-setuptools_scm/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-setuptools_scm/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-setuptools_scm/Makefile
diff -u pkgsrc/devel/py-setuptools_scm/Makefile:1.14 pkgsrc/devel/py-setuptools_scm/Makefile:1.15
--- pkgsrc/devel/py-setuptools_scm/Makefile:1.14        Mon May 14 06:41:42 2018
+++ pkgsrc/devel/py-setuptools_scm/Makefile     Tue Aug  7 10:06:47 2018
@@ -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/}
Index: pkgsrc/devel/py-setuptools_scm/distinfo
diff -u pkgsrc/devel/py-setuptools_scm/distinfo:1.14 pkgsrc/devel/py-setuptools_scm/distinfo:1.15
--- pkgsrc/devel/py-setuptools_scm/distinfo:1.14        Mon May 14 06:41:42 2018
+++ pkgsrc/devel/py-setuptools_scm/distinfo     Tue Aug  7 10:06:47 2018
@@ -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

Index: pkgsrc/devel/py-setuptools_scm/PLIST
diff -u pkgsrc/devel/py-setuptools_scm/PLIST:1.3 pkgsrc/devel/py-setuptools_scm/PLIST:1.4
--- pkgsrc/devel/py-setuptools_scm/PLIST:1.3    Mon May 14 06:41:42 2018
+++ pkgsrc/devel/py-setuptools_scm/PLIST        Tue Aug  7 10:06:47 2018
@@ -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/__init__.pyo
 ${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



Home | Main Index | Thread Index | Old Index