Now Leap 15.5 is out.

But how do I update Python packages which I also have in my Home repo?

If I leave projectconfig as intended by Suse, only python311 modules are built.

At the moment I have in my projectconfig:


# TEST TEST to remove %sle15_python_module_pythons() again!!!!!!!!!!

# only visible with: osc buildconfig home:ecsos 15.4; not online in GUI !!!!

%if "%_repository" == "15.3" || "%_repository" == "15.4" || "%_repository" == "openSUSE_Leap_15.3"

macros:

%sle15_python_module_pythons() %global pythons python3

:macros

%endif


The reason is that the packages can no longer be built for 15.4 with Suse projectconfig.

In addition, only 311 Python is built with Suse projectconfig. This means that no upgrade from 15.4 to 15.5 would work.

What do I have to enter in my projectconfig so that 15.4 is built and that 3.6 and 3.11 are built for 15.5?

Can anyone help me?


Regards
Eric