You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release was produced to test the GitHub automation for publishing
to PyPI, but also includes some of the breaking changes that will
appear in the final 6.0.0 release.
The last release of virtualenvwrapper was 4.8.4 in February
of 2019. If you rely on virtualenvwrapper for your daily workflow,
please try out this pre-release version and let us know if there are
any issues by filing a
ticket.
Breaking Changes
formally drop Python 2 support
remove python2 from startup logic for finding the python interpreter
drop ksh support
remove toggleglobalsitepackages command, since virtualenv seems to
have removed that capability
Fixes
packaging: fix indentation of trove classifier for audience
fix wipeenv for editable packages
skip some tempfile tests on macos
adjust error message detection in hook tests
update lssitepackages tests to not need easy_install
remove tests and features relying on --no-site-packages
remove the test for making virtualenvs relocatable
replace deprecated egrep with grep -E (contributions by Alexander Huynh)
Updating to support virtualenv 20+ (contributions by Jason Myers)
fixup! Find the highest Python version with installed virtualenvwrapper (contributions by Lumir Balhar)
Find the highest Python version with installed virtualenvwrapper (contributions by Lumir Balhar)
Make mkvirtualenv work with interpreters whose paths have spaces (contributions by Audrey Dutcher)
Fixes Issues #248 (contributions by Jason Myers)
Documentation and Packaging
Updated tested Python versions in README. (contributions by Carlton Gibson)
docs: fix or remove broken links
docs: remove broken link from tips list
docs: clean up trailing whitespace
docs: update language that implies there is only 1 maintainer
Fixing bitbucket in projects (contributions by Jason Myers)
Updating template docs (contributions by Jason Myers)
missed ones (contributions by Jason Myers)
Updating references to bitbucket (contributions by Jason Myers)
Updating references to bitbucket (contributions by Jason Myers)
update trove classifiers with more modern python versions
Fixing readme.txt (contributions by Jason Myers)
fix link to screencast
improve some of the wording in the readme
Improve Zsh prompt tip (contributions by Stephan Sokolow)
index.rst edited online with Bitbucket (contributions by Shailesh Vashishth)
Maintainer Automation and Tests
add github action for publishing packages
tox: update doc build commands
mergify: add rules to label PRs based on pbr sem-ver data
require at least one reviewer to approve PRs
ci(Mergify): configuration update
pass user and home through from tox instead of using id to derive them
update tox config to not set basepython for zsh
update tox to only use default python version
update test runner to use python3
add a "fast" environment in tox to exit as soon as any test fails
run all of the tests and accumulate errors
expand the relative path for envdir to the full path
add pkglint test and fix some warnings
set python version for zsh job in ci
update tox config for tox 4
do not specify python version for docs env in tox settings
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This release was produced to test the GitHub automation for publishing
to PyPI, but also includes some of the breaking changes that will
appear in the final 6.0.0 release.
Breaking Changes
toggleglobalsitepackages
command, since virtualenv seems tohave removed that capability
Fixes
egrep
withgrep -E
(contributions by Alexander Huynh)Documentation and Packaging
Maintainer Automation and Tests
Merged Pull Requests
New Contributors
Full Changelog: https://github.com/python-virtualenvwrapper/virtualenvwrapper/commits/6.0.0.0a1
This discussion was created from the release Pre-release for testing.
Beta Was this translation helpful? Give feedback.
All reactions