From b6ef60433e1bddc210cd8823f9c03341530ac54b21b827dc4bf7b9a0ce92f36c Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Mon, 9 Apr 2012 04:02:43 +0000 Subject: [PATCH] - Update to 3.2: - Make project_dir a local variable so that command-cdproject does not interfere with other variables the user might have set. (contributed by slackorama) - Fix typo in documentation reported by Nick Martin. - Change trove classifier for license "MIT" to reflect the license text presented in the documentation. *This does not indicate a change in the license, just a correction to the expression of that intent. See license (contributed by ralphbean as fix for 134) - Extend command-rmvirtualenv to allow removing more than one environment at a time. (contributed by ciberglo) - Change the definition of virtualenvwrapper_get_site_packages_dir to ask distutils for the site-packages directory instead of trying to build the path ourselves in the shell script. This should resolve 112 and improve support for Python interpreters other than C Python. Thanks to Carl Meyer and Dario Bertini for their contributions toward the fix. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=19 --- python-virtualenvwrapper.changes | 22 ++++++++++++++++++++++ python-virtualenvwrapper.spec | 2 +- virtualenvwrapper-3.1.tar.bz2 | 3 --- virtualenvwrapper-3.2.tar.bz2 | 3 +++ 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 virtualenvwrapper-3.1.tar.bz2 create mode 100644 virtualenvwrapper-3.2.tar.bz2 diff --git a/python-virtualenvwrapper.changes b/python-virtualenvwrapper.changes index e34cf60..64990ef 100644 --- a/python-virtualenvwrapper.changes +++ b/python-virtualenvwrapper.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Apr 9 03:58:59 UTC 2012 - alexandre@exatati.com.br + +- Update to 3.2: + - Make project_dir a local variable so that + command-cdproject does not interfere with other variables + the user might have set. (contributed by slackorama) + - Fix typo in documentation reported by Nick Martin. + - Change trove classifier for license "MIT" to reflect the license + text presented in the documentation. *This does not indicate a + change in the license, just a correction to the expression of that + intent. See license (contributed by ralphbean as fix for 134) + - Extend command-rmvirtualenv to allow removing more than one + environment at a time. (contributed by ciberglo) + - Change the definition of + virtualenvwrapper_get_site_packages_dir to ask distutils + for the site-packages directory instead of trying to build the + path ourselves in the shell script. This should resolve + 112 and improve support for Python interpreters other + than C Python. Thanks to Carl Meyer and Dario Bertini for their + contributions toward the fix. + ------------------------------------------------------------------- Mon Mar 12 00:07:05 UTC 2012 - alexandre@exatati.com.br diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec index acae308..e6af99e 100644 --- a/python-virtualenvwrapper.spec +++ b/python-virtualenvwrapper.spec @@ -19,7 +19,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-virtualenvwrapper -Version: 3.1 +Version: 3.2 Release: 0 Url: http://www.doughellmann.com/projects/virtualenvwrapper/ Summary: Enhancements to virtualenv diff --git a/virtualenvwrapper-3.1.tar.bz2 b/virtualenvwrapper-3.1.tar.bz2 deleted file mode 100644 index 40e2f88..0000000 --- a/virtualenvwrapper-3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a2caf06f9a086d59dd0f79c7e7aa14e1477251190578f11e31060737fbe4faf -size 395114 diff --git a/virtualenvwrapper-3.2.tar.bz2 b/virtualenvwrapper-3.2.tar.bz2 new file mode 100644 index 0000000..e532c67 --- /dev/null +++ b/virtualenvwrapper-3.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ffc43fb5c8d4b326a16383c6f371bb7c3a941e9f085340a85f80aeab791ef5d +size 246838