15
0

- Update to version 3.2:

* Make project_dir a local variable so that cdproject does not
    interfere with other variables the user might have set.
  * 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.
  * Extend rmvirtualenv to allow removing more than one environment at a time
  * 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.
- Use upstream URL
- Macro simplification

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=20
This commit is contained in:
Sascha Peilicke
2012-04-10 08:56:34 +00:00
committed by Git OBS Bridge
parent b6ef60433e
commit ef1aa5680e
4 changed files with 14 additions and 12 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 10 08:50:36 UTC 2012 - saschpe@suse.de
- Use upstream URL
- Macro simplification
-------------------------------------------------------------------
Mon Apr 9 03:58:59 UTC 2012 - alexandre@exatati.com.br