From d9fda644eee15b7e53acdea9ff5c50fcf70e19c1d25125d53ebfb2836a5b7698 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Sun, 29 Mar 2020 05:34:55 +0000 Subject: [PATCH] - update to 1.0.7: * Use default json encoder 'str' OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-metaextract?expand=0&rev=31 --- 1.0.6.tar.gz | 3 --- 1.0.7.tar.gz | 3 +++ python-metaextract.changes | 6 ++++++ python-metaextract.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 1.0.6.tar.gz create mode 100644 1.0.7.tar.gz diff --git a/1.0.6.tar.gz b/1.0.6.tar.gz deleted file mode 100644 index 165944f..0000000 --- a/1.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8700b847f91afb2c7cc7d2af1556c10a1558e8e9b42fa06d75627697056f6f40 -size 19586 diff --git a/1.0.7.tar.gz b/1.0.7.tar.gz new file mode 100644 index 0000000..3a1eca0 --- /dev/null +++ b/1.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cf5f5e471fe21cc3631e4b0d9064137e55e79ca53ab038ad6f73947786e21f +size 19600 diff --git a/python-metaextract.changes b/python-metaextract.changes index 4e349cc..42878fb 100644 --- a/python-metaextract.changes +++ b/python-metaextract.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 29 05:33:31 UTC 2020 - Thomas Bechtold + +- update to 1.0.7: + * Use default json encoder 'str' + ------------------------------------------------------------------- Tue Aug 27 07:31:50 UTC 2019 - Jan Engelhardt diff --git a/python-metaextract.spec b/python-metaextract.spec index fb2f843..ab1dfb3 100644 --- a/python-metaextract.spec +++ b/python-metaextract.spec @@ -1,7 +1,7 @@ # # spec file for package python-metaextract # -# 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,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-metaextract -Version: 1.0.6 +Version: 1.0.7 Release: 0 Summary: Module to collect metadata for Python modules License: Apache-2.0 Group: Development/Languages/Python -Url: http://github.com/toabctl/metaextract +URL: http://github.com/toabctl/metaextract Source: https://github.com/toabctl/metaextract/archive/%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes