From 1b18874190bf2bfa91270f5cb3f0330a6ceb6c7aa33ccccf576ee07168eb5eb9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Mar 2024 13:27:14 +0000 Subject: [PATCH] Accepting request 1155811 from home:gladiac:mailman - Use sle15_python_module_pythons OBS-URL: https://build.opensuse.org/request/show/1155811 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dep-logic?expand=0&rev=3 --- python-dep-logic.changes | 5 +++++ python-dep-logic.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-dep-logic.changes b/python-dep-logic.changes index 6e578f8..55acd9e 100644 --- a/python-dep-logic.changes +++ b/python-dep-logic.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 7 06:53:41 UTC 2024 - Andreas Schneider + +- Use sle15_python_module_pythons + ------------------------------------------------------------------- Tue Feb 27 15:42:44 UTC 2024 - Markéta Machová diff --git a/python-dep-logic.spec b/python-dep-logic.spec index aad7edc..9949fd1 100644 --- a/python-dep-logic.spec +++ b/python-dep-logic.spec @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-dep-logic Version: 0.2.0 Release: 0 @@ -23,9 +24,9 @@ Summary: Python dependency specifications supporting logical operations License: Apache-2.0 URL: https://github.com/pdm-project/dep-logic Source: https://files.pythonhosted.org/packages/source/d/dep-logic/dep_logic-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pdm-backend} BuildRequires: %{python_module pip} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module packaging >= 22} BuildRequires: %{python_module pytest}