↵ Return to the main page of python3-rpm-macros
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
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 |
2021-07-23 | Fedora Release Engineering <releng at fedoraproject dot org> - 3.9-7 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild |
2021-07-07 | Miro Hrončok <mhroncok at redhat dot com> - 3.10-6 | - Move Python related BuildRoot Policy scripts from redhat-rpm-config to python-srpm-macros |
2021-07-07 | Miro Hrončok <mhroncok at redhat dot com> - 3.10-5 | - Introduce %py3_check_import |