14
0

- 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
This commit is contained in:
Alexandre Rogoski
2012-04-09 04:02:43 +00:00
committed by Git OBS Bridge
parent 26f210035c
commit b6ef60433e
4 changed files with 26 additions and 4 deletions

View File

@@ -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