omdev-rs 0.0.0.dev495__tar.gz → 0.0.0.dev506__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.dev495
3
+ Version: 0.0.0.dev506
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.dev495
17
+ Requires-Dist: omdev==0.0.0.dev506
18
18
  Dynamic: license-file
19
19
 
20
20
  # Overview
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omdev-rs
3
- Version: 0.0.0.dev495
3
+ Version: 0.0.0.dev506
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.dev495
17
+ Requires-Dist: omdev==0.0.0.dev506
18
18
  Dynamic: license-file
19
19
 
20
20
  # Overview
@@ -0,0 +1 @@
1
+ omdev==0.0.0.dev506
@@ -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.dev495'
17
+ version = '0.0.0.dev506'
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.dev495',
28
+ 'omdev == 0.0.0.dev506',
29
29
  ]
30
30
 
31
31
  [tool.setuptools]
@@ -25,7 +25,7 @@ def _patch_sdist():
25
25
  # `sdist.add_defaults` as an unbound function, not a bound method:
26
26
  # https://github.com/pypa/setuptools/blob/9c4d383631d3951fcae0afd73b5d08ff5a262976/setuptools/command/egg_info.py#L581
27
27
  from setuptools.command.sdist import sdist # noqa
28
- sdist.add_defaults = (lambda old: lambda sdist: _sdist_add_defaults(old, sdist))(sdist.add_defaults) # noqa
28
+ setattr(sdist, 'add_defaults', (lambda old: lambda sdist: _sdist_add_defaults(old, sdist))(sdist.add_defaults)) # noqa
29
29
 
30
30
  _patch_sdist()
31
31
 
@@ -1 +0,0 @@
1
- omdev==0.0.0.dev495
File without changes