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:   wiz
Date:           Sun Mar  2 20:39:51 UTC 2025

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

Log Message:
py-setuptools: update to 75.8.2.

v75.8.2
=======

Bugfixes
--------

- Fixed ``pkg_resources.require(...)`` to also consider standardised
  ``dist-info`` directories. (#4856)

v75.8.1
=======

Bugfixes
--------

- Fix wheel file naming to follow binary distribution specification -- by :user:`di` (#4766)
- Fixed crash generating error message printed when building wheels for the
  free-threaded build using the limited API. -- by :user:`ngoldbaum` (#4809)
- Fix documentation for recent CFLAGS distutils change. -- by :user:`thesamesam` (#4836)


To generate a diff of this commit:
cvs rdiff -u -r1.263 -r1.264 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.237 -r1.238 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.263 pkgsrc/devel/py-setuptools/Makefile:1.264
--- pkgsrc/devel/py-setuptools/Makefile:1.263   Thu Jan  9 09:27:48 2025
+++ pkgsrc/devel/py-setuptools/Makefile Sun Mar  2 20:39:51 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.263 2025/01/09 09:27:48 adam Exp $
+# $NetBSD: Makefile,v 1.264 2025/03/02 20:39:51 wiz Exp $
 
-DISTNAME=      setuptools-75.8.0
+DISTNAME=      setuptools-75.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
@@ -30,6 +30,9 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-wheel>=0.4
 # Pick setuptools.tests which are not built nor installed.
 TEST_ENV+=     PYTHONPATH=${WRKSRC}
 
+# as of 75.8.2
+# 25 failed, 1176 passed, 42 skipped, 10 xfailed, 2 xpassed, 18 errors
+
 .include "../../lang/python/batteries-included.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.237 pkgsrc/devel/py-setuptools/distinfo:1.238
--- pkgsrc/devel/py-setuptools/distinfo:1.237   Thu Jan  9 09:27:48 2025
+++ pkgsrc/devel/py-setuptools/distinfo Sun Mar  2 20:39:51 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.237 2025/01/09 09:27:48 adam Exp $
+$NetBSD: distinfo,v 1.238 2025/03/02 20:39:51 wiz Exp $
 
-BLAKE2s (setuptools-75.8.0.tar.gz) = c077009bec6ec6592a74748c5fde93d9090228c538911fcd9acb5fa679a697b4
-SHA512 (setuptools-75.8.0.tar.gz) = 4afa657c5259f9f405c39d82d8c264236749861ba2b104e8b26dd49da8ffb27ad3089ea894f2bb65208f480d7a4042114b93228f1cf2b224dc248774d7681a3d
-Size (setuptools-75.8.0.tar.gz) = 1343222 bytes
+BLAKE2s (setuptools-75.8.2.tar.gz) = 2207a17063a6edb6447901676731529ff1a1623a53a5f6caca42bbe02c2cb71f
+SHA512 (setuptools-75.8.2.tar.gz) = adf7f5d2eab7621b03c86e3f96857b176631108dc8a0eba2b16b87e394bff0b607998bc24cc074cd3f7b0ed6dbe0bd753cce5af2f108fce2473fb50b22f32913
+Size (setuptools-75.8.2.tar.gz) = 1344083 bytes



Home | Main Index | Thread Index | Old Index