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:           Tue Sep 27 08:21:08 UTC 2022

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

Log Message:
py-wcmatch: updated to 8.4.1

8.4.1

FIX: Windows drive path separators should normalize like other path separators.
FIX: Fix a Windows pattern parsing issue that caused absolute paths with ambiguous drives to not parse correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-wcmatch/Makefile \
    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.5 pkgsrc/textproc/py-wcmatch/Makefile:1.6
--- pkgsrc/textproc/py-wcmatch/Makefile:1.5     Sun Sep  4 19:01:29 2022
+++ pkgsrc/textproc/py-wcmatch/Makefile Tue Sep 27 08:21:08 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/09/04 19:01:29 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/09/27 08:21:08 adam Exp $
 
-DISTNAME=      wcmatch-8.4
+DISTNAME=      wcmatch-8.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wcmatch/}
 
Index: pkgsrc/textproc/py-wcmatch/distinfo
diff -u pkgsrc/textproc/py-wcmatch/distinfo:1.5 pkgsrc/textproc/py-wcmatch/distinfo:1.6
--- pkgsrc/textproc/py-wcmatch/distinfo:1.5     Wed Jun  1 10:58:39 2022
+++ pkgsrc/textproc/py-wcmatch/distinfo Tue Sep 27 08:21:08 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/06/01 10:58:39 adam Exp $
+$NetBSD: distinfo,v 1.6 2022/09/27 08:21:08 adam Exp $
 
-BLAKE2s (wcmatch-8.4.tar.gz) = 269f50f827377d40194069c3b183ef25835af998c29d2a2b14f0af78ba062013
-SHA512 (wcmatch-8.4.tar.gz) = 59d85723a104ac74f03a7c2fee505a82c23b55d5f2fd4b6a53dc1bff9a558e879dec2756023ad347aa2fe46edb9a10166fa5752fc33d8668d37ec04aabdf9338
-Size (wcmatch-8.4.tar.gz) = 115994 bytes
+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



Home | Main Index | Thread Index | Old Index