diff --git a/python-wcmatch.changes b/python-wcmatch.changes index ffbdb40..facb742 100644 --- a/python-wcmatch.changes +++ b/python-wcmatch.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jul 2 12:16:23 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 10.1 + * NEW: Drop support for Python 3.8 which is "end of life". + * NEW: Add support for Python 3.14. + * NEW: Add wcmatch.glob.compile(pattern) and wcmatch.fnmatch.compile(pattern) + to allow for precompiled matcher objects that can be reused. + ------------------------------------------------------------------- Wed Nov 20 14:08:52 UTC 2024 - Johannes Kastl diff --git a/python-wcmatch.spec b/python-wcmatch.spec index e6d881d..05aea4a 100644 --- a/python-wcmatch.spec +++ b/python-wcmatch.spec @@ -1,7 +1,7 @@ # # spec file for package python-wcmatch # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %{?python_enable_dependency_generator} Name: python-wcmatch -Version: 10.0 +Version: 10.1 Release: 0 Summary: Wildcard/glob file name matcher License: MIT diff --git a/wcmatch-10.0.tar.gz b/wcmatch-10.0.tar.gz deleted file mode 100644 index 61c68db..0000000 --- a/wcmatch-10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e72f0de09bba6a04e0de70937b0cf06e55f36f37b3deb422dfaf854b867b840a -size 115578 diff --git a/wcmatch-10.1.tar.gz b/wcmatch-10.1.tar.gz new file mode 100644 index 0000000..f1cca00 --- /dev/null +++ b/wcmatch-10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11f94208c8c8484a16f4f48638a85d771d9513f4ab3f37595978801cb9465af +size 117421