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

Changelog

python-crcmod (1.7+dfsg-3build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 10:47:43 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
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-3build1.debian.tar.xz 2.9 KiB e2e6c38fa61a5907337fdc19116003881566ff323d86c7ce42833a598dfc51af
python-crcmod_1.7+dfsg-3build1.dsc 2.0 KiB cbddeb5ca42d7d1b1745cc75fbd23f2b81ccb6e0e3a1a0b82cbd46906058b9fd

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