From 3e56407c3e694f30b9253ced0725d385ac6c81728e1b93bf40cc4a1c7705cc3a Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 18 Sep 2017 13:24:03 +0000 Subject: [PATCH] - update to 1.0.3: * Release 1.0.3 * Test python 3.6 instead of 3.5 * Fix json serialization for dict_items on py3 (#4) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-metaextract?expand=0&rev=13 --- metaextract-1.0.2.tar.gz | 3 --- metaextract-1.0.3.tar.gz | 3 +++ python-metaextract.changes | 8 ++++++++ python-metaextract.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 metaextract-1.0.2.tar.gz create mode 100644 metaextract-1.0.3.tar.gz diff --git a/metaextract-1.0.2.tar.gz b/metaextract-1.0.2.tar.gz deleted file mode 100644 index 19fee17..0000000 --- a/metaextract-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39e178a5686384556fe01180d5b511586c72de7a14dda2cf1500aab793ef206f -size 8699 diff --git a/metaextract-1.0.3.tar.gz b/metaextract-1.0.3.tar.gz new file mode 100644 index 0000000..f603078 --- /dev/null +++ b/metaextract-1.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cff8a451463b931af1016b1d8fee22c9a5317041107bc2031511b565e88a4b1 +size 8762 diff --git a/python-metaextract.changes b/python-metaextract.changes index 0f67d83..e25e6ce 100644 --- a/python-metaextract.changes +++ b/python-metaextract.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Sep 18 13:22:31 UTC 2017 - tbechtold@suse.com + +- update to 1.0.3: + * Release 1.0.3 + * Test python 3.6 instead of 3.5 + * Fix json serialization for dict_items on py3 (#4) + ------------------------------------------------------------------- Thu Apr 27 17:52:38 UTC 2017 - toddrme2178@gmail.com diff --git a/python-metaextract.spec b/python-metaextract.spec index 4257044..8470c3f 100644 --- a/python-metaextract.spec +++ b/python-metaextract.spec @@ -18,17 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-metaextract -Version: 1.0.2 +Version: 1.0.3 Release: 0 Summary: get metadata for python modules License: Apache-2.0 Group: Development/Languages/Python Url: http://github.com/toabctl/metaextract Source: https://files.pythonhosted.org/packages/source/m/metaextract/metaextract-%{version}.tar.gz -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros # Needed even though no tests are present BuildRequires: %{python_module pytest-runner} Requires: python-setuptools