omdev-cext 0.0.0.dev546__tar.gz → 0.0.0.dev548__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: omdev-cext
3
- Version: 0.0.0.dev546
3
+ Version: 0.0.0.dev548
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.dev546
17
+ Requires-Dist: omdev==0.0.0.dev548
18
18
  Dynamic: license-file
19
19
 
20
20
  # Overview
@@ -14,7 +14,7 @@
14
14
  typedef struct boilerplate_state {
15
15
  } boilerplate_state;
16
16
 
17
- static inline boilerplate_state * get_boilerplate_state(PyObject *module)
17
+ static boilerplate_state * get_boilerplate_state(PyObject *module)
18
18
  {
19
19
  void *state = PyModule_GetState(module);
20
20
  assert(state != NULL);
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omdev-cext
3
- Version: 0.0.0.dev546
3
+ Version: 0.0.0.dev548
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.dev546
17
+ Requires-Dist: omdev==0.0.0.dev548
18
18
  Dynamic: license-file
19
19
 
20
20
  # Overview
@@ -0,0 +1 @@
1
+ omdev==0.0.0.dev548
@@ -13,7 +13,7 @@ urls = {source = 'https://github.com/wrmsr/omlish'}
13
13
  license = 'BSD-3-Clause'
14
14
  readme = 'README.md'
15
15
  requires-python = '>=3.13'
16
- version = '0.0.0.dev546'
16
+ version = '0.0.0.dev548'
17
17
  classifiers = [
18
18
  'Development Status :: 2 - Pre-Alpha',
19
19
  'Intended Audience :: Developers',
@@ -24,7 +24,7 @@ classifiers = [
24
24
  ]
25
25
  description = 'omdev'
26
26
  dependencies = [
27
- 'omdev == 0.0.0.dev546',
27
+ 'omdev == 0.0.0.dev548',
28
28
  ]
29
29
 
30
30
  [tool.setuptools]
@@ -1 +0,0 @@
1
- omdev==0.0.0.dev546