- 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
* Make project_dir a local variable so that cdproject does not
interfere with other variables the user might have set.
* Fix typo in documentation reported by Nick Martin.
* Change trove classifier for license "MIT" to reflect the license
text presented in the documentation. This does not indicate a change
in the license, just a correction to the expression of that intent.
* Extend rmvirtualenv to allow removing more than one environment at a time
* Change the definition of virtualenvwrapper_get_site_packages_dir
to ask distutils for the site-packages directory instead of trying to
build the path ourselves in the shell script.
- Use upstream URL
- Macro simplification
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=20
- Make project_dir a local variable so that
command-cdproject does not interfere with other variables
the user might have set. (contributed by slackorama)
- Fix typo in documentation reported by Nick Martin.
- Change trove classifier for license "MIT" to reflect the license
text presented in the documentation. *This does not indicate a
change in the license, just a correction to the expression of that
intent. See license (contributed by ralphbean as fix for 134)
- Extend command-rmvirtualenv to allow removing more than one
environment at a time. (contributed by ciberglo)
- Change the definition of
virtualenvwrapper_get_site_packages_dir to ask distutils
for the site-packages directory instead of trying to build the
path ourselves in the shell script. This should resolve
112 and improve support for Python interpreters other
than C Python. Thanks to Carl Meyer and Dario Bertini for their
contributions toward the fix.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=19