6
0

- Update to version 20220505.4ab53ec:

* Switch primary_interpreter from python38 to python310
  * Avoid bashism in %()
  * fix flavor executable substitution
  * Keep python38 as primary python3
  * Add python310 to the buildset
  * Move python39 to the primary place in %pythons
  * Disable python36 flavor in Factory buildset
  * Add python310 flavor macros to compile set
  * no newline after python_install_alternative

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=156
This commit is contained in:
2022-05-05 14:45:42 +00:00
committed by Git OBS Bridge
parent f0e9aed29f
commit d1ec5dea82
6 changed files with 22 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<services>
<service mode="disabled" name="tar_scm">
<param name="url">git://github.com/openSUSE/python-rpm-macros.git</param>
<param name="url">https://github.com/openSUSE/python-rpm-macros.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">master</param>