Hello community,

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

Package is "python-paramiko", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-paramiko/python-paramiko.changes  
2012-03-13 09:38:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-paramiko.new/python-paramiko.changes     
2012-06-26 17:25:34.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Jun 24 20:04:03 UTC 2012 - [email protected]
+
+- Update to 1.7.7.2:
+  * Merge pull request #63: https://github.com/paramiko/paramiko/pull/63 which
+    fixes exceptions that occur when re-keying over fast connections.
+- Add unit tests to build
+
+-------------------------------------------------------------------

Old:
----
  paramiko-1.7.7.1.zip

New:
----
  paramiko-1.7.7.2.zip

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

Other differences:
------------------
++++++ python-paramiko.spec ++++++
--- /var/tmp/diff_new_pack.Q97eTy/_old  2012-06-26 17:25:35.000000000 +0200
+++ /var/tmp/diff_new_pack.Q97eTy/_new  2012-06-26 17:25:35.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-paramiko
-Version:        1.7.7.1
+Version:        1.7.7.2
 Release:        0
 Url:            http://www.lag.net/paramiko/
 Summary:        SSH2 protocol library
@@ -26,6 +26,7 @@
 Source:         
http://pypi.python.org/packages/source/p/paramiko/paramiko-%{version}.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
+BuildRequires:  python-pycrypto >= 2.1
 BuildRequires:  unzip
 Requires:       python-pycrypto >= 2.1
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -50,8 +51,11 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+python test.py
+
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc LICENSE README demos docs
 %{python_sitelib}/*
 

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

Reply via email to