omdev-rs 0.0.0.dev478__tar.gz → 0.0.0.dev495__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.

Potentially problematic release.


This version of omdev-rs might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omdev-rs
3
- Version: 0.0.0.dev478
3
+ Version: 0.0.0.dev495
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.dev478
17
+ Requires-Dist: omdev==0.0.0.dev495
18
18
  Dynamic: license-file
19
19
 
20
20
  # Overview
@@ -68,9 +68,9 @@ dependencies = [
68
68
 
69
69
  [[package]]
70
70
  name = "pyo3"
71
- version = "0.27.1"
71
+ version = "0.27.2"
72
72
  source = "registry+https://github.com/rust-lang/crates.io-index"
73
- checksum = "37a6df7eab65fc7bee654a421404947e10a0f7085b6951bf2ea395f4659fb0cf"
73
+ checksum = "ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d"
74
74
  dependencies = [
75
75
  "indoc",
76
76
  "libc",
@@ -85,18 +85,18 @@ dependencies = [
85
85
 
86
86
  [[package]]
87
87
  name = "pyo3-build-config"
88
- version = "0.27.1"
88
+ version = "0.27.2"
89
89
  source = "registry+https://github.com/rust-lang/crates.io-index"
90
- checksum = "f77d387774f6f6eec64a004eac0ed525aab7fa1966d94b42f743797b3e395afb"
90
+ checksum = "b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6"
91
91
  dependencies = [
92
92
  "target-lexicon",
93
93
  ]
94
94
 
95
95
  [[package]]
96
96
  name = "pyo3-ffi"
97
- version = "0.27.1"
97
+ version = "0.27.2"
98
98
  source = "registry+https://github.com/rust-lang/crates.io-index"
99
- checksum = "2dd13844a4242793e02df3e2ec093f540d948299a6a77ea9ce7afd8623f542be"
99
+ checksum = "1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089"
100
100
  dependencies = [
101
101
  "libc",
102
102
  "pyo3-build-config",
@@ -104,9 +104,9 @@ dependencies = [
104
104
 
105
105
  [[package]]
106
106
  name = "pyo3-macros"
107
- version = "0.27.1"
107
+ version = "0.27.2"
108
108
  source = "registry+https://github.com/rust-lang/crates.io-index"
109
- checksum = "eaf8f9f1108270b90d3676b8679586385430e5c0bb78bb5f043f95499c821a71"
109
+ checksum = "0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02"
110
110
  dependencies = [
111
111
  "proc-macro2",
112
112
  "pyo3-macros-backend",
@@ -116,9 +116,9 @@ dependencies = [
116
116
 
117
117
  [[package]]
118
118
  name = "pyo3-macros-backend"
119
- version = "0.27.1"
119
+ version = "0.27.2"
120
120
  source = "registry+https://github.com/rust-lang/crates.io-index"
121
- checksum = "70a3b2274450ba5288bc9b8c1b69ff569d1d61189d4bff38f8d22e03d17f932b"
121
+ checksum = "03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9"
122
122
  dependencies = [
123
123
  "heck",
124
124
  "proc-macro2",
@@ -129,9 +129,9 @@ dependencies = [
129
129
 
130
130
  [[package]]
131
131
  name = "quote"
132
- version = "1.0.41"
132
+ version = "1.0.42"
133
133
  source = "registry+https://github.com/rust-lang/crates.io-index"
134
- checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
134
+ checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
135
135
  dependencies = [
136
136
  "proc-macro2",
137
137
  ]
@@ -144,9 +144,9 @@ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
144
144
 
145
145
  [[package]]
146
146
  name = "syn"
147
- version = "2.0.108"
147
+ version = "2.0.110"
148
148
  source = "registry+https://github.com/rust-lang/crates.io-index"
149
- checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
149
+ checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea"
150
150
  dependencies = [
151
151
  "proc-macro2",
152
152
  "quote",
@@ -4,7 +4,7 @@ version = "0.0.1"
4
4
  edition = "2021"
5
5
 
6
6
  [dependencies]
7
- pyo3 = "0.27.1"
7
+ pyo3 = "0.27.2"
8
8
 
9
9
  [lib]
10
10
  # https://doc.rust-lang.org/cargo/reference/cargo-targets.html#library
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omdev-rs
3
- Version: 0.0.0.dev478
3
+ Version: 0.0.0.dev495
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.dev478
17
+ Requires-Dist: omdev==0.0.0.dev495
18
18
  Dynamic: license-file
19
19
 
20
20
  # Overview
@@ -0,0 +1 @@
1
+ omdev==0.0.0.dev495
@@ -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.dev478'
17
+ version = '0.0.0.dev495'
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.dev478',
28
+ 'omdev == 0.0.0.dev495',
29
29
  ]
30
30
 
31
31
  [tool.setuptools]
@@ -1 +0,0 @@
1
- omdev==0.0.0.dev478
File without changes