14
0

update to version 1.0.2

* Fix entrypoint typo 'metaextact'

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-metaextract?expand=0&rev=9
This commit is contained in:
2017-04-24 13:01:24 +00:00
committed by Git OBS Bridge
parent 1965ecbdab
commit 1f51ae0a92
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03701d2765d1c93112c937d4e42828e4c40c7e9b0cb52f6a7237867438fe8c34
size 8746

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

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 24 13:00:02 UTC 2017 - tbechtold@suse.com
update to version 1.0.2
* Fix entrypoint typo 'metaextact'
-------------------------------------------------------------------
Tue Feb 28 23:06:08 UTC 2017 - tbechtold@suse.com

View File

@@ -17,7 +17,7 @@
Name: python-metaextract
Version: 1.0.0
Version: 1.0.2
Release: 0
Summary: get metadata for python modules
License: Apache-2.0
@@ -50,7 +50,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc README.rst LICENSE
%{_bindir}/metaextact
%{_bindir}/metaextract
%{python_sitelib}/*
%changelog