python-zstandard 0.22.0+git20240526-1 source package in Ubuntu

Changelog

python-zstandard (0.22.0+git20240526-1) unstable; urgency=high

  * New upstream snapshot.
    + Add compatibility with libzstd 1.5.6. (Closes: #1073362)
  * debian/control: Update build-dependency and dependency version
    requirement according to upstream instruction.

 -- Boyuan Yang <email address hidden>  Mon, 17 Jun 2024 13:15:06 -0400

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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
python-zstandard_0.22.0+git20240526-1.dsc 2.4 KiB c48582f29cc2ee9186fde74b87f5631bd2b68e866fdc6795dc8247cd141e9eb3
python-zstandard_0.22.0+git20240526.orig.tar.gz 715.2 KiB 589e086a7de5b1074d8dd75289fb7590ed1d1892c277bf3d9ef99adf42f72c39
python-zstandard_0.22.0+git20240526-1.debian.tar.xz 4.9 KiB bba6433da45accd807625516d12b333d487bba6265e696854813cea9268c21ea

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