From b2560c99ede159d5275b1377a96aa8fec8f34aa24f94271b17ec94dad68a95f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 27 Aug 2019 07:38:13 +0000 Subject: [PATCH] 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 --- python-metaextract.changes | 9 +++++++-- python-metaextract.spec | 12 ++++++------ 2 files changed, 13 insertions(+), 8 deletions(-) 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}