Mon, 09 Sep 2024 00:35:08 UTC | login

Information for build pypy3.9-7.3.16-3.3.9.0.riscv64.fc41

ID326682
Package Namepypy3.9
Version7.3.16
Release3.3.9.0.riscv64.fc41
Epoch
Sourcegit+http://fedora.riscv.rocks:3000/rpms/pypy3.9.git#1265675c3af5198ec1017a87bccf19f826f02d2f
SummaryPython 3.9 implementation with a Just-In-Time compiler
DescriptionPyPy's implementation of Python 3.9, featuring a Just-In-Time compiler on some CPU architectures, and various optimized implementations of the standard types (strings, dictionaries, etc.). This build of PyPy has JIT-compilation disabled, as it is not supported on this CPU architecture.
Built byjmontleon
State complete
Volume DEFAULT
StartedWed, 31 Jul 2024 01:18:48 UTC
CompletedWed, 31 Jul 2024 13:07:51 UTC
Taskbuild (rawhide, /rpms/pypy3.9.git:1265675c3af5198ec1017a87bccf19f826f02d2f)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/pypy3.9.git#1265675c3af5198ec1017a87bccf19f826f02d2f'}}
Tags
f41
RPMs
src
pypy3.9-7.3.16-3.3.9.0.riscv64.fc41.src.rpm (info) (download)
riscv64
pypy3.9-7.3.16-3.3.9.0.riscv64.fc41.riscv64.rpm (info) (download)
pypy3.9-devel-7.3.16-3.3.9.0.riscv64.fc41.riscv64.rpm (info) (download)
pypy3.9-libs-7.3.16-3.3.9.0.riscv64.fc41.riscv64.rpm (info) (download)
pypy3.9-test-7.3.16-3.3.9.0.riscv64.fc41.riscv64.rpm (info) (download)
pypy3.9-debuginfo-7.3.16-3.3.9.0.riscv64.fc41.riscv64.rpm (info) (download)
pypy3.9-debugsource-7.3.16-3.3.9.0.riscv64.fc41.riscv64.rpm (info) (download)
pypy3.9-libs-debuginfo-7.3.16-3.3.9.0.riscv64.fc41.riscv64.rpm (info) (download)
pypy3.9-test-debuginfo-7.3.16-3.3.9.0.riscv64.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
Changelog * Tue Jul 30 2024 Jason Montleon <jmontleo@redhat.com> - 7.3.16-3 - Update pypy3.9.spec for riscv64 * Tue Jul 30 2024 Miro Hrončok <miro@hroncok.cz> - 7.3.16-1 - Update to 7.3.16 - Fixes: rhbz#2276782 * Mon Jul 29 2024 Miro Hrončok <miro@hroncok.cz> - 7.3.15-5 - Explicitly BuildRequire binutils-gold when using it * Mon Jul 29 2024 Miro Hrončok <miro@hroncok.cz> - 7.3.15-4 - Fix build with https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.15-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Mar 20 2024 Charalampos Stratakis <cstratak@redhat.com> - 7.3.15-2 - Fix FTBFS with GCC 14 due to incompatible pointers - Fixes: rhbz#2261540 * Wed Mar 20 2024 Charalampos Stratakis <cstratak@redhat.com> - 7.3.15-1 - Update to 7.3.15 - Fixes: rhbz#2255800 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.13-3.3.9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.13-2.3.9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Oct 04 2023 Miro Hrončok <mhroncok@redhat.com> - 7.3.13-1.3.9 - Update to 7.3.13 - Fixes: rhbz#2241298 * Tue Aug 22 2023 Miro Hrončok <mhroncok@redhat.com> - 7.3.12-2.3.9 - Make PyPy 3.10 the main PyPy 3 on Fedora 39+ * Wed Jul 26 2023 Miro Hrončok <mhroncok@redhat.com> - 7.3.12-1.3.9 - Update to 7.3.12 - Fixes: rhbz#2203423 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.11-5.3.9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon May 29 2023 Charalampos Stratakis <cstratak@redhat.com> - 7.3.11-4.3.9 - Security fix for CVE-2023-24329 Resolves: rhbz#2174020 * Fri Feb 17 2023 Miro Hrončok <mhroncok@redhat.com> - 7.3.11-3.3.9 - On Fedora 38+, obsolete the pypy3.8 package which is no longer available * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.11-2.3.9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Dec 30 2022 Miro Hrončok <mhroncok@redhat.com> - 7.3.11-1.3.9 - Update to 7.3.11 - Fixes: rhbz#2147520 * Fri Dec 02 2022 Miro Hrončok <mhroncok@redhat.com> - 7.3.9-5.3.9 - On Fedora 37+, obsolete the pypy3.7 package which is no longer available * Mon Oct 10 2022 Lumír Balhar <lbalhar@redhat.com> - 7.3.9-4.3.9 - Backport fix for CVE-2021-28861 Resolves: rhbz#2120789