Accepting request 1155600 from home:glaubitz:branches:devel:languages:python

- Switch package to modern Python Stack on SLE-15
  + Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1155600
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycomposefile?expand=0&rev=3
This commit is contained in:
John Paul Adrian Glaubitz 2024-03-07 08:51:41 +00:00 committed by Git OBS Bridge
parent 43823ab45b
commit 848e1448fa
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 6 14:58:59 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Switch package to modern Python Stack on SLE-15
+ Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Wed Oct 4 13:22:09 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pycomposefile
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,6 +16,7 @@
#
%{?sle15_python_module_pythons}
Name: python-pycomposefile
Version: 0.0.30
Release: 0
@ -26,10 +27,10 @@ Source: https://files.pythonhosted.org/packages/source/p/pycomposefile/p
# PATCH-FIX-UPSTREAM p_fix-version-number.patch
# https://github.com/smurawski/pycomposefile/issues/29
Patch: p_fix-version-number.patch
BuildRequires: python-rpm-macros
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module PyYAML}
# /SECTION