2024-11-20 14:18:59 +00:00
|
|
|
-------------------------------------------------------------------
|
2025-07-02 13:24:23 +00:00
|
|
|
Wed Jul 2 12:16:23 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 10.1
|
|
|
|
|
* NEW: Drop support for Python 3.8 which is "end of life".
|
|
|
|
|
* NEW: Add support for Python 3.14.
|
|
|
|
|
* NEW: Add wcmatch.glob.compile(pattern) and wcmatch.fnmatch.compile(pattern)
|
|
|
|
|
to allow for precompiled matcher objects that can be reused.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2024-11-20 14:18:59 +00:00
|
|
|
Wed Nov 20 14:08:52 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
|
|
- update to 10.0:
|
|
|
|
|
* NEW: Added GLOBSTARLONG which adds support for the Zsh style
|
|
|
|
|
*** which acts like ** with GLOBSTAR but but traverses
|
|
|
|
|
symlinks.
|
|
|
|
|
* NEW: pathlib.match will respect symlink rules (when the
|
|
|
|
|
REALPATH flag is given). Hidden file rules will be respected at
|
|
|
|
|
all times. Enable DOTALL to match hidden files.
|
|
|
|
|
* NEW: Symlinks should not be traversed when GLOBSTAR is enabled
|
|
|
|
|
unless FOLLOW is also enabled, but they should still be
|
|
|
|
|
matched. Prior to this change, symlinks were not traversed and
|
|
|
|
|
they were ignored from matching which contradicts how Bash
|
|
|
|
|
works and could be confusing to users.
|
|
|
|
|
* FIX: Fix some inconsistencies with globmatch and symlink
|
|
|
|
|
handling when REALPATH is enabled.
|
|
|
|
|
- update to 9.0:
|
|
|
|
|
* NEW: Remove deprecated function glob.raw_escape.
|
|
|
|
|
* NEW: Officially support Python 3.13.
|
|
|
|
|
|
2024-06-10 08:27:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 10 08:27:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 8.5.2:
|
|
|
|
|
* Fix `pathlib` issue with inheritance on Python
|
|
|
|
|
versions greater than 3.12.
|
|
|
|
|
* Fix `EXTMATCH` case with `!(...)` patterns.
|
|
|
|
|
|
2024-03-13 19:03:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 13 19:02:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 8.5.1:
|
|
|
|
|
* Fix issue with type check failure in `wcmatch.glob`.
|
|
|
|
|
|
2024-01-02 21:48:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2022-11-21 12:25:40 +00:00
|
|
|
-------------------------------------------------------------------
|
2023-05-05 12:21:53 +00:00
|
|
|
Fri May 5 10:40:25 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
|
|
|
|
|
|
|
|
|
- add sle15_python_module_pythons
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2022-11-21 12:25:40 +00:00
|
|
|
Mon Nov 21 10:22:07 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2022-01-25 21:12:05 +00:00
|
|
|
-------------------------------------------------------------------
|
2022-01-28 23:32:28 +00:00
|
|
|
Sun Jan 23 11:53:51 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
2022-01-25 21:12:05 +00:00
|
|
|
|
2022-01-28 23:32:28 +00:00
|
|
|
- initial package for version 8.3.
|