- 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=12
This commit is contained in:
parent
387f45d8e6
commit
10241aca72
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
3
virtualenv-1.7.1.2.tar.bz2
Normal file
3
virtualenv-1.7.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8657d54f31ccdd241c4af9589346a25a700671cf8c0dcff56ffbcd5adcc05cc4
|
||||
size 1974545
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c67445a1d60c612d9cd1db6b22a18d2cd6867b2d50b351e254dc3c9eada2474
|
||||
size 1957990
|
Loading…
Reference in New Issue
Block a user