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:           Sat Sep  2 07:22:19 UTC 2023

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

Log Message:
py-wcmatch: updated to 8.5

8.5

- **NEW**: Formally support Python 3.11 (no change).
- **NEW**: Add support for Python 3.12 (`pathlib` changes).
- **NEW**: Drop Python 3.7 support.
- **FIX**: Fix handling of current directory when magic and non-magic patterns are mixed in `glob` pattern list.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-wcmatch/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/textproc/py-wcmatch/Makefile:1.8
--- pkgsrc/textproc/py-wcmatch/Makefile:1.7     Tue Jun  6 12:42:33 2023
+++ pkgsrc/textproc/py-wcmatch/Makefile Sat Sep  2 07:22:19 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/06/06 12:42:33 riastradh Exp $
+# $NetBSD: Makefile,v 1.8 2023/09/02 07:22:19 adam Exp $
 
-DISTNAME=      wcmatch-8.4.1
+DISTNAME=      wcmatch-8.5
 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.6 pkgsrc/textproc/py-wcmatch/distinfo:1.7
--- pkgsrc/textproc/py-wcmatch/distinfo:1.6     Tue Sep 27 08:21:08 2022
+++ pkgsrc/textproc/py-wcmatch/distinfo Sat Sep  2 07:22:19 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/09/27 08:21:08 adam Exp $
+$NetBSD: distinfo,v 1.7 2023/09/02 07:22:19 adam Exp $
 
-BLAKE2s (wcmatch-8.4.1.tar.gz) = ed43e04304002c57f42ed1b29bacbae397b4909b3f9049ce76bffeacb3374b1a
-SHA512 (wcmatch-8.4.1.tar.gz) = 2ce84ebde2f6fcb7470eb35abda7c3cd7bc3a317694c4fe276bce8ff77d0e53373ad8c0744495c97e9aee63ce6ef2503c584980942c9e1de3ea862c4203b5ccf
-Size (wcmatch-8.4.1.tar.gz) = 114362 bytes
+BLAKE2s (wcmatch-8.5.tar.gz) = b7cd2fb8e09ba2056406e3b4501987d6dc05eef0efc43f89bc70bab3007bda1d
+SHA512 (wcmatch-8.5.tar.gz) = d47b7b5f4461ef3262356ab03555ab12c13fde50512606ca26f7c6107cc09144f83229d0a2c5d368b1bff06b059e0091e7afddf6f0e7a8e33b9c6ec85f728983
+Size (wcmatch-8.5.tar.gz) = 114678 bytes



Home | Main Index | Thread Index | Old Index