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.8.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/546af3584f28
branches: trunk
changeset: 329517:546af3584f28
user: adam <adam%pkgsrc.org@localhost>
date: Sat Feb 09 17:11:49 2019 +0000
description:
py-setuptools: updated to 40.8.0
v40.8.0
* Added the build_meta:__legacy__ backend, a "compatibility mode" PEP 517 backend that can be used as the default when build-backend is left unspecified in pyproject.toml.
* Resource paths are passed to pkg_resources.resource_string and similar no longer accept paths that traverse parents, that begin with a leading /. Violations of this expectation raise
DeprecationWarnings and will become errors. Additionally, any paths that are absolute on Windows are strictly disallowed and will raise ValueErrors.
* setuptools will now automatically include licenses if setup.cfg contains a license_file attribute, unless this file is manually excluded inside MANIFEST.in.
v40.7.3
* In package_index, revert to using a copy of splituser from Python 3.8.
diffstat:
devel/py-setuptools/Makefile | 4 ++--
devel/py-setuptools/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 1ebdefb21cc3 -r 546af3584f28 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile Sat Feb 09 15:23:27 2019 +0000
+++ b/devel/py-setuptools/Makefile Sat Feb 09 17:11:49 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.164 2019/02/01 09:17:46 adam Exp $
+# $NetBSD: Makefile,v 1.165 2019/02/09 17:11:49 adam Exp $
-DISTNAME= setuptools-40.7.2
+DISTNAME= setuptools-40.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
diff -r 1ebdefb21cc3 -r 546af3584f28 devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo Sat Feb 09 15:23:27 2019 +0000
+++ b/devel/py-setuptools/distinfo Sat Feb 09 17:11:49 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.142 2019/02/01 09:17:46 adam Exp $
+$NetBSD: distinfo,v 1.143 2019/02/09 17:11:49 adam Exp $
-SHA1 (setuptools-40.7.2.zip) = 4022acb7a31d70bfb3f927aa73455239aac6db7e
-RMD160 (setuptools-40.7.2.zip) = 14af5341d80311a23737aafb91de9667eb665d9d
-SHA512 (setuptools-40.7.2.zip) = f3e2fd9c3712297ac07a93043334854d3c5d8bee6e5685dc0a2d2dbf1a44831a0b818e5a72e5b5c35b8a25db6886cd3cc3430836a5f444c6fbc9aad4a6b5e5f3
-Size (setuptools-40.7.2.zip) = 842780 bytes
+SHA1 (setuptools-40.8.0.zip) = 3547552b1009283f7ae31fded32ad33ed160e671
+RMD160 (setuptools-40.8.0.zip) = 1ad540c706903ce62d098a54ba81c58a4ce221a2
+SHA512 (setuptools-40.8.0.zip) = f14976a76bff74b7494d44fcfffa511de0d142b4d308fcbf87b34c31c51491102e152acc11a383c5f6b693d1b18eb119c5186ca23deb12b2bbf186794b062868
+Size (setuptools-40.8.0.zip) = 845071 bytes
SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2
Home |
Main Index |
Thread Index |
Old Index