Hello community,

here is the log from the commit of package python-paramiko for openSUSE:Factory 
checked in at 2018-03-26 13:01:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-paramiko (Old)
 and      /work/SRC/openSUSE:Factory/.python-paramiko.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-paramiko"

Mon Mar 26 13:01:43 2018 rev:38 rq:587599 version:2.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-paramiko/python-paramiko.changes  
2017-11-17 11:00:24.199845412 +0100
+++ /work/SRC/openSUSE:Factory/.python-paramiko.new/python-paramiko.changes     
2018-03-26 13:01:50.179994520 +0200
@@ -1,0 +2,29 @@
+Thu Mar 15 18:38:22 CET 2018 - [email protected]
+
+- add paramiko-test_extend_timeout.patch (bsc#1085529)
+  extend timeout in testsuite to pass on ppc64le 
+
+-------------------------------------------------------------------
+Thu Mar 15 07:10:09 UTC 2018 - [email protected]
+
+update to version 2.4.1 (bsc#1085276, CVE-2018-7750):
+  * changelog: update for #1039 / #1051
+  * Screen off dev version of Python from test matrix
+  * ensure ed25519 password is bytes
+  * Cut 2.0.8
+  * Cut 2.3.2
+  * Initial tests proving CVE-2018-7750 / #1175
+  * Guess something else added this prior to the merge
+  * Fixes CVE-2018-7750 / #1175
+  * Uncaught typo in test suite
+  * Initial tests proving CVE-2018-7750 / #XXX
+  * Test proving #1039 / efficacy of #1051
+  * Changelog closes #1175
+  * Cut 2.1.5
+  * Allow overriding test client connect kwargs in Transport test suite
+  * Cut 2.4.1
+  * Fixes CVE-2018-7750 / #XXX
+  * Cut 2.2.3
+  * flake8
+
+-------------------------------------------------------------------

Old:
----
  paramiko-2.4.0.tar.gz

New:
----
  paramiko-2.4.1.tar.gz
  paramiko-test_extend_timeout.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-paramiko.spec ++++++
--- /var/tmp/diff_new_pack.LpB4M8/_old  2018-03-26 13:01:51.487947323 +0200
+++ /var/tmp/diff_new_pack.LpB4M8/_new  2018-03-26 13:01:51.495947035 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-paramiko
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,15 +20,16 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-paramiko
-Version:        2.4.0
+Version:        2.4.1
 Release:        0
 Url:            http://www.paramiko.org/
 Summary:        SSH2 protocol library
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Languages/Python
 Source:         
https://files.pythonhosted.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz
 # certificates needed by testsuite
 Source1:        cert_support.tar.gz
+Patch0:         paramiko-test_extend_timeout.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module PyNaCl >= 1.0.1}
 BuildRequires:  %{python_module bcrypt >= 3.1.3}
@@ -72,6 +73,7 @@
 
 %prep
 %setup -q -n paramiko-%{version}
+%patch0 -p1
 # Fix non-executable script rpmlint issue:
 find demos -name "*.py" -exec sed -i "/#\!\/usr\/bin\/.*/d" {} \;
 tar xvzf %{SOURCE1} -C tests/

++++++ paramiko-2.4.0.tar.gz -> paramiko-2.4.1.tar.gz ++++++
++++ 3099 lines of diff (skipped)

++++++ paramiko-test_extend_timeout.patch ++++++
--- paramiko-2.4.1/tests/test_buffered_pipe.py  2018/03/15 17:40:29     1.1
+++ paramiko-2.4.1/tests/test_buffered_pipe.py  2018/03/15 17:40:36
@@ -69,7 +69,7 @@
             self.assertTrue(False)
         except PipeTimeout:
             pass
-        self.assertEqual(b'b', p.read(1, 1.0))
+        self.assertEqual(b'b', p.read(1, 3.0))
         self.assertEqual(b'', p.read(1))
 
     def test_3_close_while_reading(self):

Reply via email to