forked from pool/python-wcmatch
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c4df76680c | |||
| 5ed7264c75 | |||
| 5c0d969e2a | |||
| 3ffb003c62 |
@@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 10 08:27:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Mon Jun 10 08:27:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-wcmatch
|
# spec file for package python-wcmatch
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
Name: python-wcmatch
|
Name: python-wcmatch
|
||||||
Version: 8.5.2
|
Version: 10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Wildcard/glob file name matcher
|
Summary: Wildcard/glob file name matcher
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
3
wcmatch-10.1.tar.gz
Normal file
3
wcmatch-10.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f11f94208c8c8484a16f4f48638a85d771d9513f4ab3f37595978801cb9465af
|
||||||
|
size 117421
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a70222b86dea82fb382dd87b73278c10756c138bd6f8f714e2183128887b9eb2
|
|
||||||
size 114983
|
|
||||||
Reference in New Issue
Block a user