diff --git a/python-setuptools_scm.changes b/python-setuptools_scm.changes index 86e3214..e1e2bc0 100644 --- a/python-setuptools_scm.changes +++ b/python-setuptools_scm.changes @@ -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 diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index e482077..a3d67ae 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_with test Name: python-setuptools_scm -Version: 3.0.2 +Version: 3.0.5 Release: 0 Summary: Manage your versions by scm tags License: MIT @@ -29,14 +29,16 @@ Source: https://files.pythonhosted.org/packages/source/s/setuptools_scm/ BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros Requires: python-setuptools +BuildRequires: fdupes BuildArch: noarch %if %{with test} # Testing requirements +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: git BuildRequires: mercurial %endif -%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 +%if 0%{?suse_version} || 0%{?fedora_version} >= 24 Recommends: git Recommends: mecurial %endif @@ -54,6 +56,7 @@ in scm metadata. It also handles file finders for the supperted scm's. %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %if %{with test} %check diff --git a/setuptools_scm-3.0.2.tar.gz b/setuptools_scm-3.0.2.tar.gz deleted file mode 100644 index 6d52f0e..0000000 --- a/setuptools_scm-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:113cea38b2edba8538b7e608b58cbd7e09bb71b16d968a9b97e36b4805e06d59 -size 34714 diff --git a/setuptools_scm-3.0.5.tar.gz b/setuptools_scm-3.0.5.tar.gz new file mode 100644 index 0000000..27b53a3 --- /dev/null +++ b/setuptools_scm-3.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3edaf4008ee2d01934d8aa0503cfbd9470f941e2e8aa5eb56de33cdaf69ec3c +size 34952