2023-07-20 09:53:37 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 20.24.1
v20.24.1 (2023-07-19)
Bugfixes - 20.24.1
Upgrade embedded wheels:
pip to 23.2 from 23.1.2
|
2023-07-17 18:10:10 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 20.24.0
v20.24.0 (2023-07-14)
Features
Export the prompt prefix as VIRTUAL_ENV_PROMPT when activating a virtual environment
Bugfixes
Fix test suite
Upgrade embedded wheels:
setuptools to 68.0.0 from 67.8.0
|
2023-06-26 18:13:22 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-virtualenv: updated to 20.23.1
v20.23.1
update and simplify nushell activation script, fixes an issue on Windows \
resulting in consecutive command not found
Upgrade embedded wheels:
setuptools to 67.8.0 from 67.7.2
|
2023-06-07 22:47:10 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
py-virtualenv: Requires py-expat.
Bump PKGREVISION.
|
2023-04-28 09:50:15 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 20.23.0
v20.23.0
Features
Do not install wheel and setuptools seed packages for Python 3.12+. To restore \
the old behaviour use:
for wheel use VIRTUALENV_WHEEL=bundle environment variable or --wheel=bundle CLI \
flag,
for setuptools use VIRTUALENV_SETUPTOOLS=bundle environment variable or \
--setuptools=bundle CLI flag.
3.12 support
Bugfixes
Prevent PermissionError when using venv creator on systems that deliver files \
without user write permission
Upgrade setuptools to 67.7.2 from 67.6.1 and pip to 23.1.2 from 23.1
|
2023-04-25 11:46:57 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 20.22.0
v20.22.0
Drop support for creating Python <=3.6 (including 2) interpreters. Removed \
pip of 20.3.4, 21.3.1; wheel of 0.37.1; setuptools of 59.6.0, 44.1.1, 50.3.2
|
2023-04-04 11:52:28 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-virtualenv: updated to 20.21.0
v20.21.0 (2023-03-12)
Features - 20.21.0
Make closure syntax explicitly starts with {||.
Bugfixes - 20.21.0
Add print command to nushell print_prompt to ensure compatibility with future \
release of nushell, where intermediate commands no longer print their result to \
stdout.
Do not assume the default encoding.
Make ReentrantFileLock thread-safe and, thereby, fix race condition in \
virtualenv.cli_run
|
2023-03-07 21:32:27 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 20.20.0
v20.20.0 (2023-02-28)
Features
Change environment variable existence check in Nushell activation script to not \
use deprecated command.
Bugfixes
Discover CPython implementations distributed on Windows by any organization
Upgrade embedded setuptools to 67.4.0 from 67.1.0 and pip to 23.0.1 from 23.0
|
2022-12-06 09:08:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-virtualenv: updated to 20.17.1
Bugfixes - 20.17.1
~~~~~~~~~~~~~~~~~~
- A ``py`` or ``python`` spec means any Python rather than ``CPython``
- Make ``activate.nu`` respect ``VIRTUAL_ENV_DISABLE_PROMPT`` and not set the \
prompt if reqeusted
|
2022-11-28 10:34:42 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 20.17.0
v20.17.0 (2022-11-27)
---------------------
Features - 20.17.0
~~~~~~~~~~~~~~~~~~
- Change Nushell activation script to be a module meant to be activated as an \
overlay.
- Update operator used in Nushell activation script to be compatible with future \
versions.
Bugfixes - 20.17.0
~~~~~~~~~~~~~~~~~~
- Do not use deprecated API from ``importlib.resources`` on Python 3.10 or later.
- Upgrade embedded setuptools to ``65.6.3`` from ``65.5.1``
|