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 62.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f37582c2d4b
branches:  trunk
changeset: 379048:8f37582c2d4b
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 11 08:32:26 2022 +0000

description:
py-setuptools: updated to 62.2.0

v62.2.0

Changes
Optional metadata fields are now truly optional.

Misc
Added CI cache for setup.cfg examples used when testing setuptools.config.

diffstat:

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

diffs (44 lines):

diff -r 792942bda8bd -r 8f37582c2d4b devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Wed May 11 08:31:33 2022 +0000
+++ b/devel/py-setuptools/Makefile      Wed May 11 08:32:26 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.207 2022/04/19 19:12:39 adam Exp $
+# $NetBSD: Makefile,v 1.208 2022/05/11 08:32:26 adam Exp $
 
-DISTNAME=      setuptools-62.1.0
+DISTNAME=      setuptools-62.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
diff -r 792942bda8bd -r 8f37582c2d4b devel/py-setuptools/PLIST
--- a/devel/py-setuptools/PLIST Wed May 11 08:31:33 2022 +0000
+++ b/devel/py-setuptools/PLIST Wed May 11 08:32:26 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.69 2022/04/19 19:12:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.70 2022/05/11 08:32:26 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -123,6 +123,9 @@
 ${PYSITELIB}/setuptools/_distutils/_collections.py
 ${PYSITELIB}/setuptools/_distutils/_collections.pyc
 ${PYSITELIB}/setuptools/_distutils/_collections.pyo
+${PYSITELIB}/setuptools/_distutils/_functools.py
+${PYSITELIB}/setuptools/_distutils/_functools.pyc
+${PYSITELIB}/setuptools/_distutils/_functools.pyo
 ${PYSITELIB}/setuptools/_distutils/_macos_compat.py
 ${PYSITELIB}/setuptools/_distutils/_macos_compat.pyc
 ${PYSITELIB}/setuptools/_distutils/_macos_compat.pyo
diff -r 792942bda8bd -r 8f37582c2d4b devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Wed May 11 08:31:33 2022 +0000
+++ b/devel/py-setuptools/distinfo      Wed May 11 08:32:26 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.184 2022/04/19 19:12:39 adam Exp $
+$NetBSD: distinfo,v 1.185 2022/05/11 08:32:26 adam Exp $
 
-BLAKE2s (setuptools-62.1.0.tar.gz) = 19aafc17718850cdf7844924774fb43f38fcb346e35cc0c58f5bf46ab53a5910
-SHA512 (setuptools-62.1.0.tar.gz) = 41f39b5aa22e908c123e8e04c11e505e23cd3aaaae72793e106015dc14b1a44ff3b17aa15ca3da34f34a4becc887ceea7f41932650e38d409f95d7227707d2e1
-Size (setuptools-62.1.0.tar.gz) = 2512885 bytes
+BLAKE2s (setuptools-62.2.0.tar.gz) = f75f35960071644a0a83242ef59e1da8138efc384d9e4b1d33356b83d135350e
+SHA512 (setuptools-62.2.0.tar.gz) = 4d5b9a88088ef6cb0a742bd708ab52798ee5202a0be33dd6102fa44975d121496edda1ddd9abd4a97e4c29fe804687a1d298d930004a53ee2935c0a15821917f
+Size (setuptools-62.2.0.tar.gz) = 2512927 bytes



Home | Main Index | Thread Index | Old Index