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 2026-03-30 18:29:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-paramiko (Old)
and /work/SRC/openSUSE:Factory/.python-paramiko.new.1999 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-paramiko"
Mon Mar 30 18:29:42 2026 rev:69 rq:1343387 version:4.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-paramiko/python-paramiko.changes
2026-02-26 18:37:15.065103205 +0100
+++
/work/SRC/openSUSE:Factory/.python-paramiko.new.1999/python-paramiko.changes
2026-03-30 18:29:44.271176481 +0200
@@ -1,0 +2,8 @@
+Fri Mar 27 11:31:39 UTC 2026 - Georg Pfuetzenreuter
<[email protected]>
+
+- Update to 4.0.0:
+ * [Support] #973: Removed support for the DSA (aka DSS) key algorithm
+ * [Support]: Administrivia updates
+- Refresh remove-icecream-dep.patch
+
+-------------------------------------------------------------------
Old:
----
paramiko-3.5.1.tar.gz
New:
----
paramiko-4.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-paramiko.spec ++++++
--- /var/tmp/diff_new_pack.QgNJrT/_old 2026-03-30 18:29:45.331220538 +0200
+++ /var/tmp/diff_new_pack.QgNJrT/_new 2026-03-30 18:29:45.331220538 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-paramiko
-Version: 3.5.1
+Version: 4.0.0
Release: 0
Summary: SSH2 protocol library
License: LGPL-2.1-or-later
@@ -27,7 +27,7 @@
Patch0: paramiko-test_extend_timeout.patch
# PATCH-FIX-OPENSUSE remove-icecream-dep.patch to do not depend on
python-icecream and unvendor lexicon
Patch1: remove-icecream-dep.patch
-BuildRequires: %{python_module PyNaCl >= 1.0.1}
+BuildRequires: %{python_module PyNaCl >= 1.5}
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module bcrypt >= 3.2}
BuildRequires: %{python_module cryptography >= 3.3}
++++++ paramiko-3.5.1.tar.gz -> paramiko-4.0.0.tar.gz ++++++
++++ 6036 lines of diff (skipped)
++++++ remove-icecream-dep.patch ++++++
--- /var/tmp/diff_new_pack.QgNJrT/_old 2026-03-30 18:29:45.843241818 +0200
+++ /var/tmp/diff_new_pack.QgNJrT/_new 2026-03-30 18:29:45.847241984 +0200
@@ -1,8 +1,6 @@
-Index: paramiko-3.3.1/tests/conftest.py
-===================================================================
---- paramiko-3.3.1.orig/tests/conftest.py
-+++ paramiko-3.3.1/tests/conftest.py
-@@ -4,7 +4,7 @@ import shutil
+--- paramiko-4.0.0.orig/tests/conftest.py 2025-08-04 01:21:13.000000000
+0200
++++ paramiko-4.0.0/tests/conftest.py 2026-03-27 12:28:15.432058168 +0100
+@@ -4,7 +4,7 @@
import threading
from pathlib import Path
@@ -11,7 +9,7 @@
import pytest
from paramiko import (
-@@ -22,13 +22,6 @@ from ._loop import LoopSocket
+@@ -21,13 +21,6 @@
from ._stub_sftp import StubServer, StubSFTPServer
from ._util import _support