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

Changelog

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

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 17:39:49 +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

Downloads

File Size SHA-256 Checksum
python-crcmod_1.7+dfsg.orig.tar.gz 40.4 KiB 7765329c5bece55ceb24d7274b86acf122306aad7693a42f57fc2176104cbb87
python-crcmod_1.7+dfsg-3build3.debian.tar.xz 2.9 KiB aaa179b745389572ad83923ec63a191485da865a0c5b690d309515016db6dfa9
python-crcmod_1.7+dfsg-3build3.dsc 2.0 KiB d3784b314556951581e8ec41aee751fb4ce82582e97964b2599472a1cd0df566

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