Accepting request 106725 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/106725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2012-02-24 05:54:03 +00:00 committed by Git OBS Bridge
commit 5e6aa55034
4 changed files with 17 additions and 10 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Feb 17 11:55:11 UTC 2012 - alexandre@exatati.com.br
- Update to 1.7.1.2:
* Fixed minor issue in --relocatable. Thanks, Cap Petschulat.
- Aditional changes from 1.7.1.1:
* Bumped the version string in virtualenv.py up, too.
* Fixed rST rendering bug of long description.
-------------------------------------------------------------------
Wed Nov 30 13:55:03 UTC 2011 - alexandre@exatati.com.br

View File

@ -1,7 +1,7 @@
#
# spec file for package python-virtualenv
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,10 +16,12 @@
#
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-virtualenv
Version: 1.7
Release: 1
Version: 1.7.1.2
Release: 0
Url: http://www.virtualenv.org/
Summary: Virtual Python Environment builder
License: MIT
@ -35,7 +37,6 @@ Requires: python-pip
BuildArch: noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description
virtualenv is a tool to create isolated Python environments.
@ -70,9 +71,6 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS.txt LICENSE.txt docs

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8657d54f31ccdd241c4af9589346a25a700671cf8c0dcff56ffbcd5adcc05cc4
size 1974545

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c67445a1d60c612d9cd1db6b22a18d2cd6867b2d50b351e254dc3c9eada2474
size 1957990