forked from pool/python-virtualenv
- Update to 1.9.1:
* Updated to pip 1.3.1 that fixed a major backward incompatible
change of parsing URLs to externally hosted packages that got
accidentily included in pip 1.3.
- Aditional changes from 1.9
* Unset VIRTUAL_ENV environment variable in deactivate.bat
(Pull #364)
* Upgraded distribute to 0.6.34.
* Added --no-setuptools and --no-pip options (Pull #336).
* Fixed Issue #373. virtualenv-1.8.4 was failing in cygwin
(Pull #382).
* Fixed Issue #378. virtualenv is now "multiarch" aware on
debian/ubuntu (Pull #379).
* Fixed issue with readline module path on pypy and OSX (Pull #374).
* Made 64bit detection compatible with Python 2.5 (Pull #393).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
c7a7fe9ca2
commit
1603fca704
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 13:09:06 UTC 2013 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 1.9.1:
|
||||
* Updated to pip 1.3.1 that fixed a major backward incompatible
|
||||
change of parsing URLs to externally hosted packages that got
|
||||
accidentily included in pip 1.3.
|
||||
- Aditional changes from 1.9
|
||||
* Unset VIRTUAL_ENV environment variable in deactivate.bat
|
||||
(Pull #364)
|
||||
* Upgraded distribute to 0.6.34.
|
||||
* Added --no-setuptools and --no-pip options (Pull #336).
|
||||
* Fixed Issue #373. virtualenv-1.8.4 was failing in cygwin
|
||||
(Pull #382).
|
||||
* Fixed Issue #378. virtualenv is now "multiarch" aware on
|
||||
debian/ubuntu (Pull #379).
|
||||
* Fixed issue with readline module path on pypy and OSX (Pull #374).
|
||||
* Made 64bit detection compatible with Python 2.5 (Pull #393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 27 07:53:41 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
|
||||
Reference in New Issue
Block a user