| Name: | python3-crc32c |
|---|---|
| Version: | 2.7.1 |
| Release: | 3.el10_1 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 138461 |
| License: | LGPL-2.1-or-later |
| RPM: | python3-crc32c-2.7.1-3.el10_1.aarch64.rpm |
| Source RPM: | python-crc32c-2.7.1-3.el10_1.src.rpm |
| Build Date: | Sat Sep 20 2025 |
| Build Host: | build-ol10-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/ICRAR/crc32c |
| Summary: | A python package implementing the crc32c algorithm in hardware and software |
| Description: | This 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. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
- Update sources file for 2.7.1
- Bump version 2.7.1
- Fix source checksum file for 2.7.post1
- Bump version 2.7.post1
- Update version 2.4.1
- Rebuilt for Python 3.13
- Remove -mstackrealign compiler flag completely from any architecture
- Disable -mstackrealign compiler flag except ix86 and x86_64
- Enable -mstackrealign compiler flag for all architectures