From 5386fa693d0c7be9b42deeebf23c68cebac775a467206abec852cabed9268fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 19 Jun 2019 11:40:22 +0000 Subject: [PATCH] Accepting request 710884 from home:pgajdos - version update to 0.7 * Fix deprecation warning. OBS-URL: https://build.opensuse.org/request/show/710884 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glob2?expand=0&rev=3 --- glob2-0.6.tar.gz | 3 --- glob2-0.7.tar.gz | 3 +++ python-glob2.changes | 6 ++++++ python-glob2.spec | 5 +++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 glob2-0.6.tar.gz create mode 100644 glob2-0.7.tar.gz diff --git a/glob2-0.6.tar.gz b/glob2-0.6.tar.gz deleted file mode 100644 index e79b487..0000000 --- a/glob2-0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5b0a686ff21f820c4d3f0c4edd216704cea59d79d00fa337e244a2f2ff83ed6 -size 10717 diff --git a/glob2-0.7.tar.gz b/glob2-0.7.tar.gz new file mode 100644 index 0000000..7fae842 --- /dev/null +++ b/glob2-0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c3dbd07c8aa26d63d7aacee34fa86e9a91a3873bc30bf62ec46e531f92ab8c +size 10697 diff --git a/python-glob2.changes b/python-glob2.changes index 123c27a..d72a00f 100644 --- a/python-glob2.changes +++ b/python-glob2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 19 11:31:17 UTC 2019 - pgajdos@suse.com + +- version update to 0.7 + * Fix deprecation warning. + ------------------------------------------------------------------- Thu Mar 21 10:53:50 UTC 2019 - John Vandenberg diff --git a/python-glob2.spec b/python-glob2.spec index c78af04..951d7e1 100644 --- a/python-glob2.spec +++ b/python-glob2.spec @@ -12,12 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-glob2 -Version: 0.6 +Version: 0.7 Release: 0 Summary: Glob module recursive wildcards support License: BSD-2-Clause