sdfgen 0.10.0__cp310-cp310-musllinux_1_2_x86_64.whl → 0.12.0__cp310-cp310-musllinux_1_2_x86_64.whl
Sign up to get free protection for your applications and to get access to all the features.
- csdfgen.cpython-310-x86_64-linux-gnu.so +0 -0
- {sdfgen-0.10.0.dist-info → sdfgen-0.12.0.dist-info}/METADATA +2 -2
- sdfgen-0.12.0.dist-info/RECORD +8 -0
- sdfgen-0.10.0.dist-info/RECORD +0 -8
- {sdfgen-0.10.0.dist-info → sdfgen-0.12.0.dist-info}/WHEEL +0 -0
- {sdfgen-0.10.0.dist-info → sdfgen-0.12.0.dist-info}/top_level.txt +0 -0
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sdfgen
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.12.0
|
4
4
|
Summary: Automating the creation of Microkit System Description Files (SDF)
|
5
5
|
Home-page: https://github.com/au-ts/microkit_sdf_gen
|
6
6
|
Description-Content-Type: text/markdown
|
@@ -125,7 +125,7 @@ Now you should be able to import and use the bindings:
|
|
125
125
|
#### Publishing Python packages
|
126
126
|
|
127
127
|
Binary releases of the Python package (known as 'wheels' in the Python universe) are published to
|
128
|
-
[PyPI](https://pypi.org/project/
|
128
|
+
[PyPI](https://pypi.org/project/sdfgen/).
|
129
129
|
|
130
130
|
Unlike most Python packages, ours is a bit more complicated because:
|
131
131
|
1. We depend on an external C library.
|
@@ -0,0 +1,8 @@
|
|
1
|
+
csdfgen.cpython-310-x86_64-linux-gnu.so,sha256=91qzbo12TvUewLM5lEG4pHRHx5X0R-XEX8zm1QPzL7w,3852128
|
2
|
+
sdfgen/module.py,sha256=O_-r_xy2Ff-1esvlMSHzZ3N42fcQeaAROX4Nym9okII,26211
|
3
|
+
sdfgen/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
+
sdfgen/__init__.py,sha256=qFoYMCiM89s1BduC2hWsDRa3kGhvmJcxJsaHMWLhf1g,131
|
5
|
+
sdfgen-0.12.0.dist-info/METADATA,sha256=e8QGwXoIjHdZIJ0xdbQh6pzLUX4GkJm1nh8T9ncejZE,5905
|
6
|
+
sdfgen-0.12.0.dist-info/RECORD,,
|
7
|
+
sdfgen-0.12.0.dist-info/top_level.txt,sha256=M3gUW9vTMij10peQKgv1Qs0jZkdsk_PG0REFxuv6jNY,15
|
8
|
+
sdfgen-0.12.0.dist-info/WHEEL,sha256=G6WAJh_GXUMYPkzQt82j5xHS9Nx3k6AYK5BZjp4Pr1U,112
|
sdfgen-0.10.0.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
csdfgen.cpython-310-x86_64-linux-gnu.so,sha256=_rLReLOf3jusB22fTbcZrjSlcr4jgyyK2FQTFuMrAfw,3851440
|
2
|
-
sdfgen/module.py,sha256=O_-r_xy2Ff-1esvlMSHzZ3N42fcQeaAROX4Nym9okII,26211
|
3
|
-
sdfgen/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
-
sdfgen/__init__.py,sha256=qFoYMCiM89s1BduC2hWsDRa3kGhvmJcxJsaHMWLhf1g,131
|
5
|
-
sdfgen-0.10.0.dist-info/METADATA,sha256=yn0BZMNZX6kzObzCLXUYn6ue6vTtnj-VzdBaxHzBMYw,5914
|
6
|
-
sdfgen-0.10.0.dist-info/RECORD,,
|
7
|
-
sdfgen-0.10.0.dist-info/top_level.txt,sha256=M3gUW9vTMij10peQKgv1Qs0jZkdsk_PG0REFxuv6jNY,15
|
8
|
-
sdfgen-0.10.0.dist-info/WHEEL,sha256=G6WAJh_GXUMYPkzQt82j5xHS9Nx3k6AYK5BZjp4Pr1U,112
|
File without changes
|
File without changes
|