pyVHDLModel 0.31.0__tar.gz → 0.31.2__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 (35) hide show
  1. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/PKG-INFO +31 -30
  2. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/__init__.py +1 -1
  3. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel.egg-info/PKG-INFO +31 -30
  4. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel.egg-info/requires.txt +27 -27
  5. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyproject.toml +6 -3
  6. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/LICENSE.md +0 -0
  7. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/README.md +0 -0
  8. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Association.py +0 -0
  9. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Base.py +0 -0
  10. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Common.py +0 -0
  11. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Concurrent.py +0 -0
  12. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Declaration.py +0 -0
  13. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/DesignUnit.py +0 -0
  14. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Exception.py +0 -0
  15. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Expression.py +0 -0
  16. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/IEEE.py +0 -0
  17. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Instantiation.py +0 -0
  18. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Interface.py +0 -0
  19. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Name.py +0 -0
  20. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Namespace.py +0 -0
  21. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Object.py +0 -0
  22. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/PSLModel.py +0 -0
  23. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Predefined.py +0 -0
  24. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Regions.py +0 -0
  25. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/STD.py +0 -0
  26. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Sequential.py +0 -0
  27. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Subprogram.py +0 -0
  28. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Symbol.py +0 -0
  29. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/Type.py +0 -0
  30. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel/py.typed +0 -0
  31. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel.egg-info/SOURCES.txt +0 -0
  32. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel.egg-info/dependency_links.txt +0 -0
  33. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/pyVHDLModel.egg-info/top_level.txt +0 -0
  34. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/setup.cfg +0 -0
  35. {pyvhdlmodel-0.31.0 → pyvhdlmodel-0.31.2}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: pyVHDLModel
3
- Version: 0.31.0
3
+ Version: 0.31.2
4
4
  Summary: An abstract VHDL language model.
5
5
  Home-page: https://GitHub.com/VHDL/pyVHDLModel
6
6
  Author: Patrick Lehmann
@@ -27,45 +27,45 @@ Classifier: Development Status :: 4 - Beta
27
27
  Requires-Python: >=3.9
28
28
  Description-Content-Type: text/markdown
29
29
  License-File: LICENSE.md
30
- Requires-Dist: pyTooling~=8.2
30
+ Requires-Dist: pyTooling~=8.4
31
31
  Provides-Extra: doc
32
- Requires-Dist: sphinx~=8.2; extra == "doc"
33
- Requires-Dist: autoapi>=2.0.1; extra == "doc"
34
- Requires-Dist: sphinx_autodoc_typehints~=3.1; extra == "doc"
35
- Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
36
- Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
37
32
  Requires-Dist: docutils~=0.21; extra == "doc"
38
- Requires-Dist: sphinx_reports~=0.7; extra == "doc"
39
- Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
40
33
  Requires-Dist: sphinx_design~=0.6.1; extra == "doc"
34
+ Requires-Dist: sphinx_autodoc_typehints~=3.1; extra == "doc"
41
35
  Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
42
- Requires-Dist: pyTooling~=8.2; extra == "doc"
36
+ Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
37
+ Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
38
+ Requires-Dist: pyTooling~=8.4; extra == "doc"
39
+ Requires-Dist: sphinx_reports~=0.9; extra == "doc"
40
+ Requires-Dist: sphinx~=8.2; extra == "doc"
41
+ Requires-Dist: autoapi>=2.0.1; extra == "doc"
42
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
43
43
  Provides-Extra: test
44
- Requires-Dist: typing_extensions~=4.12; extra == "test"
45
- Requires-Dist: Coverage~=7.6; extra == "test"
44
+ Requires-Dist: pytest-cov~=6.1; extra == "test"
45
+ Requires-Dist: Coverage~=7.8; extra == "test"
46
+ Requires-Dist: typing_extensions~=4.13; extra == "test"
47
+ Requires-Dist: pyTooling~=8.4; extra == "test"
46
48
  Requires-Dist: mypy~=1.15; extra == "test"
47
- Requires-Dist: lxml~=5.3; extra == "test"
48
49
  Requires-Dist: pytest~=8.3; extra == "test"
49
- Requires-Dist: pyTooling~=8.2; extra == "test"
50
- Requires-Dist: pytest-cov~=6.0; extra == "test"
50
+ Requires-Dist: lxml~=5.4; extra == "test"
51
51
  Provides-Extra: all
52
- Requires-Dist: autoapi>=2.0.1; extra == "all"
53
- Requires-Dist: sphinx~=8.2; extra == "all"
54
- Requires-Dist: sphinx_autodoc_typehints~=3.1; extra == "all"
55
- Requires-Dist: typing_extensions~=4.12; extra == "all"
56
- Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
57
- Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
58
- Requires-Dist: docutils~=0.21; extra == "all"
59
- Requires-Dist: Coverage~=7.6; extra == "all"
60
- Requires-Dist: sphinx_reports~=0.7; extra == "all"
61
52
  Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
62
- Requires-Dist: mypy~=1.15; extra == "all"
63
- Requires-Dist: lxml~=5.3; extra == "all"
64
- Requires-Dist: pytest~=8.3; extra == "all"
53
+ Requires-Dist: docutils~=0.21; extra == "all"
65
54
  Requires-Dist: sphinx_design~=0.6.1; extra == "all"
55
+ Requires-Dist: pytest-cov~=6.1; extra == "all"
56
+ Requires-Dist: Coverage~=7.8; extra == "all"
66
57
  Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
67
- Requires-Dist: pyTooling~=8.2; extra == "all"
68
- Requires-Dist: pytest-cov~=6.0; extra == "all"
58
+ Requires-Dist: typing_extensions~=4.13; extra == "all"
59
+ Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
60
+ Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
61
+ Requires-Dist: pyTooling~=8.4; extra == "all"
62
+ Requires-Dist: sphinx_reports~=0.9; extra == "all"
63
+ Requires-Dist: sphinx~=8.2; extra == "all"
64
+ Requires-Dist: mypy~=1.15; extra == "all"
65
+ Requires-Dist: lxml~=5.4; extra == "all"
66
+ Requires-Dist: pytest~=8.3; extra == "all"
67
+ Requires-Dist: autoapi>=2.0.1; extra == "all"
68
+ Requires-Dist: sphinx_autodoc_typehints~=3.1; extra == "all"
69
69
  Dynamic: author
70
70
  Dynamic: author-email
71
71
  Dynamic: classifier
@@ -74,6 +74,7 @@ Dynamic: description-content-type
74
74
  Dynamic: home-page
75
75
  Dynamic: keywords
76
76
  Dynamic: license
77
+ Dynamic: license-file
77
78
  Dynamic: project-url
78
79
  Dynamic: provides-extra
79
80
  Dynamic: requires-dist
@@ -48,7 +48,7 @@ __author__ = "Patrick Lehmann"
48
48
  __email__ = "Paebbels@gmail.com"
49
49
  __copyright__ = "2016-2025, Patrick Lehmann"
50
50
  __license__ = "Apache License, Version 2.0"
51
- __version__ = "0.31.0"
51
+ __version__ = "0.31.2"
52
52
 
53
53
 
54
54
  from enum import unique, Enum, Flag, auto
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: pyVHDLModel
3
- Version: 0.31.0
3
+ Version: 0.31.2
4
4
  Summary: An abstract VHDL language model.
5
5
  Home-page: https://GitHub.com/VHDL/pyVHDLModel
6
6
  Author: Patrick Lehmann
@@ -27,45 +27,45 @@ Classifier: Development Status :: 4 - Beta
27
27
  Requires-Python: >=3.9
28
28
  Description-Content-Type: text/markdown
29
29
  License-File: LICENSE.md
30
- Requires-Dist: pyTooling~=8.2
30
+ Requires-Dist: pyTooling~=8.4
31
31
  Provides-Extra: doc
32
- Requires-Dist: sphinx~=8.2; extra == "doc"
33
- Requires-Dist: autoapi>=2.0.1; extra == "doc"
34
- Requires-Dist: sphinx_autodoc_typehints~=3.1; extra == "doc"
35
- Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
36
- Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
37
32
  Requires-Dist: docutils~=0.21; extra == "doc"
38
- Requires-Dist: sphinx_reports~=0.7; extra == "doc"
39
- Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
40
33
  Requires-Dist: sphinx_design~=0.6.1; extra == "doc"
34
+ Requires-Dist: sphinx_autodoc_typehints~=3.1; extra == "doc"
41
35
  Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
42
- Requires-Dist: pyTooling~=8.2; extra == "doc"
36
+ Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
37
+ Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
38
+ Requires-Dist: pyTooling~=8.4; extra == "doc"
39
+ Requires-Dist: sphinx_reports~=0.9; extra == "doc"
40
+ Requires-Dist: sphinx~=8.2; extra == "doc"
41
+ Requires-Dist: autoapi>=2.0.1; extra == "doc"
42
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
43
43
  Provides-Extra: test
44
- Requires-Dist: typing_extensions~=4.12; extra == "test"
45
- Requires-Dist: Coverage~=7.6; extra == "test"
44
+ Requires-Dist: pytest-cov~=6.1; extra == "test"
45
+ Requires-Dist: Coverage~=7.8; extra == "test"
46
+ Requires-Dist: typing_extensions~=4.13; extra == "test"
47
+ Requires-Dist: pyTooling~=8.4; extra == "test"
46
48
  Requires-Dist: mypy~=1.15; extra == "test"
47
- Requires-Dist: lxml~=5.3; extra == "test"
48
49
  Requires-Dist: pytest~=8.3; extra == "test"
49
- Requires-Dist: pyTooling~=8.2; extra == "test"
50
- Requires-Dist: pytest-cov~=6.0; extra == "test"
50
+ Requires-Dist: lxml~=5.4; extra == "test"
51
51
  Provides-Extra: all
52
- Requires-Dist: autoapi>=2.0.1; extra == "all"
53
- Requires-Dist: sphinx~=8.2; extra == "all"
54
- Requires-Dist: sphinx_autodoc_typehints~=3.1; extra == "all"
55
- Requires-Dist: typing_extensions~=4.12; extra == "all"
56
- Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
57
- Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
58
- Requires-Dist: docutils~=0.21; extra == "all"
59
- Requires-Dist: Coverage~=7.6; extra == "all"
60
- Requires-Dist: sphinx_reports~=0.7; extra == "all"
61
52
  Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
62
- Requires-Dist: mypy~=1.15; extra == "all"
63
- Requires-Dist: lxml~=5.3; extra == "all"
64
- Requires-Dist: pytest~=8.3; extra == "all"
53
+ Requires-Dist: docutils~=0.21; extra == "all"
65
54
  Requires-Dist: sphinx_design~=0.6.1; extra == "all"
55
+ Requires-Dist: pytest-cov~=6.1; extra == "all"
56
+ Requires-Dist: Coverage~=7.8; extra == "all"
66
57
  Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
67
- Requires-Dist: pyTooling~=8.2; extra == "all"
68
- Requires-Dist: pytest-cov~=6.0; extra == "all"
58
+ Requires-Dist: typing_extensions~=4.13; extra == "all"
59
+ Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
60
+ Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
61
+ Requires-Dist: pyTooling~=8.4; extra == "all"
62
+ Requires-Dist: sphinx_reports~=0.9; extra == "all"
63
+ Requires-Dist: sphinx~=8.2; extra == "all"
64
+ Requires-Dist: mypy~=1.15; extra == "all"
65
+ Requires-Dist: lxml~=5.4; extra == "all"
66
+ Requires-Dist: pytest~=8.3; extra == "all"
67
+ Requires-Dist: autoapi>=2.0.1; extra == "all"
68
+ Requires-Dist: sphinx_autodoc_typehints~=3.1; extra == "all"
69
69
  Dynamic: author
70
70
  Dynamic: author-email
71
71
  Dynamic: classifier
@@ -74,6 +74,7 @@ Dynamic: description-content-type
74
74
  Dynamic: home-page
75
75
  Dynamic: keywords
76
76
  Dynamic: license
77
+ Dynamic: license-file
77
78
  Dynamic: project-url
78
79
  Dynamic: provides-extra
79
80
  Dynamic: requires-dist
@@ -1,42 +1,42 @@
1
- pyTooling~=8.2
1
+ pyTooling~=8.4
2
2
 
3
3
  [all]
4
- autoapi>=2.0.1
5
- sphinx~=8.2
6
- sphinx_autodoc_typehints~=3.1
7
- typing_extensions~=4.12
8
- sphinx_rtd_theme~=3.0
9
- sphinxcontrib-mermaid~=1.0
10
- docutils~=0.21
11
- Coverage~=7.6
12
- sphinx_reports~=0.7
13
4
  sphinx-copybutton>=0.5.2
14
- mypy~=1.15
15
- lxml~=5.3
16
- pytest~=8.3
5
+ docutils~=0.21
17
6
  sphinx_design~=0.6.1
7
+ pytest-cov~=6.1
8
+ Coverage~=7.8
18
9
  docutils_stubs~=0.0.22
19
- pyTooling~=8.2
20
- pytest-cov~=6.0
21
-
22
- [doc]
10
+ typing_extensions~=4.13
11
+ sphinxcontrib-mermaid~=1.0
12
+ sphinx_rtd_theme~=3.0
13
+ pyTooling~=8.4
14
+ sphinx_reports~=0.9
23
15
  sphinx~=8.2
16
+ mypy~=1.15
17
+ lxml~=5.4
18
+ pytest~=8.3
24
19
  autoapi>=2.0.1
25
20
  sphinx_autodoc_typehints~=3.1
26
- sphinx_rtd_theme~=3.0
27
- sphinxcontrib-mermaid~=1.0
21
+
22
+ [doc]
28
23
  docutils~=0.21
29
- sphinx_reports~=0.7
30
- sphinx-copybutton>=0.5.2
31
24
  sphinx_design~=0.6.1
25
+ sphinx_autodoc_typehints~=3.1
32
26
  docutils_stubs~=0.0.22
33
- pyTooling~=8.2
27
+ sphinxcontrib-mermaid~=1.0
28
+ sphinx_rtd_theme~=3.0
29
+ pyTooling~=8.4
30
+ sphinx_reports~=0.9
31
+ sphinx~=8.2
32
+ autoapi>=2.0.1
33
+ sphinx-copybutton>=0.5.2
34
34
 
35
35
  [test]
36
- typing_extensions~=4.12
37
- Coverage~=7.6
36
+ pytest-cov~=6.1
37
+ Coverage~=7.8
38
+ typing_extensions~=4.13
39
+ pyTooling~=8.4
38
40
  mypy~=1.15
39
- lxml~=5.3
40
41
  pytest~=8.3
41
- pyTooling~=8.2
42
- pytest-cov~=6.0
42
+ lxml~=5.4
@@ -1,8 +1,8 @@
1
1
  [build-system]
2
2
  requires = [
3
- "setuptools ~= 75.8",
3
+ "setuptools >= 80.0",
4
4
  "wheel ~= 0.45",
5
- "pyTooling ~= 8.2"
5
+ "pyTooling ~= 8.4"
6
6
  ]
7
7
  build-backend = "setuptools.build_meta"
8
8
 
@@ -21,7 +21,10 @@ namespace_packages = true
21
21
  html_report = "report/typing"
22
22
 
23
23
  [tool.pytest]
24
- junit_xml = "report/unit/TestReportSummary.xml"
24
+ junit_xml = "report/unit/UnittestReportSummary.xml"
25
+
26
+ [tool.pyedaa-reports]
27
+ junit_xml = "report/unit/unittest.xml"
25
28
 
26
29
  [tool.pytest.ini_options]
27
30
  addopts = "--tb=native"
File without changes
File without changes
File without changes
File without changes