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-10-02 20:04:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-paramiko (Old)
and /work/SRC/openSUSE:Factory/.python-paramiko.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-paramiko"
Mon Oct 2 20:04:04 2023 rev:59 rq:1114537 version:3.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-paramiko/python-paramiko.changes
2023-05-19 11:55:40.863317996 +0200
+++
/work/SRC/openSUSE:Factory/.python-paramiko.new.28202/python-paramiko.changes
2023-10-02 20:04:15.662045743 +0200
@@ -1,0 +2,7 @@
+Fri Sep 29 22:29:46 UTC 2023 - OndÅej Súkup <[email protected]>
+
+- refresh remove-icecream-dep.patch
+- update to 3.3.1
+ detailed changelog: https://www.paramiko.org/changelog.html#
+
+-------------------------------------------------------------------
Old:
----
paramiko-3.1.0.tar.gz
New:
----
paramiko-3.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-paramiko.spec ++++++
--- /var/tmp/diff_new_pack.OydPLZ/_old 2023-10-02 20:04:16.754085017 +0200
+++ /var/tmp/diff_new_pack.OydPLZ/_new 2023-10-02 20:04:16.758085160 +0200
@@ -16,10 +16,9 @@
#
-%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-paramiko
-Version: 3.1.0
+Version: 3.3.1
Release: 0
Summary: SSH2 protocol library
License: LGPL-2.1-or-later
@@ -27,20 +26,17 @@
URL: https://www.paramiko.org/
Source0:
https://files.pythonhosted.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz
Patch0: paramiko-test_extend_timeout.patch
-# PATCH-FIX-OPENSUSE remove-icecream-dep.patch to do not depend on
python-icecream
+# 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}
-%if 0%{?suse_version} > 1500
-BuildRequires: python3-Sphinx
-%else
BuildRequires: %{python_module Sphinx}
-%endif
BuildRequires: %{python_module bcrypt >= 3.2}
BuildRequires: %{python_module cryptography >= 3.3}
BuildRequires: %{python_module gssapi}
BuildRequires: %{python_module invocations}
BuildRequires: %{python_module invoke >= 2.0}
-BuildRequires: %{python_module pyasn1 >= 0.1.7}
+BuildRequires: %{python_module lexicon}
+BuildRequires: %{python_module pyasn1}
BuildRequires: %{python_module pytest-relaxed}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
@@ -49,10 +45,10 @@
BuildRequires: python-rpm-macros
Recommends: python-gssapi
Recommends: python-invoke
+Recommends: python-pyasn1 >= 0.1.7
Requires: python-PyNaCl >= 1.5
Requires: python-bcrypt >= 3.2
Requires: python-cryptography >= 3.3
-Requires: python-pyasn1 >= 0.1.7
BuildArch: noarch
%python_subpackages
@@ -62,7 +58,6 @@
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
@@ -75,7 +70,6 @@
are supported. SFTP client and server mode are both supported too.
This package contains the documentation.
-%endif
%prep
%autosetup -p1 -n paramiko-%{version}
@@ -101,9 +95,7 @@
%{python_sitelib}/paramiko
%{python_sitelib}/paramiko-%{version}*-info
-%if 0%{?suse_version} > 1500
%files -n python-paramiko-doc
%license LICENSE
-%endif
%doc demos/
++++++ paramiko-3.1.0.tar.gz -> paramiko-3.3.1.tar.gz ++++++
++++ 8945 lines of diff (skipped)
++++++ remove-icecream-dep.patch ++++++
--- /var/tmp/diff_new_pack.OydPLZ/_old 2023-10-02 20:04:17.014094367 +0200
+++ /var/tmp/diff_new_pack.OydPLZ/_new 2023-10-02 20:04:17.018094511 +0200
@@ -1,14 +1,24 @@
-Index: paramiko-3.1.0/tests/conftest.py
+Index: paramiko-3.3.1/tests/conftest.py
===================================================================
---- paramiko-3.1.0.orig/tests/conftest.py
-+++ paramiko-3.1.0/tests/conftest.py
-@@ -10,12 +10,6 @@ from .loop import LoopSocket
- from .stub_sftp import StubServer, StubSFTPServer
- from .util import _support
+--- paramiko-3.3.1.orig/tests/conftest.py
++++ paramiko-3.3.1/tests/conftest.py
+@@ -4,7 +4,7 @@ import shutil
+ import threading
+ from pathlib import Path
+
+-from invoke.vendor.lexicon import Lexicon
++from lexicon import Lexicon
+
+ import pytest
+ from paramiko import (
+@@ -22,13 +22,6 @@ from ._loop import LoopSocket
+ from ._stub_sftp import StubServer, StubSFTPServer
+ from ._util import _support
-from icecream import ic, install as install_ic
-
-
+-# Better print() for debugging - use ic()!
-install_ic()
-ic.configureOutput(includeContext=True)
-