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 Jul 13 14:51:54 UTC 2023

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

Log Message:
py-zipp: updated to 3.16.1

v3.16.1

Bugfixes
- Replaced the ``fnmatch.translate`` with a fresh glob-to-regex translator for more correct matching behavior.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/archivers/py-zipp/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/py-zipp/PLIST
cvs rdiff -u -r1.22 -r1.23 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.25 pkgsrc/archivers/py-zipp/Makefile:1.26
--- pkgsrc/archivers/py-zipp/Makefile:1.25      Mon Jul 10 03:36:35 2023
+++ pkgsrc/archivers/py-zipp/Makefile   Thu Jul 13 14:51:54 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/07/10 03:36:35 adam Exp $
+# $NetBSD: Makefile,v 1.26 2023/07/13 14:51:54 adam Exp $
 
-DISTNAME=      zipp-3.16.0
+DISTNAME=      zipp-3.16.1
 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.3 pkgsrc/archivers/py-zipp/PLIST:1.4
--- pkgsrc/archivers/py-zipp/PLIST:1.3  Tue Nov 22 12:54:44 2022
+++ pkgsrc/archivers/py-zipp/PLIST      Thu Jul 13 14:51:54 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/11/22 12:54:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/07/13 14:51:54 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -9,5 +9,7 @@ ${PYSITELIB}/${WHEEL_INFODIR}/direct_url
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/zipp/__init__.py
 ${PYSITELIB}/zipp/__init__.pyc
+${PYSITELIB}/zipp/glob.py
+${PYSITELIB}/zipp/glob.pyc
 ${PYSITELIB}/zipp/py310compat.py
 ${PYSITELIB}/zipp/py310compat.pyc

Index: pkgsrc/archivers/py-zipp/distinfo
diff -u pkgsrc/archivers/py-zipp/distinfo:1.22 pkgsrc/archivers/py-zipp/distinfo:1.23
--- pkgsrc/archivers/py-zipp/distinfo:1.22      Mon Jul 10 03:36:35 2023
+++ pkgsrc/archivers/py-zipp/distinfo   Thu Jul 13 14:51:54 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2023/07/10 03:36:35 adam Exp $
+$NetBSD: distinfo,v 1.23 2023/07/13 14:51:54 adam Exp $
 
-BLAKE2s (zipp-3.16.0.tar.gz) = b9624629ace64622261682f702b9a8136a372636868c3afc0ac896c7a80a6acb
-SHA512 (zipp-3.16.0.tar.gz) = f83eb32a28a1f3acf49ade075e8390f89912d1a058cf514432c06efc1963d2a40d78051a6f7963fcdaee3dcf38e327a48a4eef15e5f3ac0db4a9590d6061ccdf
-Size (zipp-3.16.0.tar.gz) = 18432 bytes
+BLAKE2s (zipp-3.16.1.tar.gz) = 1066687f7dcb491dff8a4254b41e38a80a4839ba90f4b728d8efb681c82cc3a4
+SHA512 (zipp-3.16.1.tar.gz) = e1f8d03c8b8c49e4745e03b65e32c9b76bb4e7c87e24304af630e8875843ad4cfc12f46f5dce3f210698a9e9a5f58be251eafed83893128657d8cb23c11066d0
+Size (zipp-3.16.1.tar.gz) = 19194 bytes



Home | Main Index | Thread Index | Old Index