ciris-verify 5.2.0__tar.gz → 5.3.0__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 (27) hide show
  1. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/PKG-INFO +1 -1
  2. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify/__init__.py +1 -1
  3. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify.egg-info/PKG-INFO +1 -1
  4. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/pyproject.toml +1 -1
  5. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/README.md +0 -0
  6. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify/_bin_sign.py +0 -0
  7. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify/_bin_verify.py +0 -0
  8. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify/_jcs.py +0 -0
  9. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify/_operational_admit.py +0 -0
  10. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify/_wheel_hybrid_kex.py +0 -0
  11. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify/_wheel_key_grant.py +0 -0
  12. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify/_wheel_locale_merkle.py +0 -0
  13. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify/_wheel_reconsider_dos.py +0 -0
  14. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify/_wheel_skill_import.py +0 -0
  15. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify/client.py +0 -0
  16. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify/exceptions.py +0 -0
  17. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify/py.typed +0 -0
  18. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify/types.py +0 -0
  19. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify.egg-info/SOURCES.txt +0 -0
  20. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify.egg-info/dependency_links.txt +0 -0
  21. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify.egg-info/entry_points.txt +0 -0
  22. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify.egg-info/requires.txt +0 -0
  23. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/ciris_verify.egg-info/top_level.txt +0 -0
  24. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/setup.cfg +0 -0
  25. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/tests/test_client.py +0 -0
  26. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/tests/test_memory_baseline.py +0 -0
  27. {ciris_verify-5.2.0 → ciris_verify-5.3.0}/tests/test_types.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ciris-verify
3
- Version: 5.2.0
3
+ Version: 5.3.0
4
4
  Summary: Python bindings for CIRISVerify hardware-rooted license verification
5
5
  Author-email: CIRIS Engineering <engineering@ciris.ai>
6
6
  License-Expression: AGPL-3.0-or-later
@@ -123,7 +123,7 @@ def get_library_version() -> str:
123
123
  return __version__
124
124
 
125
125
 
126
- __version__ = "5.2.0"
126
+ __version__ = "5.3.0"
127
127
  __all__ = [
128
128
  "CIRISVerify",
129
129
  "MockCIRISVerify",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ciris-verify
3
- Version: 5.2.0
3
+ Version: 5.3.0
4
4
  Summary: Python bindings for CIRISVerify hardware-rooted license verification
5
5
  Author-email: CIRIS Engineering <engineering@ciris.ai>
6
6
  License-Expression: AGPL-3.0-or-later
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ciris-verify"
7
- version = "5.2.0"
7
+ version = "5.3.0"
8
8
  description = "Python bindings for CIRISVerify hardware-rooted license verification"
9
9
  readme = "README.md"
10
10
  license = "AGPL-3.0-or-later"
File without changes
File without changes