Removing Bitrot From Virtualenvwrapper's Packaging, with a little help from my friends
After moving virtualenvwrapper to GitHub, the next phase of updates was for the packaging. Until this year, the last release of virtualenvwrapper was 4.8.4 in February of 2019. In some ways, a lot has changed in the Python packaging ecosystem since then. In other ways, not so much. As I tried to update the project, things got a little messy, but I think we’re all set, now.
virtualenvwrapper 6.0.0.0a2
Another pre-release for testing changes before 6.0.
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.
virtualenvwrapper 6.0.0.0a1 - A pre-release for testing
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.
Modernizing Virtualenvwrapper Maintenance
Source code hosting for virtualenvwrapper has moved to GitHub. We are making a few breaking changes as part of cleaning up and modernizing the code base (dropping python2 and ksh support, for example), and I hope to have a 6.x release out, soon.