pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-setuptools



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug  5 05:33:21 UTC 2024

Modified Files:
        pkgsrc/devel/py-setuptools: Makefile PLIST distinfo

Log Message:
py-setuptools: updated to 72.1.0

v72.1.0

Features

Restore the tests command and deprecate access to the module.

v72.0.0

Deprecations and Removals

The test command has been removed. Users relying on 'setup.py test' will need to migrate to another test runner or pin setuptools before this version.


To generate a diff of this commit:
cvs rdiff -u -r1.250 -r1.251 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.224 -r1.225 pkgsrc/devel/py-setuptools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-setuptools/Makefile
diff -u pkgsrc/devel/py-setuptools/Makefile:1.250 pkgsrc/devel/py-setuptools/Makefile:1.251
--- pkgsrc/devel/py-setuptools/Makefile:1.250   Mon Jul 22 03:57:26 2024
+++ pkgsrc/devel/py-setuptools/Makefile Mon Aug  5 05:33:21 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.250 2024/07/22 03:57:26 adam Exp $
+# $NetBSD: Makefile,v 1.251 2024/08/05 05:33:21 adam Exp $
 
-DISTNAME=      setuptools-71.1.0
+DISTNAME=      setuptools-72.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}

Index: pkgsrc/devel/py-setuptools/PLIST
diff -u pkgsrc/devel/py-setuptools/PLIST:1.92 pkgsrc/devel/py-setuptools/PLIST:1.93
--- pkgsrc/devel/py-setuptools/PLIST:1.92       Mon Jul 22 03:57:26 2024
+++ pkgsrc/devel/py-setuptools/PLIST    Mon Aug  5 05:33:21 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.92 2024/07/22 03:57:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.93 2024/08/05 05:33:21 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -1380,9 +1380,6 @@ ${PYSITELIB}/setuptools/tests/test_setop
 ${PYSITELIB}/setuptools/tests/test_setuptools.py
 ${PYSITELIB}/setuptools/tests/test_setuptools.pyc
 ${PYSITELIB}/setuptools/tests/test_setuptools.pyo
-${PYSITELIB}/setuptools/tests/test_test.py
-${PYSITELIB}/setuptools/tests/test_test.pyc
-${PYSITELIB}/setuptools/tests/test_test.pyo
 ${PYSITELIB}/setuptools/tests/test_unicode_utils.py
 ${PYSITELIB}/setuptools/tests/test_unicode_utils.pyc
 ${PYSITELIB}/setuptools/tests/test_unicode_utils.pyo

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.224 pkgsrc/devel/py-setuptools/distinfo:1.225
--- pkgsrc/devel/py-setuptools/distinfo:1.224   Mon Jul 22 03:57:26 2024
+++ pkgsrc/devel/py-setuptools/distinfo Mon Aug  5 05:33:21 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.224 2024/07/22 03:57:26 adam Exp $
+$NetBSD: distinfo,v 1.225 2024/08/05 05:33:21 adam Exp $
 
-BLAKE2s (setuptools-71.1.0.tar.gz) = 730c34e744abb0ac77e7682de27e580ac18a04bf8fcdc4999071d4dc8dc94e7c
-SHA512 (setuptools-71.1.0.tar.gz) = 2cb817d3dee790ab1e71739b3980361c6dface44fa9c027a92aa3f96e758c034b0330de5eae48365dfa17933fe050f8418cff23fea192b3c616789215e411c1a
-Size (setuptools-71.1.0.tar.gz) = 2422233 bytes
+BLAKE2s (setuptools-72.1.0.tar.gz) = 72d0def952702acf1574f733a2abfbf9c8ba63a419590e6170534a2a3ad3db45
+SHA512 (setuptools-72.1.0.tar.gz) = d0a34f16dfa6bb9a6df39076cd43528cf854d343f6f801c448ea0ebab2a259aec3d03571e2a26709df6082ed2fcb6c43b86448be556fd559b6af41831b4f38e0
+Size (setuptools-72.1.0.tar.gz) = 2419487 bytes



Home | Main Index | Thread Index | Old Index