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,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>