pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-setuptools py-setuptools: updated to 41.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc6f5fa21448
branches:  trunk
changeset: 416719:dc6f5fa21448
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 29 15:15:40 2019 +0000

description:
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.

diffstat:

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

diffs (57 lines):

diff -r f7a373d48b35 -r dc6f5fa21448 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Tue Oct 29 15:08:31 2019 +0000
+++ b/devel/py-setuptools/Makefile      Tue Oct 29 15:15:40 2019 +0000
@@ -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/}
diff -r f7a373d48b35 -r dc6f5fa21448 devel/py-setuptools/PLIST
--- a/devel/py-setuptools/PLIST Tue Oct 29 15:08:31 2019 +0000
+++ b/devel/py-setuptools/PLIST Tue Oct 29 15:15:40 2019 +0000
@@ -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/_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/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
diff -r f7a373d48b35 -r dc6f5fa21448 devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Tue Oct 29 15:08:31 2019 +0000
+++ b/devel/py-setuptools/distinfo      Tue Oct 29 15:15:40 2019 +0000
@@ -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