forked from pool/python-metaextract
- 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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4cff8a451463b931af1016b1d8fee22c9a5317041107bc2031511b565e88a4b1
|
|
||||||
size 8762
|
|
||||||
3
metaextract-1.0.4.tar.gz
Normal file
3
metaextract-1.0.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:577ded333831536982ca337a6e6b059e9316f7759b78041f6393a4a96fd70f6e
|
||||||
|
size 8816
|
||||||
@@ -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
|
Mon Sep 18 13:22:31 UTC 2017 - tbechtold@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-metaextract
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-metaextract
|
Name: python-metaextract
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: get metadata for python modules
|
Summary: get metadata for python modules
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -65,7 +65,8 @@ useful for others, too.
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README.rst LICENSE
|
%doc README.rst
|
||||||
|
%license LICENSE
|
||||||
%python_alternative %{_bindir}/metaextract
|
%python_alternative %{_bindir}/metaextract
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user