14
0

- update to 8.5:

* Formally support Python 3.11 (no change).
  * Add support for Python 3.12 (`pathlib` changes).
  * Drop Python 3.7 support.
  * Fix handling of current directory when magic and
    non-magic patterns are mixed in `glob` pattern list.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcmatch?expand=0&rev=8
This commit is contained in:
2024-01-02 21:48:34 +00:00
committed by Git OBS Bridge
parent 5196fdafff
commit 5eff01a6d4
5 changed files with 17 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-wcmatch
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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: 8.4.1
Version: 8.5
Release: 0
Summary: Wildcard/glob file name matcher
License: MIT
@@ -67,6 +67,7 @@ is found where Wildcard Match seems to deviate in an illogical way, we'd love to
%pytest
%files %{python_files}
%{python_sitelib}/wcmatch*
%{python_sitelib}/wcmatch
%{python_sitelib}/wcmatch-%{version}.dist-info
%changelog