forked from pool/python-setuptools_scm_git_archive
Accepting request 703570 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/703570 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools_scm_git_archive?expand=0&rev=2
This commit is contained in:
commit
485deeea91
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 16 21:32:58 UTC 2019 - Hardik Italia <hitalia@suse.com>
|
||||||
|
|
||||||
|
- Update version to 1.1
|
||||||
|
* only call `setup()` once, and update `setup.cfg`
|
||||||
|
* Reverting earlier change since bug was fixed in setuptools_scm 3.0.4
|
||||||
|
* Update to support python 3.
|
||||||
|
* Updating package searcher for dependency for python 3.6 packages.
|
||||||
|
* add the parse fallback hook to ensure operation on customized scm parsing
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 21 17:50:46 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
Fri Sep 21 17:50:46 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-setuptools_scm_git_archive
|
# spec file for package python-setuptools_scm_git_archive
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,21 +18,17 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-setuptools_scm_git_archive
|
Name: python-setuptools_scm_git_archive
|
||||||
Version: 1.0
|
Version: 1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Git archive plugin setuptools_scm
|
Summary: Git archive plugin setuptools_scm
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/Changaco/setuptools_scm_git_archive/
|
Url: https://github.com/Changaco/setuptools_scm_git_archive/
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/setuptools_scm_git_archive/setuptools_scm_git_archive-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/setuptools_scm_git_archive/setuptools_scm_git_archive-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
# /SECTION
|
|
||||||
Requires: python-setuptools_scm
|
Requires: python-setuptools_scm
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -55,8 +51,9 @@ lacks a format option equivalent to git describe --tags).
|
|||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
#There are no tests for this package.
|
||||||
%python_exec setup.py test
|
#%%check
|
||||||
|
#%%python_exec setup.py test
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:52425f905518247c685fc64c5fdba6e1e74443c8562e141c8de56059be0e31da
|
|
||||||
size 3050
|
|
3
setuptools_scm_git_archive-1.1.tar.gz
Normal file
3
setuptools_scm_git_archive-1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6026f61089b73fa1b5ee737e95314f41cb512609b393530385ed281d0b46c062
|
||||||
|
size 3050
|
Loading…
x
Reference in New Issue
Block a user