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

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 7 03:51:16 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- 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
-------------------------------------------------------------------
Wed Mar 11 15:51:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>