pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-wcmatch py-wcmatch: updated to 8.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bf20a8891ba
branches:  trunk
changeset: 768891:4bf20a8891ba
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 03 09:39:22 2021 +0000

description:
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.

diffstat:

 textproc/py-wcmatch/Makefile |  4 ++--
 textproc/py-wcmatch/PLIST    |  3 ++-
 textproc/py-wcmatch/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r f418ce16a007 -r 4bf20a8891ba textproc/py-wcmatch/Makefile
--- a/textproc/py-wcmatch/Makefile      Wed Nov 03 09:38:40 2021 +0000
+++ b/textproc/py-wcmatch/Makefile      Wed Nov 03 09:39:22 2021 +0000
@@ -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/}
diff -r f418ce16a007 -r 4bf20a8891ba textproc/py-wcmatch/PLIST
--- a/textproc/py-wcmatch/PLIST Wed Nov 03 09:38:40 2021 +0000
+++ b/textproc/py-wcmatch/PLIST Wed Nov 03 09:39:22 2021 +0000
@@ -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/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
diff -r f418ce16a007 -r 4bf20a8891ba textproc/py-wcmatch/distinfo
--- a/textproc/py-wcmatch/distinfo      Wed Nov 03 09:38:40 2021 +0000
+++ b/textproc/py-wcmatch/distinfo      Wed Nov 03 09:39:22 2021 +0000
@@ -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