- 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
This commit is contained in:
Dirk Mueller 2024-11-20 15:22:00 +00:00 committed by Git OBS Bridge
parent cab21216e1
commit 7c39cbb9f2
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 20 15:21:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
- reenable python 313 build
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 20 10:00:34 UTC 2024 - Anton Smorodskyi <anton.smorodskyi@suse.com> Wed Nov 20 10:00:34 UTC 2024 - Anton Smorodskyi <anton.smorodskyi@suse.com>

View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%define skip_python313 1
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-paramiko Name: python-paramiko