Changelog for
python310-pathspec-0.9.0-qubes.2.9.noarch.rpm :
* Wed Jan 05 2022 Dirk Müller
- 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 01 2021 pgajdosAATTsuse.com- %check: use %pyunittest rpm macro
* Sat Dec 19 2020 Dirk Müller - update to 0.8.1:
* `Issue #43`_: Add support for addition operator
* Wed Oct 07 2020 John Vandenberg - 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 2020 Marketa Calabkova - update to 0.7.0
* Add support for Python 3.8, and drop Python 3.4.
* Publish bdist wheel.
* Thu Oct 10 2019 Tomáš Chvátal - Update to 0.6.0:
* Issue #24: Drop support for Python 2.6, 3.2, and 3.3.
* Issue #25: Update README.rst.
* Issue #26: Method to escape gitwildmatch.
* Thu Feb 14 2019 John Vandenberg - Update to v0.5.9
* Fixed file system error handling.- from v0.5.8
* Improved type checking.
* Created scripts to test Python 2.6 because Tox removed support for it.
* Improved byte string handling in Python 3.
* Handle dangling symlinks.- from v0.5.7
* Fix collections deprecation warning.
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Thu May 10 2018 toddrme2178AATTgmail.com- Update to 0.5.6
* Improved unit tests.
* Improved type checking.
* `Issue #20`_: Support current directory prefix.- Use license tag
* Wed Jan 17 2018 toddrme2178AATTgmail.com- Initial version