Hello community,

here is the log from the commit of package python-paramiko for openSUSE:Factory 
checked in at 2014-06-04 18:39:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-paramiko (Old)
 and      /work/SRC/openSUSE:Factory/.python-paramiko.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-paramiko"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-paramiko/python-paramiko.changes  
2014-04-26 10:11:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-paramiko.new/python-paramiko.changes     
2014-06-04 18:39:40.000000000 +0200
@@ -1,0 +2,32 @@
+Sat May 31 11:35:11 UTC 2014 - [email protected]
+
+- update to 1.13.1:
+* :support:`256 backported` Convert API documentation to Sphinx, yielding a new
+  API docs website to replace the old Epydoc one.
+* :bug:`-` Use constant-time hash comparison operations where possible, to
+  protect against `timing-based attacks
+  <http://codahale.com/a-lesson-in-timing-attacks/>`_. Thanks to Alex Gaynor
+  for the patch.
+* :feature:`58` Allow client code to access the stored SSH server banner via
+  `Transport.get_banner <paramiko.transport.Transport.get_banner>`. Thanks to
+  ``@Jhoanor`` for the patch.
+* :bug:`252` (`Fabric #1020 <https://github.com/fabric/fabric/issues/1020>`_)
+  Enhanced the implementation of ``ProxyCommand`` to avoid a deadlock/hang
+  condition that frequently occurs at ``Transport`` shutdown time. Thanks to
+  Mateusz Kobos, Matthijs van der Vleuten and Guillaume Zitta for the original
+  reports and to Marius Gedminas for helping test nontrivial use cases.
+* :bug:`268` Fix some missed renames of ``ProxyCommand`` related error classes.
+  Thanks to Marius Gedminas for catch & patch.
+* :bug:`34` (PR :issue:`35`) Fix SFTP prefetching incompatibility with some
+  SFTP servers regarding request/response ordering. Thanks to Richard
+  Kettlewell.
+* :bug:`193` (and its attentant PRs :issue:`230` & :issue:`253`) Fix SSH agent
+  problems present on Windows. Thanks to David Hobbs for initial report and to
+  Aarni Koskela & Olle Lundberg for the patches.
+* :bug:`225 (1.12+)` Note ecdsa requirement in README. Thanks to Amaury
+  Rodriguez for the catch.
+* :bug:`176` Fix AttributeError bugs in known_hosts file (re)loading. Thanks
+  to Nathan Scowcroft for the patch & Martin Blumenstingl for the initial test
+  case.
+
+-------------------------------------------------------------------

Old:
----
  paramiko-1.12.0.tar.gz

New:
----
  paramiko-1.13.1.tar.gz

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

Other differences:
------------------
++++++ python-paramiko.spec ++++++
--- /var/tmp/diff_new_pack.MDazWU/_old  2014-06-04 18:39:41.000000000 +0200
+++ /var/tmp/diff_new_pack.MDazWU/_new  2014-06-04 18:39:41.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-paramiko
-Version:        1.12.0
+Version:        1.13.1
 Release:        0
 Url:            https://github.com/paramiko/paramiko/
 Summary:        SSH2 protocol library
@@ -52,7 +52,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python test.py
+LANG=en_US.UTF-8 python test.py
 
 %files
 %defattr(-,root,root)

++++++ paramiko-1.12.0.tar.gz -> paramiko-1.13.1.tar.gz ++++++
++++ 115725 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to