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

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