From 98d160cce0da0842d12adc06521df3b91e4356e37e1c635f46b0ad1461cf970d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 11 Mar 2020 15:59:25 +0000 Subject: [PATCH] Accepting request 783949 from home:mcalabkova:branches:devel:languages:python - update to 0.7.0 * Add support for Python 3.8, and drop Python 3.4. * Publish bdist wheel. OBS-URL: https://build.opensuse.org/request/show/783949 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathspec?expand=0&rev=9 --- pathspec-0.6.0.tar.gz | 3 --- pathspec-0.7.0.tar.gz | 3 +++ python-pathspec.changes | 7 +++++++ python-pathspec.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 pathspec-0.6.0.tar.gz create mode 100644 pathspec-0.7.0.tar.gz diff --git a/pathspec-0.6.0.tar.gz b/pathspec-0.6.0.tar.gz deleted file mode 100644 index b803c7d..0000000 --- a/pathspec-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e285ccc8b0785beadd4c18e5708b12bb8fcf529a1e61215b3feff1d1e559ea5c -size 24159 diff --git a/pathspec-0.7.0.tar.gz b/pathspec-0.7.0.tar.gz new file mode 100644 index 0000000..5cab805 --- /dev/null +++ b/pathspec-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562aa70af2e0d434367d9790ad37aed893de47f1693e4201fd1d3dca15d19b96 +size 24306 diff --git a/python-pathspec.changes b/python-pathspec.changes index 9b775ed..0d3850f 100644 --- a/python-pathspec.changes +++ b/python-pathspec.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 11 15:51:56 UTC 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 08:25:51 UTC 2019 - Tomáš Chvátal diff --git a/python-pathspec.spec b/python-pathspec.spec index a758c44..ab847ef 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -1,7 +1,7 @@ # # spec file for package python-pathspec # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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.6.0 +Version: 0.7.0 Release: 0 Summary: Utility library for gitignore style pattern matching of file paths License: MPL-2.0