forked from pool/python-wcmatch
Accepting request 1225304 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 10.0 OBS-URL: https://build.opensuse.org/request/show/1225304 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcmatch?expand=0&rev=14
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?sle15_python_module_pythons}
|
||||
%{?python_enable_dependency_generator}
|
||||
Name: python-wcmatch
|
||||
Version: 8.5.2
|
||||
Version: 10.0
|
||||
Release: 0
|
||||
Summary: Wildcard/glob file name matcher
|
||||
License: MIT
|
||||
|
||||
3
wcmatch-10.0.tar.gz
Normal file
3
wcmatch-10.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e72f0de09bba6a04e0de70937b0cf06e55f36f37b3deb422dfaf854b867b840a
|
||||
size 115578
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a70222b86dea82fb382dd87b73278c10756c138bd6f8f714e2183128887b9eb2
|
||||
size 114983
|
||||
Reference in New Issue
Block a user