8000 Tags · oconnor663/blake3-py · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: oconnor663/blake3-py

Tags

1.0.5

Toggle 1.0.5's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
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>

1.0.4

Toggle 1.0.4's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
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>

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix missing 3.13 wheel on windows (#54)

* Set up 3.13t before 3.13

* Separate out 3.13t maturin-action

* Bump pyo3 to 0.23.4

1.0.2_rerelease

Toggle 1.0.2_rerelease's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 1.0.2 in Cargo.toml

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ddelange ddelange
Downgrade softprops/action-gh-release to 2.1.0

1.0.0

Toggle 1.0.0's commit message
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+.

0.4.1

Toggle 0.4.1's commit message
version 0.4.1

Changes since 0.4.0:
- `update` and `update_mmap` now return self, so they can be called
  fluently.

0.4.0

Toggle 0.4.0's commit message
version 0.4.0

Changes since 0.3.4:
- Add blake3.update_mmap.

0.3.4

Toggle 0.3.4's commit message
version 0.3.4

Changes since 0.3.3:
- Add type stubs. See blake3.pyi.
- Update PyO3 to v0.20.
0