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:           Tue Jun  3 17:57:03 UTC 2025

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

Log Message:
py-zipp: updated to 3.22.0

v3.22.0

Features
- Backported simplified tests from python/cpython/123424.

Bugfixes
- Fixed ``.name``, ``.stem``, and other basename-based properties on Windows when working with a zipfile on disk.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/archivers/py-zipp/Makefile
cvs rdiff -u -r1.34 -r1.35 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.40 pkgsrc/archivers/py-zipp/Makefile:1.41
--- pkgsrc/archivers/py-zipp/Makefile:1.40      Sun Apr 13 08:06:23 2025
+++ pkgsrc/archivers/py-zipp/Makefile   Tue Jun  3 17:57:03 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2025/04/13 08:06:23 adam Exp $
+# $NetBSD: Makefile,v 1.41 2025/06/03 17:57:03 adam Exp $
 
-DISTNAME=      zipp-3.21.0
+DISTNAME=      zipp-3.22.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zipp/}
 

Index: pkgsrc/archivers/py-zipp/distinfo
diff -u pkgsrc/archivers/py-zipp/distinfo:1.34 pkgsrc/archivers/py-zipp/distinfo:1.35
--- pkgsrc/archivers/py-zipp/distinfo:1.34      Thu Nov 14 08:48:49 2024
+++ pkgsrc/archivers/py-zipp/distinfo   Tue Jun  3 17:57:03 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2024/11/14 08:48:49 adam Exp $
+$NetBSD: distinfo,v 1.35 2025/06/03 17:57:03 adam Exp $
 
-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
+BLAKE2s (zipp-3.22.0.tar.gz) = 1cc9f72c1f685ceaf57a72b8d96397815f92553879f0662b4e893ff7d4635177
+SHA512 (zipp-3.22.0.tar.gz) = fcdf53f5058a1036b5a637343d40528373147e480694f85b94d2ca030545169e8bc2271bbd2ad5779eb14841d5dd2630a829192b3ffcefddff956e81d44622a9
+Size (zipp-3.22.0.tar.gz) = 25257 bytes



Home | Main Index | Thread Index | Old Index