Safely testing the new python3.11 stack on Leap15/SLE15?
Hi all, I think I got everything I new for Ansible and its ecosystem building and running on SLES15/Leap15 with the 3.11 python stack. Except the actual python stack. Which repositories would I need to add to get it (for testing if there are any runtime dependencies that I missed)? I tried to understand the setup of the SLE15/Leap15 projects in OBS. But as far as I understood those are coming from a download-on-demand repo on http://suse-sle-mirror. And at that point I gave up and decided to ask how to do that. :-) Kind Regards, Johannes -- Johannes Kastl Linux Consultant & Trainer Tel.: +49 (0) 151 2372 5802 Mail: kastl@b1-systems.de B1 Systems GmbH Osterfeldstraße 7 / 85088 Vohburg http://www.b1-systems.de GF: Ralph Dehner Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
On vie, 2023-05-12 at 07:10 +0200, Johannes Kastl wrote:
Hi all,
I think I got everything I new for Ansible and its ecosystem building and running on SLES15/Leap15 with the 3.11 python stack. Except the actual python stack.
Which repositories would I need to add to get it (for testing if there are any runtime dependencies that I missed)?
For building the new PSP stack we're using this project: https://build.opensuse.org/project/show/home:dirkmueller:acdc:as_python3_mod... And this is the repository configuration: <repository name="standard" rebuild="direct" block="local" linkedbuild="alldirect"> <path project="SUSE:SLE-15-SP4:Update" repository="standard"/> <arch>x86_64</arch> <arch>i586</arch> </repository> So basically it should build in SLE-15-SP4. -- Daniel García Moreno Python Packager
Hi Daniel, On 17.05.23 at 16:35 Daniel Garcia wrote:
On vie, 2023-05-12 at 07:10 +0200, Johannes Kastl wrote:
Hi all,
I think I got everything I new for Ansible and its ecosystem building and running on SLES15/Leap15 with the 3.11 python stack. Except the actual python stack.
Which repositories would I need to add to get it (for testing if there are any runtime dependencies that I missed)?
For building the new PSP stack we're using this project: https://build.opensuse.org/project/show/home:dirkmueller:acdc:as_python3_mod...
Thanks, but I already use that to build the packages. I am more interested in testing the packages I built on a Leap 15.4 / SLES15SP4 system. But until now there are no python3.11 packages available, hence my question if I can just add "some OBS repo" and zypper finds them there... Kind Regards, Johannes -- Johannes Kastl Linux Consultant & Trainer Tel.: +49 (0) 151 2372 5802 Mail: kastl@b1-systems.de B1 Systems GmbH Osterfeldstraße 7 / 85088 Vohburg http://www.b1-systems.de GF: Ralph Dehner Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
On mié, 2023-05-17 at 16:53 +0200, Johannes Kastl wrote:
Hi Daniel,
On 17.05.23 at 16:35 Daniel Garcia wrote:
On vie, 2023-05-12 at 07:10 +0200, Johannes Kastl wrote:
Hi all,
I think I got everything I new for Ansible and its ecosystem building and running on SLES15/Leap15 with the 3.11 python stack. Except the actual python stack.
Which repositories would I need to add to get it (for testing if there are any runtime dependencies that I missed)?
For building the new PSP stack we're using this project: https://build.opensuse.org/project/show/home:dirkmueller:acdc:as_python3_mod...
Thanks, but I already use that to build the packages.
I am more interested in testing the packages I built on a Leap 15.4 / SLES15SP4 system. But until now there are no python3.11 packages available, hence my question if I can just add "some OBS repo" and zypper finds them there...
The python311 package is now available in Leap 15.5, https://build.opensuse.org/package/show/openSUSE:Leap:15.5/python311 -- Daniel García Moreno Python Packager
participants (2)
-
Daniel Garcia
-
Johannes Kastl