From d0f6c06112a13c8ea5cbbcd677b8d6d02e1ef7cfaba79593ccf670cfb4a6d893 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 21 Aug 2024 11:00:57 +0000 Subject: [PATCH] Accepting request 1194916 from home:gladiac:mailman - Add sle15_python_module_pythons OBS-URL: https://build.opensuse.org/request/show/1194916 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbs-installer?expand=0&rev=3 --- python-pbs-installer.changes | 5 +++++ python-pbs-installer.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pbs-installer.changes b/python-pbs-installer.changes index 3136974..9f40dc8 100644 --- a/python-pbs-installer.changes +++ b/python-pbs-installer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 20 13:04:33 UTC 2024 - Andreas Schneider + +- Add sle15_python_module_pythons + ------------------------------------------------------------------- Tue Jul 2 08:38:29 UTC 2024 - Daniel Garcia diff --git a/python-pbs-installer.spec b/python-pbs-installer.spec index 5f438cf..21fc6db 100644 --- a/python-pbs-installer.spec +++ b/python-pbs-installer.spec @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-pbs-installer Version: 2024.4.24 Release: 0 @@ -23,11 +24,11 @@ Summary: Installer for Python Build Standalone License: MIT URL: https://github.com/frostming/pbs-installer Source: https://files.pythonhosted.org/packages/source/p/pbs-installer/pbs_installer-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pdm-backend} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires(post): update-alternatives Requires(postun): update-alternatives Suggests: python-httpx >= 0.27.0