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: Sat Mar 16 17:42:21 UTC 2024
Modified Files:
pkgsrc/devel/py-setuptools: Makefile PLIST distinfo
Log Message:
py-setuptools: updated to 69.2.0
v69.2.0
Features
- Explicitly use ``encoding="locale"`` for ``.pth`` files whenever possible,
to reduce ``EncodingWarnings``.
This avoid errors with UTF-8 (see discussion in python/cpython-77102).
Bugfixes
- Clarify some `pkg_resources` methods return `bytes`, not `str`. Also return an empty `bytes` in ``EmptyProvider._get``
- Return an empty `list` by default in ``pkg_resources.ResourceManager.cleanup_resources``
- Made ``pkg_resoursces.NullProvider``'s ``has_metadata`` and ``metadata_isdir`` methods return actual booleans like all other Providers.
To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.85 -r1.86 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.216 -r1.217 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.242 pkgsrc/devel/py-setuptools/Makefile:1.243
--- pkgsrc/devel/py-setuptools/Makefile:1.242 Fri Feb 23 12:18:46 2024
+++ pkgsrc/devel/py-setuptools/Makefile Sat Mar 16 17:42:21 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.242 2024/02/23 12:18:46 adam Exp $
+# $NetBSD: Makefile,v 1.243 2024/03/16 17:42:21 adam Exp $
-DISTNAME= setuptools-69.1.1
+DISTNAME= setuptools-69.2.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.85 pkgsrc/devel/py-setuptools/PLIST:1.86
--- pkgsrc/devel/py-setuptools/PLIST:1.85 Mon Feb 12 13:05:29 2024
+++ pkgsrc/devel/py-setuptools/PLIST Sat Mar 16 17:42:21 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.85 2024/02/12 13:05:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.86 2024/03/16 17:42:21 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -596,6 +596,9 @@ ${PYSITELIB}/setuptools/compat/py310.pyo
${PYSITELIB}/setuptools/compat/py311.py
${PYSITELIB}/setuptools/compat/py311.pyc
${PYSITELIB}/setuptools/compat/py311.pyo
+${PYSITELIB}/setuptools/compat/py39.py
+${PYSITELIB}/setuptools/compat/py39.pyc
+${PYSITELIB}/setuptools/compat/py39.pyo
${PYSITELIB}/setuptools/config/__init__.py
${PYSITELIB}/setuptools/config/__init__.pyc
${PYSITELIB}/setuptools/config/__init__.pyo
Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.216 pkgsrc/devel/py-setuptools/distinfo:1.217
--- pkgsrc/devel/py-setuptools/distinfo:1.216 Fri Feb 23 12:18:46 2024
+++ pkgsrc/devel/py-setuptools/distinfo Sat Mar 16 17:42:21 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.216 2024/02/23 12:18:46 adam Exp $
+$NetBSD: distinfo,v 1.217 2024/03/16 17:42:21 adam Exp $
-BLAKE2s (setuptools-69.1.1.tar.gz) = 8e34e407bae006c6295404258b5045770aa08c1300b780a2cbf23d656996ca05
-SHA512 (setuptools-69.1.1.tar.gz) = ddd1e94afa8869bcc521494cd66d9a23ba2b9674ff0a7f7f8609ea2bc61137d8f0b6891708eb7c7308e9ac366edfb66bd4439c73a4ba098ae743ca82b45f12ff
-Size (setuptools-69.1.1.tar.gz) = 2219821 bytes
+BLAKE2s (setuptools-69.2.0.tar.gz) = a7ccf848c7a631bb7cb318afa925c4d3ed252bc5a863e55eacc44e1afdfbae5e
+SHA512 (setuptools-69.2.0.tar.gz) = e69abe573304b1c2c074144c9df663fec0d6ce617359f070ca8d57710e4beb99435d0d2124d45a7d8b24889693597e1e03875bc6ff960fa31f6250e1c253b906
+Size (setuptools-69.2.0.tar.gz) = 2222950 bytes
Home |
Main Index |
Thread Index |
Old Index