diff --git a/python/meson.build b/python/meson.build index fa1a713..38da911 100644 --- a/python/meson.build +++ b/python/meson.build @@ -5,7 +5,7 @@ project( ).stdout().strip('\n'), # 'online.fxreader.uv', # ['c', 'cpp'], - version: '0.1.5.16+27.17', + version: '0.1.5.16+27.18', # default_options: [ # 'cpp_std=c++23', # # 'prefer_static=true', diff --git a/python/online/fxreader/pr34/commands_typed/cli.py b/python/online/fxreader/pr34/commands_typed/cli.py index e10b8d6..a140781 100644 --- a/python/online/fxreader/pr34/commands_typed/cli.py +++ b/python/online/fxreader/pr34/commands_typed/cli.py @@ -605,8 +605,8 @@ class CLI(abc.ABC): f.flush() if len(dependencies) > 0: - subprocess.check_call([ - self.dist_settings.python_path, + cmd = [ + str(self.dist_settings.python_path), '-m', 'uv', 'pip', 'compile', *args, @@ -615,10 +615,15 @@ class CLI(abc.ABC): for o in pip_find_links ], []), '--generate-hashes', - requirements_name_get_res.not_compiled, + str(requirements_name_get_res.not_compiled), '-o', - requirements_name_get_res.compiled, - ]) + str(requirements_name_get_res.compiled), + ] + + logger.info(dict( + cmd=cmd, + )) + subprocess.check_call(cmd) def module_switch( self, diff --git a/releases/whl/online_fxreader_pr34-0.1.5.16+27.18-py3-none-any.whl b/releases/whl/online_fxreader_pr34-0.1.5.16+27.18-py3-none-any.whl new file mode 100644 index 0000000..2f61f91 --- /dev/null +++ b/releases/whl/online_fxreader_pr34-0.1.5.16+27.18-py3-none-any.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0343401686b765a8e83c4d3f3b4d6100b497c2160cbeb14fdc67a8ccd998f499 +size 72556