omdev 0.0.0.dev450__py3-none-any.whl → 0.0.0.dev452__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/actions.py +1 -1
- omdev/cache/data/specs.py +1 -1
- omdev/packaging/marshal.py +1 -1
- {omdev-0.0.0.dev450.dist-info → omdev-0.0.0.dev452.dist-info}/METADATA +2 -2
- {omdev-0.0.0.dev450.dist-info → omdev-0.0.0.dev452.dist-info}/RECORD +9 -9
- {omdev-0.0.0.dev450.dist-info → omdev-0.0.0.dev452.dist-info}/WHEEL +0 -0
- {omdev-0.0.0.dev450.dist-info → omdev-0.0.0.dev452.dist-info}/entry_points.txt +0 -0
- {omdev-0.0.0.dev450.dist-info → omdev-0.0.0.dev452.dist-info}/licenses/LICENSE +0 -0
- {omdev-0.0.0.dev450.dist-info → omdev-0.0.0.dev452.dist-info}/top_level.txt +0 -0
omdev/cache/data/actions.py
CHANGED
@@ -39,7 +39,7 @@ class ExtractAction(Action, lang.Final):
|
|
39
39
|
|
40
40
|
|
41
41
|
@lang.static_init
|
42
|
-
def
|
42
|
+
def _install_standard_marshaling() -> None:
|
43
43
|
actions_poly = msh.polymorphism_from_subclasses(Action, naming=msh.Naming.SNAKE, strip_suffix=True)
|
44
44
|
msh.install_standard_factories(
|
45
45
|
msh.PolymorphismMarshalerFactory(actions_poly),
|
omdev/cache/data/specs.py
CHANGED
@@ -93,7 +93,7 @@ class GithubContentSpec(Spec):
|
|
93
93
|
|
94
94
|
|
95
95
|
@lang.static_init
|
96
|
-
def
|
96
|
+
def _install_standard_marshaling() -> None:
|
97
97
|
specs_poly = msh.polymorphism_from_subclasses(Spec, naming=msh.Naming.SNAKE, strip_suffix=True)
|
98
98
|
msh.install_standard_factories(
|
99
99
|
msh.PolymorphismMarshalerFactory(specs_poly),
|
omdev/packaging/marshal.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: omdev
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev452
|
4
4
|
Summary: omdev
|
5
5
|
Author: wrmsr
|
6
6
|
License-Expression: BSD-3-Clause
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
14
14
|
Requires-Python: >=3.13
|
15
15
|
Description-Content-Type: text/markdown
|
16
16
|
License-File: LICENSE
|
17
|
-
Requires-Dist: omlish==0.0.0.
|
17
|
+
Requires-Dist: omlish==0.0.0.dev452
|
18
18
|
Provides-Extra: all
|
19
19
|
Requires-Dist: black~=25.1; extra == "all"
|
20
20
|
Requires-Dist: pycparser~=2.23; extra == "all"
|
@@ -29,12 +29,12 @@ omdev/cache/compute/resolvers.py,sha256=e-SjF4a5r0gsTcbYnpxN_Fc1bstI2JLckisJXXeO
|
|
29
29
|
omdev/cache/compute/storage.py,sha256=3oHJGhIO3gilEyOIDR2UiB8yPKcw9xwWWvoQ0_ZjxZw,977
|
30
30
|
omdev/cache/compute/types.py,sha256=pF5htSH7oXyky2mxCqGhb_xhOc_GKnjnBAu6lzxaeM8,2645
|
31
31
|
omdev/cache/data/__init__.py,sha256=SQXtugLceRif463rcoklpQ33pxYLgEIm0xiI6NvOI6M,301
|
32
|
-
omdev/cache/data/actions.py,sha256=
|
32
|
+
omdev/cache/data/actions.py,sha256=1mBDibRVhUKh0DXS3Wt3kvP0fQoPhyC-xrRRT4UQTkg,1036
|
33
33
|
omdev/cache/data/cache.py,sha256=h5xQUxiye2exsMUWh1pDeMz_t3LEC75kvloIDg57xMI,7660
|
34
34
|
omdev/cache/data/consts.py,sha256=d6W_aeMqgah6PmPYi9RA8Be54oQ4BcNCy8kDQ7FlB_Q,26
|
35
35
|
omdev/cache/data/defaults.py,sha256=NL_mT7kaSLm2Mk9VO5wdSu-DIcHTR1KgcihJqdSd4TY,312
|
36
36
|
omdev/cache/data/manifests.py,sha256=NweXxbkuLMBG1DiUFliOSYeXBrLPMIY4GA_gOZzHwho,949
|
37
|
-
omdev/cache/data/specs.py,sha256=
|
37
|
+
omdev/cache/data/specs.py,sha256=HdOkg-WCtanJMX-uysLuKfHACX_MW7hrCV5sReXgRJM,2467
|
38
38
|
omdev/capi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
39
39
|
omdev/capi/darwin/__init__.py,sha256=iAlc3ReV3LJOv5X9zGME1FKeZ2yf0auUuj1I3sGSo4E,86
|
40
40
|
omdev/capi/darwin/aps.py,sha256=_DAGaOZYk9T1VoO22H5ZiV8F1qeTIQDO7UkYSj5UisE,1278
|
@@ -206,7 +206,7 @@ omdev/oci/pack/packing.py,sha256=zsvQN-VD-7MaMjiylUpg_jXicp1YDbtyUktrR7ek6Ug,541
|
|
206
206
|
omdev/oci/pack/repositories.py,sha256=Ogh4Wj2ySvIMnuDFb2OeBc67hHtc0WWkAfBxOkNE5aA,4954
|
207
207
|
omdev/oci/pack/unpacking.py,sha256=tVYw8REKuYd4ciGXwMmXxlp4CRLHdET_gB9ShYh1d_M,6003
|
208
208
|
omdev/packaging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
209
|
-
omdev/packaging/marshal.py,sha256=
|
209
|
+
omdev/packaging/marshal.py,sha256=Cmn9TJ3-XToKU3zh8mk2dSUZekjww5Zprw_ayXVkrTw,2354
|
210
210
|
omdev/packaging/names.py,sha256=-orp16m20gSFeKRiGkRNyqFVV4S1y_Djvjdq_5hNwpY,2533
|
211
211
|
omdev/packaging/requires.py,sha256=nn4ff8mlgfsdZooKzQjhASFS7mMVUCCmcb-150F0Lcg,15739
|
212
212
|
omdev/packaging/revisions.py,sha256=tLNDVtPiygB8mSxwp-kDxeEHhpBzD0jayndjsgUOfkM,5055
|
@@ -324,9 +324,9 @@ omdev/tools/jsonview/resources/jsonview.js,sha256=faDvXDOXKvEvjOuIlz4D3F2ReQXb_b
|
|
324
324
|
omdev/tools/pawk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
325
325
|
omdev/tools/pawk/__main__.py,sha256=VCqeRVnqT1RPEoIrqHFSu4PXVMg4YEgF4qCQm90-eRI,66
|
326
326
|
omdev/tools/pawk/pawk.py,sha256=ao5mdrpiSU4AZ8mBozoEaV3UVlmVTnRG9wD9XP70MZE,11429
|
327
|
-
omdev-0.0.0.
|
328
|
-
omdev-0.0.0.
|
329
|
-
omdev-0.0.0.
|
330
|
-
omdev-0.0.0.
|
331
|
-
omdev-0.0.0.
|
332
|
-
omdev-0.0.0.
|
327
|
+
omdev-0.0.0.dev452.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
328
|
+
omdev-0.0.0.dev452.dist-info/METADATA,sha256=-J9rJD1XgfVcxwgJjjLDimXq1_PHk4yLQn-N0E9Km6M,5100
|
329
|
+
omdev-0.0.0.dev452.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
330
|
+
omdev-0.0.0.dev452.dist-info/entry_points.txt,sha256=dHLXFmq5D9B8qUyhRtFqTGWGxlbx3t5ejedjrnXNYLU,33
|
331
|
+
omdev-0.0.0.dev452.dist-info/top_level.txt,sha256=1nr7j30fEWgLYHW3lGR9pkdHkb7knv1U1ES1XRNVQ6k,6
|
332
|
+
omdev-0.0.0.dev452.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|