- 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
This commit is contained in:
Sascha Peilicke 2014-01-07 13:54:08 +00:00 committed by Git OBS Bridge
parent 613d38b9ba
commit b6b8c37c4f
2 changed files with 1 additions and 3 deletions

View File

@ -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 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
- 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

View File

@ -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