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: Thu Oct 10 13:24:43 UTC 2024
Modified Files:
pkgsrc/textproc/py-wcmatch: Makefile distinfo
Log Message:
py-wcmatch: updated to 10.0
10.0
NEW: Added GLOBSTARLONG which adds support for the Zsh style *** which acts like ** with GLOBSTAR but
but traverses symlinks.
NEW: pathlib.match will respect symlink rules (when the REALPATH flag is given). Hidden file rules will
be respected at all times. Enable DOTALL to match hidden files.
NEW: Symlinks should not be traversed when GLOBSTAR is enabled unless FOLLOW is also enabled, but they
should still be matched. Prior to this change, symlinks were not traversed and they were ignored from matching
which contradicts how Bash works and could be confusing to users.
FIX: Fix some inconsistencies with globmatch and symlink handling when REALPATH is enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-wcmatch/Makefile
cvs rdiff -u -r1.10 -r1.11 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.12 pkgsrc/textproc/py-wcmatch/Makefile:1.13
--- pkgsrc/textproc/py-wcmatch/Makefile:1.12 Tue Aug 20 08:38:46 2024
+++ pkgsrc/textproc/py-wcmatch/Makefile Thu Oct 10 13:24:43 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/08/20 08:38:46 adam Exp $
+# $NetBSD: Makefile,v 1.13 2024/10/10 13:24:43 adam Exp $
-DISTNAME= wcmatch-9.0
+DISTNAME= wcmatch-10.0
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.10 pkgsrc/textproc/py-wcmatch/distinfo:1.11
--- pkgsrc/textproc/py-wcmatch/distinfo:1.10 Tue Aug 20 08:38:46 2024
+++ pkgsrc/textproc/py-wcmatch/distinfo Thu Oct 10 13:24:43 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/08/20 08:38:46 adam Exp $
+$NetBSD: distinfo,v 1.11 2024/10/10 13:24:43 adam Exp $
-BLAKE2s (wcmatch-9.0.tar.gz) = 64ff0f948691f7b930b376367a16271e7885d251cfa1e74c04fed51ed6f58a1a
-SHA512 (wcmatch-9.0.tar.gz) = d0ce114e95b99d297039ebee1a3d49cc93fec0ceaeb241d92ebc4186dc12195ac227f158730ae8f73ee7adaab804da63c107b49e1fd1a3762bb6902603ad873a
-Size (wcmatch-9.0.tar.gz) = 113625 bytes
+BLAKE2s (wcmatch-10.0.tar.gz) = 017da195358505dfca4dd976d3e1b43c8cd39891daa6d7ccbb8577a4167b2c10
+SHA512 (wcmatch-10.0.tar.gz) = ad1d1f7b600138920cda204562a1609c502f8ff32e5d4b0e1a166ef87bb49796b2fc5a8bb9d962a0086d4d9deb8cd15e791affbdef6e723f3b085f98c2e72c28
+Size (wcmatch-10.0.tar.gz) = 115578 bytes
Home |
Main Index |
Thread Index |
Old Index