Path to this page:
./
archivers/py-cramjam,
Extremely thin Python bindings to de/compression algorithms in Rust
Branch: CURRENT,
Version: 2.8.4,
Package name: py312-cramjam-2.8.4,
Maintainer: pkgsrc-usersExtremely thin and easy-to-install Python bindings to de/compression algorithms
in Rust. Allows for using algorithms such as Snappy, without any system or
other python dependencies.
Master sites:
Filesize: 46.408 KB
Version history: (Expand)
- (2024-10-24) Updated to version: py312-cramjam-2.8.4
- (2024-08-31) Updated to version: py312-cramjam-2.8.3
- (2024-05-24) Package added to pkgsrc.se, version py311-cramjam-2.8.3 (created)
CVS history: (Expand)
2024-11-13 14:32:26 by Jonathan Perkin | Files touched by this commit (11) |
Log message:
*: Switch to py-maturin's tool.mk
|
2024-10-23 23:33:42 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-cramjam: update to 2.8.4.
TL/DR
Add cramjam.experimental.blosc2
Add cramjam.experimental.igzip (on 64bit targets)
Add wasm32 emscripten build and test for pyodide
What's Changed
Update libcramjam crate to 0.3.0 in cramjam-cli by @musicinmybrain in #152
Add experimental blosc2 support by @milesgranger in #107
Move sdist generations to own job by @milesgranger in #155
Add blosc2 to CLI, libcramjam features and own CI by @milesgranger in #156
Don't overwrite artifact on each job by @milesgranger in #157
Prepare for release by @milesgranger in #158
Change github release job in CI by @milesgranger in #161
Adjust for move of libcramjam and CLI to own repos by @milesgranger in #162
Bump libcramjam and simplify CI by @milesgranger in #163
Bump version and fix CI artifact uploading by @milesgranger in #164
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by \
@dependabot in #168
Update PyO3 0.20 -> 0.22 & Python 3.13 by @milesgranger in #169
Update upload/download-artifact actions by @milesgranger in #170
Add more feature configuration options by @milesgranger in #174
Fix blosc2 upgrade API changes by @milesgranger in #176
Expose linking flexibility for xz, gzip/deflate from libcramjam by \
@milesgranger in #175
Remove pypy3.9 from CI by @milesgranger in #177
Exclude benchmarks from builds by @milesgranger in #179
Add wasm32-emscripten builds by @milesgranger in #181
Add experimental igzip by @milesgranger in #182
|
2024-08-31 10:50:44 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-cramjam: fix PLIST for latest py-maturin
|
2024-06-02 10:44:01 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
py-cramjam: Fix PYTHON_VERSIONS_INCOMPATIBLE.
|
2024-05-24 19:30:16 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
py-cramjam: added version 2.8.3
Extremely thin and easy-to-install Python bindings to de/compression algorithms
in Rust. Allows for using algorithms such as Snappy, without any system or
other python dependencies.
|