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 40.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89c652e3920b
branches:  trunk
changeset: 318678:89c652e3920b
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 28 08:38:09 2019 +0000

description:
py-setuptools: updated to 40.7.0

v40.7.0
* File inputs for the license field in setup.cfg files now explicitly raise an error.
* Add support for non-ASCII in setup.cfg. Add support for native strings on some parameters.
* setuptools.package_index no longer relies on the deprecated urllib.parse.splituser per Python.
* Added tests for PackageIndex.download (for git URLs).
* In PEP 517 build_meta builder, ensure that sdists are built as gztar per the spec.

diffstat:

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

diffs (47 lines):

diff -r 95851fbf1bea -r 89c652e3920b devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Mon Jan 28 08:21:09 2019 +0000
+++ b/devel/py-setuptools/Makefile      Mon Jan 28 08:38:09 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.161 2018/12/13 07:05:46 adam Exp $
+# $NetBSD: Makefile,v 1.162 2019/01/28 08:38:09 adam Exp $
 
-DISTNAME=      setuptools-40.6.3
+DISTNAME=      setuptools-40.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
diff -r 95851fbf1bea -r 89c652e3920b devel/py-setuptools/PLIST
--- a/devel/py-setuptools/PLIST Mon Jan 28 08:21:09 2019 +0000
+++ b/devel/py-setuptools/PLIST Mon Jan 28 08:38:09 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.45 2018/11/13 09:04:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.46 2019/01/28 08:38:09 adam Exp $
 bin/easy_install-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
@@ -242,9 +242,6 @@
 ${PYSITELIB}/setuptools/py33compat.py
 ${PYSITELIB}/setuptools/py33compat.pyc
 ${PYSITELIB}/setuptools/py33compat.pyo
-${PYSITELIB}/setuptools/py36compat.py
-${PYSITELIB}/setuptools/py36compat.pyc
-${PYSITELIB}/setuptools/py36compat.pyo
 ${PYSITELIB}/setuptools/sandbox.py
 ${PYSITELIB}/setuptools/sandbox.pyc
 ${PYSITELIB}/setuptools/sandbox.pyo
diff -r 95851fbf1bea -r 89c652e3920b devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Mon Jan 28 08:21:09 2019 +0000
+++ b/devel/py-setuptools/distinfo      Mon Jan 28 08:38:09 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.139 2018/12/13 07:05:46 adam Exp $
+$NetBSD: distinfo,v 1.140 2019/01/28 08:38:09 adam Exp $
 
-SHA1 (setuptools-40.6.3.zip) = 74b0dc738f72a21fe11f16af613166fd5694e436
-RMD160 (setuptools-40.6.3.zip) = 52c0b51ccf562bf30de9b52e8266f3b3a0805bb4
-SHA512 (setuptools-40.6.3.zip) = 6c628b8fc67645bca96ddcd016ec9a685e91690bf98dff077e842cfbd0d8d24de76ac51b3ff238d31551a48819d8f694fee6e9bb422ca954e54c22b4bda0038c
-Size (setuptools-40.6.3.zip) = 839328 bytes
+SHA1 (setuptools-40.7.0.zip) = 20f0822728ed85cde724e7bc38801236cfe9d185
+RMD160 (setuptools-40.7.0.zip) = 6f0b38a6d760c9b7ed646e79538d5bd04756f6d0
+SHA512 (setuptools-40.7.0.zip) = a360461f70222f1de859a8920d8f8e1257eb47f25a481c0d4a3435f74dc5aef4fd2e2fab5285173777483b1b23e7e203617073d753461373ad1c4768e5ce8aba
+Size (setuptools-40.7.0.zip) = 841969 bytes
 SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2



Home | Main Index | Thread Index | Old Index