14
0
forked from pool/python-semver

- update to 2.7.8

* PR #62. Support custom default names for pre and build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=3
This commit is contained in:
Sebastian Wagner
2017-08-25 07:57:47 +00:00
committed by Git OBS Bridge
parent dbf379efee
commit dfdea6bf32
4 changed files with 14 additions and 9 deletions

View File

@@ -13,22 +13,22 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-semver
Version: 2.7.7
Version: 2.7.8
Release: 0
License: BSD-3-Clause
Summary: Python helper for Semantic Versioning
Url: https://github.com/k-bx/python-semver
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/k-bx/python-semver
Source: https://files.pythonhosted.org/packages/source/s/semver/semver-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
@@ -47,7 +47,6 @@ See also http://semver.org/
%python_install
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst
%{python_sitelib}/*