From 10241aca72b9ae6a95d1961765c79e598ca29fcebba922559e37494c0cc79a74 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Fri, 17 Feb 2012 11:58:11 +0000 Subject: [PATCH] - 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 --- python-virtualenv.changes | 9 +++++++++ python-virtualenv.spec | 12 +++++------- virtualenv-1.7.1.2.tar.bz2 | 3 +++ virtualenv-1.7.tar.bz2 | 3 --- 4 files changed, 17 insertions(+), 10 deletions(-) create mode 100644 virtualenv-1.7.1.2.tar.bz2 delete mode 100644 virtualenv-1.7.tar.bz2 diff --git a/python-virtualenv.changes b/python-virtualenv.changes index e2ef013..31ba33f 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -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 diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 8716702..55cf096 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -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 diff --git a/virtualenv-1.7.1.2.tar.bz2 b/virtualenv-1.7.1.2.tar.bz2 new file mode 100644 index 0000000..bf423ca --- /dev/null +++ b/virtualenv-1.7.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8657d54f31ccdd241c4af9589346a25a700671cf8c0dcff56ffbcd5adcc05cc4 +size 1974545 diff --git a/virtualenv-1.7.tar.bz2 b/virtualenv-1.7.tar.bz2 deleted file mode 100644 index 074c33a..0000000 --- a/virtualenv-1.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c67445a1d60c612d9cd1db6b22a18d2cd6867b2d50b351e254dc3c9eada2474 -size 1957990