File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 0.30.3
4+
5+ Fix ` --py ` / ` --python ` venv creation on Windows.
6+
37## 0.30.2
48
59Fix command ` accepts-extra-args ` handling. If multiple different commands that accept extra args are
Original file line number Diff line number Diff line change 11# Copyright 2024 John Sirois.
22# Licensed under the Apache License, Version 2.0 (see LICENSE).
33
4- __version__ = "0.30.2 "
4+ __version__ = "0.30.3 "
Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ def _extra_requirements_args() -> Iterator[list[str]]:
373373 shebang .replace (work_dir_path_bytes , venv_dir_path_bytes )
374374 )
375375 shutil .copyfileobj (candidate_fp , rewrite_fp )
376- rewrite_target .rename (candidate_console_script )
376+ rewrite_target .replace (candidate_console_script )
377377 _chmod_plus_x (candidate_console_script )
378378
379379 with (work_dir / layout_file .name ).open ("w" ) as out_fp :
You can’t perform that action at this time.
0 commit comments