diff --git a/paramiko-3.4.1.tar.gz b/paramiko-3.4.1.tar.gz deleted file mode 100644 index 0a98ef4..0000000 --- a/paramiko-3.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b15302870af7f6652f2e038975c1d2973f06046cb5d7d65355668b3ecbece0c -size 1703011 diff --git a/paramiko-3.5.0.tar.gz b/paramiko-3.5.0.tar.gz new file mode 100644 index 0000000..9c22eb5 --- /dev/null +++ b/paramiko-3.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad11e540da4f55cedda52931f1a3f812a8238a7af7f62a60de538cd80bb28124 +size 1704305 diff --git a/python-paramiko.changes b/python-paramiko.changes index f4aaa85..abfe339 100644 --- a/python-paramiko.changes +++ b/python-paramiko.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Nov 20 10:00:34 UTC 2024 - Anton Smorodskyi + +- Update to 3.5.0: + * [Feature] #982: (via #2444, which was a rebase of #2157) + Add support for AES-GCM encryption ciphers (128 and 256 bit variants). + Thanks to Alex Gaynor for the report (& for cryptography review), + Shen Cheng for the original PR, and Chris Mason for the updated PR; + plus as usual to everyone who tested the patches and reported their results! + This functionality has been tested in client mode against OpenSSH 9.0, 9.2, + and 9.6, as well as against a number of proprietary appliance SSH servers. + ------------------------------------------------------------------- Sun Aug 18 17:53:00 UTC 2024 - Antonio Larrosa diff --git a/python-paramiko.spec b/python-paramiko.spec index 9ad7c5e..114b93a 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -15,10 +15,11 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%define skip_python313 1 %{?sle15_python_module_pythons} Name: python-paramiko -Version: 3.4.1 +Version: 3.5.0 Release: 0 Summary: SSH2 protocol library License: LGPL-2.1-or-later