forked from pool/python-setuptools_scm
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:
committed by
Git OBS Bridge
parent
5d0c2f39a4
commit
a3c07faa5f
@@ -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
|
Wed Aug 8 15:54:22 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@@ -24,12 +24,7 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
%if %{with test}
|
Version: 3.1.0
|
||||||
Name: python-setuptools_scm-%{flavor}
|
|
||||||
%else
|
|
||||||
Name: python-setuptools_scm
|
|
||||||
%endif
|
|
||||||
Version: 3.0.6
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python setuptools handler for SCM tags
|
Summary: Python setuptools handler for SCM tags
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -37,11 +32,16 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/pypa/setuptools_scm
|
URL: https://github.com/pypa/setuptools_scm
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/setuptools_scm/setuptools_scm-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/setuptools_scm/setuptools_scm-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: fdupes
|
||||||
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}
|
||||||
|
Name: python-setuptools_scm-%{flavor}
|
||||||
|
%else
|
||||||
|
Name: python-setuptools_scm
|
||||||
|
%endif
|
||||||
|
%if %{with test}
|
||||||
# Testing requirements
|
# Testing requirements
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a9cd4250443f96947c35e4790513fc008b7cc91c1475b8b523e7c7dd69766437
|
|
||||||
size 35000
|
|
3
setuptools_scm-3.1.0.tar.gz
Normal file
3
setuptools_scm-3.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1191f2a136b5e86f7ca8ab00a97ef7aef997131f1f6d4971be69a1ef387d8b40
|
||||||
|
size 35585
|
Reference in New Issue
Block a user