python-zstandard 0.20.0-3 source package in Ubuntu

Changelog

python-zstandard (0.20.0-3) unstable; urgency=high

  * debian/control: Also add dependency on libzstd1 (<< 1.5.5~).
    (Closes: #1032031)

 -- Boyuan Yang <email address hidden>  Mon, 27 Feb 2023 11:43:22 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-zstandard_0.20.0-3.dsc 2.3 KiB 708a99a82de51164f33c590e66a82df5da0f84eefc1cef80a0a723186d3f80c5
python-zstandard_0.20.0.orig.tar.gz 695.5 KiB 4f44f00c8abb5faf051c900576816bec6612bb975fcbccf383b72087e78f30d0
python-zstandard_0.20.0-3.debian.tar.xz 4.8 KiB 28b47abe3d5d7f06f6aa08e5142644990de4b719b1daf994f03397abf7aea1b6

Available diffs

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