14
0

- update to 0.9.0:

* Raise `GitWildMatchPatternError` for invalid git patterns.
  * Fix for duplicate leading double-asterisk, and edge cases.
  * Fix matching absolute paths.
  * API change: `util.normalize_files()` now returns a
    `Dict[str, List[pathlike]]` instead of a `Dict[str, pathlike]`.
  * Added type hinting.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathspec?expand=0&rev=17
This commit is contained in:
2022-01-05 10:30:49 +00:00
committed by Git OBS Bridge
parent 4cc38a8f63
commit ad55002a19
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 5 10:29:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.9.0:
* Raise `GitWildMatchPatternError` for invalid git patterns.
* Fix for duplicate leading double-asterisk, and edge cases.
* Fix matching absolute paths.
* API change: `util.normalize_files()` now returns a
`Dict[str, List[pathlike]]` instead of a `Dict[str, pathlike]`.
* Added type hinting.
-------------------------------------------------------------------
Tue Jun 1 07:24:28 UTC 2021 - pgajdos@suse.com