- Update to 6.1.0:
* Breaking Changes
+ formally drop Python 2 support
+ remove toggleglobalsitepackages command, since virtualenv seems to
have removed that capability
+ drop ksh support
+ remove python2 from startup logic for finding the python interpreter
+ Updated tested Python versions in README.
* Features
+ add a --version option to the hook loader
* Miscellaneous Improvements
+ switch to implicit namespaces
+ modernize packaging
+ Update the tested Python versions to match README
+ Changed workon's env switching to use OR not $?
+ Fix issues for python 3.12
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.
- Drop patch virtualenvwrapper-4.8.4-python_version.patch, no longer
required.
OBS-URL: https://build.opensuse.org/request/show/1156224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=27
* Breaking Changes
+ formally drop Python 2 support
+ remove toggleglobalsitepackages command, since virtualenv seems to
have removed that capability
+ drop ksh support
+ remove python2 from startup logic for finding the python interpreter
+ Updated tested Python versions in README.
* Features
+ add a --version option to the hook loader
* Miscellaneous Improvements
+ switch to implicit namespaces
+ modernize packaging
+ Update the tested Python versions to match README
+ Changed workon's env switching to use OR not $?
+ Fix issues for python 3.12
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.
- Drop patch virtualenvwrapper-4.8.4-python_version.patch, no longer
required.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=71
- Rename functions for generating help so they do not pollute the
global namespace, and especially so they do not interfere with
tab completion. Contributed by davidszotten.
- Fix an issue with listing project templates if none are
installed. (#179)
- Fix an issue with the --python option to mkvirtualenv becoming
*sticky* for future calls that do not explicitly specify the
option. (#178)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=37
- Improve tab-completion support for users of the lazy-loading
mode. (upsuper)
- Add --help option to mkproject.
- Add --help option to workon.
- Turn off logging from the hook loader by default, and replace
VIRTUALENVWRAPPER_LOG_DIR environment variable with
VIRTUALENVWRAPPER_LOG_FILE. The rotating log behavior remains
the same. The motivation for this change is the race condition
caused by that rotating behavior, especially when the wrappers are
being used by users with different permissions and
umasks. (152)
- Use flake8 for style checking.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=34
- Switch to stevedore for plugin management
- mkvirtualenv_help should use $VIRTUALENVWRAPPER_PYTHON instead
of calling virtualenv directly (issue 148).
- Fix issue with lazy-loader code under zsh (issue 144).
- Fix issue with noclobber option under zsh (issue 137). Fix based
on patch from rob_b.
- Fix documentation for add2virtualenv to show the correct name for
the file containing the new path entry. (contributed by rvoicilas)
- Fix problem with virtualenvwrapper_show_workon_options under zsh
with chpwd functions that produce output. (issue 153)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=29
- Rewrite cpvirtualenv to use virtualenv-clone instead of making
the new environment relocatable. Contributed by Justin Barber
(barberj). This also resolves a problem with cpvirtualenv not
honoring the --no-site-packages flag (issue 102).
- Update docs with link to virtualenvwrapper-win port by David
Marble.
- Use command to avoid functions named the same as common
utilities. (issue 119)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=27
- Clean up file permissions and remove shebangs from scripts not
intended to be executed on the command line. (contributed by
ralphbean)
- Worked on some brittle tests.
- Received updates to Japanese translation of the documentation
from t2y.
- Fix the test script and runner so the user’s $WORKON_HOME is not
erased if they do not have some test shells installed. (big thanks
to agriffis).
- If the hook loader is told to list plugins but is not given a
hook name, it prints the list of core hooks.
- Merge several fixes for path and variable handling for MSYS users
from bwanamarko. Includes a fix for issue 138.
- Change mkvirtualenv so it catches both -h and --help.
- Fix some issues with the way temporary files are used for hook
scripts. (contributed by agriffis)
- Allow relative path to requirements file with mkvirtualenv and
-r option. (barberj)
- Make whitespace consistent. (agriffis)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=24