omdev 0.0.0.dev341__py3-none-any.whl → 0.0.0.dev342__py3-none-any.whl
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.
- omdev/scripts/ci.py +1 -1
- omdev/scripts/interp.py +1 -1
- omdev/scripts/pyproject.py +1 -1
- {omdev-0.0.0.dev341.dist-info → omdev-0.0.0.dev342.dist-info}/METADATA +2 -2
- {omdev-0.0.0.dev341.dist-info → omdev-0.0.0.dev342.dist-info}/RECORD +9 -9
- {omdev-0.0.0.dev341.dist-info → omdev-0.0.0.dev342.dist-info}/WHEEL +0 -0
- {omdev-0.0.0.dev341.dist-info → omdev-0.0.0.dev342.dist-info}/entry_points.txt +0 -0
- {omdev-0.0.0.dev341.dist-info → omdev-0.0.0.dev342.dist-info}/licenses/LICENSE +0 -0
- {omdev-0.0.0.dev341.dist-info → omdev-0.0.0.dev342.dist-info}/top_level.txt +0 -0
omdev/scripts/ci.py
CHANGED
@@ -7810,7 +7810,7 @@ class StandardLogFormatter(logging.Formatter):
|
|
7810
7810
|
converter = datetime.datetime.fromtimestamp # type: ignore
|
7811
7811
|
|
7812
7812
|
def formatTime(self, record, datefmt=None):
|
7813
|
-
ct = self.converter(record.created)
|
7813
|
+
ct = self.converter(record.created)
|
7814
7814
|
if datefmt:
|
7815
7815
|
return ct.strftime(datefmt) # noqa
|
7816
7816
|
else:
|
omdev/scripts/interp.py
CHANGED
@@ -4063,7 +4063,7 @@ class StandardLogFormatter(logging.Formatter):
|
|
4063
4063
|
converter = datetime.datetime.fromtimestamp # type: ignore
|
4064
4064
|
|
4065
4065
|
def formatTime(self, record, datefmt=None):
|
4066
|
-
ct = self.converter(record.created)
|
4066
|
+
ct = self.converter(record.created)
|
4067
4067
|
if datefmt:
|
4068
4068
|
return ct.strftime(datefmt) # noqa
|
4069
4069
|
else:
|
omdev/scripts/pyproject.py
CHANGED
@@ -6433,7 +6433,7 @@ class StandardLogFormatter(logging.Formatter):
|
|
6433
6433
|
converter = datetime.datetime.fromtimestamp # type: ignore
|
6434
6434
|
|
6435
6435
|
def formatTime(self, record, datefmt=None):
|
6436
|
-
ct = self.converter(record.created)
|
6436
|
+
ct = self.converter(record.created)
|
6437
6437
|
if datefmt:
|
6438
6438
|
return ct.strftime(datefmt) # noqa
|
6439
6439
|
else:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: omdev
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev342
|
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.dev342
|
16
16
|
Provides-Extra: all
|
17
17
|
Requires-Dist: black~=25.1; extra == "all"
|
18
18
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
@@ -252,9 +252,9 @@ omdev/pyproject/resources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
|
|
252
252
|
omdev/pyproject/resources/docker-dev.sh,sha256=DHkz5D18jok_oDolfg2mqrvGRWFoCe9GQo04dR1czcc,838
|
253
253
|
omdev/pyproject/resources/python.sh,sha256=rFaN4SiJ9hdLDXXsDTwugI6zsw6EPkgYMmtacZeTbvw,749
|
254
254
|
omdev/scripts/__init__.py,sha256=MKCvUAEQwsIvwLixwtPlpBqmkMXLCnjjXyAXvVpDwVk,91
|
255
|
-
omdev/scripts/ci.py,sha256=
|
256
|
-
omdev/scripts/interp.py,sha256=
|
257
|
-
omdev/scripts/pyproject.py,sha256=
|
255
|
+
omdev/scripts/ci.py,sha256=KQbvQHDsBzlkJqWOnQpYFHO9XH15awAvh7PCUmTeETk,357021
|
256
|
+
omdev/scripts/interp.py,sha256=UpdEz2woJ_tRMkeiIpbUjq6bEuYTpXT9BbGhqADolAc,155552
|
257
|
+
omdev/scripts/pyproject.py,sha256=0vXje5VP-k1EmScW9GzIZDTLB9akpI9C_u61FEAXzao,265033
|
258
258
|
omdev/scripts/slowcat.py,sha256=lssv4yrgJHiWfOiHkUut2p8E8Tq32zB-ujXESQxFFHY,2728
|
259
259
|
omdev/scripts/tmpexec.py,sha256=WTYcf56Tj2qjYV14AWmV8SfT0u6Y8eIU6cKgQRvEK3c,1442
|
260
260
|
omdev/tokens/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -296,9 +296,9 @@ omdev/tools/json/rendering.py,sha256=3HhdlKSetS6iK1tjF2aILzsl8Mb3D8wW92vYwGpRdVA
|
|
296
296
|
omdev/tools/pawk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
297
297
|
omdev/tools/pawk/__main__.py,sha256=VCqeRVnqT1RPEoIrqHFSu4PXVMg4YEgF4qCQm90-eRI,66
|
298
298
|
omdev/tools/pawk/pawk.py,sha256=zsEkfQX0jF5bn712uqPAyBSdJt2dno1LH2oeSMNfXQI,11424
|
299
|
-
omdev-0.0.0.
|
300
|
-
omdev-0.0.0.
|
301
|
-
omdev-0.0.0.
|
302
|
-
omdev-0.0.0.
|
303
|
-
omdev-0.0.0.
|
304
|
-
omdev-0.0.0.
|
299
|
+
omdev-0.0.0.dev342.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
300
|
+
omdev-0.0.0.dev342.dist-info/METADATA,sha256=i7z2pKC25ohTG1gQqf6WYOW0Arp3nksBtUFYIARcAeg,1674
|
301
|
+
omdev-0.0.0.dev342.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
302
|
+
omdev-0.0.0.dev342.dist-info/entry_points.txt,sha256=dHLXFmq5D9B8qUyhRtFqTGWGxlbx3t5ejedjrnXNYLU,33
|
303
|
+
omdev-0.0.0.dev342.dist-info/top_level.txt,sha256=1nr7j30fEWgLYHW3lGR9pkdHkb7knv1U1ES1XRNVQ6k,6
|
304
|
+
omdev-0.0.0.dev342.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|