- Update to 1.8:
- Dropped support for Python 2.4 The minimum supported Python version is now Python 2.5. - Fix --relocatable on systems that use lib64. Fixes #78. Thanks Branden Rolston. - Symlink some additional modules under Python 3. Fixes #194. Thanks Vinay Sajip, Ian Clelland, and Stefan Holek for the report. - Fix --relocatable when a script uses __future__ imports. Thanks Branden Rolston. - Fix a bug in the config option parser that prevented setting negative options with environemnt variables. Thanks Ralf Schmitt. - Allow setting --no-site-packages from the config file. - Use /usr/bin/multiarch-platform if available to figure out the include directory. Thanks for the patch, Mika Laitio. - Fix install_name_tool replacement to work on Python 3.X. - Handle paths of users' site-packages on Mac OS X correctly when changing the prefix. - Updated the embedded version of distribute to 0.6.28 and pip to 1.2. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=16
This commit is contained in:
parent
0bc5758487
commit
66853c9693
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 1 23:23:40 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 1.8:
|
||||
- Dropped support for Python 2.4 The minimum supported Python
|
||||
version is now Python 2.5.
|
||||
- Fix --relocatable on systems that use lib64. Fixes #78. Thanks
|
||||
Branden Rolston.
|
||||
- Symlink some additional modules under Python 3. Fixes #194.
|
||||
Thanks Vinay Sajip, Ian Clelland, and Stefan Holek for the report.
|
||||
- Fix --relocatable when a script uses __future__ imports. Thanks
|
||||
Branden Rolston.
|
||||
- Fix a bug in the config option parser that prevented setting
|
||||
negative options with environemnt variables. Thanks Ralf Schmitt.
|
||||
- Allow setting --no-site-packages from the config file.
|
||||
- Use /usr/bin/multiarch-platform if available to figure out the
|
||||
include directory. Thanks for the patch, Mika Laitio.
|
||||
- Fix install_name_tool replacement to work on Python 3.X.
|
||||
- Handle paths of users' site-packages on Mac OS X correctly
|
||||
when changing the prefix.
|
||||
- Updated the embedded version of distribute to 0.6.28 and pip
|
||||
to 1.2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 22 22:33:28 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: python-virtualenv
|
||||
Version: 1.7.2
|
||||
Version: 1.8
|
||||
Release: 0
|
||||
Url: http://www.virtualenv.org/
|
||||
Summary: Virtual Python Environment builder
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f125d714ff3e202b2c3e2c3d388a1bf4a158b6c16f38bcd2d8936909b0716ab
|
||||
size 1994225
|
3
virtualenv-1.8.tar.bz2
Normal file
3
virtualenv-1.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:872b1eed375d71d7101a736dd7eea5f8e25779204f0a06c18682d2d16de30fc1
|
||||
size 1997708
|
Loading…
Reference in New Issue
Block a user