Thu, 19 Sep 2024 10:09:28 UTC | login

Information for build python-crc32c-2.7.post1-3.fc41

ID339513
Package Namepython-crc32c
Version2.7.post1
Release3.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-crc32c.git#cde8f5746745968738022d8cec27ea163183276e
SummaryA python package implementing the crc32c algorithm in hardware and software
DescriptionThis package implements the crc32c checksum algorithm. It automatically chooses between a hardware-based implementation (using theCRC32C SSE 4.2 instruction of Intel CPUs, and the crc32* instructions on ARMv8 CPUs), or a software-based one when no hardware support can be found.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 17 Sep 2024 11:01:31 UTC
CompletedTue, 17 Sep 2024 11:41:20 UTC
Taskbuild (f41, /rpms/python-crc32c.git:cde8f5746745968738022d8cec27ea163183276e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-crc32c.git#cde8f5746745968738022d8cec27ea163183276e'}}
Tags
f41
RPMs
src
python-crc32c-2.7.post1-3.fc41.src.rpm (info) (download)
riscv64
python3-crc32c-2.7.post1-3.fc41.riscv64.rpm (info) (download)
python-crc32c-debugsource-2.7.post1-3.fc41.riscv64.rpm (info) (download)
python3-crc32c-debuginfo-2.7.post1-3.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Aug 29 2024 Doğukan Çağatay <dogukan.cagatay@aiven.io> - 2.7.post1-3 - Fix source checksum file for 2.7.post1 * Thu Aug 29 2024 Doğukan Çağatay <dogukan.cagatay@aiven.io> - 2.7.post1-1 - Bump version 2.7.post1 * Fri Jul 05 2024 Doğukan Çağatay <dogukan.cagatay@aiven.io> - 2.4.1-1 - Update version 2.4.1 * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 2.4-6 - Rebuilt for Python 3.13 * Thu Jun 06 2024 Doğukan Çağatay <dogukan.cagatay@aiven.io> - 2.4-5 - Remove -mstackrealign compiler flag completely from any architecture * Sat Jun 01 2024 Doğukan Çağatay <dcagatay@gmail.com> - 2.4-4 - Disable -mstackrealign compiler flag except ix86 and x86_64 * Sat Jun 01 2024 Doğukan Çağatay <dcagatay@gmail.com> - 2.4-3 - Enable -mstackrealign compiler flag for all architectures * Sat Jun 01 2024 Doğukan Çağatay <dcagatay@gmail.com> - 2.4-2 - Add -mstackrealign compiler flag for ix86 builds * Fri Apr 19 2024 Doğukan Çağatay <dogukan.cagatay@aiven.io> - 2.4-1 - Initial import (fedora#2265949).