python-zstandard 0.23.0-4 source package in Ubuntu

Changelog

python-zstandard (0.23.0-4) unstable; urgency=medium

  * Team upload.
  * Use d/clean more
  * d/rules: drop trailing whitespace
  * Backport patches and bump version constraints for zstd 1.5.7 (Closes:
    #1100475)

 -- Luca Boccassi <email address hidden>  Sun, 16 Mar 2025 15:04:23 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc

Downloads

File Size SHA-256 Checksum
python-zstandard_0.23.0-4.dsc 2.3 KiB 1bb1b231e7e70bfbc62fd677b683d95ed2e1f74013e4cf993a3b19a7e9347d07
python-zstandard_0.23.0.orig.tar.gz 715.3 KiB f29233338bcef11f233737eb58aba85074f0fd3163bec1a20303de1270e6fb16
python-zstandard_0.23.0-4.debian.tar.xz 85.7 KiB 76f194d53903ef1751254687ab2be9c8ffb5453235f2c712bb65b8f6df870fe4

No changes file available.

Binary packages built by this source

python-zstandard-doc: Python bindings for interfacing with Zstandard library (docs)

 This project provides Python bindings for interfacing with the Zstandard
 compression library. A C extension and CFFI interface are provided.
 .
 The primary goal of the project is to provide a rich interface to the
 underlying C API through a Pythonic interface while not sacrificing
 performance. This means exposing most of the features and flexibility of
 the C API while not sacrificing usability or safety that Python provides.
 .
 Zstandard, or zstd as short version, is a fast lossless compression
 algorithm, targeting real-time compression scenarios at zlib-level
 and better compression ratios.
 .
 This package provides the documentation for python-zstandard.

python3-zstandard: Python bindings for interfacing with Zstandard library

 This project provides Python bindings for interfacing with the Zstandard
 compression library. A C extension and CFFI interface are provided.
 .
 The primary goal of the project is to provide a rich interface to the
 underlying C API through a Pythonic interface while not sacrificing
 performance. This means exposing most of the features and flexibility of
 the C API while not sacrificing usability or safety that Python provides.
 .
 Zstandard, or zstd as short version, is a fast lossless compression
 algorithm, targeting real-time compression scenarios at zlib-level
 and better compression ratios.

python3-zstandard-dbgsym: debug symbols for python3-zstandard