./archivers/py-zstandard, Zstandard bindings for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.23.0nb1, Package name: py312-zstandard-0.23.0nb1, Maintainer: pkgsrc-users

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.


Required to run:
[devel/py-setuptools] [devel/py-cffi] [archivers/zstd] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 665.724 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-20 13:17:30 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-zstandard: doesn't build against zstd 1.5.7

Use included 1.5.6 for now.

Bump PKGREVISION.
   2025-01-29 06:45:04 by Masatake Daimon | Files touched by this commit (1)
Log message:
archivers/z-standard: Fix build on OmniOS

${WRKSRC}/make_cffi.py invokes cpp(1) but it's not in PATH on this platform.
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-07-15 22:17:52 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-zstandard: updated to 0.23.0

0.23.0
zstd 1.5.6, new wheels, and some other misc changes.
   2024-04-03 08:56:12 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-zstandard: fix build with zstd 1.5.6

Bump PKGREVISION.
   2023-11-06 21:00:39 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-zstandard: update to 0.22.0.

Backwards Compatibility Notes

    ZstdDecompressor.decompressobj() will change read_across_frames to
    default to True in a future release. If you depend on the current
    functionality of stopping at frame boundaries, start explicitly passing
    read_across_frames=False to preserve the current behavior.
    manylinux2010 wheels are no longer published since this wheel format
    is no longer supported by the pypa/manylinux project.
    Removed CI coverage for PyPy 3.7 and 3.8, which are no longer supported
    PyPy versions.
    Support for Python 3.7 has been dropped because it reached end of life.
    Python 3.8 is the minimum supported Python version. The code should still be
    compatible with Python 3.7 and removing of version checks from setup.py
    will likely yield a working install. However, this is no officially supported.

Bug Fixes

    ZstdDecompressor.decompress() with allow_extra_data=False would
    previously allow extra data to exist after an empty zstd frame (a frame
    holding 0 length input). This scenario now raises an exception.

Changes

    ZstdDecompressor.decompressobj() now accepts a read_across_frames
    boolean named argument to control whether to transparently read across
    multiple zstd frames. It defaults to False to preserve existing
    behavior.
    Added CI coverage for PyPy 3.10.
    Added CI coverage for newer Anaconda Python versions.
    Packages used in CI have been upgraded to latest versions. This should
    nominally only impact developers of this project and not end-users.
    pyproject.toml now declares a [build-system] section saying to build
    with setuptools.
    CI now builds wheels with pip instead of setup.py directly.
    Official support for CPython 3.12. Binary wheels for 3.12 are now published
    during releases. There were no meaningful code changes to support Python 3.12.
    Binary wheels for musllinux_1_1 x86_64 and aarch64 are now being built and
    published.
   2023-10-03 01:18:03 by Taylor R Campbell | Files touched by this commit (1)
Log message:
py-zstandard: Bump API depends for zstd to 1.5.5.

Doesn't build with 1.5.2.  Didn't check 1.5.3 or 1.5.4, since 1.5.5
is what we have in pkgsrc anyway.
   2023-04-25 09:48:02 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-zstandard: updated to 0.21.0

0.21.0

Mainly for zstd 1.5.5.