Venvctrl

Latest version: v0.9.0

Safety actively analyzes 682229 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.9.0

This fixes a bug in the regular expression used to match and modify the paths in venv activation scripts. Virtualenv users were unaffected.

What's Changed
* Fix handling of venv bash activation scripts by kevinconway in https://github.com/kevinconway/venvctrl/pull/36


**Full Changelog**: https://github.com/kevinconway/venvctrl/compare/0.8.0...0.9.0

0.8.0

A recent update to virtualenv included a small change to the format of activation scripts that broke the relocate feature. This release updates the relocate feature to work for both old and new style activation scripts.

What's Changed
* Fix relocation for virtualenv>=20.26.6 by kevinconway in https://github.com/kevinconway/venvctrl/pull/33


**Full Changelog**: https://github.com/kevinconway/venvctrl/compare/0.7.0...0.8.0

0.7.0

The standard library `venv` module was close enough to `virtualenv` that it worked as-is until Python 3.12. This release adds support for `venv` changes in Python 3.12.

What's Changed
* Add provisional stdlib venv support by kevinconway in https://github.com/kevinconway/venvctrl/pull/29


**Full Changelog**: https://github.com/kevinconway/venvctrl/compare/0.6.0...0.7.0

0.6.0

Thanks to mmeier162 for fixing nushell support.

This release modifies nushell activation script handling to work with both old and new versions. Existing users who were pinned to virtualenv<=20.11.2 are unaffected. Those wishing to use venvctrl with the latest virtualenv versions may now do so without needing to also disable nushell support.

0.5.0

Virtualenv 20.8.0 and above includes a new activate script for nu shell. This release add support for that new file.

0.4.2

A patch introduced in virtualenv 20.0.0 changed double quotes to single
quotes for the activate script variables that contain the embedded path
of the virtualenv. The existing tests were able to detect the regression
when run with the latest virtualenv. This patch modifies the regexes
used to detect the embedded path by checking for both kinds of quote
characters. Additionally, the output format of modified paths now uses
single quotes anywhere that virtualenv does so the outputs match.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.