From 7c22e6a0110d4fd0b9bb0e03f5dbf1d196052671fe3e80ce2829af03acae2537 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 8 Jan 2014 12:27:28 +0000 Subject: [PATCH] =?UTF-8?q?+=20BACKWARDS=20INCOMPATIBLE=20Switched=20to=20?= =?UTF-8?q?using=20wheels=20for=20the=20bundled=20=20=20=20=20copies=20of?= =?UTF-8?q?=20setuptools=20and=20pip.=20Using=20sdists=20is=20no=20longer?= =?UTF-8?q?=20supported=20=20=20+=20BACKWARDS=20INCOMPATIBLE=20Modified=20?= =?UTF-8?q?the=20handling=20of=20--extra-search-dirs.=20=20=20=20=20This?= =?UTF-8?q?=20option=20now=20works=20like=20pip=E2=80=99s=20--find-links?= =?UTF-8?q?=20option,=20in=20that=20it=20=20=20=20=20adds=20extra=20direct?= =?UTF-8?q?ories=20to=20search=20for=20compatible=20wheels=20for=20pip=20a?= =?UTF-8?q?nd=20=20=20=20=20setuptools.=20The=20actual=20wheel=20selected?= =?UTF-8?q?=20is=20chosen=20based=20on=20version=20=20=20=20=20and=20compa?= =?UTF-8?q?tibility,=20using=20the=20same=20algorithm=20as=20pip=20install?= =?UTF-8?q?=20setuptools.=20-=20Symlink=20/usr/bin/virtualenv=20in=20build?= =?UTF-8?q?root=20(u-a=20warning)=20and=20ghost=20=20=20alternatives=20lin?= =?UTF-8?q?k=20on=2012.3=20or=20newer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=35 --- python-virtualenv.changes | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/python-virtualenv.changes b/python-virtualenv.changes index b43ec75..23e575d 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -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 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. + + 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. + 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