Sync from SUSE:SLFO:Main python-rpm-macros revision e603715313b8d9a59b63f4487eaee2e3

This commit is contained in:
Adrian Schröter 2024-08-02 15:17:16 +02:00
parent 099b8eaa17
commit ba1004f670
6 changed files with 75 additions and 9 deletions

View File

@ -1,5 +1,5 @@
<services> <services>
<service mode="disabled" name="tar_scm"> <service mode="manual" name="tar_scm">
<param name="url">https://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>
@ -9,11 +9,11 @@
<param name="filename">python-rpm-macros</param> <param name="filename">python-rpm-macros</param>
<param name="changesauthor">mcepl@cepl.eu</param> <param name="changesauthor">mcepl@cepl.eu</param>
</service> </service>
<service mode="disabled" name="recompress"> <service mode="manual" name="recompress">
<param name="file">python-rpm-macros-*.tar</param> <param name="file">python-rpm-macros-*.tar</param>
<param name="compression">xz</param> <param name="compression">xz</param>
</service> </service>
<service mode="disabled" name="set_version"> <service mode="manual" name="set_version">
<param name="basename">python-rpm-macros</param> <param name="basename">python-rpm-macros</param>
</service> </service>
</services> </services>

View File

@ -3,4 +3,4 @@
<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><service name="tar_scm"> <param name="changesrevision">80d37568d9732beb7fcc2cf27c5c08f9c01fade1</param></service><service name="tar_scm">
<param name="url">https://github.com/openSUSE/python-rpm-macros.git</param> <param name="url">https://github.com/openSUSE/python-rpm-macros.git</param>
<param name="changesrevision">6fe8111dbbd7e28323f160273364626230386503</param></service></servicedata> <param name="changesrevision">1e386dafebcdf27683eaa7d39c0ef7c735931089</param></service></servicedata>

BIN
python-rpm-macros-20230609.6fe8111.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
python-rpm-macros-20240618.1e386da.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Tue Jun 18 10:24:42 UTC 2024 - mcepl@cepl.eu
- Update to version 20240618.1e386da:
* Fix python_clone sed regex
-------------------------------------------------------------------
Mon Jun 17 06:42:43 UTC 2024 - mcepl@cepl.eu
- Update to version 20240614.02920b8:
* Make sure that RPM_BUILD_ROOT env is set
* don't eliminate any cmdline arguments in the shebang line
* Create python313 macros
-------------------------------------------------------------------
Mon May 27 12:43:48 UTC 2024 - mcepl@cepl.eu
- Update to version 20240415.c664b45:
* Fix typo 310 -> 312 in default-prjconf
-------------------------------------------------------------------
Fri Feb 2 14:54:38 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to version 20240202.501440e:
* SPEC0: Drop python39, add python312 to buildset (#169)
-------------------------------------------------------------------
Wed Dec 20 16:33:59 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Update to version 20231220.98427f3:
* fix python2_compile macro
-------------------------------------------------------------------
Tue Dec 19 10:13:29 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Update to version 20231207.46c2ec3:
* make FLAVOR_compile compatible with python2
-------------------------------------------------------------------
Mon Dec 04 08:34:09 UTC 2023 - mcepl@cepl.eu
- Update to version 20231204.dd64e74:
* Combine fix_shebang in one line
* New macro FLAVOR_fix_shebang_path
* Use realpath in %python_clone macro shebang replacement
* Compile and fix_shebang in %python_install macros
-------------------------------------------------------------------
Tue Oct 10 19:27:11 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to version 20231010.0a1f0d9:
* Revert "Compile and fix_shebang in %python_install macros"
* gh#openSUSE/python-rpm-macros#163
-------------------------------------------------------------------
Tue Oct 10 10:38:31 UTC 2023 - mcepl@cepl.eu
- Update to version 20231010.a32e110:
* Compile and fix_shebang in %python_install macros
-------------------------------------------------------------------
Thu Oct 05 15:53:33 UTC 2023 - mcepl@cepl.eu
- Update to version 20231005.bf2d3ab:
* Fix shebang also in sbin with macro _fix_shebang
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 9 07:32:37 UTC 2023 - Ben Greiner <code@bnavigator.de> Fri Jun 9 07:32:37 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-rpm-macros # spec file for package python-rpm-macros
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: python-rpm-macros Name: python-rpm-macros
Version: 20230609.6fe8111 Version: 20240618.1e386da
Release: 0 Release: 0
Summary: RPM macros for building of Python modules Summary: RPM macros for building of Python modules
License: WTFPL License: WTFPL