Hello community,

here is the log from the commit of package python-paramiko for openSUSE:Factory 
checked in at 2013-12-03 12:34:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2013-09-03 22:03:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-paramiko.new/python-paramiko.changes     
2013-12-03 12:34:20.000000000 +0100
@@ -1,0 +2,37 @@
+Mon Nov 25 23:01:56 UTC 2013 - [email protected]
+
+- Update to version 1.12  
+  * #152: Add tentative support for ECDSA keys. *This adds the ecdsa
+    module as a new dependency of Paramiko.* The module is available at
+    [warner/python-ecdsa on Github](https://github.com/warner/python-ecdsa) and
+    [ecdsa on PyPI](https://pypi.python.org/pypi/ecdsa).
+    * Note that you might still run into problems with key negotiation --
+      Paramiko picks the first key that the server offers, which might not be
+      what you have in your known_hosts file.
+    * Mega thanks to Ethan Glasser-Camp for the patch.
+  * #136: Add server-side support for the SSH protocol's 'env' command
+- Use local source instead of service
+- Add python-ecdsa requirement; new dependency
+
+-------------------------------------------------------------------
+Sun Oct 27 17:50:34 UTC 2013 - [email protected]
+
+- update to 1.11.2:
+  * #156: Fix potential deadlock condition when using Channel objects as
+  sockets (e.g. when using SSH gatewaying). Thanks to Steven Noonan and
+  Frank Arnold for catch & patch.
+  * #179: Fix a missing variable causing errors when an ssh_config file
+  has a non-default AddressFamily set. Thanks to Ed Marshall & Tomaz
+  Muraus for catch & patch.
+  * #200: Fix an exception-causing typo in `demo_simple.py`. Thanks to
+  Alex Buchanan for catch & Dave Foster for patch.
+  * #199: Typo fix in the license header cross-project. Thanks to Armin
+  Ronacher for catch & patch.
+  * #162: Clean up HMAC module import to avoid deadlocks in certain uses
+  of SSHClient. Thanks to Gernot Hillier for the catch & suggested fix.
+  * #36: Fix the port-forwarding demo to avoid file descriptor errors.
+  Thanks to Jonathan Halcrow for catch & patch.
+  * #168: Update config handling to properly handle multiple 'localforward'
+  and 'remoteforward' keys. Thanks to Emre Yilmaz for the patch.
+
+-------------------------------------------------------------------

Old:
----
  paramiko-1.11.0.tar.gz

New:
----
  paramiko-1.12.0.tar.gz

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

Other differences:
------------------
++++++ python-paramiko.spec ++++++
--- /var/tmp/diff_new_pack.Nbr5Wo/_old  2013-12-03 12:34:20.000000000 +0100
+++ /var/tmp/diff_new_pack.Nbr5Wo/_new  2013-12-03 12:34:20.000000000 +0100
@@ -17,17 +17,18 @@
 
 
 Name:           python-paramiko
-Version:        1.11.0
-Release:        0
-Url:            http://www.lag.net/paramiko/
+Version:        1.12.0
+Release:        1
+Url:            https://github.com/paramiko/paramiko/
 Summary:        SSH2 protocol library
 License:        LGPL-2.1+
 Group:          Development/Languages/Python
-Source:         
http://pypi.python.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz
+Source:         
https://pypi.python.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
+BuildRequires:  python-ecdsa
 BuildRequires:  python-pycrypto >= 2.1
-BuildRequires:  unzip
+Requires:       python-ecdsa
 Requires:       python-pycrypto >= 2.1
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -43,7 +44,6 @@
 
 %prep
 %setup -q -n paramiko-%{version}
-sed -i "/#!.*/d" demos/{demo_keygen,rforward,demo_simple,demo_sftp,demo}.py # 
Fix doc-file-dependency
 
 %build
 python setup.py build

++++++ paramiko-1.11.0.tar.gz -> paramiko-1.12.0.tar.gz ++++++
++++ 17150 lines of diff (skipped)

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

Reply via email to