diff --git a/python-metaextract.changes b/python-metaextract.changes index 8dd6833..4e349cc 100644 --- a/python-metaextract.changes +++ b/python-metaextract.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 27 07:31:50 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. Trim history from description. + Fix wrong "it's". + ------------------------------------------------------------------- Thu Aug 8 08:37:50 UTC 2019 - Thomas Bechtold @@ -68,7 +74,7 @@ Tue Feb 28 23:06:08 UTC 2017 - tbechtold@suse.com update to version 1.0.0 * Allow to specify the used python interpreter * Fix utils import in python3 case - * Post release version bump to 1.0.0 + * Post release version bump to 1.0.0 ------------------------------------------------------------------- Tue Feb 28 18:53:16 UTC 2017 - 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) - diff --git a/python-metaextract.spec b/python-metaextract.spec index 3715e6a..fb2f843 100644 --- a/python-metaextract.spec +++ b/python-metaextract.spec @@ -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}