6
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=192
This commit is contained in:
2023-12-04 08:34:30 +00:00
committed by Git OBS Bridge
parent a4a47ecc50
commit d027e9364b
5 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>