17
0

- Update to version 1.6.3:

* 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
This commit is contained in:
Sascha Peilicke
2011-07-19 13:29:34 +00:00
committed by Git OBS Bridge
parent 60422a772d
commit 9a99fa204e
3 changed files with 23 additions and 14 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jul 19 13:23:02 UTC 2011 - saschpe@suse.de
- 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
-------------------------------------------------------------------
Sun Jul 17 00:12:42 UTC 2011 - alexandre@exatati.com.br