14
0
forked from pool/python-semver

Accepting request 622190 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/622190
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=9
This commit is contained in:
Sebastian Wagner
2018-07-12 06:11:59 +00:00
committed by Git OBS Bridge
parent 288de8de9e
commit b7fc2a73e1
4 changed files with 23 additions and 7 deletions

View File

@@ -19,18 +19,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-semver
Version: 2.8.0
Version: 2.8.1
Release: 0
Summary: Python helper for Semantic Versioning
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/k-bx/python-semver
URL: https://github.com/k-bx/python-semver
Source: https://files.pythonhosted.org/packages/source/s/semver/semver-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
@@ -48,6 +47,7 @@ See also http://semver.org/
%files %{python_files}
%doc README.rst
%{python_sitelib}/*
%{python_sitelib}/semver*
%pycache_only %{python_sitelib}/__pycache__/semver*
%changelog