forked from pool/python-rpm-macros
Accepting request 982055 from devel:languages:python:Factory
- Update to version 20220610.6dc4cb8: * create python_flavored_alternatives and use for testing - 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/request/show/982055 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rpm-macros?expand=0&rev=40
This commit is contained in:
commit
c257faa3d4
2
_service
2
_service
@ -1,6 +1,6 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="tar_scm">
|
<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="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">master</param>
|
<param name="revision">master</param>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/openSUSE/python-rpm-macros.git</param>
|
<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">6dc4cb823adc9bea302f2dba0e9c901d61abbc25</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d0ab9a5880ee1fac8f4385dafc8eab98bfe2767cd0fd429ce76fb90cf6f076ca
|
|
||||||
size 17948
|
|
3
python-rpm-macros-20220610.6dc4cb8.tar.xz
Normal file
3
python-rpm-macros-20220610.6dc4cb8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e64e924e25ffc33ac32a35a57f4485ac19813cfab6c0ff5652f49a046d0f930d
|
||||||
|
size 18472
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 10 15:52:23 UTC 2022 - mcepl@cepl.eu
|
||||||
|
|
||||||
|
- Update to version 20220610.6dc4cb8:
|
||||||
|
* create python_flavored_alternatives and use for testing
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Thu Jan 06 08:16:03 UTC 2022 - mcepl@cepl.eu
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-rpm-macros
|
Name: python-rpm-macros
|
||||||
Version: 20220106.80d3756
|
Version: 20220610.6dc4cb8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: RPM macros for building of Python modules
|
Summary: RPM macros for building of Python modules
|
||||||
License: WTFPL
|
License: WTFPL
|
||||||
|
Loading…
Reference in New Issue
Block a user