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 Aug 20 08:38:46 UTC 2024

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

Log Message:
py-wcmatch: updated to 9.0

9.0

- **NEW**: Remove deprecated function `glob.raw_escape`.
- **NEW**: Officially support Python 3.13.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-wcmatch/Makefile
cvs rdiff -u -r1.9 -r1.10 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.11 pkgsrc/textproc/py-wcmatch/Makefile:1.12
--- pkgsrc/textproc/py-wcmatch/Makefile:1.11    Wed May 15 15:09:13 2024
+++ pkgsrc/textproc/py-wcmatch/Makefile Tue Aug 20 08:38:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/05/15 15:09:13 adam Exp $
+# $NetBSD: Makefile,v 1.12 2024/08/20 08:38:46 adam Exp $
 
-DISTNAME=      wcmatch-8.5.2
+DISTNAME=      wcmatch-9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wcmatch/}
@@ -15,7 +15,5 @@ DEPENDS+=     ${PYPKGPREFIX}-bracex>=2.1.1:.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-wcmatch/distinfo
diff -u pkgsrc/textproc/py-wcmatch/distinfo:1.9 pkgsrc/textproc/py-wcmatch/distinfo:1.10
--- pkgsrc/textproc/py-wcmatch/distinfo:1.9     Wed May 15 15:09:13 2024
+++ pkgsrc/textproc/py-wcmatch/distinfo Tue Aug 20 08:38:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/05/15 15:09:13 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/08/20 08:38:46 adam Exp $
 
-BLAKE2s (wcmatch-8.5.2.tar.gz) = ab518f0f3ac2ef0a98213456d264c7a762e456e8199a9c5d5e18be23c5367769
-SHA512 (wcmatch-8.5.2.tar.gz) = 7d96f2c424cdeff4b2be17cb2abf8141185c1fd262b3925efd41e425c5089157c388c43df66d1132eea3f8040e06be6cdb9fbe613a9b129519ea91b23d1fef49
-Size (wcmatch-8.5.2.tar.gz) = 114983 bytes
+BLAKE2s (wcmatch-9.0.tar.gz) = 64ff0f948691f7b930b376367a16271e7885d251cfa1e74c04fed51ed6f58a1a
+SHA512 (wcmatch-9.0.tar.gz) = d0ce114e95b99d297039ebee1a3d49cc93fec0ceaeb241d92ebc4186dc12195ac227f158730ae8f73ee7adaab804da63c107b49e1fd1a3762bb6902603ad873a
+Size (wcmatch-9.0.tar.gz) = 113625 bytes



Home | Main Index | Thread Index | Old Index