python-crc32c 2.2-1.1build1 source package in Ubuntu

Changelog

python-crc32c (2.2-1.1build1) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 06:58:16 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
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.2.orig.tar.gz 39.3 KiB fe059196c1e179929c55c41391cd847880a5361a024af64c06d437efe22f6668
python-crc32c_2.2-1.1build1.debian.tar.xz 4.6 KiB 6eedd8e977c2b98a3713a0e29cb875c1fc34d45ca695d9d378ae0fcf7906aedf
python-crc32c_2.2-1.1build1.dsc 2.0 KiB 8b53df316e64663d84271f077e2c182e67a47eb27a9c6ec115734d8fc49634a3

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