From 1603fca704256a350a5fda8b6bf8ea2f0e2e45a66a75216b74aa3b6ad083b15d Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Fri, 8 Mar 2013 13:12:18 +0000 Subject: [PATCH] - Update to 1.9.1: * Updated to pip 1.3.1 that fixed a major backward incompatible change of parsing URLs to externally hosted packages that got accidentily included in pip 1.3. - Aditional changes from 1.9 * Unset VIRTUAL_ENV environment variable in deactivate.bat (Pull #364) * Upgraded distribute to 0.6.34. * Added --no-setuptools and --no-pip options (Pull #336). * Fixed Issue #373. virtualenv-1.8.4 was failing in cygwin (Pull #382). * Fixed Issue #378. virtualenv is now "multiarch" aware on debian/ubuntu (Pull #379). * Fixed issue with readline module path on pypy and OSX (Pull #374). * Made 64bit detection compatible with Python 2.5 (Pull #393). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=23 --- python-virtualenv.changes | 19 +++++++++++++++++++ python-virtualenv.spec | 4 ++-- virtualenv-1.8.4.tar.bz2 | 3 --- virtualenv-1.9.1.tar.bz2 | 3 +++ 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 virtualenv-1.8.4.tar.bz2 create mode 100644 virtualenv-1.9.1.tar.bz2 diff --git a/python-virtualenv.changes b/python-virtualenv.changes index fede173..9c072c3 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Mar 8 13:09:06 UTC 2013 - alexandre@exatati.com.br + +- Update to 1.9.1: + * Updated to pip 1.3.1 that fixed a major backward incompatible + change of parsing URLs to externally hosted packages that got + accidentily included in pip 1.3. +- Aditional changes from 1.9 + * Unset VIRTUAL_ENV environment variable in deactivate.bat + (Pull #364) + * Upgraded distribute to 0.6.34. + * Added --no-setuptools and --no-pip options (Pull #336). + * Fixed Issue #373. virtualenv-1.8.4 was failing in cygwin + (Pull #382). + * Fixed Issue #378. virtualenv is now "multiarch" aware on + debian/ubuntu (Pull #379). + * Fixed issue with readline module path on pypy and OSX (Pull #374). + * Made 64bit detection compatible with Python 2.5 (Pull #393). + ------------------------------------------------------------------- Tue Nov 27 07:53:41 UTC 2012 - alexandre@exatati.com.br diff --git a/python-virtualenv.spec b/python-virtualenv.spec index a127e1b..424a2af 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,7 +1,7 @@ # # spec file for package python-virtualenv # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -20,7 +20,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-virtualenv -Version: 1.8.4 +Version: 1.9.1 Release: 0 Url: http://www.virtualenv.org/ Summary: Virtual Python Environment builder diff --git a/virtualenv-1.8.4.tar.bz2 b/virtualenv-1.8.4.tar.bz2 deleted file mode 100644 index 2a360b0..0000000 --- a/virtualenv-1.8.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:392021ff6976a13b1d96caac3f9385a8c7469cc1427e9ce94c8d5015a049eb8b -size 1769327 diff --git a/virtualenv-1.9.1.tar.bz2 b/virtualenv-1.9.1.tar.bz2 new file mode 100644 index 0000000..7bd6851 --- /dev/null +++ b/virtualenv-1.9.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1befb3852b089a288b087b932d1dc6b75ba0103b7aa3cca16bf5c1b6e8fd85 +size 1932065