ommlds-rs 0.0.0.dev480__tar.gz → 0.0.0.dev485__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ommlds-rs
3
- Version: 0.0.0.dev480
3
+ Version: 0.0.0.dev485
4
4
  Summary: ommlds
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: ommlds==0.0.0.dev480
17
+ Requires-Dist: ommlds==0.0.0.dev485
18
18
  Dynamic: license-file
19
19
 
20
20
  # Overview
@@ -191,9 +191,9 @@ checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
191
191
 
192
192
  [[package]]
193
193
  name = "log"
194
- version = "0.4.28"
194
+ version = "0.4.29"
195
195
  source = "registry+https://github.com/rust-lang/crates.io-index"
196
- checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
196
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
197
197
 
198
198
  [[package]]
199
199
  name = "memchr"
@@ -233,9 +233,9 @@ dependencies = [
233
233
 
234
234
  [[package]]
235
235
  name = "pyo3"
236
- version = "0.27.1"
236
+ version = "0.27.2"
237
237
  source = "registry+https://github.com/rust-lang/crates.io-index"
238
- checksum = "37a6df7eab65fc7bee654a421404947e10a0f7085b6951bf2ea395f4659fb0cf"
238
+ checksum = "ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d"
239
239
  dependencies = [
240
240
  "indoc",
241
241
  "libc",
@@ -250,18 +250,18 @@ dependencies = [
250
250
 
251
251
  [[package]]
252
252
  name = "pyo3-build-config"
253
- version = "0.27.1"
253
+ version = "0.27.2"
254
254
  source = "registry+https://github.com/rust-lang/crates.io-index"
255
- checksum = "f77d387774f6f6eec64a004eac0ed525aab7fa1966d94b42f743797b3e395afb"
255
+ checksum = "b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6"
256
256
  dependencies = [
257
257
  "target-lexicon",
258
258
  ]
259
259
 
260
260
  [[package]]
261
261
  name = "pyo3-ffi"
262
- version = "0.27.1"
262
+ version = "0.27.2"
263
263
  source = "registry+https://github.com/rust-lang/crates.io-index"
264
- checksum = "2dd13844a4242793e02df3e2ec093f540d948299a6a77ea9ce7afd8623f542be"
264
+ checksum = "1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089"
265
265
  dependencies = [
266
266
  "libc",
267
267
  "pyo3-build-config",
@@ -280,9 +280,9 @@ dependencies = [
280
280
 
281
281
  [[package]]
282
282
  name = "pyo3-macros"
283
- version = "0.27.1"
283
+ version = "0.27.2"
284
284
  source = "registry+https://github.com/rust-lang/crates.io-index"
285
- checksum = "eaf8f9f1108270b90d3676b8679586385430e5c0bb78bb5f043f95499c821a71"
285
+ checksum = "0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02"
286
286
  dependencies = [
287
287
  "proc-macro2",
288
288
  "pyo3-macros-backend",
@@ -292,9 +292,9 @@ dependencies = [
292
292
 
293
293
  [[package]]
294
294
  name = "pyo3-macros-backend"
295
- version = "0.27.1"
295
+ version = "0.27.2"
296
296
  source = "registry+https://github.com/rust-lang/crates.io-index"
297
- checksum = "70a3b2274450ba5288bc9b8c1b69ff569d1d61189d4bff38f8d22e03d17f932b"
297
+ checksum = "03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9"
298
298
  dependencies = [
299
299
  "heck",
300
300
  "proc-macro2",
@@ -305,9 +305,9 @@ dependencies = [
305
305
 
306
306
  [[package]]
307
307
  name = "quote"
308
- version = "1.0.41"
308
+ version = "1.0.42"
309
309
  source = "registry+https://github.com/rust-lang/crates.io-index"
310
- checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
310
+ checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
311
311
  dependencies = [
312
312
  "proc-macro2",
313
313
  ]
@@ -390,9 +390,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
390
390
 
391
391
  [[package]]
392
392
  name = "syn"
393
- version = "2.0.108"
393
+ version = "2.0.110"
394
394
  source = "registry+https://github.com/rust-lang/crates.io-index"
395
- checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
395
+ checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea"
396
396
  dependencies = [
397
397
  "proc-macro2",
398
398
  "quote",
@@ -7,8 +7,8 @@ edition = "2024"
7
7
  dary_heap = "0.3"
8
8
  indexmap = "2.12"
9
9
  fancy-regex = "0.16.2"
10
- log = "0.4.28"
11
- pyo3 = { version = "0.27.1", features = ["extension-module"] }
10
+ log = "0.4.29"
11
+ pyo3 = { version = "0.27.2", features = ["extension-module"] }
12
12
  pyo3-log = "0.13.2"
13
13
  ahash = "0.8.12"
14
14
  rayon = "1.11.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ommlds-rs
3
- Version: 0.0.0.dev480
3
+ Version: 0.0.0.dev485
4
4
  Summary: ommlds
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: ommlds==0.0.0.dev480
17
+ Requires-Dist: ommlds==0.0.0.dev485
18
18
  Dynamic: license-file
19
19
 
20
20
  # Overview
@@ -0,0 +1 @@
1
+ ommlds==0.0.0.dev485
@@ -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.dev480'
17
+ version = '0.0.0.dev485'
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 = 'ommlds'
27
27
  dependencies = [
28
- 'ommlds == 0.0.0.dev480',
28
+ 'ommlds == 0.0.0.dev485',
29
29
  ]
30
30
 
31
31
  [tool.setuptools]
@@ -1 +0,0 @@
1
- ommlds==0.0.0.dev480