python-crc32c 2.3-1.1build3 source package in Ubuntu

Changelog

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

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 10:41:47 +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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
python-crc32c_2.3.orig.tar.gz 39.8 KiB ba6bba8a0c846aa092e132c6db8b7dfdbecc0a6b986b1490b47ebb5d4c4d1c7e
python-crc32c_2.3-1.1build3.debian.tar.xz 5.0 KiB d00579281f2f1f89406793afb98053cc12095cbf870e01fbbd0113975dbc87e3
python-crc32c_2.3-1.1build3.dsc 1.9 KiB 9c1c7f24264b54af64a9417eb27212b3c26f0e99c63c0c632f209f5d9487a07f

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