python-crc32c 2.3-1.1build2 source package in Ubuntu

Changelog

python-crc32c (2.3-1.1build2) noble; urgency=medium

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 17:39:34 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Jonas Smedegaard
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-crc32c_2.3.orig.tar.gz 39.8 KiB ba6bba8a0c846aa092e132c6db8b7dfdbecc0a6b986b1490b47ebb5d4c4d1c7e
python-crc32c_2.3-1.1build2.debian.tar.xz 5.0 KiB d3d66ab3db36928450e8cf2d82f69cad6d3cbd850a3a8a38d0b700797bd30adc
python-crc32c_2.3-1.1build2.dsc 1.9 KiB 1a0fcb654efffe2f210379606a02a9e86c3868c2694ac822608340089df70ee0

Available diffs

View changes file

Binary packages built by this source

python3-crc32c: python implementation in hardware and software of crc32c

 crc32c is a python package
 implementing the crc32c checksum algorithm.
 It automatically chooses between a hardware-based implementation
 (using the CRC32C SSE 4.2 instruction of Intel CPUs),
 or a software-based one when no hardware support can be found.
 .
 A cyclic redundancy check (CRC) is an error-detecting code
 commonly used in digital networks and storage devices
 to detect accidental changes to raw data.

python3-crc32c-dbgsym: debug symbols for python3-crc32c