pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-wcmatch



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun 30 19:47:11 UTC 2025

Modified Files:
        pkgsrc/textproc/py-wcmatch: Makefile distinfo

Log Message:
py-wcmatch: updated to 10.1

10.1

NEW: Drop support for Python 3.8 which is "end of life".
NEW: Add support for Python 3.14.
NEW: Add wcmatch.glob.compile(pattern) and wcmatch.fnmatch.compile(pattern) to allow for precompiled matcher
objects that can be reused.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-wcmatch/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-wcmatch/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-wcmatch/Makefile
diff -u pkgsrc/textproc/py-wcmatch/Makefile:1.13 pkgsrc/textproc/py-wcmatch/Makefile:1.14
--- pkgsrc/textproc/py-wcmatch/Makefile:1.13    Thu Oct 10 13:24:43 2024
+++ pkgsrc/textproc/py-wcmatch/Makefile Mon Jun 30 19:47:11 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/10/10 13:24:43 adam Exp $
+# $NetBSD: Makefile,v 1.14 2025/06/30 19:47:11 adam Exp $
 
-DISTNAME=      wcmatch-10.0
+DISTNAME=      wcmatch-10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wcmatch/}

Index: pkgsrc/textproc/py-wcmatch/distinfo
diff -u pkgsrc/textproc/py-wcmatch/distinfo:1.11 pkgsrc/textproc/py-wcmatch/distinfo:1.12
--- pkgsrc/textproc/py-wcmatch/distinfo:1.11    Thu Oct 10 13:24:43 2024
+++ pkgsrc/textproc/py-wcmatch/distinfo Mon Jun 30 19:47:11 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/10/10 13:24:43 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/06/30 19:47:11 adam Exp $
 
-BLAKE2s (wcmatch-10.0.tar.gz) = 017da195358505dfca4dd976d3e1b43c8cd39891daa6d7ccbb8577a4167b2c10
-SHA512 (wcmatch-10.0.tar.gz) = ad1d1f7b600138920cda204562a1609c502f8ff32e5d4b0e1a166ef87bb49796b2fc5a8bb9d962a0086d4d9deb8cd15e791affbdef6e723f3b085f98c2e72c28
-Size (wcmatch-10.0.tar.gz) = 115578 bytes
+BLAKE2s (wcmatch-10.1.tar.gz) = 953de4fd3e87df2f8126dfb2b5fa01397b4059408db48804e025e097703f095c
+SHA512 (wcmatch-10.1.tar.gz) = 83d363ada86266ac23b67801a4b7bbc5eb30ec9e73b93a7bfc6e5bcc4b37528a65b683cd6e29e70aace6971e240bb1ed210172d40ef262db0650ad98d20541b8
+Size (wcmatch-10.1.tar.gz) = 117421 bytes



Home | Main Index | Thread Index | Old Index