diff --git a/python-setuptools_scm.changes b/python-setuptools_scm.changes index 4ed51fb..6b0e627 100644 --- a/python-setuptools_scm.changes +++ b/python-setuptools_scm.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Aug 11 16:28:16 UTC 2018 - arun@gmx.de + +- update to version 3.1.0: + * fix #297 - correct the invocation in version_from_scm and + deprecate it as its exposed by accident + * fix #298 - handle git file listing on empty repositories + * fix #268 - deprecate ScmVersion.extra + ------------------------------------------------------------------- Wed Aug 8 15:54:22 UTC 2018 - jengelh@inai.de diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index ed76673..ff84283 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -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} diff --git a/setuptools_scm-3.0.6.tar.gz b/setuptools_scm-3.0.6.tar.gz deleted file mode 100644 index b2bdec0..0000000 --- a/setuptools_scm-3.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9cd4250443f96947c35e4790513fc008b7cc91c1475b8b523e7c7dd69766437 -size 35000 diff --git a/setuptools_scm-3.1.0.tar.gz b/setuptools_scm-3.1.0.tar.gz new file mode 100644 index 0000000..13c5158 --- /dev/null +++ b/setuptools_scm-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1191f2a136b5e86f7ca8ab00a97ef7aef997131f1f6d4971be69a1ef387d8b40 +size 35585