forked from pool/python-metaextract
Accepting request 726392 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary. Trim history from description. Fix wrong "it's". OBS-URL: https://build.opensuse.org/request/show/726392 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-metaextract?expand=0&rev=29
This commit is contained in:
committed by
Git OBS Bridge
parent
387cec5d34
commit
b2560c99ed
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 07:31:50 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use noun phrase in summary. Trim history from description.
|
||||
Fix wrong "it's".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 08:37:50 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
@@ -96,4 +102,3 @@ update to version 0.0.7
|
||||
Sun Aug 28 06:14:54 UTC 2016 - tbechtold@suse.com
|
||||
|
||||
- Initial packaging (version 0.0.6)
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
Name: python-metaextract
|
||||
Version: 1.0.6
|
||||
Release: 0
|
||||
Summary: Get metadata for python modules
|
||||
Summary: Module to collect metadata for Python modules
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: http://github.com/toabctl/metaextract
|
||||
@@ -40,11 +40,11 @@ Requires(preun): update-alternatives
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
metaextract is a tool to collect metadata about a python module. For example
|
||||
you may have a sdist tarball from the `Python Package Index`_ and you want to
|
||||
know it's dependencies. metaextract can collect theses dependencies.
|
||||
The tool was first developed in `py2pack`_ but is now it's own module to be
|
||||
useful for others, too.
|
||||
metaextract is a tool to collect metadata about a python module. For
|
||||
example, it can determine and collect the dependencies of a sdist
|
||||
tarball that was retrieved from the Python Package Index.
|
||||
|
||||
The tool was first developed in py2pack but is now its own module.
|
||||
|
||||
%prep
|
||||
%setup -q -n metaextract-%{version}
|
||||
|
||||
Reference in New Issue
Block a user