omdev 0.0.0.dev83__py3-none-any.whl → 0.0.0.dev85__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.
omdev/cache/data/specs.py CHANGED
@@ -1,4 +1,5 @@
1
1
  import hashlib
2
+ import json
2
3
  import operator
3
4
  import typing as ta
4
5
  import urllib.parse
@@ -9,7 +10,7 @@ from omlish import check
9
10
  from omlish import dataclasses as dc
10
11
  from omlish import lang
11
12
  from omlish import marshal as msh
12
- from omlish.formats import json
13
+ from omlish.formats import json as jf
13
14
 
14
15
  from .actions import Action
15
16
  from .consts import SERIALIZATION_VERSION
@@ -26,7 +27,7 @@ class Spec(lang.Abstract, lang.Sealed):
26
27
 
27
28
  @cached.property
28
29
  def json(self) -> str:
29
- return json.dumps_compact(msh.marshal(self, Spec), sort_keys=True)
30
+ return json.dumps(msh.marshal(self, Spec), **jf.COMPACT_KWARGS, sort_keys=True)
30
31
 
31
32
  @cached.property
32
33
  def digest(self) -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: omdev
3
- Version: 0.0.0.dev83
3
+ Version: 0.0.0.dev85
4
4
  Summary: omdev
5
5
  Author: wrmsr
6
6
  License: BSD-3-Clause
@@ -12,7 +12,7 @@ Classifier: Operating System :: OS Independent
12
12
  Classifier: Operating System :: POSIX
13
13
  Requires-Python: ~=3.12
14
14
  License-File: LICENSE
15
- Requires-Dist: omlish ==0.0.0.dev83
15
+ Requires-Dist: omlish ==0.0.0.dev85
16
16
  Provides-Extra: all
17
17
  Requires-Dist: black ~=24.10 ; extra == 'all'
18
18
  Requires-Dist: pycparser ~=2.22 ; extra == 'all'
@@ -34,7 +34,7 @@ omdev/cache/data/cache.py,sha256=NRi1WJHVixt9tL_JpOPZqOow8aIaapXCMwIkk2JlM-k,771
34
34
  omdev/cache/data/consts.py,sha256=d6W_aeMqgah6PmPYi9RA8Be54oQ4BcNCy8kDQ7FlB_Q,26
35
35
  omdev/cache/data/defaults.py,sha256=HrapVUIf9Ozu3qSfRPyQj-vx-dz6Yyedjb-k3yV4CW8,277
36
36
  omdev/cache/data/manifests.py,sha256=CupK71fL3_PnDzUqjrWLNt64KfGKF-K4ycMkT5p0gPA,979
37
- omdev/cache/data/specs.py,sha256=4eQ1o8Oxd7AWkcCGy1FgH2Sa0B9uqhp1UFO45eUAH1c,2466
37
+ omdev/cache/data/specs.py,sha256=0a9NPJ76Wz69s94KlNbr1Xma3UQ0z2oCAQN7s6uXe4w,2497
38
38
  omdev/cexts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
39
  omdev/cexts/_boilerplate.cc,sha256=sbpXEgdFrkdzZXgaNWFFNN27fL9TZu6VrwvMY4-nnFM,1726
40
40
  omdev/cexts/build.py,sha256=F3z1-CjDlEM-Gzi5IunKUBO52qdH_pMsFylobTdGJnI,2654
@@ -126,9 +126,9 @@ omdev/tools/piptools.py,sha256=-jR5q3w4sHqntxCLExFCBNIARB788FUsAbJ62PK2sBU,2774
126
126
  omdev/tools/proftools.py,sha256=8ZU9x_Dq8eT2ZFwU9sJpDIvxcIn9qBc8y2ELKPb5e5M,1382
127
127
  omdev/tools/rsttool.py,sha256=suwsfseUf8GH8rYmYygTUdif-Jk_bX1g9fYRLXaKkmM,1340
128
128
  omdev/tools/sqlrepl.py,sha256=tmFZh80-xsGM62dyQ7_UGLebChrj7IHbIPYBWDJMgVk,5741
129
- omdev-0.0.0.dev83.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
130
- omdev-0.0.0.dev83.dist-info/METADATA,sha256=1gRtDyrY6CxdMBdLWmCfubteIxRc7LRguhd6NAtSP4c,1492
131
- omdev-0.0.0.dev83.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
132
- omdev-0.0.0.dev83.dist-info/entry_points.txt,sha256=dHLXFmq5D9B8qUyhRtFqTGWGxlbx3t5ejedjrnXNYLU,33
133
- omdev-0.0.0.dev83.dist-info/top_level.txt,sha256=1nr7j30fEWgLYHW3lGR9pkdHkb7knv1U1ES1XRNVQ6k,6
134
- omdev-0.0.0.dev83.dist-info/RECORD,,
129
+ omdev-0.0.0.dev85.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
130
+ omdev-0.0.0.dev85.dist-info/METADATA,sha256=QtS0sSKCIdPbqNjzqWla_CUEBJjnONKZbdU7qoI9L0c,1492
131
+ omdev-0.0.0.dev85.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
132
+ omdev-0.0.0.dev85.dist-info/entry_points.txt,sha256=dHLXFmq5D9B8qUyhRtFqTGWGxlbx3t5ejedjrnXNYLU,33
133
+ omdev-0.0.0.dev85.dist-info/top_level.txt,sha256=1nr7j30fEWgLYHW3lGR9pkdHkb7knv1U1ES1XRNVQ6k,6
134
+ omdev-0.0.0.dev85.dist-info/RECORD,,