forked from pool/python-wcmatch
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user