pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-setuptools
Module Name: pkgsrc
Committed By: adam
Date: Tue Oct 29 15:15:40 UTC 2019
Modified Files:
pkgsrc/devel/py-setuptools: Makefile PLIST distinfo
Log Message:
py-setuptools: updated to 41.6.0
v41.6.0
* Replace usage of deprecated imp module with local re-implementation in setuptools._imp.
v41.5.1
* Fix code for detecting Visual Studio's version on Windows under Python 2.
v41.5.0
* Improve Visual C++ 14.X support, mainly for Visual Studio 2017 and 2019.
* Fix pkg_resources.Requirement hash/equality implementation: take PEP 508 direct URL into account.
* Fix tests when running under python3.10.
* Formally deprecated the test command, with the recommendation that users migrate to tox.
* Update documentation to mention the egg format is not supported by pip and dependency links support was dropped starting with pip 19.0.
* Drop ez_setup documentation: deprecated for some time (last updated in 2016), and still relying on easy_install (deprecated too).
* Drop most documentation references to (deprecated) EasyInstall.
* Added a trove classifier to document support for Python 3.8.
* Added Python 3.8 release to the Travis test matrix.
To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.149 -r1.150 pkgsrc/devel/py-setuptools/distinfo
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/Makefile
diff -u pkgsrc/devel/py-setuptools/Makefile:1.171 pkgsrc/devel/py-setuptools/Makefile:1.172
--- pkgsrc/devel/py-setuptools/Makefile:1.171 Wed Oct 16 07:21:46 2019
+++ pkgsrc/devel/py-setuptools/Makefile Tue Oct 29 15:15:40 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.171 2019/10/16 07:21:46 adam Exp $
+# $NetBSD: Makefile,v 1.172 2019/10/29 15:15:40 adam Exp $
-DISTNAME= setuptools-41.4.0
+DISTNAME= setuptools-41.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
Index: pkgsrc/devel/py-setuptools/PLIST
diff -u pkgsrc/devel/py-setuptools/PLIST:1.47 pkgsrc/devel/py-setuptools/PLIST:1.48
--- pkgsrc/devel/py-setuptools/PLIST:1.47 Wed Oct 16 07:21:46 2019
+++ pkgsrc/devel/py-setuptools/PLIST Tue Oct 29 15:15:40 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.47 2019/10/16 07:21:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.48 2019/10/29 15:15:40 adam Exp $
bin/easy_install-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_FILE}/PKG-INFO
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
@@ -64,6 +64,9 @@ ${PYSITELIB}/setuptools/__init__.pyo
${PYSITELIB}/setuptools/_deprecation_warning.py
${PYSITELIB}/setuptools/_deprecation_warning.pyc
${PYSITELIB}/setuptools/_deprecation_warning.pyo
+${PYSITELIB}/setuptools/_imp.py
+${PYSITELIB}/setuptools/_imp.pyc
+${PYSITELIB}/setuptools/_imp.pyo
${PYSITELIB}/setuptools/_vendor/__init__.py
${PYSITELIB}/setuptools/_vendor/__init__.pyc
${PYSITELIB}/setuptools/_vendor/__init__.pyo
@@ -245,6 +248,9 @@ ${PYSITELIB}/setuptools/py31compat.pyo
${PYSITELIB}/setuptools/py33compat.py
${PYSITELIB}/setuptools/py33compat.pyc
${PYSITELIB}/setuptools/py33compat.pyo
+${PYSITELIB}/setuptools/py34compat.py
+${PYSITELIB}/setuptools/py34compat.pyc
+${PYSITELIB}/setuptools/py34compat.pyo
${PYSITELIB}/setuptools/sandbox.py
${PYSITELIB}/setuptools/sandbox.pyc
${PYSITELIB}/setuptools/sandbox.pyo
Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.149 pkgsrc/devel/py-setuptools/distinfo:1.150
--- pkgsrc/devel/py-setuptools/distinfo:1.149 Wed Oct 16 07:21:46 2019
+++ pkgsrc/devel/py-setuptools/distinfo Tue Oct 29 15:15:40 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.149 2019/10/16 07:21:46 adam Exp $
+$NetBSD: distinfo,v 1.150 2019/10/29 15:15:40 adam Exp $
-SHA1 (setuptools-41.4.0.zip) = e79681c640ede88f42965bec047c8892d7e689e3
-RMD160 (setuptools-41.4.0.zip) = 6f365a6a1bca1b525dd7f4f1de970eee3b8a1f34
-SHA512 (setuptools-41.4.0.zip) = 3b8406dd6ea23623112b8ba418e70fa97317449838a5dfc54d46738dbde3f2fc15657466e296e2f9bf72cbbaa0aa28ba42d8392afe29f9583cca258645e189b7
-Size (setuptools-41.4.0.zip) = 855608 bytes
+SHA1 (setuptools-41.6.0.zip) = 79f4ba0be27967d8f02b0d21a1e34fba9432481d
+RMD160 (setuptools-41.6.0.zip) = 8df5351d046fdfd6289c430c94fbbe33416f589a
+SHA512 (setuptools-41.6.0.zip) = 1bed75e7173ea0399f078c96cf5c1818dada7a4b86a93e61ff72da6a25694e321b9047e024617aa775b71a25fe8cb0848323902e1fb9c8c8a1f39434f0de6434
+Size (setuptools-41.6.0.zip) = 852541 bytes
SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2
Home |
Main Index |
Thread Index |
Old Index