Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
py3-blake3: introduce additional tests
Signed-off-by: Arturo Borrero Gonzalez <[email protected]>
  • Loading branch information
aborrero committed Dec 9, 2025
commit 8fc64a8a109cdb9986d7812ef52388e647b88aef
6 changes: 5 additions & 1 deletion py3-blake3.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-blake3
version: "1.0.8"
epoch: 0
epoch: 1
description: Python bindings for the official Rust implementation of BLAKE3
copyright:
- license: CC0-1.0 OR Apache-2.0
Expand Down Expand Up @@ -71,3 +71,7 @@ subpackages:
update:
enabled: true
git: {}

test:
pipeline:
- uses: test/emptypackage
Loading