diff --git a/python-wcmatch.changes b/python-wcmatch.changes index de3210b..ffbdb40 100644 --- a/python-wcmatch.changes +++ b/python-wcmatch.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Nov 20 14:08:52 UTC 2024 - Johannes Kastl + +- update to 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. +- update to 9.0: + * NEW: Remove deprecated function glob.raw_escape. + * NEW: Officially support Python 3.13. + ------------------------------------------------------------------- Mon Jun 10 08:27:22 UTC 2024 - Dirk Müller diff --git a/python-wcmatch.spec b/python-wcmatch.spec index 32facf1..e6d881d 100644 --- a/python-wcmatch.spec +++ b/python-wcmatch.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %{?python_enable_dependency_generator} Name: python-wcmatch -Version: 8.5.2 +Version: 10.0 Release: 0 Summary: Wildcard/glob file name matcher License: MIT diff --git a/wcmatch-10.0.tar.gz b/wcmatch-10.0.tar.gz new file mode 100644 index 0000000..61c68db --- /dev/null +++ b/wcmatch-10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72f0de09bba6a04e0de70937b0cf06e55f36f37b3deb422dfaf854b867b840a +size 115578 diff --git a/wcmatch-8.5.2.tar.gz b/wcmatch-8.5.2.tar.gz deleted file mode 100644 index 4c52711..0000000 --- a/wcmatch-8.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a70222b86dea82fb382dd87b73278c10756c138bd6f8f714e2183128887b9eb2 -size 114983