From 208fb9d9d178a91a0681297d588fa555fceebd1238e43036a556eda3d45d2089 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 7 Jan 2014 13:54:08 +0000 Subject: [PATCH] - 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=32 --- python-virtualenv.changes | 3 +-- python-virtualenv.spec | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/python-virtualenv.changes b/python-virtualenv.changes index 488efeb..b43ec75 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -6,8 +6,7 @@ Tue Jan 7 13:38:42 UTC 2014 - speilicke@suse.com + 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 +- 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 diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 2092454..5ec62b7 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -62,7 +62,6 @@ libraries either). %prep %setup -q -n virtualenv-%{version} -sed -i "/#!.*/d" virtualenv.py # Fix non-executable script warning %build python setup.py build