From d51298bec79b6724f5c9a23b763d9046da142aba8bb0e8f8c733de8e22b95d96 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Mon, 14 Apr 2025 07:50:37 +0000 Subject: [PATCH] Accepting request 1268440 from home:crameleon:branches:devel:languages:python Enable sle15allpythons to also build for Python 3.11 on Leap (needed as a dependency in a later SR) OBS-URL: https://build.opensuse.org/request/show/1268440 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ncclient?expand=0&rev=23 --- python-ncclient.changes | 5 +++++ python-ncclient.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-ncclient.changes b/python-ncclient.changes index 2588e5a..68abac7 100644 --- a/python-ncclient.changes +++ b/python-ncclient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 10 14:09:27 UTC 2025 - Georg Pfuetzenreuter + +- Enable sle15allpythons to also build for Python 3.11 on Leap + ------------------------------------------------------------------- Sun Mar 2 22:26:20 UTC 2025 - Martin Hauke diff --git a/python-ncclient.spec b/python-ncclient.spec index 5c6cc74..07da745 100644 --- a/python-ncclient.spec +++ b/python-ncclient.spec @@ -16,6 +16,7 @@ # +%{?sle15allpythons} Name: python-ncclient Version: 0.6.19 Release: 0 @@ -29,15 +30,15 @@ Patch0: allow_old_sphinx.patch # PATCH-FIX-UPSTREAM intersphinx-mapping.patch gh#ncclient/ncclient#604 mcepl@suse.com # use conditionally new form of intersphinx_mapping Patch1: intersphinx-mapping.patch +BuildRequires: %{python_module lxml >= 3.3.0} +BuildRequires: %{python_module paramiko >= 1.15.0} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-lxml >= 3.3.0 Requires: python-paramiko >= 1.15.0 BuildArch: noarch -BuildRequires: %{python_module lxml >= 3.3.0} -BuildRequires: %{python_module paramiko >= 1.15.0} -BuildRequires: %{python_module pytest} %python_subpackages %description