ssot-conformance 0.2.19.dev1__tar.gz → 0.2.20.dev1__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. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/PKG-INFO +7 -3
  2. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/README.md +4 -0
  3. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/pyproject.toml +3 -3
  4. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance.egg-info/PKG-INFO +7 -3
  5. ssot_conformance-0.2.20.dev1/src/ssot_conformance.egg-info/requires.txt +5 -0
  6. ssot_conformance-0.2.19.dev1/src/ssot_conformance.egg-info/requires.txt +0 -5
  7. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/setup.cfg +0 -0
  8. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance/__init__.py +0 -0
  9. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance/cases/__init__.py +0 -0
  10. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance/cases/test_boundary_release_contract.py +0 -0
  11. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance/cases/test_document_contract.py +0 -0
  12. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance/cases/test_feature_spec_contract.py +0 -0
  13. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance/cases/test_id_contract.py +0 -0
  14. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance/cases/test_proof_chain_contract.py +0 -0
  15. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance/cases/test_registry_contract.py +0 -0
  16. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance/cases/test_spec_adr_contract.py +0 -0
  17. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance/catalog.py +0 -0
  18. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance/discovery.py +0 -0
  19. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance/evidence.py +0 -0
  20. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance/origin.py +0 -0
  21. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance/plugin.py +0 -0
  22. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance/runner.py +0 -0
  23. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance/scaffold.py +0 -0
  24. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance.egg-info/SOURCES.txt +0 -0
  25. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance.egg-info/dependency_links.txt +0 -0
  26. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance.egg-info/entry_points.txt +0 -0
  27. {ssot_conformance-0.2.19.dev1 → ssot_conformance-0.2.20.dev1}/src/ssot_conformance.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ssot-conformance
3
- Version: 0.2.19.dev1
3
+ Version: 0.2.20.dev1
4
4
  Summary: Reusable SSOT conformance harness, pytest plugin, and scaffold helpers.
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License-Expression: Apache-2.0
@@ -26,8 +26,8 @@ Classifier: Topic :: Software Development :: Testing
26
26
  Classifier: Topic :: Utilities
27
27
  Requires-Python: <3.15,>=3.10
28
28
  Description-Content-Type: text/markdown
29
- Requires-Dist: ssot-core==0.2.19.dev1
30
- Requires-Dist: ssot-contracts==0.2.19.dev1
29
+ Requires-Dist: ssot-core==0.2.20.dev1
30
+ Requires-Dist: ssot-contracts==0.2.20.dev1
31
31
  Requires-Dist: tomli>=2.0.1; python_version < "3.11"
32
32
 
33
33
  <div align="center">
@@ -40,6 +40,10 @@ Requires-Dist: tomli>=2.0.1; python_version < "3.11"
40
40
  <a href="https://pypi.org/project/ssot-conformance/"><img src="https://img.shields.io/pypi/pyversions/ssot-conformance?label=Python" alt="Supported Python versions" /></a>
41
41
  <a href="https://pepy.tech/project/ssot-conformance"><img src="https://static.pepy.tech/badge/ssot-conformance" alt="Downloads" /></a>
42
42
  <a href="https://hits.sh/github.com/groupsum/ssot-registry/"><img src="https://hits.sh/github.com/groupsum/ssot-registry.svg?style=flat-square" alt="Repository hits" /></a>
43
+ <!-- ssot-schema-badges:start -->
44
+ <img src="https://img.shields.io/badge/schema_version-0.7.0-blue" alt="schema_version 0.7.0" />
45
+ <img src="https://img.shields.io/badge/migration%20coverage-14%2F14-brightgreen" alt="Migration coverage 14/14" />
46
+ <!-- ssot-schema-badges:end -->
43
47
  </div>
44
48
 
45
49
  Reusable SSOT conformance harness for downstream repositories.
@@ -8,6 +8,10 @@
8
8
  <a href="https://pypi.org/project/ssot-conformance/"><img src="https://img.shields.io/pypi/pyversions/ssot-conformance?label=Python" alt="Supported Python versions" /></a>
9
9
  <a href="https://pepy.tech/project/ssot-conformance"><img src="https://static.pepy.tech/badge/ssot-conformance" alt="Downloads" /></a>
10
10
  <a href="https://hits.sh/github.com/groupsum/ssot-registry/"><img src="https://hits.sh/github.com/groupsum/ssot-registry.svg?style=flat-square" alt="Repository hits" /></a>
11
+ <!-- ssot-schema-badges:start -->
12
+ <img src="https://img.shields.io/badge/schema_version-0.7.0-blue" alt="schema_version 0.7.0" />
13
+ <img src="https://img.shields.io/badge/migration%20coverage-14%2F14-brightgreen" alt="Migration coverage 14/14" />
14
+ <!-- ssot-schema-badges:end -->
11
15
  </div>
12
16
 
13
17
  Reusable SSOT conformance harness for downstream repositories.
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ssot-conformance"
7
- version = "0.2.19.dev1"
7
+ version = "0.2.20.dev1"
8
8
  description = "Reusable SSOT conformance harness, pytest plugin, and scaffold helpers."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10,<3.15"
11
11
  license = "Apache-2.0"
12
12
  authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
13
13
  dependencies = [
14
- "ssot-core==0.2.19.dev1",
15
- "ssot-contracts==0.2.19.dev1",
14
+ "ssot-core==0.2.20.dev1",
15
+ "ssot-contracts==0.2.20.dev1",
16
16
  "tomli>=2.0.1; python_version < '3.11'",
17
17
  ]
18
18
  keywords = ["ssot", "conformance", "pytest", "governance", "validation", "scaffold"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ssot-conformance
3
- Version: 0.2.19.dev1
3
+ Version: 0.2.20.dev1
4
4
  Summary: Reusable SSOT conformance harness, pytest plugin, and scaffold helpers.
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License-Expression: Apache-2.0
@@ -26,8 +26,8 @@ Classifier: Topic :: Software Development :: Testing
26
26
  Classifier: Topic :: Utilities
27
27
  Requires-Python: <3.15,>=3.10
28
28
  Description-Content-Type: text/markdown
29
- Requires-Dist: ssot-core==0.2.19.dev1
30
- Requires-Dist: ssot-contracts==0.2.19.dev1
29
+ Requires-Dist: ssot-core==0.2.20.dev1
30
+ Requires-Dist: ssot-contracts==0.2.20.dev1
31
31
  Requires-Dist: tomli>=2.0.1; python_version < "3.11"
32
32
 
33
33
  <div align="center">
@@ -40,6 +40,10 @@ Requires-Dist: tomli>=2.0.1; python_version < "3.11"
40
40
  <a href="https://pypi.org/project/ssot-conformance/"><img src="https://img.shields.io/pypi/pyversions/ssot-conformance?label=Python" alt="Supported Python versions" /></a>
41
41
  <a href="https://pepy.tech/project/ssot-conformance"><img src="https://static.pepy.tech/badge/ssot-conformance" alt="Downloads" /></a>
42
42
  <a href="https://hits.sh/github.com/groupsum/ssot-registry/"><img src="https://hits.sh/github.com/groupsum/ssot-registry.svg?style=flat-square" alt="Repository hits" /></a>
43
+ <!-- ssot-schema-badges:start -->
44
+ <img src="https://img.shields.io/badge/schema_version-0.7.0-blue" alt="schema_version 0.7.0" />
45
+ <img src="https://img.shields.io/badge/migration%20coverage-14%2F14-brightgreen" alt="Migration coverage 14/14" />
46
+ <!-- ssot-schema-badges:end -->
43
47
  </div>
44
48
 
45
49
  Reusable SSOT conformance harness for downstream repositories.
@@ -0,0 +1,5 @@
1
+ ssot-core==0.2.20.dev1
2
+ ssot-contracts==0.2.20.dev1
3
+
4
+ [:python_version < "3.11"]
5
+ tomli>=2.0.1
@@ -1,5 +0,0 @@
1
- ssot-core==0.2.19.dev1
2
- ssot-contracts==0.2.19.dev1
3
-
4
- [:python_version < "3.11"]
5
- tomli>=2.0.1