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.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8502dc523fd
branches:  trunk
changeset: 415871:d8502dc523fd
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 16 07:21:46 2019 +0000

description:
py-setuptools: updated to 41.4.0

v41.4.0
In declarative config, now traps errors when invalid python_requires values are supplied.

v41.3.0
When storing extras, rely on OrderedSet to retain order of extras as indicated by the packager, which will also be deterministic on Python 2.7 (with PYTHONHASHSEED unset) and Python 3.6+.
Fixed failing integration test triggered by 'long_description_content_type' in packaging.

diffstat:

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

diffs (47 lines):

diff -r fab53be50965 -r d8502dc523fd devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Wed Oct 16 07:04:29 2019 +0000
+++ b/devel/py-setuptools/Makefile      Wed Oct 16 07:21:46 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.170 2019/09/04 07:55:43 adam Exp $
+# $NetBSD: Makefile,v 1.171 2019/10/16 07:21:46 adam Exp $
 
-DISTNAME=      setuptools-41.2.0
+DISTNAME=      setuptools-41.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
diff -r fab53be50965 -r d8502dc523fd devel/py-setuptools/PLIST
--- a/devel/py-setuptools/PLIST Wed Oct 16 07:04:29 2019 +0000
+++ b/devel/py-setuptools/PLIST Wed Oct 16 07:21:46 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.46 2019/01/28 08:38:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.47 2019/10/16 07:21:46 adam Exp $
 bin/easy_install-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
@@ -67,6 +67,9 @@
 ${PYSITELIB}/setuptools/_vendor/__init__.py
 ${PYSITELIB}/setuptools/_vendor/__init__.pyc
 ${PYSITELIB}/setuptools/_vendor/__init__.pyo
+${PYSITELIB}/setuptools/_vendor/ordered_set.py
+${PYSITELIB}/setuptools/_vendor/ordered_set.pyc
+${PYSITELIB}/setuptools/_vendor/ordered_set.pyo
 ${PYSITELIB}/setuptools/_vendor/packaging/__about__.py
 ${PYSITELIB}/setuptools/_vendor/packaging/__about__.pyc
 ${PYSITELIB}/setuptools/_vendor/packaging/__about__.pyo
diff -r fab53be50965 -r d8502dc523fd devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Wed Oct 16 07:04:29 2019 +0000
+++ b/devel/py-setuptools/distinfo      Wed Oct 16 07:21:46 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.148 2019/09/04 07:55:43 adam Exp $
+$NetBSD: distinfo,v 1.149 2019/10/16 07:21:46 adam Exp $
 
-SHA1 (setuptools-41.2.0.zip) = 80edac82e8bc54f0d945bf4d1b53f12d236e3727
-RMD160 (setuptools-41.2.0.zip) = 9a3a787e5a543e517c5844ce78b0c2626add7f6a
-SHA512 (setuptools-41.2.0.zip) = 6ac0da9f2e452b2b2334c03eb1667d88ebffeb68da18a69fe14f9f0763ac391986dcc663f123015b63eb0c3f905e5a8be7408499ddb1ac20367109275cb66ac9
-Size (setuptools-41.2.0.zip) = 851251 bytes
+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 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2



Home | Main Index | Thread Index | Old Index