Changelog for
python-rpm-macros-20240415.c664b45-5.1.noarch.rpm :
* Mon May 27 2024 mceplAATTcepl.eu- Update to version 20240415.c664b45:
* Fix typo 310 -> 312 in default-prjconf
* Fri Feb 02 2024 Ben Greiner
- Update to version 20240202.501440e:
* SPEC0: Drop python39, add python312 to buildset (#169)
* Wed Dec 20 2023 Daniel Garcia - Update to version 20231220.98427f3:
* fix python2_compile macro
* Tue Dec 19 2023 Daniel Garcia - Update to version 20231207.46c2ec3:
* make FLAVOR_compile compatible with python2
* Mon Dec 04 2023 mceplAATTcepl.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 2023 Ben Greiner - Update to version 20231010.0a1f0d9:
* Revert \"Compile and fix_shebang in %python_install macros\"
* gh#openSUSE/python-rpm-macros#163
* Tue Oct 10 2023 mceplAATTcepl.eu- Update to version 20231010.a32e110:
* Compile and fix_shebang in %python_install macros
* Thu Oct 05 2023 mceplAATTcepl.eu- Update to version 20231005.bf2d3ab:
* Fix shebang also in sbin with macro _fix_shebang
* Fri Jun 09 2023 Ben Greiner - Update to version 20230609.6fe8111:
* move compile loop to python
* remove python38
* Tue Apr 04 2023 mceplAATTcepl.eu- Update to version 20230403.29b58f8:
* Add python311 to buildset
* Sat Mar 04 2023 mceplAATTcepl.eu- Update to version 20230304.050c1a4 (bsc#1209881, bsc#1209353):
* Add %#FLAVOR#_fix_shebang macro, call in %#FLAVOR#_pyproject_install
* Sat Jan 28 2023 Ben Greiner - Update to version 20230128.e704796:
* Strip buildroot from pyc files (#151)
* Thu Nov 17 2022 Ben Greiner - Update to version 20221117.8687578:
* Create python312 macros
* Tue Sep 13 2022 mceplAATTcepl.eu- Update to version 20220912.f91cae2:
* fix double expanded compileall in %{$python_pyproject_install}
* forgotten \'%\'
* Mon Sep 12 2022 codeAATTbnavigator.de- Update to version 20220911.111e4c9:
* fix gh#openSUSE/python-rpm-macros#141: allow parameters in sections
* more compact alternative scriptlets without newline
* Update flavor sets in README
* Document flavored PEP517 macros
* flavorize pyproject macros
* Avoid to install incorrect PEP610 metadata
* Mon Aug 15 2022 mceplAATTcepl.eu- Update to version 20220809.cf8a7b8 (bsc#1201041):
* Pass `--ignore-installed` to `pip install` in %pyproject_install
* Mon Jul 25 2022 mceplAATTcepl.eu- Update to version 20220725.2ae32d5:
* restore end-of-line in alternative scriptlets
* Thu Jul 21 2022 mceplAATTcepl.eu- Update to version 20220721.0a061eb:
* make python_flavored_alternatives less verbose
* Move install of libalts from sciptlets to python_clone -a -- close gh#openSUSE/python-rpm-macros#133
* hard-code %py_ver -- fix gh#openSUSE/python-rpm-macros#131
* fix gh#openSUSE/python-rpm-macros#130 print proper error on missing python interpreter