14
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/628782
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=34
This commit is contained in:
Tomáš Chvátal
2018-08-11 19:54:22 +00:00
committed by Git OBS Bridge
parent 5d0c2f39a4
commit a3c07faa5f
4 changed files with 19 additions and 10 deletions

View File

@@ -24,12 +24,7 @@
%else
%bcond_with test
%endif
%if %{with test}
Name: python-setuptools_scm-%{flavor}
%else
Name: python-setuptools_scm
%endif
Version: 3.0.6
Version: 3.1.0
Release: 0
Summary: Python setuptools handler for SCM tags
License: MIT
@@ -37,11 +32,16 @@ Group: Development/Languages/Python
URL: https://github.com/pypa/setuptools_scm
Source: https://files.pythonhosted.org/packages/source/s/setuptools_scm/setuptools_scm-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools
BuildRequires: fdupes
BuildArch: noarch
%if %{with test}
Name: python-setuptools_scm-%{flavor}
%else
Name: python-setuptools_scm
%endif
%if %{with test}
# Testing requirements
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}