14
0

Accepting request 823407 from home:mcalabkova:branches:devel:languages:python

- update to 2.8.5
  * Properly handle wildcards in ``SimpleSpec``

OBS-URL: https://build.opensuse.org/request/show/823407
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semantic_version?expand=0&rev=13
This commit is contained in:
2020-07-29 15:05:14 +00:00
committed by Git OBS Bridge
parent 5ecef0126c
commit a3a7f65e1d
4 changed files with 11 additions and 4 deletions

View File

@@ -18,13 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-semantic_version
Version: 2.8.4
Version: 2.8.5
Release: 0
Summary: A library implementing the 'SemVer' scheme
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/rbarrois/python-semanticversion
Source: https://files.pythonhosted.org/packages/source/s/semantic_version/semantic_version-%{version}.tar.gz
BuildRequires: %{python_module Django >= 1.11}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes