- Update to 6.1.1:
- Update broken MSYS link in installation documentation
- Add additional line to mkvirtualenv help
- Update mkvirtualenv help to document -p/–python option
- move linkcheck out of main doc build
- make sure virtualenvwrapper_cd always tries to do something,
even when it cannot infer the current shell
- Add python-virtualenvwrapper.rpmlintrc to quiet various
problems with shell scripts linting.
OBS-URL: https://build.opensuse.org/request/show/1221618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=28
- Update broken MSYS link in installation documentation
- Add additional line to mkvirtualenv help
- Update mkvirtualenv help to document -p/–python option
- move linkcheck out of main doc build
- make sure virtualenvwrapper_cd always tries to do something,
even when it cannot infer the current shell
- Add python-virtualenvwrapper.rpmlintrc to quiet various
problems with shell scripts linting.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=73
- 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