specware 1.2.6__tar.gz → 1.2.7__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.
- {specware-1.2.6 → specware-1.2.7}/PKG-INFO +2 -2
- {specware-1.2.6 → specware-1.2.7}/pyproject.toml +2 -2
- {specware-1.2.6 → specware-1.2.7}/README.md +0 -0
- {specware-1.2.6 → specware-1.2.7}/src/specware/__init__.py +0 -0
- {specware-1.2.6 → specware-1.2.7}/src/specware/applconfig.py +0 -0
- {specware-1.2.6 → specware-1.2.7}/src/specware/build.py +0 -0
- {specware-1.2.6 → specware-1.2.7}/src/specware/cliexport.py +0 -0
- {specware-1.2.6 → specware-1.2.7}/src/specware/cliexportheader.py +0 -0
- {specware-1.2.6 → specware-1.2.7}/src/specware/cliverify.py +0 -0
- {specware-1.2.6 → specware-1.2.7}/src/specware/cliview.py +0 -0
- {specware-1.2.6 → specware-1.2.7}/src/specware/contentc.py +0 -0
- {specware-1.2.6 → specware-1.2.7}/src/specware/interface.py +0 -0
- {specware-1.2.6 → specware-1.2.7}/src/specware/interfacedoc.py +0 -0
- {specware-1.2.6 → specware-1.2.7}/src/specware/interfacemapper.py +0 -0
- {specware-1.2.6 → specware-1.2.7}/src/specware/py.typed +0 -0
- {specware-1.2.6 → specware-1.2.7}/src/specware/rtems.py +0 -0
- {specware-1.2.6 → specware-1.2.7}/src/specware/spec.pickle +0 -0
- {specware-1.2.6 → specware-1.2.7}/src/specware/transitionmap.py +0 -0
- {specware-1.2.6 → specware-1.2.7}/src/specware/util.py +0 -0
- {specware-1.2.6 → specware-1.2.7}/src/specware/validation.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: specware
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.7
|
|
4
4
|
Summary: Provides utilities to specify software.
|
|
5
5
|
Keywords: certification,documentation,markdown,qualification,requirements-management,traceability
|
|
6
6
|
Author: The specware Authors
|
|
@@ -20,7 +20,7 @@ Classifier: Topic :: Software Development :: Quality Assurance
|
|
|
20
20
|
Classifier: Topic :: Software Development :: Testing :: Acceptance
|
|
21
21
|
Classifier: Topic :: Text Processing :: Markup
|
|
22
22
|
Classifier: Typing :: Typed
|
|
23
|
-
Requires-Dist: specitems>=1.6.
|
|
23
|
+
Requires-Dist: specitems>=1.6.2
|
|
24
24
|
Requires-Python: >=3.11
|
|
25
25
|
Project-URL: Source Code, https://github.com/specthings/specware
|
|
26
26
|
Project-URL: Bug Tracker, https://github.com/specthings/specware/issues
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "specware"
|
|
7
|
-
version = "1.2.
|
|
7
|
+
version = "1.2.7"
|
|
8
8
|
description = "Provides utilities to specify software."
|
|
9
9
|
authors = [
|
|
10
10
|
{name = "The specware Authors", email = "specthings@embedded-brains.de"}
|
|
@@ -13,7 +13,7 @@ license = "BSD-2-Clause"
|
|
|
13
13
|
readme = "README.md"
|
|
14
14
|
requires-python = ">=3.11"
|
|
15
15
|
dependencies = [
|
|
16
|
-
"specitems >=1.6.
|
|
16
|
+
"specitems >=1.6.2",
|
|
17
17
|
]
|
|
18
18
|
keywords = [
|
|
19
19
|
"certification",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|