pySVModel 0.5.6__tar.gz → 0.5.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pySVModel
3
- Version: 0.5.6
3
+ Version: 0.5.7
4
4
  Summary: An abstract SystemVerilog language model (incl. Verilog).
5
5
  Home-page: https://GitHub.com/edaa-org/pySVModel
6
6
  Author: Patrick Lehmann
@@ -26,44 +26,42 @@ Classifier: Development Status :: 3 - Alpha
26
26
  Requires-Python: >=3.11
27
27
  Description-Content-Type: text/markdown
28
28
  License-File: LICENSE.md
29
- Requires-Dist: pyTooling~=8.10
29
+ Requires-Dist: pyTooling~=8.11
30
30
  Provides-Extra: doc
31
- Requires-Dist: sphinx~=8.2; extra == "doc"
32
- Requires-Dist: pyTooling~=8.10; extra == "doc"
33
- Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "doc"
34
- Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
35
- Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
36
- Requires-Dist: docutils~=0.21.0; extra == "doc"
37
- Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
38
- Requires-Dist: sphinx-copybutton>=0.5.0; extra == "doc"
31
+ Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
39
32
  Requires-Dist: autoapi>=2.0.1; extra == "doc"
40
- Requires-Dist: sphinx_reports~=0.9.0; extra == "doc"
41
- Requires-Dist: sphinx_design~=0.6.0; extra == "doc"
33
+ Requires-Dist: pyTooling~=8.11; extra == "doc"
34
+ Requires-Dist: sphinx-copybutton>=0.5.0; extra == "doc"
35
+ Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "doc"
36
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
37
+ Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
38
+ Requires-Dist: sphinx~=9.1; extra == "doc"
39
+ Requires-Dist: sphinx_reports~=0.10.0; extra == "doc"
40
+ Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
42
41
  Provides-Extra: test
42
+ Requires-Dist: Coverage~=7.13; extra == "test"
43
+ Requires-Dist: pyTooling~=8.11; extra == "test"
44
+ Requires-Dist: pytest~=9.0; extra == "test"
45
+ Requires-Dist: typing_extensions~=4.15; extra == "test"
43
46
  Requires-Dist: mypy[reports]~=1.19; extra == "test"
44
47
  Requires-Dist: pytest-cov~=7.0; extra == "test"
45
- Requires-Dist: pyTooling~=8.10; extra == "test"
46
- Requires-Dist: typing_extensions~=4.15; extra == "test"
47
- Requires-Dist: pytest~=9.0; extra == "test"
48
- Requires-Dist: Coverage~=7.13; extra == "test"
49
48
  Requires-Dist: lxml<7.0,>=5.4; extra == "test"
50
49
  Provides-Extra: all
51
- Requires-Dist: sphinx~=8.2; extra == "all"
52
- Requires-Dist: pyTooling~=8.10; extra == "all"
53
- Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "all"
54
- Requires-Dist: mypy[reports]~=1.19; extra == "all"
55
- Requires-Dist: pytest-cov~=7.0; extra == "all"
56
- Requires-Dist: typing_extensions~=4.15; extra == "all"
57
- Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
58
- Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
50
+ Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
51
+ Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
52
+ Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "all"
53
+ Requires-Dist: pyTooling~=8.11; extra == "all"
54
+ Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
55
+ Requires-Dist: Coverage~=7.13; extra == "all"
59
56
  Requires-Dist: pytest~=9.0; extra == "all"
60
- Requires-Dist: docutils~=0.21.0; extra == "all"
57
+ Requires-Dist: typing_extensions~=4.15; extra == "all"
61
58
  Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
62
- Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
59
+ Requires-Dist: mypy[reports]~=1.19; extra == "all"
60
+ Requires-Dist: sphinx_design~=0.7.0; extra == "all"
61
+ Requires-Dist: sphinx~=9.1; extra == "all"
62
+ Requires-Dist: pytest-cov~=7.0; extra == "all"
63
+ Requires-Dist: sphinx_reports~=0.10.0; extra == "all"
63
64
  Requires-Dist: autoapi>=2.0.1; extra == "all"
64
- Requires-Dist: sphinx_reports~=0.9.0; extra == "all"
65
- Requires-Dist: Coverage~=7.13; extra == "all"
66
- Requires-Dist: sphinx_design~=0.6.0; extra == "all"
67
65
  Requires-Dist: lxml<7.0,>=5.4; extra == "all"
68
66
  Dynamic: author
69
67
  Dynamic: author-email
@@ -52,7 +52,7 @@ __author__ = "Patrick Lehmann"
52
52
  __email__ = "Paebbels@gmail.com"
53
53
  __copyright__ = "2021-2026, Patrick Lehmann"
54
54
  __license__ = "Apache License, Version 2.0"
55
- __version__ = "0.5.6"
55
+ __version__ = "0.5.7"
56
56
 
57
57
 
58
58
  @export
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pySVModel
3
- Version: 0.5.6
3
+ Version: 0.5.7
4
4
  Summary: An abstract SystemVerilog language model (incl. Verilog).
5
5
  Home-page: https://GitHub.com/edaa-org/pySVModel
6
6
  Author: Patrick Lehmann
@@ -26,44 +26,42 @@ Classifier: Development Status :: 3 - Alpha
26
26
  Requires-Python: >=3.11
27
27
  Description-Content-Type: text/markdown
28
28
  License-File: LICENSE.md
29
- Requires-Dist: pyTooling~=8.10
29
+ Requires-Dist: pyTooling~=8.11
30
30
  Provides-Extra: doc
31
- Requires-Dist: sphinx~=8.2; extra == "doc"
32
- Requires-Dist: pyTooling~=8.10; extra == "doc"
33
- Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "doc"
34
- Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
35
- Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
36
- Requires-Dist: docutils~=0.21.0; extra == "doc"
37
- Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
38
- Requires-Dist: sphinx-copybutton>=0.5.0; extra == "doc"
31
+ Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
39
32
  Requires-Dist: autoapi>=2.0.1; extra == "doc"
40
- Requires-Dist: sphinx_reports~=0.9.0; extra == "doc"
41
- Requires-Dist: sphinx_design~=0.6.0; extra == "doc"
33
+ Requires-Dist: pyTooling~=8.11; extra == "doc"
34
+ Requires-Dist: sphinx-copybutton>=0.5.0; extra == "doc"
35
+ Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "doc"
36
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
37
+ Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
38
+ Requires-Dist: sphinx~=9.1; extra == "doc"
39
+ Requires-Dist: sphinx_reports~=0.10.0; extra == "doc"
40
+ Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
42
41
  Provides-Extra: test
42
+ Requires-Dist: Coverage~=7.13; extra == "test"
43
+ Requires-Dist: pyTooling~=8.11; extra == "test"
44
+ Requires-Dist: pytest~=9.0; extra == "test"
45
+ Requires-Dist: typing_extensions~=4.15; extra == "test"
43
46
  Requires-Dist: mypy[reports]~=1.19; extra == "test"
44
47
  Requires-Dist: pytest-cov~=7.0; extra == "test"
45
- Requires-Dist: pyTooling~=8.10; extra == "test"
46
- Requires-Dist: typing_extensions~=4.15; extra == "test"
47
- Requires-Dist: pytest~=9.0; extra == "test"
48
- Requires-Dist: Coverage~=7.13; extra == "test"
49
48
  Requires-Dist: lxml<7.0,>=5.4; extra == "test"
50
49
  Provides-Extra: all
51
- Requires-Dist: sphinx~=8.2; extra == "all"
52
- Requires-Dist: pyTooling~=8.10; extra == "all"
53
- Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "all"
54
- Requires-Dist: mypy[reports]~=1.19; extra == "all"
55
- Requires-Dist: pytest-cov~=7.0; extra == "all"
56
- Requires-Dist: typing_extensions~=4.15; extra == "all"
57
- Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
58
- Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
50
+ Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
51
+ Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
52
+ Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "all"
53
+ Requires-Dist: pyTooling~=8.11; extra == "all"
54
+ Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
55
+ Requires-Dist: Coverage~=7.13; extra == "all"
59
56
  Requires-Dist: pytest~=9.0; extra == "all"
60
- Requires-Dist: docutils~=0.21.0; extra == "all"
57
+ Requires-Dist: typing_extensions~=4.15; extra == "all"
61
58
  Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
62
- Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
59
+ Requires-Dist: mypy[reports]~=1.19; extra == "all"
60
+ Requires-Dist: sphinx_design~=0.7.0; extra == "all"
61
+ Requires-Dist: sphinx~=9.1; extra == "all"
62
+ Requires-Dist: pytest-cov~=7.0; extra == "all"
63
+ Requires-Dist: sphinx_reports~=0.10.0; extra == "all"
63
64
  Requires-Dist: autoapi>=2.0.1; extra == "all"
64
- Requires-Dist: sphinx_reports~=0.9.0; extra == "all"
65
- Requires-Dist: Coverage~=7.13; extra == "all"
66
- Requires-Dist: sphinx_design~=0.6.0; extra == "all"
67
65
  Requires-Dist: lxml<7.0,>=5.4; extra == "all"
68
66
  Dynamic: author
69
67
  Dynamic: author-email
@@ -0,0 +1,40 @@
1
+ pyTooling~=8.11
2
+
3
+ [all]
4
+ sphinx_rtd_theme~=3.1
5
+ sphinxcontrib-mermaid~=2.0
6
+ sphinx_autodoc_typehints~=3.6
7
+ pyTooling~=8.11
8
+ sphinx-copybutton>=0.5.0
9
+ Coverage~=7.13
10
+ pytest~=9.0
11
+ typing_extensions~=4.15
12
+ docutils_stubs~=0.0.22
13
+ mypy[reports]~=1.19
14
+ sphinx_design~=0.7.0
15
+ sphinx~=9.1
16
+ pytest-cov~=7.0
17
+ sphinx_reports~=0.10.0
18
+ autoapi>=2.0.1
19
+ lxml<7.0,>=5.4
20
+
21
+ [doc]
22
+ sphinx_rtd_theme~=3.1
23
+ autoapi>=2.0.1
24
+ pyTooling~=8.11
25
+ sphinx-copybutton>=0.5.0
26
+ sphinx_autodoc_typehints~=3.6
27
+ docutils_stubs~=0.0.22
28
+ sphinx_design~=0.7.0
29
+ sphinx~=9.1
30
+ sphinx_reports~=0.10.0
31
+ sphinxcontrib-mermaid~=2.0
32
+
33
+ [test]
34
+ Coverage~=7.13
35
+ pyTooling~=8.11
36
+ pytest~=9.0
37
+ typing_extensions~=4.15
38
+ mypy[reports]~=1.19
39
+ pytest-cov~=7.0
40
+ lxml<7.0,>=5.4
@@ -2,7 +2,7 @@
2
2
  requires = [
3
3
  "setuptools >= 80.0",
4
4
  "wheel ~= 0.45.0",
5
- "pyTooling ~= 8.10"
5
+ "pyTooling ~= 8.11"
6
6
  ]
7
7
  build-backend = "setuptools.build_meta"
8
8
 
@@ -1,42 +0,0 @@
1
- pyTooling~=8.10
2
-
3
- [all]
4
- sphinx~=8.2
5
- pyTooling~=8.10
6
- sphinx_autodoc_typehints~=3.5
7
- mypy[reports]~=1.19
8
- pytest-cov~=7.0
9
- typing_extensions~=4.15
10
- sphinxcontrib-mermaid~=1.0
11
- sphinx_rtd_theme~=3.0
12
- pytest~=9.0
13
- docutils~=0.21.0
14
- docutils_stubs~=0.0.22
15
- sphinx-copybutton>=0.5.0
16
- autoapi>=2.0.1
17
- sphinx_reports~=0.9.0
18
- Coverage~=7.13
19
- sphinx_design~=0.6.0
20
- lxml<7.0,>=5.4
21
-
22
- [doc]
23
- sphinx~=8.2
24
- pyTooling~=8.10
25
- sphinx_autodoc_typehints~=3.5
26
- sphinxcontrib-mermaid~=1.0
27
- sphinx_rtd_theme~=3.0
28
- docutils~=0.21.0
29
- docutils_stubs~=0.0.22
30
- sphinx-copybutton>=0.5.0
31
- autoapi>=2.0.1
32
- sphinx_reports~=0.9.0
33
- sphinx_design~=0.6.0
34
-
35
- [test]
36
- mypy[reports]~=1.19
37
- pytest-cov~=7.0
38
- pyTooling~=8.10
39
- typing_extensions~=4.15
40
- pytest~=9.0
41
- Coverage~=7.13
42
- lxml<7.0,>=5.4
File without changes
File without changes
File without changes
File without changes