./archivers/py-lz4, Python LZ4 binding

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


Branch: CURRENT, Version: 4.3.3, Package name: py311-lz4-4.3.3, Maintainer: pkgsrc-users

py-lz4 provides Python bindings for the LZ4 compression library by Yann
Collet.

At this time the project contains bindings for the LZ4 block format,
which are considered stable.

Support for the LZ4 frame format is a work-in-progress and available as a
technology preview. A future relase will implement support for the LZ4
stream format.


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

Required to build:
[pkgtools/cwrappers] [devel/py-setuptools_scm] [devel/py-pkgconfig] [devel/py-test-runner]

Master sites:

Filesize: 167.489 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-04 23:18:29 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-lz4: updated to 4.3.3

4.3.3
Add .readthedocs.yml
Build wheels for Python 3.12
   2023-02-14 17:24:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-lz4: updated to 4.3.2

v4.3.2
Fixups

v4.3.1
Update some more github action versions

v4.3.0
Add wheel building for Linux Aarch64 and MacOS Arm64

v4.2.0
Update bundled libraries to lz4 1.9.4
   2022-11-28 14:24:55 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-lz4: updated to 4.0.2

4.0.2
Fix a memory leak when frame decompression fails

4.0.1
Add flush method to LZ4FrameFile

4.0.0
This release relegates the stream bindings to experimental status and disables \ 
them in all wheel builds. This was necessary as the test suite was causing build \ 
failures on multiple architectures. These bindings are currently in an \ 
unmaintained state.
   2022-09-30 11:05:41 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-lz4: not make jobs safe

builds the same object files for different targets
e.g.
ld: build/temp.netbsd-9.0-amd64-cpython-310/lz4libs/lz4.o: file not recognized: \ 
file truncated
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-11-29 12:44:08 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-lz4: updated to 3.1.10

v3.1.10
Add skip existing when publishing to PyPi

v3.1.9
Revert to using created release events

v3.1.8
Update github actions trigger to use published release

v3.1.7
Update github actions trigger

v3.1.6
Trigger github actions on a release being made.

v3.1.5
Remove the push requirement for triggering PyPi pushes of artifacts.

v3.1.4
Shift wheel building to github actions
Disable Travis and Appveyor building
Disable Windows wheel builds which are failing with memory allocation problems \ 
with 64 bit on the github actions runners
Disable Aarch64 builds which are failing somewhere in the stream bindings tests
LZ4FrameFile.write()/LZ4FrameDecompressor.decompress() handle buffer protocol \ 
correctly
Pass source_size kwarg through from frame.open to LZ4FrameFile instance
Add readall to LZ4FrameFile and use it on python 3.10
   2021-10-26 11:57:20 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and SHA512
hashes.
   2021-10-07 15:06:15 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Remove SHA1 distfiles hashes