1
0

Accepting request 76381 from devel:languages:python

Update to 1.6.3. (forwarded request 76338 from aledr)

OBS-URL: https://build.opensuse.org/request/show/76381
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=3
This commit is contained in:
2011-07-19 13:19:33 +00:00
committed by Git OBS Bridge
parent 0fcd6688a1
commit ad96eb4d7f
4 changed files with 31 additions and 4 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sun Jul 17 00:12:42 UTC 2011 - alexandre@exatati.com.br
- Update to 1.6.3:
* Restored ability to run on Python < 2.7.
- Aditional changes from 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).
-------------------------------------------------------------------
Mon May 2 23:03:32 UTC 2011 - alexandre@exatati.com.br
- Update to 1.6.1:
* Start to use git-flow.
* Added support for PyPy 1.5
* Fixed #121 -- added sanity-checking of the -p argument. Thanks Paul Nasrat.
* Added progress meter for pip installation as well as setuptools. Thanks Ethan
Jucovy.
* Added --never-download and --search-dir options. Thanks Ethan Jucovy.
-------------------------------------------------------------------
Wed Apr 13 18:25:47 UTC 2011 - alexandre@exatati.com.br