forked from pool/python-metaextract
		
	- 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
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user