Accepting request 221980 from 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 (forwarded request 221797 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/221980 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=21
This commit is contained in:
commit
6fa61254d9
@ -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
|
Tue Jan 7 13:38:42 UTC 2014 - speilicke@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-virtualenv
|
Name: python-virtualenv
|
||||||
Version: 1.11
|
Version: 1.11.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.virtualenv.org/
|
Url: http://www.virtualenv.org/
|
||||||
Summary: Virtual Python Environment builder
|
Summary: Virtual Python Environment builder
|
||||||
@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
# Documentation requirements
|
# Documentation requirements
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
Requires: python-pip
|
#Requires: python-pip
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
|
3
virtualenv-1.11.2.tar.gz
Normal file
3
virtualenv-1.11.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3080a1610fa8c4ab23008707ca5c96d7e67d8cb3ed98c7e01e97f542c82bb6df
|
||||||
|
size 1755846
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c2cdd26de719760508ff1c440adbb058fce25a35b334a80e917d951d8f45aef6
|
|
||||||
size 1559703
|
|
Loading…
Reference in New Issue
Block a user