forked from pool/python-virtualenv
- Update to version 1.11:
+ BACKWARDS INCOMPATIBLE Switched to using wheels for the bundled copies of setuptools and pip. Using sdists is no longer supported - users supplying their own versions of pip/setuptools will need to provide wheels. + BACKWARDS INCOMPATIBLE Modified the handling of --extra-search-dirs. This option now works like pip’s --find-links option, in that it adds extra directories to search for compatible wheels for pip and setuptools. The actual wheel selected is chosen based on version and compatibility, using the same algorithm as pip install setuptools. + Upgraded pip to v1.5 + Upgraded setuptools to v1.4 - Fix non-executable script warning, symlink /usr/bin/virtualenv in buildroot (u-a warning) and ghost alternatives link on 12.3 or newer OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=31
This commit is contained in:
committed by
Git OBS Bridge
parent
f726a712ab
commit
613d38b9ba
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 13:38:42 UTC 2014 - speilicke@suse.com
|
||||
|
||||
- Update to version 1.11:
|
||||
+ BACKWARDS INCOMPATIBLE Switched to using wheels for the bundled copies of setuptools and pip. Using sdists is no longer supported - users supplying their own versions of pip/setuptools will need to provide wheels.
|
||||
+ BACKWARDS INCOMPATIBLE Modified the handling of --extra-search-dirs. This option now works like pip’s --find-links option, in that it adds extra directories to search for compatible wheels for pip and setuptools. The actual wheel selected is chosen based on version and compatibility, using the same algorithm as pip install setuptools.
|
||||
+ Upgraded pip to v1.5
|
||||
+ Upgraded setuptools to v1.4
|
||||
- Fix non-executable script warning, symlink /usr/bin/virtualenv in buildroot (u-a warning)
|
||||
and ghost alternatives link on 12.3 or newer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 11 08:50:45 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user