- Dropped support for Python 2.4 The minimum supported Python
version is now Python 2.5.
- Fix --relocatable on systems that use lib64. Fixes#78. Thanks
Branden Rolston.
- Symlink some additional modules under Python 3. Fixes#194.
Thanks Vinay Sajip, Ian Clelland, and Stefan Holek for the report.
- Fix --relocatable when a script uses __future__ imports. Thanks
Branden Rolston.
- Fix a bug in the config option parser that prevented setting
negative options with environemnt variables. Thanks Ralf Schmitt.
- Allow setting --no-site-packages from the config file.
- Use /usr/bin/multiarch-platform if available to figure out the
include directory. Thanks for the patch, Mika Laitio.
- Fix install_name_tool replacement to work on Python 3.X.
- Handle paths of users' site-packages on Mac OS X correctly
when changing the prefix.
- Updated the embedded version of distribute to 0.6.28 and pip
to 1.2.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=16
- Updated to distribute 0.6.27.
- Fix activate.fish on OS X. Fixes#8. Thanks David Schoonover.
- Create a virtualenv-x.x script with the Python version when
installing, so virtualenv for multiple Python versions can be
installed to the same script location. Thanks Miki Tebeka.
- Restored ability to create a virtualenv with a path longer than
78 characters, without breaking creation of virtualenvs with
non-ASCII paths. Thanks, Bradley Ayers.
- Added ability to create virtualenvs without having installed
Apple's developers tools (using an own implementation of
install_name_tool). Thanks Mike Hommey.
- Fixed PyPy and Jython support on Windows. Thanks Konstantin
Zemlyak.
- Added pydoc script to ease use. Thanks Marc Abramowitz. Fixes
#149.
- Fixed creating a bootstrap script on Python 3. Thanks Raul
Leal. Fixes#280.
- Fixed inconsistency when having set the PYTHONDONTWRITEBYTECODE
env var with the --distribute option or the
VIRTUALENV_USE_DISTRIBUTE env var. VIRTUALENV_USE_DISTRIBUTE
is now considered again as a legacy alias.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=14
* Restored ability to run on Python < 2.7.
- Changes from version 1.6.2:
* Updated embedded distribute release to 0.6.19.
* Updated embedded pip release to 1.0.2.
* Fixed#141 - Be smarter about finding pkg_resources when using the
non-default Python intepreter (by using the -p option).
* Fixed#112 - Fixed path in docs.
* Fixed#109 - Corrected doctests of a Logger method.
* Fixed#118 - Fixed creating virtualenvs on platforms that use the
"posix_local" install scheme, such as Ubuntu with Python 2.7.
* Add missing library to Python 3 virtualenvs (_dummy_thread).
- Spec file cleanup:
* Remove she-bang line from non-executable script (rpmlint warning)
* Remove in-tree libraries (setuptools, pip & distribute)
* Don't package PKG-INFO but AUTHORS.txt and LICENSE.txt
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=5