15
0

Accepting request 1269143 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1269143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ncclient?expand=0&rev=26
This commit is contained in:
2025-04-14 14:07:57 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 10 14:09:27 UTC 2025 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Enable sle15allpythons to also build for Python 3.11 on Leap
-------------------------------------------------------------------
Sun Mar 2 22:26:20 UTC 2025 - Martin Hauke <mardnh@gmx.de>

View File

@@ -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