From ad55002a1937f9abbf8ec942435c51fdfa2e2189b5984bf0dca8ec428dfb99a2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 5 Jan 2022 10:30:49 +0000 Subject: [PATCH] - 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 --- pathspec-0.8.1.tar.gz | 3 --- pathspec-0.9.0.tar.gz | 3 +++ python-pathspec.changes | 11 +++++++++++ python-pathspec.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 pathspec-0.8.1.tar.gz create mode 100644 pathspec-0.9.0.tar.gz diff --git a/pathspec-0.8.1.tar.gz b/pathspec-0.8.1.tar.gz deleted file mode 100644 index 6cf986a..0000000 --- a/pathspec-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86379d6b86d75816baba717e64b1a3a3469deb93bb76d613c9ce79edc5cb68fd -size 26644 diff --git a/pathspec-0.9.0.tar.gz b/pathspec-0.9.0.tar.gz new file mode 100644 index 0000000..f904eb7 --- /dev/null +++ b/pathspec-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1 +size 29483 diff --git a/python-pathspec.changes b/python-pathspec.changes index 2d91ffb..1726110 100644 --- a/python-pathspec.changes +++ b/python-pathspec.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jan 5 10:29:55 UTC 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 1 07:24:28 UTC 2021 - pgajdos@suse.com diff --git a/python-pathspec.spec b/python-pathspec.spec index 388c6aa..7a58b4c 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -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