↵ Return to the main page of python-srpm-macros
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2023-09-05 | Maxwell G <maxwell at gtmx dot me> - 3.12-4 | - Remove %py3_build_egg and %py3_install_egg macros. |
2023-08-09 | Karolina Surma <ksurma at redhat dot com> - 3.11-3 | - Declare the license as an SPDX expression |
2023-07-21 | Fedora Release Engineering <releng at fedoraproject dot org> - 3.11-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild |
2023-06-13 | Tomáš Hrnčiar <thrnciar at redhat dot com> - 3.12-1 | - Update main Python to Python 3.12 - https://fedoraproject.org/wiki/Changes/Python3.12 |
2023-03-16 | Miro Hrončok <mhroncok at redhat dot com> - 3.11-10 | - Don't assume %_smp_mflags only ever contains -jX, use -j%_smp_build_ncpus directly - Fixes: rhbz#2179149 |
2023-01-20 | Miro Hrončok <mhroncok at redhat dot com> - 3.11-9 | - Memoize values of macros that execute python to get their value - Fixes: rhbz#2155505 |
2023-01-20 | Fedora Release Engineering <releng at fedoraproject dot org> - 3.11-8 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild |
2022-12-19 | Miro Hrončok <mhroncok at redhat dot com> - 3.11-7 | - Bytecompilation: Unset $SOURCE_DATE_EPOCH when %clamp_mtime_to_source_date_epoch is not set - Bytecompilation: Pass --invalidation-mode=timestamp to compileall (on Python 3.7+) - Bytecompilation: Clamp source mtime: https://fedoraproject.org/wiki/Changes/ReproducibleBuildsClampMtimes - Bytecompilation: Compile Python files in parallel, according to %_smp_mflags |
2022-11-13 | Miro Hrončok <mhroncok at redhat dot com> - 3.11-6 | - Set PYTEST_XDIST_AUTO_NUM_WORKERS=%{_smp_build_ncpus} from %pytest - pytest-xdist 3+ respects this value when -n auto is used - Expose the environment variables used by %pytest via %{py3_test_envvars} |
2022-10-25 | Lumír Balhar <lbalhar at redhat dot com> - 3.11-5 | - Include pathfix.py in this package |