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:           Wed Nov  3 09:39:22 UTC 2021

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

Log Message:
py-wcmatch: updated to 8.3

8.3
- **NEW**: Officially support Python 3.10.
- **NEW**: Provide type hints for API.
- **FIX**: Gracefully handle calls with an empty pattern list.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-wcmatch/Makefile \
    pkgsrc/textproc/py-wcmatch/PLIST
cvs rdiff -u -r1.3 -r1.4 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.1 pkgsrc/textproc/py-wcmatch/Makefile:1.2
--- pkgsrc/textproc/py-wcmatch/Makefile:1.1     Fri May 28 04:25:14 2021
+++ pkgsrc/textproc/py-wcmatch/Makefile Wed Nov  3 09:39:22 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2021/05/28 04:25:14 adam Exp $
+# $NetBSD: Makefile,v 1.2 2021/11/03 09:39:22 adam Exp $
 
-DISTNAME=      wcmatch-8.2
+DISTNAME=      wcmatch-8.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wcmatch/}
Index: pkgsrc/textproc/py-wcmatch/PLIST
diff -u pkgsrc/textproc/py-wcmatch/PLIST:1.1 pkgsrc/textproc/py-wcmatch/PLIST:1.2
--- pkgsrc/textproc/py-wcmatch/PLIST:1.1        Fri May 28 04:25:14 2021
+++ pkgsrc/textproc/py-wcmatch/PLIST    Wed Nov  3 09:39:22 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/05/28 04:25:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/11/03 09:39:22 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -28,6 +28,7 @@ ${PYSITELIB}/wcmatch/pathlib.pyo
 ${PYSITELIB}/wcmatch/posix.py
 ${PYSITELIB}/wcmatch/posix.pyc
 ${PYSITELIB}/wcmatch/posix.pyo
+${PYSITELIB}/wcmatch/py.typed
 ${PYSITELIB}/wcmatch/util.py
 ${PYSITELIB}/wcmatch/util.pyc
 ${PYSITELIB}/wcmatch/util.pyo

Index: pkgsrc/textproc/py-wcmatch/distinfo
diff -u pkgsrc/textproc/py-wcmatch/distinfo:1.3 pkgsrc/textproc/py-wcmatch/distinfo:1.4
--- pkgsrc/textproc/py-wcmatch/distinfo:1.3     Tue Oct 26 11:23:17 2021
+++ pkgsrc/textproc/py-wcmatch/distinfo Wed Nov  3 09:39:22 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:23:17 nia Exp $
+$NetBSD: distinfo,v 1.4 2021/11/03 09:39:22 adam Exp $
 
-BLAKE2s (wcmatch-8.2.tar.gz) = a3e9769cbf2fb3c932ff44a0d57f209b16f62093ab4f1efb636212048c38cb0e
-SHA512 (wcmatch-8.2.tar.gz) = 9b455f3fc3567b22bac0ef65e61f8c9e32a13a5c7930af83ae085900178515d93b7b95cc18bf42990d71d05787785e7f641e9185cf8577725e175bcc4e168de4
-Size (wcmatch-8.2.tar.gz) = 115943 bytes
+BLAKE2s (wcmatch-8.3.tar.gz) = 66483c2747a0e1a5bd0b0e0585b1662d8aab1bc41fb39d308ec2604803f7ab6c
+SHA512 (wcmatch-8.3.tar.gz) = 26dd03ea28b0414b6f423a580bbe1fb79e5f13d56c45907a8b27d538f003e38f805ff7177d32738514d6a96eac5d3fc2b2aac16309f033a27ab4e16c2f706a70
+Size (wcmatch-8.3.tar.gz) = 118523 bytes



Home | Main Index | Thread Index | Old Index