1
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:
Matej Cepl 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>

View File

@ -1,4 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/openSUSE/python-rpm-macros.git</param>
<param name="changesrevision">80d37568d9732beb7fcc2cf27c5c08f9c01fade1</param></service></servicedata>
<param name="changesrevision">80d37568d9732beb7fcc2cf27c5c08f9c01fade1</param></service><service name="tar_scm">
<param name="url">https://github.com/openSUSE/python-rpm-macros.git</param>
<param name="changesrevision">4ab53ec4d6045b2c316a891aac3f9eab87339dfb</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d0ab9a5880ee1fac8f4385dafc8eab98bfe2767cd0fd429ce76fb90cf6f076ca
size 17948

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93da8ddb51b3c177d2d8d036cdba29d994c527ecf94e5b9622923786619990af
size 17948

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 05 14:44:30 UTC 2022 - mcepl@cepl.eu
- 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
-------------------------------------------------------------------
Thu Jan 06 08:16:03 UTC 2022 - mcepl@cepl.eu

View File

@ -17,7 +17,7 @@
Name: python-rpm-macros
Version: 20220106.80d3756
Version: 20220505.4ab53ec
Release: 0
Summary: RPM macros for building of Python modules
License: WTFPL