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:
4
_service
4
_service
@@ -1,4 +0,0 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled">
|
||||
</service>
|
||||
</services>
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 2 21:47:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 10:40:25 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1f042a899ea4c458b7321da1b5e3331e3e0ec781583434de1301946ceadb943
|
||||
size 114362
|
||||
3
wcmatch-8.5.tar.gz
Normal file
3
wcmatch-8.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86c17572d0f75cbf3bcb1a18f3bf2f9e72b39a9c08c9b4a74e991e1882a8efb3
|
||||
size 114678
|
||||
Reference in New Issue
Block a user