forked from pool/python-vcversioner
Accepting request 662308 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/662308 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcversioner?expand=0&rev=4
This commit is contained in:
commit
fe99b707a2
2
python-vcversioner-rpmlintrc
Normal file
2
python-vcversioner-rpmlintrc
Normal file
@ -0,0 +1,2 @@
|
||||
# rpmlint cannot distinguish so-called proper nouns
|
||||
addFilter("summary-not-capitalized")
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 23:22:32 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use noun phrase in summary. Trim rhetorics from description.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:55:46 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user