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

Changelog

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

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 19:30:12 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
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
Mantic release universe misc
Lunar 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-3build2.debian.tar.xz 2.9 KiB 4cf26353c079994b6752b4c8192ba0a70652e56684d27f8e9a598c017a957dae
python-crcmod_1.7+dfsg-3build2.dsc 2.0 KiB d0f748e960cde165dba161eddcf54059f19c5d9ea5258d3ba6082a1524896923

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