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:           Wed Oct 16 17:52:05 UTC 2024

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

Log Message:
py-setuptools: updated to 75.2.0

v75.2.0

Features
Made errors when parsing Distribution data more explicit about the expected type (tuple[str, ...] | list[str])

Bugfixes

Fix a TypeError when a Distribution’s old included attribute was a tuple
Add workaround for bdist_wheel --dist-info-dir errors when customisation does not inherit from setuptools.


To generate a diff of this commit:
cvs rdiff -u -r1.256 -r1.257 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.230 -r1.231 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.256 pkgsrc/devel/py-setuptools/Makefile:1.257
--- pkgsrc/devel/py-setuptools/Makefile:1.256   Tue Sep 17 07:11:37 2024
+++ pkgsrc/devel/py-setuptools/Makefile Wed Oct 16 17:52:05 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.256 2024/09/17 07:11:37 adam Exp $
+# $NetBSD: Makefile,v 1.257 2024/10/16 17:52:05 adam Exp $
 
-DISTNAME=      setuptools-75.1.0
+DISTNAME=      setuptools-75.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
@@ -29,9 +29,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-xdist
 TEST_DEPENDS+= ${PYPKGPREFIX}-tomli_w>=1.0.0:../../textproc/py-tomli_w
 TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv>=13.0.0:../../devel/py-virtualenv
 
-# as of 75.1.0
-# 34 failed, 1141 passed, 41 skipped, 10 xfailed, 2 xpassed
-
 # Pick setuptools.tests which are not built nor installed.
 TEST_ENV+=     PYTHONPATH=${WRKSRC}
 

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.230 pkgsrc/devel/py-setuptools/distinfo:1.231
--- pkgsrc/devel/py-setuptools/distinfo:1.230   Tue Sep 17 07:11:37 2024
+++ pkgsrc/devel/py-setuptools/distinfo Wed Oct 16 17:52:05 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.230 2024/09/17 07:11:37 adam Exp $
+$NetBSD: distinfo,v 1.231 2024/10/16 17:52:05 adam Exp $
 
-BLAKE2s (setuptools-75.1.0.tar.gz) = d7002e8712bbaa67a670fafd352570f5cf721cdc1937c23df06ef4af38c413c0
-SHA512 (setuptools-75.1.0.tar.gz) = 5003e81c7988dd522cfba233ac643ade9a1ff074a13182a81da7fe3f40565b97dd2696c96b8a0694fcd3417e527e2cf6d6ea5e21d29ff927c1ab5916a2607239
-Size (setuptools-75.1.0.tar.gz) = 1348057 bytes
+BLAKE2s (setuptools-75.2.0.tar.gz) = 8d2635020be5ca537274ea6b7b26f7bdcc86cfcd8c367881010fb4e47d1775e3
+SHA512 (setuptools-75.2.0.tar.gz) = 1c508ae3028ae991215b1953398aee5fcf6df0ae2294cc2e31bf8f3c67a306b6cbe2b78e4d855271be8df8a82135fccc8baa05df905fe964d45e5888abf51add
+Size (setuptools-75.2.0.tar.gz) = 1350308 bytes



Home | Main Index | Thread Index | Old Index