14
0

Accepting request 839910 from home:jayvdb:branches:devel:languages:python

- Update to v0.8.0
  * Expose what patterns matched paths. Added `util.detailed_match_files()`
  * `match_tree()` doesn't return symlinks
    - Add `PathSpec.match_tree_entries` and `util.iter_tree_entries()` to
      support directories and symlinks
    - API change: `match_tree()` has been renamed to `match_tree_files()`
      The old name `match_tree()` is still available as an alias
    - API change: `match_tree_files()` now returns symlinks

OBS-URL: https://build.opensuse.org/request/show/839910
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathspec?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2020-10-07 06:15:59 +00:00
committed by Git OBS Bridge
parent 98d160cce0
commit 25a1bafe4d
4 changed files with 16 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pathspec
Version: 0.7.0
Version: 0.8.0
Release: 0
Summary: Utility library for gitignore style pattern matching of file paths
License: MPL-2.0