python-pyppmd 1.1.0+ds-3 source package in Ubuntu

Changelog

python-pyppmd (1.1.0+ds-3) unstable; urgency=medium

  * Disable flaky fuzzing test
    Fuzzing test sometimes hangups test.
  * patch: Initialize values
    (debian/patches/0003-Initialize-values.patch)
    "buffer" is uninitialized when PyArg_ParseTupleAndKeywords() returned
    error.
  * patch: Skip benchmark tests if cpuinfo module is not supported
    (debian/patches/0004-Skip-benchmark-tests-if-cpuinfo-module-is-not-
    suppor.patch)
    "cpuinfo" modules dose not supports minor platforms.
    This patch skips benchmark tests on those platforms.

 -- YOKOTA Hiroshi <email address hidden>  Thu, 02 May 2024 10:06:06 +0900

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
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-pyppmd_1.1.0+ds-3.dsc 2.4 KiB e97879b11747f779633fb1cdf86e068b467660886610c5140429d24bead21bd8
python-pyppmd_1.1.0+ds.orig.tar.xz 1.2 MiB 2bc57ee15c303812f670a67b203bb126c4079160385dc8bc5786869eabb9dec0
python-pyppmd_1.1.0+ds-3.debian.tar.xz 5.7 KiB 0cdad7a97cd7386a169faf8be79978f118ce530f2b3702961369aa32d24a2cee

Available diffs

No changes file available.

Binary packages built by this source

python3-pyppmd: PPM (Prediction by partial matching) compression algorithm for Python

 pyppmd module provides classes and functions for compressing and decompressing
 text data, using PPM(Prediction by partial matching) compression algorithm
 which has several variations of implementations. PPMd is the implementation by
 Dmitry Shkarin. PyPPMD use Igor Pavlov's range coder introduced in 7-zip.

python3-pyppmd-dbgsym: debug symbols for python3-pyppmd