python-crcmod 1.7+dfsg-2build5 source package in Ubuntu

Changelog

python-crcmod (1.7+dfsg-2build5) jammy; urgency=medium

  * No-change rebuild to add python3.10.

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

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-crcmod_1.7+dfsg.orig.tar.gz 40.4 KiB 7765329c5bece55ceb24d7274b86acf122306aad7693a42f57fc2176104cbb87
python-crcmod_1.7+dfsg-2build5.debian.tar.xz 2.8 KiB 5e58fa90ff23c82d3a691bd5f128e663b7fea2297899992abd7d65e0c1f73da6
python-crcmod_1.7+dfsg-2build5.dsc 2.1 KiB 5018225648c25d29134de6846d02d3d7feae902de9ffc6728eef61caac4b7534

View changes file

Binary packages built by this source

python3-crcmod: CRC Generator - Python 3.x

 CRCmod generates objects that compute the Cyclic Redundancy Check (CRC). It
 allows the use of any 8, 16, 24, 32, or 64 bit CRC. You can generate a Python
 function for the selected polynomial or an instance of the Crc class which
 provides the same interface as the md5 and sha modules from the Python
 standard library. A "Crc" class instance can also generate C/C++ source code
 that can be used in another application.
 .
 This package contains the Python 3.x module.

python3-crcmod-dbgsym: debug symbols for python3-crcmod