python-crcmod 1.7+dfsg-3build4 source package in Ubuntu

Changelog

python-crcmod (1.7+dfsg-3build4) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 10:42:01 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Debian Python Team
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-crcmod_1.7+dfsg.orig.tar.gz 40.4 KiB 7765329c5bece55ceb24d7274b86acf122306aad7693a42f57fc2176104cbb87
python-crcmod_1.7+dfsg-3build4.debian.tar.xz 3.0 KiB 878b19a545837b8ad5940d108f92ce9b1bd85417448d26c75e0bb116d5ddd290
python-crcmod_1.7+dfsg-3build4.dsc 2.0 KiB 99c7db16d3d7160d399fb92257300b8ca32c01155e238bff50178940e0954d7e

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