14
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/624906
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=26
This commit is contained in:
Tomáš Chvátal
2018-07-30 07:32:50 +00:00
committed by Git OBS Bridge
parent 454f67b124
commit 69dda9099e
4 changed files with 30 additions and 6 deletions

View File

@@ -19,14 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with test
Name: python-setuptools_scm
Version: 2.1.0
Version: 3.0.2
Release: 0
Summary: Manage your versions by scm tags
License: MIT
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 devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
Requires: python-setuptools
@@ -64,6 +63,6 @@ in scm metadata. It also handles file finders for the supperted scm's.
%files %{python_files}
%license LICENSE
%doc README.rst CHANGELOG.rst
%{python_sitelib}/*
%{python_sitelib}/setuptools_scm*
%changelog