[packages/python-paramiko] - disable python3 here, release 4
qboosh
qboosh at pld-linux.org
Fri Apr 17 06:23:17 CEST 2026
commit f8c7699bf6e3d98d1a4f6b5237ecc2749dfa1ddd
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Apr 17 06:23:52 2026 +0200
- disable python3 here, release 4
python-paramiko.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/python-paramiko.spec b/python-paramiko.spec
index be8858a..15f3a54 100644
--- a/python-paramiko.spec
+++ b/python-paramiko.spec
@@ -3,7 +3,7 @@
%bcond_without doc # API documentation
%bcond_without tests # unit tests
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module (built from python3-paramiko.spec)
%define module paramiko
Summary: SSH2 protocol for Python 2
@@ -11,7 +11,7 @@ Summary(pl.UTF-8): Obsługa protokołu SSH2 w Pythonie 2
Name: python-%{module}
# keep 2.x here for python2 support
Version: 2.12.0
-Release: 3
+Release: 4
License: LGPL v2.1+
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/paramiko/
@@ -49,8 +49,8 @@ BuildRequires: python3-six
%endif
%endif
%if %{with doc}
-BuildRequires: python3-alabaster >= 0.7.12
-BuildRequires: sphinx-pdg-3 >= 1.4
+BuildRequires: python-alabaster >= 0.7.12
+BuildRequires: sphinx-pdg-2 >= 1.4
%endif
Requires: python-modules >= 1:2.7
BuildArch: noarch
@@ -121,7 +121,7 @@ PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
%endif
%if %{with doc}
-sphinx-build-3 -b html sites/docs sites/docs/_build/html
+sphinx-build-2 -b html sites/docs sites/docs/_build/html
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-paramiko.git/commitdiff/f8c7699bf6e3d98d1a4f6b5237ecc2749dfa1ddd
More information about the pld-cvs-commit
mailing list