14
0

Accepting request 527030 from devel:languages:python

- 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/request/show/527030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-metaextract?expand=0&rev=7
This commit is contained in:
2017-09-20 15:09:13 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39e178a5686384556fe01180d5b511586c72de7a14dda2cf1500aab793ef206f
size 8699

3
metaextract-1.0.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4cff8a451463b931af1016b1d8fee22c9a5317041107bc2031511b565e88a4b1
size 8762

View File

@@ -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

View File

@@ -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