Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-wcmatch
From: Adam Ciarcinski
Date: 2024-10-10 15:24:43
Message id: 20241010132443.89BCEFC7E@cvs.NetBSD.org
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.
Files: