forked from pool/python-pathspec
- 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:
parent
4cc38a8f63
commit
ad55002a19
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86379d6b86d75816baba717e64b1a3a3469deb93bb76d613c9ce79edc5cb68fd
|
||||
size 26644
|
3
pathspec-0.9.0.tar.gz
Normal file
3
pathspec-0.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1
|
||||
size 29483
|
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pathspec
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pathspec
|
||||
Version: 0.8.1
|
||||
Version: 0.9.0
|
||||
Release: 0
|
||||
Summary: Utility library for gitignore style pattern matching of file paths
|
||||
License: MPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user