PySerials 0.0.0.dev17__py3-none-any.whl → 0.0.0.dev19__py3-none-any.whl

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.1
2
2
  Name: PySerials
3
- Version: 0.0.0.dev17
3
+ Version: 0.0.0.dev19
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: jsonschema <5,>=4.21.0
6
6
  Requires-Dist: referencing >=0.35.1
@@ -8,7 +8,7 @@ Requires-Dist: jsonpath-ng <2,>=1.6.1
8
8
  Requires-Dist: ruamel.yaml <0.18,>=0.17.32
9
9
  Requires-Dist: ruamel.yaml.string <1,>=0.1.1
10
10
  Requires-Dist: tomlkit <0.12,>=0.11.8
11
- Requires-Dist: MDit ==0.0.0.dev14
12
- Requires-Dist: ExceptionMan ==0.0.0.dev14
11
+ Requires-Dist: MDit ==0.0.0.dev16
12
+ Requires-Dist: ExceptionMan ==0.0.0.dev16
13
13
  Requires-Dist: ProtocolMan ==0.0.0.dev2
14
14
 
@@ -10,8 +10,8 @@ pyserials/exception/__init__.py,sha256=ZhbggwJUMlTyBhifAivC8ZQxP1Na6lJAwzZs7_YjO
10
10
  pyserials/exception/_base.py,sha256=IdaZwBPBYgiUaWnvN0eMXvQQBqLbN1t766034CK7Hlc,853
11
11
  pyserials/exception/read.py,sha256=7yTqtT2V4xXthg7wzNMI0bYF9GMDc-AaEN8r2PhRkMw,9282
12
12
  pyserials/exception/update.py,sha256=P0js2-iY2fgO_KLdqedgWE3TTS5Xz15cusZY_wuKIW4,4222
13
- pyserials/exception/validate.py,sha256=fs4yMw5wSbRbINuTbjdj7HGo8PlE3-zir1JRveJkcPk,7461
14
- PySerials-0.0.0.dev17.dist-info/METADATA,sha256=XlIg2JMxykCLT83hAn8_ThpyXtW4A-CKz0ymv83dnrk,438
15
- PySerials-0.0.0.dev17.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
16
- PySerials-0.0.0.dev17.dist-info/top_level.txt,sha256=SAks7WjSjdkv3i9Hvt4gY_P7VQbhhYJN5mf5dqx1aao,10
17
- PySerials-0.0.0.dev17.dist-info/RECORD,,
13
+ pyserials/exception/validate.py,sha256=7UkQEEqCa8HJ20gpTFnLDhT3P5OPLD2oD9fUK2Jcuns,7466
14
+ PySerials-0.0.0.dev19.dist-info/METADATA,sha256=iJAaqeatX51tRrrz3mrWT4Mjq3bqjLnbrkvxz4BVB5E,438
15
+ PySerials-0.0.0.dev19.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
16
+ PySerials-0.0.0.dev19.dist-info/top_level.txt,sha256=SAks7WjSjdkv3i9Hvt4gY_P7VQbhhYJN5mf5dqx1aao,10
17
+ PySerials-0.0.0.dev19.dist-info/RECORD,,
@@ -176,9 +176,9 @@ class PySerialsJsonSchemaValidationError(PySerialsValidateException):
176
176
  language="yaml",
177
177
  )
178
178
  admo = _mdit.element.admonition(
179
- code_block,
180
- type=admo_type,
181
179
  title=_mdit.inline_container(f"**{title}**: ", _mdit.element.code_span(title_details)),
180
+ body=code_block,
181
+ type=admo_type,
182
182
  dropdown=True,
183
183
  )
184
184
  return admo