Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-paramiko for openSUSE:Factory
checked in at 2023-04-28 16:22:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-paramiko (Old)
and /work/SRC/openSUSE:Factory/.python-paramiko.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-paramiko"
Fri Apr 28 16:22:16 2023 rev:57 rq:1083119 version:2.12.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-paramiko/python-paramiko.changes
2022-11-22 16:09:17.045756050 +0100
+++
/work/SRC/openSUSE:Factory/.python-paramiko.new.1533/python-paramiko.changes
2023-04-28 16:22:22.353661496 +0200
@@ -1,0 +2,10 @@
+Sun Apr 23 23:16:46 UTC 2023 - Matej Cepl <[email protected]>
+
+- Move documentation into main package for SLE15
+
+-------------------------------------------------------------------
+Fri Apr 21 12:28:59 UTC 2023 - Dirk Müller <[email protected]>
+
+- add sle15_python_module_pythons (jsc#PED-68)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-paramiko.spec ++++++
--- /var/tmp/diff_new_pack.cnrJKS/_old 2023-04-28 16:22:22.825664251 +0200
+++ /var/tmp/diff_new_pack.cnrJKS/_new 2023-04-28 16:22:22.829664274 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-paramiko
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
%define skip_python2 1
+%{?sle15_python_module_pythons}
Name: python-paramiko
Version: 2.12.0
Release: 0
@@ -29,6 +30,11 @@
# PATCH-FIX-UPSTREAM paramiko-pr1665-remove-pytest-relaxed.patch
gh#paramiko/paramiko#1665 -- pytest-relaxed is broken
Patch1: paramiko-pr1665-remove-pytest-relaxed.patch
BuildRequires: %{python_module PyNaCl >= 1.0.1}
+%if 0%{?suse_version} > 1500
+BuildRequires: python3-Sphinx
+%else
+BuildRequires: %{python_module Sphinx}
+%endif
BuildRequires: %{python_module bcrypt >= 3.1.3}
BuildRequires: %{python_module cryptography >= 2.5}
BuildRequires: %{python_module gssapi}
@@ -57,6 +63,7 @@
connections between python scripts. All major ciphers and hash methods
are supported. SFTP client and server mode are both supported too.
+%if 0%{?suse_version} > 1500
%package -n python-paramiko-doc
Summary: Documentation for %{name}
Group: Documentation/Other
@@ -69,6 +76,7 @@
are supported. SFTP client and server mode are both supported too.
This package contains the documentation.
+%endif
%prep
%autosetup -p1 -n paramiko-%{version}
@@ -94,8 +102,10 @@
%{python_sitelib}/paramiko
%{python_sitelib}/paramiko-%{version}*-info
+%if 0%{?suse_version} > 1500
%files -n python-paramiko-doc
%license LICENSE
+%endif
%doc demos/
%changelog