14
0

Accepting request 614739 from home:jengelh:branches:devel:languages:python

- Ensure neutrality/accuracy of description

OBS-URL: https://build.opensuse.org/request/show/614739
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-versioneer?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2018-06-07 06:51:09 +00:00
committed by Git OBS Bridge
parent 039d41c1a0
commit f332342634
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 6 20:44:55 UTC 2018 - jengelh@inai.de
- Ensure neutrality/accuracy of description
-------------------------------------------------------------------
Mon Feb 19 17:44:38 UTC 2018 - arun@gmx.de

View File

@@ -20,7 +20,7 @@
Name: python-versioneer
Version: 0.18
Release: 0
Summary: Easy VCS-based management of project version strings
Summary: VCS-based management of project version strings
License: SUSE-Public-Domain
Group: Development/Languages/Python
Url: https://github.com/warner/python-versioneer
@@ -38,7 +38,7 @@ BuildArch: noarch
%description
Versioneer is a tool to automatically update version strings (in
setup.py and the conventional from PROJECT import _version pattern)
by asking your version-control system about the current tree.
by asking the version control system about the current tree.
%prep
%setup -q -n versioneer-%{version}