Hello community,

here is the log from the commit of package python3-paramiko for 
openSUSE:Factory checked in at 2015-10-22 12:59:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-paramiko (Old)
 and      /work/SRC/openSUSE:Factory/.python3-paramiko.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-paramiko"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-paramiko/python3-paramiko.changes        
2015-01-10 23:05:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-paramiko.new/python3-paramiko.changes   
2015-10-22 12:59:42.000000000 +0200
@@ -1,0 +2,47 @@
+Wed Oct 21 13:28:07 UTC 2015 - [email protected]
+
+- Don't build with python3-buildservice-tweak.
+  It causes package tests to fail .
+
+-------------------------------------------------------------------
+Sun Oct 18 21:04:39 UTC 2015 - [email protected]
+
+- update to version 1.15.3:
+  * :support:`554 backported` Fix inaccuracies in the docstring for
+    the ECDSA key class. Thanks to Jared Hance for the patch.
+  * :support:`516 backported` Document
+    ~paramiko.agent.AgentRequestHandler. Thanks to @toejough for
+    report & suggestions.
+  * :bug:`496` Fix a handful of small but critical bugs in Paramiko's
+    GSSAPI support (note: this includes switching from PyCrypo's
+    Random to os.urandom). Thanks to Anselm Kruis for catch & patch.
+  * :bug:`491` (combines :issue:`62` and :issue:`439`) Implement
+    timeout functionality to address hangs from dropped network
+    connections and/or failed handshakes. Credit to @vazir and @dacut
+    for the original patches and to Olle Lundberg for
+    reimplementation.
+  * :bug:`490` Skip invalid/unparseable lines in known_hosts files,
+    instead of raising ~paramiko.ssh_exception.SSHException. This
+    brings Paramiko's behavior more in line with OpenSSH, which
+    silently ignores such input. Catch & patch courtesy of Martin
+    Topholm.
+  * :bug:`404` Print details when displaying
+    ~paramiko.ssh_exception.BadHostKeyException objects (expected vs
+    received data) instead of just "hey shit broke". Patch credit:
+    Loic Dachary.
+  * :bug:`469` (also :issue:`488`, :issue:`461` and like a dozen
+    others) Fix a typo introduced in the 1.15 release which broke
+    WinPageant support. Thanks to everyone who submitted patches, and
+    to Steve Cohen who was the lucky winner of the cherry-pick
+    lottery.
+  * :bug:`353` (via :issue:`482`) Fix a bug introduced in the Python 3
+    port which caused OverFlowError (and other symptoms) in SFTP
+    functionality. Thanks to @dboreham for leading the troubleshooting
+    charge, and to Scott Maxwell for the final patch.
+  * :bug:`402` Check to see if an SSH agent is actually present before
+    trying to forward it to the remote end. This replaces what was
+    usually a useless TypeError with a human-readable
+    ~paramiko.ssh_exception.AuthenticationException. Credit to Ken
+    Jordan for the fix and Yvan Marques for original report.
+
+-------------------------------------------------------------------

Old:
----
  paramiko-1.15.2.tar.gz

New:
----
  paramiko-1.15.3.tar.gz

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

Other differences:
------------------
++++++ python3-paramiko.spec ++++++
--- /var/tmp/diff_new_pack.kGzAF6/_old  2015-10-22 12:59:43.000000000 +0200
+++ /var/tmp/diff_new_pack.kGzAF6/_new  2015-10-22 12:59:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-paramiko
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:           python3-paramiko
-Version:        1.15.2
+Version:        1.15.3
 Release:        0
 Url:            https://github.com/paramiko/paramiko/
 Summary:        SSH2 protocol library
@@ -27,6 +27,7 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-ecdsa
 BuildRequires:  python3-pycrypto >= 2.1
+BuildConflicts: python3-buildservice-tweak
 Requires:       python3-ecdsa
 Requires:       python3-pycrypto >= 2.1
 BuildArch:      noarch

++++++ paramiko-1.15.2.tar.gz -> paramiko-1.15.3.tar.gz ++++++
++++ 23085 lines of diff (skipped)


Reply via email to