14
0

- 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
This commit is contained in:
2018-06-09 13:34:08 +00:00
committed by Git OBS Bridge
parent 3e56407c3e
commit d9879bea56
4 changed files with 16 additions and 6 deletions

View File

@@ -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}/*