From 7c39cbb9f28248d4fcd777cb86b5145b9d9264cf6f7842a6bd04f98912b5bc40 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 20 Nov 2024 15:22:00 +0000 Subject: [PATCH] - reenable python 313 build * [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; 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=126 --- python-paramiko.changes | 17 +++++++++++------ python-paramiko.spec | 1 - 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/python-paramiko.changes b/python-paramiko.changes index abfe339..dd9ea5b 100644 --- a/python-paramiko.changes +++ b/python-paramiko.changes @@ -1,14 +1,19 @@ +------------------------------------------------------------------- +Wed Nov 20 15:21:50 UTC 2024 - Dirk Müller + +- reenable python 313 build + ------------------------------------------------------------------- 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; + * [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. + 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 114b93a..babd184 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define skip_python313 1 %{?sle15_python_module_pythons} Name: python-paramiko