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 Jul 14 13:38:29 UTC 2024

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

Log Message:
py-setuptools: update to 70.3.0.

v70.3.0
=======

Features
--------

- Support for loading distutils from the standard library is now deprecated, including use of SETUPTOOLS_USE_DISTUTILS=stdlib and importing distutils before importing setuptools. (#4137)

Bugfixes
--------

- Bugfix for building Cython extension on Windows (pypa/distutils#268).


To generate a diff of this commit:
cvs rdiff -u -r1.247 -r1.248 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.221 -r1.222 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.247 pkgsrc/devel/py-setuptools/Makefile:1.248
--- pkgsrc/devel/py-setuptools/Makefile:1.247   Tue Jul  2 09:19:45 2024
+++ pkgsrc/devel/py-setuptools/Makefile Sun Jul 14 13:38:29 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.247 2024/07/02 09:19:45 adam Exp $
+# $NetBSD: Makefile,v 1.248 2024/07/14 13:38:29 wiz Exp $
 
-DISTNAME=      setuptools-70.2.0
+DISTNAME=      setuptools-70.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
@@ -29,7 +29,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-virtualenv
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 # Pick setuptools.tests which are not built nor installed.
-# 29 failed, 1076 passed, 35 skipped, 9 xfailed, 2 xpassed, 54 errors
+# 28 failed, 1146 passed, 47 skipped, 9 xfailed, 2 xpassed, 3 errors
 TEST_ENV+=     PYTHONPATH=${WRKSRC}
 
 .include "../../lang/python/batteries-included.mk"

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.221 pkgsrc/devel/py-setuptools/distinfo:1.222
--- pkgsrc/devel/py-setuptools/distinfo:1.221   Tue Jul  2 09:19:45 2024
+++ pkgsrc/devel/py-setuptools/distinfo Sun Jul 14 13:38:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.221 2024/07/02 09:19:45 adam Exp $
+$NetBSD: distinfo,v 1.222 2024/07/14 13:38:29 wiz Exp $
 
-BLAKE2s (setuptools-70.2.0.tar.gz) = d07f50dba8187fef93f2634a98718ae65e9a80f3118766447a3486ca90108424
-SHA512 (setuptools-70.2.0.tar.gz) = a2b0aaf57d012326475ee7637e65ebbc3b1a09b338850e8b0c6a0f169c49651f934c813d6d347ba1ff04894a4d8341bb5fedbea35d45dbc19f317587bbb35094
-Size (setuptools-70.2.0.tar.gz) = 2332711 bytes
+BLAKE2s (setuptools-70.3.0.tar.gz) = 0b8f349ecf0d762ee3e446720d12b44cfac70c967a1c0835081e0386a9910c90
+SHA512 (setuptools-70.3.0.tar.gz) = 9f330bd9867631da69ee0886551033a6e8ef3cf52cfe38aad9fcd359cbfc2e0d7ee8c85382b29f8d52568c674893dc07f2b2a896afe5154e6140bb3209ee50a0
+Size (setuptools-70.3.0.tar.gz) = 2333112 bytes



Home | Main Index | Thread Index | Old Index