From 51da53cfdc85ccf19fa751a41e1a57ac7753f635902287dd73100bd3ecd45922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 1 Jan 2019 15:16:25 +0000 Subject: [PATCH] Accepting request 661874 from home:jengelh:branches:devel:languages:python let's do it with rpmlintrc instead OBS-URL: https://build.opensuse.org/request/show/661874 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcversioner?expand=0&rev=10 --- python-vcversioner-rpmlintrc | 2 ++ python-vcversioner.changes | 5 +++++ python-vcversioner.spec | 5 +++-- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 python-vcversioner-rpmlintrc diff --git a/python-vcversioner-rpmlintrc b/python-vcversioner-rpmlintrc new file mode 100644 index 0000000..1a4c72a --- /dev/null +++ b/python-vcversioner-rpmlintrc @@ -0,0 +1,2 @@ +# rpmlint cannot distinguish so-called proper nouns +addFilter("summary-not-capitalized") diff --git a/python-vcversioner.changes b/python-vcversioner.changes index 28e9207..b9ae5b3 100644 --- a/python-vcversioner.changes +++ b/python-vcversioner.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 18 23:22:32 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. Trim rhetorics from description. + ------------------------------------------------------------------- Tue Dec 4 12:55:46 UTC 2018 - Matej Cepl diff --git a/python-vcversioner.spec b/python-vcversioner.spec index 1274f6c..847b2d2 100644 --- a/python-vcversioner.spec +++ b/python-vcversioner.spec @@ -20,12 +20,13 @@ Name: python-vcversioner Version: 2.16.0.0 Release: 0 -Summary: Use version control tags to discover version numbers +Summary: setup.py extension for deriving versions from SCM tags License: ISC Group: Development/Languages/Python URL: https://github.com/habnabit/vcversioner Source0: https://files.pythonhosted.org/packages/source/v/vcversioner/vcversioner-%{version}.tar.gz Source1: https://raw.githubusercontent.com/habnabit/vcversioner/%{version}/COPYING +Source9: %{name}-rpmlintrc BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -33,7 +34,7 @@ BuildArch: noarch %python_subpackages %description -Elevator pitch: you can write a setup.py with no version information +A setup.py file can be written with no version information specified, and vcversioner will find a recent, properly-formatted VCS tag and extract a version from it.