Changelog for
python312-wcmatch-8.5.2-1.1.noarch.rpm :
* Mon Jun 10 2024 Dirk Müller
- update to 8.5.2:
* Fix `pathlib` issue with inheritance on Python versions greater than 3.12.
* Fix `EXTMATCH` case with `!(...)` patterns.
* Wed Mar 13 2024 Dirk Müller - update to 8.5.1:
* Fix issue with type check failure in `wcmatch.glob`.
* Tue Jan 02 2024 Dirk Müller - 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 05 2023 Johannes Kastl - add sle15_python_module_pythons
* Mon Nov 21 2022 Johannes Kastl - update to 8.4.1: - FIX: Windows drive path separators should normalize like other path separators. - FIX: Fix a Windows pattern parsing issue that caused absolute paths with ambiguous drives to not parse correctly.- update to 8.4.0: - NEW: Drop support for Python 3.6. - NEW: Switch to Hatch backend instead of Setuptools. - NEW: Add new exclude option to fnmatch, pathlib, and glob methods that allows exclusion patterns to be specified directly without needing to enable NEGATE and prepend patterns with !. exclude accepts a separate pattern or pattern list. exclude should not be used in conjunction with NEGATE. One or the other should be used.- add _service file to easily download this- change %build to use hatchling
* Sun Jan 23 2022 Sebastian Wagner - initial package for version 8.3.