[bundle_next] Fix Salt for Python > 3.11 (bsc#1252285) (bsc#1252244) #5

Merged
PSuarezHernandez merged 2 commits from bundle_next-tw-fixes into bundle_next 2025-11-10 11:12:48 +01:00
4 changed files with 6688 additions and 1 deletions

View File

@@ -1 +1 @@
1fc2dab7f7a83e75c56d06f805cf5dcc25d165cc
610647044845f8bf771b95bee2d92aaf4c69db43

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Nov 7 16:37:10 UTC 2025 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>
- Fix Salt for Python > 3.11 (bsc#1252285) (bsc#1252244)
* Use external tornado on Python > 3.11
* Make tls and x509 to use python-cryptography
* Remove usage of spwd
- Added:
* fix-salt-for-python-3.11.patch
-------------------------------------------------------------------
Wed Oct 29 10:38:04 UTC 2025 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>

View File

@@ -552,6 +552,8 @@ Patch183: allow-libgit2-to-guess-sysdir-homedir-successfully-b.patch
Patch184: use-versioned-python-interpreter-for-salt-ssh.patch
# PATCH-FIX_OPENSUSE: https://github.com/openSUSE/salt/pull/735
Patch185: do-not-break-signature-verification-on-latest-m2cryp.patch
# PATCH-FIX_OPENSUSE: https://github.com/openSUSE/salt/pull/736
Patch186: fix-salt-for-python-3.11.patch
### IMPORTANT: The line below is used as a snippet marker. Do not touch it.
### SALT PATCHES LIST END