1
0

Accepting request 605991 from devel:languages:python:misc

Utility library for gitignore style pattern matching of file paths

OBS-URL: https://build.opensuse.org/request/show/605991
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathspec?expand=0&rev=1
This commit is contained in:
Todd R
2018-05-10 00:23:54 +00:00
committed by Git OBS Bridge
commit 51a5522988
5 changed files with 102 additions and 0 deletions

13
python-pathspec.changes Normal file
View File

@@ -0,0 +1,13 @@
-------------------------------------------------------------------
Thu May 10 00:06:44 UTC 2018 - toddrme2178@gmail.com
- Update to 0.5.6
* Improved unit tests.
* Improved type checking.
* `Issue #20`_: Support current directory prefix.
- Use license tag
-------------------------------------------------------------------
Wed Jan 17 02:36:25 UTC 2018 - toddrme2178@gmail.com
- Initial version