1
0

Accepting request 221797 from home:dirkmueller:branches:devel:languages:python

- update to 1.11.2:
 * Fixed easy_install installed virtualenvs by updated pip to 1.5.2
 * Fixed an issue where pip and setuptools were not getting installed when using
   the ``--system-site-packages`` flag.
 * Updated setuptools to fix an issue when installed with easy_install
 * Fixed an issue with Python 3.4 and sys.stdout encoding being set to ascii

OBS-URL: https://build.opensuse.org/request/show/221797
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=38
This commit is contained in:
Sascha Peilicke
2014-02-12 09:56:12 +00:00
committed by Git OBS Bridge
parent 54c840a7ae
commit 814797ff2a
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Feb 11 09:54:08 UTC 2014 - dmueller@suse.com
- update to 1.11.2:
* Fixed easy_install installed virtualenvs by updated pip to 1.5.2
* Fixed an issue where pip and setuptools were not getting installed when using
the ``--system-site-packages`` flag.
* Updated setuptools to fix an issue when installed with easy_install
* Fixed an issue with Python 3.4 and sys.stdout encoding being set to ascii
-------------------------------------------------------------------
Tue Jan 7 13:38:42 UTC 2014 - speilicke@suse.com