↵ Return to the main page of python-rpm-macros
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2022-07-22 | Fedora Release Engineering <releng at fedoraproject dot org> - 3.10-4 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild |
2022-07-19 | Miro Hrončok <mhroncok at redhat dot com> - 3.11-3 | - Add "P" to %py3_shbang_opts, %py3_shbang_opts_nodash, %py3_shebang_flags and to %py_shbang_opts, %py_shbang_opts_nodash, %py_shebang_flags - https://fedoraproject.org/wiki/Changes/PythonSafePath |
2022-06-20 | Miro Hrončok <mhroncok at redhat dot com> - 3.11-2 | - Define %python3_cache_tag / %python_cache_tag, e.g. cpython-311 |
2022-06-13 | Tomáš Hrnčiar <thrnciar at redhat dot com> - 3.11-1 | - Update main Python to Python 3.11 - https://fedoraproject.org/wiki/Changes/Python3.11 |
2022-05-26 | Owen Taylor <otaylor at redhat dot com> - 3.10-18 | - Support installing to %{_prefix} other than /usr |
2022-02-08 | Tomas Orsava <torsava at redhat dot com> - 3.10-17 | - %py_provides: Do not generate Obsoletes for names containing parentheses |
2022-01-31 | Miro Hrončok <mhroncok at redhat dot com> - 3.10-16 | - Explicitly opt-out from Python name-based provides and obsoletes generators |
2021-12-21 | Tomas Orsava <torsava at redhat dot com> - 3.10-15 | - Add lua helper functions to make it possible to automatically generate Obsoletes tags - Modify the %py_provides macro to also generate Obsoletes tags on CentOS/RHEL |
2021-12-08 | Miro Hrončok <mhroncok at redhat dot com> - 3.10-14 | - Set %__python3 value according to %python3_pkgversion I.e. when %python3_pkgversion is 3.12, %__python3 is /usr/bin/python3.12 |
2021-11-01 | Karolina Surma <ksurma at redhat dot com> - 3.10-13 | - Fix multiline arguments processing for %py_check_import Resolves: rhbz#2018809 - Fix %py_shebang_flags handling within %py_check_import Resolves: rhbz#2018615 - Process .pth files in buildroot's sitedirs in %py_check_import Resolves: rhbz#2018551 - Move import_all_modules.py from python-srpm-macros to python-rpm-macros |