Dominique Leuenberger 2023-04-22 19:59:14 +00:00 committed by Git OBS Bridge
commit 82bf6cd78c
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Apr 21 12:33:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add sle15_python_module_pythons (jsc#PED-68)
-------------------------------------------------------------------
Thu Apr 13 22:44:48 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Make calling of %{sle15modernpython} optional.
-------------------------------------------------------------------
Thu May 16 21:32:58 UTC 2019 - Hardik Italia <hitalia@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-setuptools_scm_git_archive
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-setuptools_scm_git_archive
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/
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 setuptools_scm}
BuildRequires: %{python_module setuptools}