Hello community, here is the log from the commit of package python3-paramiko for openSUSE:Factory checked in at 2016-06-14 23:06:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-11-22 11:00:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python3-paramiko.new/python3-paramiko.changes 2016-06-14 23:06:52.000000000 +0200 @@ -1,0 +2,32 @@ +Wed May 25 14:56:28 UTC 2016 - [email protected] + +- Update to 2.0.0 + * Replace PyCrypto with the Python Cryptographic Authority (PyCA) + ‘Cryptography’ library suite. + * Add support for 384- and 512-bit elliptic curve groups in ECDSA + key types (aka ecdsa-sha2-nistp384 / ecdsa-sha2-nistp521). +- Update to 1.17.0 + * Add missing file-like object methods for BufferedFile and + SFTPFile. + * Update the module in charge of handling SSH moduli so it’s + consistent with OpenSSH behavior re: prime number selection. + * Clean up and enhance the README + (and rename it to README.rst from just README). + * Remove whitespace in our setup.py‘s install_requires as it + triggers occasional bugs in some versions of setuptools. + * Identify & work around a race condition in the test for + handshake timeouts, which was causing frequent test failures + for a subset of contributors as well as Travis-CI + (usually, but not always, limited to Python 3.5). + * Annotate some public attributes on Channel such as .closed. + * Clean up setup.py to always use setuptools, not doing so was a + historical artifact from bygone days. + +------------------------------------------------------------------- +Sun May 8 07:03:45 UTC 2016 - [email protected] + +- specfile: + * updated source url to files.pythonhosted.org + + +------------------------------------------------------------------- Old: ---- paramiko-1.16.0.tar.gz New: ---- paramiko-2.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-paramiko.spec ++++++ --- /var/tmp/diff_new_pack.Fb1wV1/_old 2016-06-14 23:06:53.000000000 +0200 +++ /var/tmp/diff_new_pack.Fb1wV1/_new 2016-06-14 23:06:53.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python3-paramiko # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,19 +17,21 @@ Name: python3-paramiko -Version: 1.16.0 +Version: 2.0.0 Release: 0 Url: https://github.com/paramiko/paramiko/ Summary: SSH2 protocol library License: LGPL-2.1+ Group: Development/Languages/Python -Source: https://pypi.python.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz BuildRequires: python3-devel -BuildRequires: python3-ecdsa -BuildRequires: python3-pycrypto >= 2.1 +BuildRequires: python3-setuptools +BuildRequires: python3-pyasn1 >= 0.1.7 +BuildRequires: python3-cryptography >= 1.1 BuildConflicts: python3-buildservice-tweak Requires: python3-ecdsa -Requires: python3-pycrypto >= 2.1 +Requires: python3-cryptography >= 1.1 +Requires: python3-pyasn1 >= 0.1.7 BuildArch: noarch %description @@ -55,7 +57,7 @@ %files %defattr(-,root,root) -%doc LICENSE README demos docs +%doc LICENSE README.rst demos docs %{python3_sitelib}/* %changelog ++++++ paramiko-1.16.0.tar.gz -> paramiko-2.0.0.tar.gz ++++++ ++++ 6395 lines of diff (skipped)
