Dominique Leuenberger 2019-05-20 08:27:06 +00:00 committed by Git OBS Bridge
commit 485deeea91
4 changed files with 18 additions and 11 deletions

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -18,21 +18,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-setuptools_scm_git_archive
Version: 1.0
Version: 1.1
Release: 0
Summary: Git archive plugin setuptools_scm
License: MIT
Group: Development/Languages/Python
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
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest}
# /SECTION
Requires: python-setuptools_scm
BuildArch: noarch
@ -55,8 +51,9 @@ lacks a format option equivalent to git describe --tags).
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
#There are no tests for this package.
#%%check
#%%python_exec setup.py test
%files %{python_files}
%doc README.rst

View File

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

View File

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