From d9879bea56d1c9e6ca5211aa66e485800d6db9cbeb49707b0db1a686c015fecf Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Sat, 9 Jun 2018 13:34:08 +0000 Subject: [PATCH] - update to 1.0.4: * Convert sets used in entry_points to lists * Fix unittests * Post release version bump to 1.0.4 - use %license macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-metaextract?expand=0&rev=15 --- metaextract-1.0.3.tar.gz | 3 --- metaextract-1.0.4.tar.gz | 3 +++ python-metaextract.changes | 9 +++++++++ python-metaextract.spec | 7 ++++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 metaextract-1.0.3.tar.gz create mode 100644 metaextract-1.0.4.tar.gz diff --git a/metaextract-1.0.3.tar.gz b/metaextract-1.0.3.tar.gz deleted file mode 100644 index f603078..0000000 --- a/metaextract-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cff8a451463b931af1016b1d8fee22c9a5317041107bc2031511b565e88a4b1 -size 8762 diff --git a/metaextract-1.0.4.tar.gz b/metaextract-1.0.4.tar.gz new file mode 100644 index 0000000..a2fb382 --- /dev/null +++ b/metaextract-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577ded333831536982ca337a6e6b059e9316f7759b78041f6393a4a96fd70f6e +size 8816 diff --git a/python-metaextract.changes b/python-metaextract.changes index e25e6ce..2aa1195 100644 --- a/python-metaextract.changes +++ b/python-metaextract.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jun 9 13:31:52 UTC 2018 - tbechtold@suse.com + +- update to 1.0.4: + * Convert sets used in entry_points to lists + * Fix unittests + * Post release version bump to 1.0.4 +- use %license macro + ------------------------------------------------------------------- Mon Sep 18 13:22:31 UTC 2017 - tbechtold@suse.com diff --git a/python-metaextract.spec b/python-metaextract.spec index 8470c3f..180beca 100644 --- a/python-metaextract.spec +++ b/python-metaextract.spec @@ -1,7 +1,7 @@ # # spec file for package python-metaextract # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # 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-metaextract -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: get metadata for python modules License: Apache-2.0 @@ -65,7 +65,8 @@ useful for others, too. %files %{python_files} %defattr(-,root,root,-) -%doc README.rst LICENSE +%doc README.rst +%license LICENSE %python_alternative %{_bindir}/metaextract %{python_sitelib}/*