1
0

+ BACKWARDS INCOMPATIBLE Switched to using wheels for the bundled

copies of setuptools and pip. Using sdists is no longer supported
  + 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.
- 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=35
This commit is contained in:
Sascha Peilicke 2014-01-08 12:27:28 +00:00 committed by Git OBS Bridge
parent 74e110b8df
commit 408583fd71

View File

@ -2,11 +2,17 @@
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 pips --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.
+ BACKWARDS INCOMPATIBLE Switched to using wheels for the bundled
copies of setuptools and pip. Using sdists is no longer supported
+ BACKWARDS INCOMPATIBLE Modified the handling of --extra-search-dirs.
This option now works like pips --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
- Symlink /usr/bin/virtualenv in buildroot (u-a warning) and ghost alternatives link on 12.3 or newer
- 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