↵ Return to the main page of python-rpm-macros
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
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 |
2021-10-25 | Karolina Surma <ksurma at redhat dot com> - 3.10-12 | - Introduce -f (read from file) option to %py{3}_check_import - Introduce -t (filter top-level modules) option to %py{3}_check_import - Introduce -e (exclude module globs) option to %py{3}_check_import |
2021-10-20 | Tomas Orsava <torsava at redhat dot com> - 3.10-11 | - Define a new macros %python_wheel_dir and %python_wheel_pkg_prefix |
2021-10-12 | Lumír Balhar <lbalhar at redhat dot com> - 3.10-10 | - Non-existing path in py_reproducible_pyc_path causes build to fail Resolves: rhbz#2011056 |
2021-09-09 | Miro Hrončok <mhroncok at redhat dot com> - 3.10-9 | - Set $RPM_BUILD_ROOT in %{python3_...} macros to allow selecting alternate sysconfig install scheme based on that variable |
2021-09-09 | Petr Viktorin <pviktori at redhat dot com> - 3.10-8 | - Use --hardlink-dupes in %py_byte_compile and brp-python-bytecompile (for Python 3) - Resolves: rhbz#1977895 |