dsw-tdk 4.14.0__py2.py3-none-any.whl → 4.15.0__py2.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.
- dsw/tdk/build_info.py +4 -4
- dsw/tdk/cli.py +3 -4
- dsw/tdk/consts.py +1 -1
- {dsw_tdk-4.14.0.dist-info → dsw_tdk-4.15.0.dist-info}/METADATA +2 -2
- {dsw_tdk-4.14.0.dist-info → dsw_tdk-4.15.0.dist-info}/RECORD +9 -9
- {dsw_tdk-4.14.0.dist-info → dsw_tdk-4.15.0.dist-info}/WHEEL +1 -1
- {dsw_tdk-4.14.0.dist-info → dsw_tdk-4.15.0.dist-info}/LICENSE +0 -0
- {dsw_tdk-4.14.0.dist-info → dsw_tdk-4.15.0.dist-info}/entry_points.txt +0 -0
- {dsw_tdk-4.14.0.dist-info → dsw_tdk-4.15.0.dist-info}/top_level.txt +0 -0
dsw/tdk/build_info.py
CHANGED
|
@@ -9,9 +9,9 @@ BuildInfo = namedtuple(
|
|
|
9
9
|
)
|
|
10
10
|
|
|
11
11
|
BUILD_INFO = BuildInfo(
|
|
12
|
-
version='v4.
|
|
13
|
-
built_at='2025-
|
|
14
|
-
sha='
|
|
12
|
+
version='v4.15.0~0624f1a',
|
|
13
|
+
built_at='2025-02-04 15:03:55Z',
|
|
14
|
+
sha='0624f1af3f4ccd0fa38ec76a640b17ef405ab153',
|
|
15
15
|
branch='HEAD',
|
|
16
|
-
tag='v4.
|
|
16
|
+
tag='v4.15.0',
|
|
17
17
|
)
|
dsw/tdk/cli.py
CHANGED
|
@@ -147,10 +147,9 @@ class ClickLogger(logging.Logger):
|
|
|
147
147
|
click.echo(message)
|
|
148
148
|
|
|
149
149
|
# pylint: disable-next=unused-argument
|
|
150
|
-
def _log(self, level, msg,
|
|
151
|
-
if not self.muted:
|
|
152
|
-
|
|
153
|
-
self._print_message(level, msg)
|
|
150
|
+
def _log(self, level, msg, args, *other, **kwargs):
|
|
151
|
+
if not self.muted and isinstance(msg, str):
|
|
152
|
+
self._print_message(level, msg % args)
|
|
154
153
|
|
|
155
154
|
@staticmethod
|
|
156
155
|
def default():
|
dsw/tdk/consts.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
dsw/tdk/__init__.py,sha256=zJeTybb0SqiNdGLkANjRa36hku4axi17mZL2dM3tHto,288
|
|
2
2
|
dsw/tdk/__main__.py,sha256=cCzxo6f7raF50kQE-nM_segNjCNe723ZrxOBB6f3qwc,84
|
|
3
3
|
dsw/tdk/api_client.py,sha256=1WpUSgi8BfNrq3rUHWSfcZnmNGydID1mzkWBp5TnNmc,14727
|
|
4
|
-
dsw/tdk/build_info.py,sha256=
|
|
5
|
-
dsw/tdk/cli.py,sha256=
|
|
6
|
-
dsw/tdk/consts.py,sha256=
|
|
4
|
+
dsw/tdk/build_info.py,sha256=Uz_Zl-aH87_YaxkQeyvFutdptWRLvXPqDQ2yhNHy-2o,381
|
|
5
|
+
dsw/tdk/cli.py,sha256=uz3nLv8gUZQqKvarc_STMlpgkGylhAprBFRMcJphc2Q,21965
|
|
6
|
+
dsw/tdk/consts.py,sha256=o49G-0BmNoYvy7ok6Jl3iPUGKqG0GMLGEiPqVMB0n9I,619
|
|
7
7
|
dsw/tdk/core.py,sha256=LvpB8J_AmAe-ljEIYjO3oP45EDAgjzKGEnZkkDqNiho,26448
|
|
8
8
|
dsw/tdk/model.py,sha256=5_qSOEdEeikskvoThClPQU2szS3pDw8-R2kDQVdBf7U,17151
|
|
9
9
|
dsw/tdk/utils.py,sha256=ICZpgxkDRWg9lq1gnHyQCEISFMtmGtu8Hl5yEclwn14,5685
|
|
@@ -12,9 +12,9 @@ dsw/tdk/templates/LICENSE.j2,sha256=6WzK06169rxZ4V_boYgejcZkw-1Up_WoU18iI3Gbkfs,
|
|
|
12
12
|
dsw/tdk/templates/README.md.j2,sha256=FzUABeMM8To0oT48Kytoox64uAZ8F7FSAAXgpyKzqdU,247
|
|
13
13
|
dsw/tdk/templates/env.j2,sha256=7IJ6HAIY1bXKLake4c72DSEUcQtAquO5wlSgH8vg_8s,97
|
|
14
14
|
dsw/tdk/templates/starter.j2,sha256=JKJIkiXsmBO4P6pKXM4IvSz3JgJhqCnaZI1NVfPPnXg,246
|
|
15
|
-
dsw_tdk-4.
|
|
16
|
-
dsw_tdk-4.
|
|
17
|
-
dsw_tdk-4.
|
|
18
|
-
dsw_tdk-4.
|
|
19
|
-
dsw_tdk-4.
|
|
20
|
-
dsw_tdk-4.
|
|
15
|
+
dsw_tdk-4.15.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
16
|
+
dsw_tdk-4.15.0.dist-info/METADATA,sha256=xnWSq8Q_emrSBIwjgGAU4LSFnBo7gdV7Go-zuB0IYRA,6022
|
|
17
|
+
dsw_tdk-4.15.0.dist-info/WHEEL,sha256=9Hm2OB-j1QcCUq9Jguht7ayGIIZBRTdOXD1qg9cCgPM,109
|
|
18
|
+
dsw_tdk-4.15.0.dist-info/entry_points.txt,sha256=lwD5ZzRCbTFSjP1-SkhYsaJe8sEXOWWgMAMUhw0v2Hk,41
|
|
19
|
+
dsw_tdk-4.15.0.dist-info/top_level.txt,sha256=7SfbsHFoJ_vlAgG6C-xzETETwYO71dBrGnod8uMFnjw,4
|
|
20
|
+
dsw_tdk-4.15.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|