From a486a3c015d6c93acc2ae5ad70a3e1743fe030750d762dec92b4cb8b173da6de Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 19 Dec 2020 10:49:50 +0000 Subject: [PATCH] - update to 0.8.1: * `Issue #43`_: Add support for addition operator OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathspec?expand=0&rev=13 --- pathspec-0.8.0.tar.gz | 3 --- pathspec-0.8.1.tar.gz | 3 +++ python-pathspec.changes | 6 ++++++ python-pathspec.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pathspec-0.8.0.tar.gz create mode 100644 pathspec-0.8.1.tar.gz diff --git a/pathspec-0.8.0.tar.gz b/pathspec-0.8.0.tar.gz deleted file mode 100644 index faf0813..0000000 --- a/pathspec-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da45173eb3a6f2a5a487efba21f050af2b41948be6ab52b6a1e3ff22bb8b7061 -size 26256 diff --git a/pathspec-0.8.1.tar.gz b/pathspec-0.8.1.tar.gz new file mode 100644 index 0000000..6cf986a --- /dev/null +++ b/pathspec-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86379d6b86d75816baba717e64b1a3a3469deb93bb76d613c9ce79edc5cb68fd +size 26644 diff --git a/python-pathspec.changes b/python-pathspec.changes index 33adc94..5e6f326 100644 --- a/python-pathspec.changes +++ b/python-pathspec.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 19 10:49:21 UTC 2020 - Dirk Müller + +- update to 0.8.1: + * `Issue #43`_: Add support for addition operator + ------------------------------------------------------------------- Wed Oct 7 03:51:16 UTC 2020 - John Vandenberg diff --git a/python-pathspec.spec b/python-pathspec.spec index c8dc7ac..d24e958 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pathspec -Version: 0.8.0 +Version: 0.8.1 Release: 0 Summary: Utility library for gitignore style pattern matching of file paths License: MPL-2.0