virtualenvwrapper 6.0.0

What’s Changed Breaking Changes formally drop Python 2 support remove toggleglobalsitepackages command, since virtualenv seems to have removed that capability\ drop ksh support by @dhellmann in https://github.com/python-virtualenvwrapper/virtualenvwrapper/pull/27 remove python2 from startup logic for finding the python interpreter by @dhellmann in https://github.com/python-virtualenvwrapper/virtualenvwrapper/pull/28 Updated tested Python versions in README. by @carltongibson in https://github.com/python-virtualenvwrapper/virtualenvwrapper/pull/37 Features add a –version option to the hook loader by @dhellmann in https://github.com/python-virtualenvwrapper/virtualenvwrapper/pull/43 Miscellaneous Improvements switch to implicit namespaces by @dhellmann in https://github.

virtualenvwrapper 6.0.0.0a5

What’s new in 6.0.0.0a5? move build dependencies to pyproject.toml move linter dependencies to pyproject.toml Improve error message for IOErrors (contributions by Fabian P. Schmidt) add python 3.12 to test matrix Fix shell completion on FreeBSD (contributions by bendikro) Fixed broken link in install docs. (contributions by Carlton Gibson) install setuptools for test packages, use pip (contributions by Alfred Wingate) remove use of distutils (contributions by Alfred Wingate) Update the tested Python versions to match README (contributions by Evan Chong) Changed workon’s env switching to use OR not $?

sphinxcontrib-datatemplates 0.10.2

thumbnail imageWhat’s new in 0.10.2? Packaging unify list of packaging dependencies modernize packaging files Documentation add .readthedocs.yaml to fix doc build Features declare support for python 3.12 add support for custom template bridge (contributions by Bizordec)

sphinxcontrib-spelling 8.0.0

thumbnail imageWhat’s new in 8.0.0? add git archive settings for setuptools_scm modernize packaging builder: add test showing that only directive works for ignoring blocks builder: switch from traverse() to findall() builder: restructure node filtering drop pypy3 add python 3.11 support drop python 3.6 support

imapautofiler 1.13.0

thumbnail imageWhat’s new in 1.13.0? stop using reno for release notes add python 3.11 support modernize packaging add testtools dependency to for tests set language to english for sphinx 5.0

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.