python-zstandard 0.20.0-2 source package in Ubuntu

Changelog

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

  * debian/control: Explicitly depends on libzstd1 (>= 1.5.4~)
    to circumvent autopkgtest errors.

 -- Boyuan Yang <email address hidden>  Tue, 21 Feb 2023 16:15:42 -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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
python-zstandard_0.20.0-2.dsc 2.3 KiB e222f94c74e98471559a1b4d9beb8d9a5eee2cd0271fd9463b3a57a0076e3395
python-zstandard_0.20.0.orig.tar.gz 695.5 KiB 4f44f00c8abb5faf051c900576816bec6612bb975fcbccf383b72087e78f30d0
python-zstandard_0.20.0-2.debian.tar.xz 4.7 KiB d49a45d85b511d2251b1fd5a186aefe020ac91d449c88d117b1141a12368cdd4

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