omdev 0.0.0.dev18__tar.gz → 0.0.0.dev19__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 might be problematic. Click here for more details.
- {omdev-0.0.0.dev18/omdev.egg-info → omdev-0.0.0.dev19}/PKG-INFO +2 -2
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/pyproject/pkg.py +9 -1
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/scripts/interp.py +1 -1
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/scripts/pyproject.py +10 -2
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/pyproject.toml +2 -2
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/LICENSE +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/README.rst +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/amalg/amalg.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/__init__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/cmake.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/findmagic.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/interp/providers.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/interp/pyenv.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/interp/standalone.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/interp/system.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/precheck/__main__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/precheck/precheck.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/toml/__init__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/toml/parser.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/toml/writer.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/tools/dockertools.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/tools/gittools.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/tools/revisions.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/tools/traceimport.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/versioning/__init__.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/versioning/specifiers.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/versioning/versions.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev.egg-info/SOURCES.txt +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev18 → omdev-0.0.0.dev19}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev19
|
|
4
4
|
Summary: omdev
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Operating System :: OS Independent
|
|
|
12
12
|
Classifier: Operating System :: POSIX
|
|
13
13
|
Requires-Python: ~=3.12
|
|
14
14
|
License-File: LICENSE
|
|
15
|
-
Requires-Dist: omlish==0.0.0.
|
|
15
|
+
Requires-Dist: omlish==0.0.0.dev19
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
18
18
|
Requires-Dist: cffi~=1.17; extra == "all"
|
|
@@ -4,6 +4,14 @@ TODO:
|
|
|
4
4
|
- __revision__
|
|
5
5
|
- entry_points
|
|
6
6
|
|
|
7
|
+
** NOTE **
|
|
8
|
+
setuptools now (2024/09/02) has experimental support for extensions in pure pyproject.toml - but we still want a
|
|
9
|
+
separate '-cext' package
|
|
10
|
+
https://setuptools.pypa.io/en/latest/userguide/ext_modules.html
|
|
11
|
+
https://github.com/pypa/setuptools/commit/1a9d87308dc0d8aabeaae0dce989b35dfb7699f0#diff-61d113525e9cc93565799a4bb8b34a68e2945b8a3f7d90c81380614a4ea39542R7-R8
|
|
12
|
+
|
|
13
|
+
--
|
|
14
|
+
|
|
7
15
|
https://setuptools.pypa.io/en/latest/references/keywords.html
|
|
8
16
|
https://packaging.python.org/en/latest/specifications/pyproject-toml
|
|
9
17
|
|
|
@@ -15,7 +23,7 @@ https://github.com/pypa/sampleproject/blob/db5806e0a3204034c51b1c00dde7d5eb3fa25
|
|
|
15
23
|
https://pip.pypa.io/en/stable/cli/pip_install/#vcs-support
|
|
16
24
|
vcs+protocol://repo_url/#egg=pkg&subdirectory=pkg_dir
|
|
17
25
|
'git+https://github.com/wrmsr/omlish@master#subdirectory=.pip/omlish'
|
|
18
|
-
"""
|
|
26
|
+
""" # noqa
|
|
19
27
|
# ruff: noqa: UP006 UP007
|
|
20
28
|
import abc
|
|
21
29
|
import dataclasses as dc
|
|
@@ -1206,7 +1206,7 @@ class JsonLogFormatter(logging.Formatter):
|
|
|
1206
1206
|
STANDARD_LOG_FORMAT_PARTS = [
|
|
1207
1207
|
('asctime', '%(asctime)-15s'),
|
|
1208
1208
|
('process', 'pid=%(process)-6s'),
|
|
1209
|
-
('thread', 'tid=%(thread)-
|
|
1209
|
+
('thread', 'tid=%(thread)-10x'),
|
|
1210
1210
|
('levelname', '%(levelname)-8s'),
|
|
1211
1211
|
('name', '%(name)s'),
|
|
1212
1212
|
('separator', '::'),
|
|
@@ -2473,7 +2473,7 @@ class JsonLogFormatter(logging.Formatter):
|
|
|
2473
2473
|
STANDARD_LOG_FORMAT_PARTS = [
|
|
2474
2474
|
('asctime', '%(asctime)-15s'),
|
|
2475
2475
|
('process', 'pid=%(process)-6s'),
|
|
2476
|
-
('thread', 'tid=%(thread)-
|
|
2476
|
+
('thread', 'tid=%(thread)-10x'),
|
|
2477
2477
|
('levelname', '%(levelname)-8s'),
|
|
2478
2478
|
('name', '%(name)s'),
|
|
2479
2479
|
('separator', '::'),
|
|
@@ -3388,6 +3388,14 @@ TODO:
|
|
|
3388
3388
|
- __revision__
|
|
3389
3389
|
- entry_points
|
|
3390
3390
|
|
|
3391
|
+
** NOTE **
|
|
3392
|
+
setuptools now (2024/09/02) has experimental support for extensions in pure pyproject.toml - but we still want a
|
|
3393
|
+
separate '-cext' package
|
|
3394
|
+
https://setuptools.pypa.io/en/latest/userguide/ext_modules.html
|
|
3395
|
+
https://github.com/pypa/setuptools/commit/1a9d87308dc0d8aabeaae0dce989b35dfb7699f0#diff-61d113525e9cc93565799a4bb8b34a68e2945b8a3f7d90c81380614a4ea39542R7-R8
|
|
3396
|
+
|
|
3397
|
+
--
|
|
3398
|
+
|
|
3391
3399
|
https://setuptools.pypa.io/en/latest/references/keywords.html
|
|
3392
3400
|
https://packaging.python.org/en/latest/specifications/pyproject-toml
|
|
3393
3401
|
|
|
@@ -3399,7 +3407,7 @@ https://github.com/pypa/sampleproject/blob/db5806e0a3204034c51b1c00dde7d5eb3fa25
|
|
|
3399
3407
|
https://pip.pypa.io/en/stable/cli/pip_install/#vcs-support
|
|
3400
3408
|
vcs+protocol://repo_url/#egg=pkg&subdirectory=pkg_dir
|
|
3401
3409
|
'git+https://github.com/wrmsr/omlish@master#subdirectory=.pip/omlish'
|
|
3402
|
-
"""
|
|
3410
|
+
""" # noqa
|
|
3403
3411
|
# ruff: noqa: UP006 UP007
|
|
3404
3412
|
|
|
3405
3413
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev19
|
|
4
4
|
Summary: omdev
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Operating System :: OS Independent
|
|
|
12
12
|
Classifier: Operating System :: POSIX
|
|
13
13
|
Requires-Python: ~=3.12
|
|
14
14
|
License-File: LICENSE
|
|
15
|
-
Requires-Dist: omlish==0.0.0.
|
|
15
|
+
Requires-Dist: omlish==0.0.0.dev19
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
18
18
|
Requires-Dist: cffi~=1.17; extra == "all"
|
|
@@ -12,7 +12,7 @@ authors = [
|
|
|
12
12
|
urls = {source = 'https://github.com/wrmsr/omlish'}
|
|
13
13
|
license = {text = 'BSD-3-Clause'}
|
|
14
14
|
requires-python = '~=3.12'
|
|
15
|
-
version = '0.0.0.
|
|
15
|
+
version = '0.0.0.dev19'
|
|
16
16
|
classifiers = [
|
|
17
17
|
'License :: OSI Approved :: BSD License',
|
|
18
18
|
'Development Status :: 2 - Pre-Alpha',
|
|
@@ -22,7 +22,7 @@ classifiers = [
|
|
|
22
22
|
]
|
|
23
23
|
description = 'omdev'
|
|
24
24
|
dependencies = [
|
|
25
|
-
'omlish == 0.0.0.
|
|
25
|
+
'omlish == 0.0.0.dev19',
|
|
26
26
|
]
|
|
27
27
|
|
|
28
28
|
[project.optional-dependencies]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|