omdev-rs 0.0.0.dev472__tar.gz → 0.0.0.dev484__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.
- {omdev_rs-0.0.0.dev472/omdev_rs.egg-info → omdev_rs-0.0.0.dev484}/PKG-INFO +2 -2
- {omdev_rs-0.0.0.dev472 → omdev_rs-0.0.0.dev484}/omdev/rs/_boilerplate/Cargo.lock +29 -20
- {omdev_rs-0.0.0.dev472 → omdev_rs-0.0.0.dev484}/omdev/rs/_boilerplate/Cargo.toml +1 -1
- {omdev_rs-0.0.0.dev472 → omdev_rs-0.0.0.dev484/omdev_rs.egg-info}/PKG-INFO +2 -2
- omdev_rs-0.0.0.dev484/omdev_rs.egg-info/requires.txt +1 -0
- {omdev_rs-0.0.0.dev472 → omdev_rs-0.0.0.dev484}/pyproject.toml +2 -2
- omdev_rs-0.0.0.dev472/omdev_rs.egg-info/requires.txt +0 -1
- {omdev_rs-0.0.0.dev472 → omdev_rs-0.0.0.dev484}/LICENSE +0 -0
- {omdev_rs-0.0.0.dev472 → omdev_rs-0.0.0.dev484}/README.md +0 -0
- {omdev_rs-0.0.0.dev472 → omdev_rs-0.0.0.dev484}/omdev/rs/_boilerplate/src/lib.rs +0 -0
- {omdev_rs-0.0.0.dev472 → omdev_rs-0.0.0.dev484}/omdev_rs.egg-info/SOURCES.txt +0 -0
- {omdev_rs-0.0.0.dev472 → omdev_rs-0.0.0.dev484}/omdev_rs.egg-info/dependency_links.txt +0 -0
- {omdev_rs-0.0.0.dev472 → omdev_rs-0.0.0.dev484}/omdev_rs.egg-info/top_level.txt +0 -0
- {omdev_rs-0.0.0.dev472 → omdev_rs-0.0.0.dev484}/setup.cfg +0 -0
- {omdev_rs-0.0.0.dev472 → omdev_rs-0.0.0.dev484}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: omdev-rs
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev484
|
|
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: omdev==0.0.0.
|
|
17
|
+
Requires-Dist: omdev==0.0.0.dev484
|
|
18
18
|
Dynamic: license-file
|
|
19
19
|
|
|
20
20
|
# Overview
|
|
@@ -23,9 +23,12 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
23
23
|
|
|
24
24
|
[[package]]
|
|
25
25
|
name = "indoc"
|
|
26
|
-
version = "2.0.
|
|
26
|
+
version = "2.0.7"
|
|
27
27
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
28
|
-
checksum = "
|
|
28
|
+
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
|
|
29
|
+
dependencies = [
|
|
30
|
+
"rustversion",
|
|
31
|
+
]
|
|
29
32
|
|
|
30
33
|
[[package]]
|
|
31
34
|
name = "libc"
|
|
@@ -56,18 +59,18 @@ checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
|
|
|
56
59
|
|
|
57
60
|
[[package]]
|
|
58
61
|
name = "proc-macro2"
|
|
59
|
-
version = "1.0.
|
|
62
|
+
version = "1.0.103"
|
|
60
63
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
61
|
-
checksum = "
|
|
64
|
+
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
|
62
65
|
dependencies = [
|
|
63
66
|
"unicode-ident",
|
|
64
67
|
]
|
|
65
68
|
|
|
66
69
|
[[package]]
|
|
67
70
|
name = "pyo3"
|
|
68
|
-
version = "0.27.
|
|
71
|
+
version = "0.27.2"
|
|
69
72
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
70
|
-
checksum = "
|
|
73
|
+
checksum = "ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d"
|
|
71
74
|
dependencies = [
|
|
72
75
|
"indoc",
|
|
73
76
|
"libc",
|
|
@@ -82,18 +85,18 @@ dependencies = [
|
|
|
82
85
|
|
|
83
86
|
[[package]]
|
|
84
87
|
name = "pyo3-build-config"
|
|
85
|
-
version = "0.27.
|
|
88
|
+
version = "0.27.2"
|
|
86
89
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
87
|
-
checksum = "
|
|
90
|
+
checksum = "b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6"
|
|
88
91
|
dependencies = [
|
|
89
92
|
"target-lexicon",
|
|
90
93
|
]
|
|
91
94
|
|
|
92
95
|
[[package]]
|
|
93
96
|
name = "pyo3-ffi"
|
|
94
|
-
version = "0.27.
|
|
97
|
+
version = "0.27.2"
|
|
95
98
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
96
|
-
checksum = "
|
|
99
|
+
checksum = "1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089"
|
|
97
100
|
dependencies = [
|
|
98
101
|
"libc",
|
|
99
102
|
"pyo3-build-config",
|
|
@@ -101,9 +104,9 @@ dependencies = [
|
|
|
101
104
|
|
|
102
105
|
[[package]]
|
|
103
106
|
name = "pyo3-macros"
|
|
104
|
-
version = "0.27.
|
|
107
|
+
version = "0.27.2"
|
|
105
108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
106
|
-
checksum = "
|
|
109
|
+
checksum = "0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02"
|
|
107
110
|
dependencies = [
|
|
108
111
|
"proc-macro2",
|
|
109
112
|
"pyo3-macros-backend",
|
|
@@ -113,9 +116,9 @@ dependencies = [
|
|
|
113
116
|
|
|
114
117
|
[[package]]
|
|
115
118
|
name = "pyo3-macros-backend"
|
|
116
|
-
version = "0.27.
|
|
119
|
+
version = "0.27.2"
|
|
117
120
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
118
|
-
checksum = "
|
|
121
|
+
checksum = "03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9"
|
|
119
122
|
dependencies = [
|
|
120
123
|
"heck",
|
|
121
124
|
"proc-macro2",
|
|
@@ -126,18 +129,24 @@ dependencies = [
|
|
|
126
129
|
|
|
127
130
|
[[package]]
|
|
128
131
|
name = "quote"
|
|
129
|
-
version = "1.0.
|
|
132
|
+
version = "1.0.42"
|
|
130
133
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
131
|
-
checksum = "
|
|
134
|
+
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
|
|
132
135
|
dependencies = [
|
|
133
136
|
"proc-macro2",
|
|
134
137
|
]
|
|
135
138
|
|
|
139
|
+
[[package]]
|
|
140
|
+
name = "rustversion"
|
|
141
|
+
version = "1.0.22"
|
|
142
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
143
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
144
|
+
|
|
136
145
|
[[package]]
|
|
137
146
|
name = "syn"
|
|
138
|
-
version = "2.0.
|
|
147
|
+
version = "2.0.110"
|
|
139
148
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
140
|
-
checksum = "
|
|
149
|
+
checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea"
|
|
141
150
|
dependencies = [
|
|
142
151
|
"proc-macro2",
|
|
143
152
|
"quote",
|
|
@@ -152,9 +161,9 @@ checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
|
|
|
152
161
|
|
|
153
162
|
[[package]]
|
|
154
163
|
name = "unicode-ident"
|
|
155
|
-
version = "1.0.
|
|
164
|
+
version = "1.0.22"
|
|
156
165
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
157
|
-
checksum = "
|
|
166
|
+
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
|
158
167
|
|
|
159
168
|
[[package]]
|
|
160
169
|
name = "unindent"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: omdev-rs
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev484
|
|
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: omdev==0.0.0.
|
|
17
|
+
Requires-Dist: omdev==0.0.0.dev484
|
|
18
18
|
Dynamic: license-file
|
|
19
19
|
|
|
20
20
|
# Overview
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
omdev==0.0.0.dev484
|
|
@@ -14,7 +14,7 @@ urls = {source = 'https://github.com/wrmsr/omlish'}
|
|
|
14
14
|
license = 'BSD-3-Clause'
|
|
15
15
|
readme = 'README.md'
|
|
16
16
|
requires-python = '>=3.13'
|
|
17
|
-
version = '0.0.0.
|
|
17
|
+
version = '0.0.0.dev484'
|
|
18
18
|
classifiers = [
|
|
19
19
|
'Development Status :: 2 - Pre-Alpha',
|
|
20
20
|
'Intended Audience :: Developers',
|
|
@@ -25,7 +25,7 @@ classifiers = [
|
|
|
25
25
|
]
|
|
26
26
|
description = 'omdev'
|
|
27
27
|
dependencies = [
|
|
28
|
-
'omdev == 0.0.0.
|
|
28
|
+
'omdev == 0.0.0.dev484',
|
|
29
29
|
]
|
|
30
30
|
|
|
31
31
|
[tool.setuptools]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
omdev==0.0.0.dev472
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|