pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-zipp



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 14 08:48:49 UTC 2024

Modified Files:
        pkgsrc/archivers/py-zipp: Makefile PLIST distinfo

Log Message:
py-zipp: updated to 3.21.0

v3.21.0

Features

- Improve performances of :meth:`zipfile.Path.open` for non-reading modes.
- Rely on cached_property to cache values on the instance.
- Rely on save_method_args to save method args.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/archivers/py-zipp/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/py-zipp/PLIST
cvs rdiff -u -r1.33 -r1.34 pkgsrc/archivers/py-zipp/distinfo

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

Modified files:

Index: pkgsrc/archivers/py-zipp/Makefile
diff -u pkgsrc/archivers/py-zipp/Makefile:1.38 pkgsrc/archivers/py-zipp/Makefile:1.39
--- pkgsrc/archivers/py-zipp/Makefile:1.38      Mon Nov 11 07:27:51 2024
+++ pkgsrc/archivers/py-zipp/Makefile   Thu Nov 14 08:48:49 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2024/11/11 07:27:51 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2024/11/14 08:48:49 adam Exp $
 
-DISTNAME=      zipp-3.20.2
+DISTNAME=      zipp-3.21.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zipp/}

Index: pkgsrc/archivers/py-zipp/PLIST
diff -u pkgsrc/archivers/py-zipp/PLIST:1.7 pkgsrc/archivers/py-zipp/PLIST:1.8
--- pkgsrc/archivers/py-zipp/PLIST:1.7  Wed Aug 14 08:47:35 2024
+++ pkgsrc/archivers/py-zipp/PLIST      Thu Nov 14 08:48:49 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2024/08/14 08:47:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/11/14 08:48:49 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -7,6 +7,9 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.
 ${PYSITELIB}/zipp/__init__.py
 ${PYSITELIB}/zipp/__init__.pyc
 ${PYSITELIB}/zipp/__init__.pyo
+${PYSITELIB}/zipp/_functools.py
+${PYSITELIB}/zipp/_functools.pyc
+${PYSITELIB}/zipp/_functools.pyo
 ${PYSITELIB}/zipp/compat/__init__.py
 ${PYSITELIB}/zipp/compat/__init__.pyc
 ${PYSITELIB}/zipp/compat/__init__.pyo

Index: pkgsrc/archivers/py-zipp/distinfo
diff -u pkgsrc/archivers/py-zipp/distinfo:1.33 pkgsrc/archivers/py-zipp/distinfo:1.34
--- pkgsrc/archivers/py-zipp/distinfo:1.33      Fri Sep 13 19:22:58 2024
+++ pkgsrc/archivers/py-zipp/distinfo   Thu Nov 14 08:48:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2024/09/13 19:22:58 adam Exp $
+$NetBSD: distinfo,v 1.34 2024/11/14 08:48:49 adam Exp $
 
-BLAKE2s (zipp-3.20.2.tar.gz) = 90433007daa0790fe2a02107abf0915cd112a7155f7da289210db53d6534d705
-SHA512 (zipp-3.20.2.tar.gz) = a8a625d36d75df879284ac9c61760c8320da927e119b27a1b04e60500233ed698439558d56a792b3da94080e78cc57c15c2e62ec8af466aa3f79de4cf4818c77
-Size (zipp-3.20.2.tar.gz) = 24199 bytes
+BLAKE2s (zipp-3.21.0.tar.gz) = df9f9e00b175aebfefb231911b28a005039632ef1aaa97a20d555b38be493cf6
+SHA512 (zipp-3.21.0.tar.gz) = f57489283d979dbeb3234f66f5b6b298876209ba79cf0d7a2562f0ce4747a87fd1494d26a35734c6729620d1edfa3bf8f56769de2ae9576ac9cff074caa39331
+Size (zipp-3.21.0.tar.gz) = 24545 bytes



Home | Main Index | Thread Index | Old Index