From ec651eed41d7d889438a0fe1da171155481862b56b05552997218c31fd49867b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 16 May 2019 22:06:40 +0000 Subject: [PATCH] Accepting request 703569 from home:hitalia:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/703569 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm_git_archive?expand=0&rev=5 --- python-setuptools_scm_git_archive.changes | 10 ++++++++++ python-setuptools_scm_git_archive.spec | 13 +++++-------- setuptools_scm_git_archive-1.0.tar.gz | 3 --- setuptools_scm_git_archive-1.1.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 setuptools_scm_git_archive-1.0.tar.gz create mode 100644 setuptools_scm_git_archive-1.1.tar.gz diff --git a/python-setuptools_scm_git_archive.changes b/python-setuptools_scm_git_archive.changes index d70b2cf..dffcec4 100644 --- a/python-setuptools_scm_git_archive.changes +++ b/python-setuptools_scm_git_archive.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu May 16 21:32:58 UTC 2019 - Hardik Italia + +- 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 diff --git a/python-setuptools_scm_git_archive.spec b/python-setuptools_scm_git_archive.spec index 1dcc5e5..08f6419 100644 --- a/python-setuptools_scm_git_archive.spec +++ b/python-setuptools_scm_git_archive.spec @@ -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 diff --git a/setuptools_scm_git_archive-1.0.tar.gz b/setuptools_scm_git_archive-1.0.tar.gz deleted file mode 100644 index f436fa6..0000000 --- a/setuptools_scm_git_archive-1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52425f905518247c685fc64c5fdba6e1e74443c8562e141c8de56059be0e31da -size 3050 diff --git a/setuptools_scm_git_archive-1.1.tar.gz b/setuptools_scm_git_archive-1.1.tar.gz new file mode 100644 index 0000000..5fb283f --- /dev/null +++ b/setuptools_scm_git_archive-1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6026f61089b73fa1b5ee737e95314f41cb512609b393530385ed281d0b46c062 +size 3050