proofbundle 0.8.0__tar.gz → 0.8.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. {proofbundle-0.8.0/src/proofbundle.egg-info → proofbundle-0.8.1}/PKG-INFO +1 -1
  2. {proofbundle-0.8.0 → proofbundle-0.8.1}/pyproject.toml +1 -1
  3. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle/__init__.py +1 -1
  4. {proofbundle-0.8.0 → proofbundle-0.8.1/src/proofbundle.egg-info}/PKG-INFO +1 -1
  5. {proofbundle-0.8.0 → proofbundle-0.8.1}/LICENSE +0 -0
  6. {proofbundle-0.8.0 → proofbundle-0.8.1}/README.md +0 -0
  7. {proofbundle-0.8.0 → proofbundle-0.8.1}/setup.cfg +0 -0
  8. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle/adapters/__init__.py +0 -0
  9. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle/adapters/inspect_ai.py +0 -0
  10. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle/adapters/lm_eval.py +0 -0
  11. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle/bundle.py +0 -0
  12. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle/cli.py +0 -0
  13. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle/emit.py +0 -0
  14. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle/errors.py +0 -0
  15. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle/evalclaim.py +0 -0
  16. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle/intoto.py +0 -0
  17. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle/merkle.py +0 -0
  18. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle/py.typed +0 -0
  19. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle/sdjwt.py +0 -0
  20. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle/sdjwt_issue.py +0 -0
  21. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle/signature.py +0 -0
  22. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle.egg-info/SOURCES.txt +0 -0
  23. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle.egg-info/dependency_links.txt +0 -0
  24. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle.egg-info/entry_points.txt +0 -0
  25. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle.egg-info/requires.txt +0 -0
  26. {proofbundle-0.8.0 → proofbundle-0.8.1}/src/proofbundle.egg-info/top_level.txt +0 -0
  27. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_adapters.py +0 -0
  28. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_bundle.py +0 -0
  29. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_bundle_robustness.py +0 -0
  30. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_cli.py +0 -0
  31. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_cli_eval.py +0 -0
  32. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_emit.py +0 -0
  33. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_eval_claim_schema.py +0 -0
  34. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_evalclaim.py +0 -0
  35. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_examples.py +0 -0
  36. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_intoto.py +0 -0
  37. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_merkle.py +0 -0
  38. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_merkle_property.py +0 -0
  39. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_rekor_interop.py +0 -0
  40. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_rfc6962_external_vectors.py +0 -0
  41. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_schema.py +0 -0
  42. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_sdjwt_issue.py +0 -0
  43. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_sdjwt_reference.py +0 -0
  44. {proofbundle-0.8.0 → proofbundle-0.8.1}/tests/test_signature.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: proofbundle
3
- Version: 0.8.0
3
+ Version: 0.8.1
4
4
  Summary: Emit and verify portable cryptographic evidence bundles, offline: Ed25519 + RFC 6962 Merkle + optional SD-JWT.
5
5
  Author: Konrad Gruszka
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "proofbundle"
7
- version = "0.8.0"
7
+ version = "0.8.1"
8
8
  description = "Emit and verify portable cryptographic evidence bundles, offline: Ed25519 + RFC 6962 Merkle + optional SD-JWT."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -13,7 +13,7 @@ from .emit import emit_bundle, generate_signer
13
13
  from .errors import Check, ProofBundleError, VerificationResult
14
14
  from .merkle import verify_consistency, verify_inclusion
15
15
 
16
- __version__ = "0.8.0"
16
+ __version__ = "0.8.1"
17
17
 
18
18
  __all__ = [
19
19
  "__version__",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: proofbundle
3
- Version: 0.8.0
3
+ Version: 0.8.1
4
4
  Summary: Emit and verify portable cryptographic evidence bundles, offline: Ed25519 + RFC 6962 Merkle + optional SD-JWT.
5
5
  Author: Konrad Gruszka
6
6
  License: MIT
File without changes
File without changes
File without changes