python-anycrc 1.3.6-2 source package in Ubuntu

Changelog

python-anycrc (1.3.6-2) unstable; urgency=medium

  * Fix https on first line of d/copyright.
  * Add missing shlibs:Depends.

 -- Thomas Goirand <email address hidden>  Sat, 28 Feb 2026 21:04:58 +0100

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Stonking release universe python

Downloads

File Size SHA-256 Checksum
python-anycrc_1.3.6-2.dsc 2.1 KiB 33f412d8732a5e4b2ad00d2b5870c93da8dfbdab46711e987d9382c8b0cc5ff9
python-anycrc_1.3.6.orig.tar.xz 13.5 KiB 303bb34b8f9b60f6f63f12a5a1ab43af9faa799568d37b9f5c5dd3d7952933a3
python-anycrc_1.3.6-2.debian.tar.xz 2.1 KiB d00cbda3f4a01619ea31ea4449b22bf7a8af67ba987d08fc411999e0413e4fd1

No changes file available.

Binary packages built by this source

python3-anycrc: general CRC Library

 Anycrc provides a fast, native Cyclic Redundancy Check (CRC) implementation
 for Python by wrapping the crcany C library via Cython. Unlike slower
 pure-Python CRC modules or CRC libraries limited to fixed CRC variants, anycrc
 supports computing CRCs with arbitrary parameters (width, polynomial, initial
 value, bit reflections, and final XOR), and can update a CRC incrementally
 over a data stream. It also includes out-of-the-box models for many standard
 CRC definitions.

python3-anycrc-dbgsym: debug symbols for python3-anycrc