Tags: oconnor663/blake3-py
Tags
Add LICENSE file to wheels (#69) * pyproject: add project section Add a project section with the minimum required name and version fields. This allows maturin to add the license file into the wheel. Signed-off-by: Julien Stephan <jstephan@baylibre.com> * Use dynamic version --------- Signed-off-by: Julien Stephan <jstephan@baylibre.com> Co-authored-by: ddelange <14880945+ddelange@users.noreply.github.com>
Bump version to 1.0.4 (#58) * Bump version to 1.0.3 Signed-off-by: Christian Heimes <christian@python.org> * Update Cargo.toml --------- Signed-off-by: Christian Heimes <christian@python.org> Co-authored-by: ddelange <14880945+ddelange@users.noreply.github.com>
Add minimum supported Rust version 1.66 (#57) Rust 1.83 bumped the `Cargo.lock` format to `v4`. Specify and test a lower MSRV to force `Cargo.lock` format `v3`. The oldest working rustc version is 1.66: ``` error: package `constant_time_eq v0.3.1` cannot be built because it requires rustc 1.66.0 or newer ``` Fixes: #56 Signed-off-by: Christian Heimes <christian@python.org>
version 1.0.0 Changes since 0.4.1: - The public API hasn't changed for a long time, so the main purpose of this release is to "officially" stabilize it as-is. - Prebuilt binaries are now published for more platforms, particularly AArch64. Thanks to @ddelange for implementing this. - `blake3.pyi` (static typing stubs) now uses `collections.abc.Buffer` for bytes-like arguments. This is more correct and more permissive, but it means that static typechecking requires Python 3.12+.
PreviousNext