14
0

- Version update to 3.0.5:

* fix readme
  * correct the deploy sections

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=27
This commit is contained in:
Tomáš Chvátal
2018-07-31 09:18:18 +00:00
committed by Git OBS Bridge
parent 69dda9099e
commit edf8ea4ef6
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 31 09:12:41 UTC 2018 - tchvatal@suse.com
- Version update to 3.0.5:
* fix readme
* correct the deploy sections
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 24 04:53:44 UTC 2018 - arun@gmx.de Tue Jul 24 04:53:44 UTC 2018 - arun@gmx.de

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with test %bcond_with test
Name: python-setuptools_scm Name: python-setuptools_scm
Version: 3.0.2 Version: 3.0.5
Release: 0 Release: 0
Summary: Manage your versions by scm tags Summary: Manage your versions by scm tags
License: MIT License: MIT
@@ -29,14 +29,16 @@ Source: https://files.pythonhosted.org/packages/source/s/setuptools_scm/
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-setuptools Requires: python-setuptools
BuildRequires: fdupes
BuildArch: noarch BuildArch: noarch
%if %{with test} %if %{with test}
# Testing requirements # Testing requirements
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: git BuildRequires: git
BuildRequires: mercurial BuildRequires: mercurial
%endif %endif
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 %if 0%{?suse_version} || 0%{?fedora_version} >= 24
Recommends: git Recommends: git
Recommends: mecurial Recommends: mecurial
%endif %endif
@@ -54,6 +56,7 @@ in scm metadata. It also handles file finders for the supperted scm's.
%install %install
%python_install %python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %{with test} %if %{with test}
%check %check

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:113cea38b2edba8538b7e608b58cbd7e09bb71b16d968a9b97e36b4805e06d59
size 34714

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3edaf4008ee2d01934d8aa0503cfbd9470f941e2e8aa5eb56de33cdaf69ec3c
size 34952