14
0

- Update to 3.5:

- Rewrite cpvirtualenv to use virtualenv-clone instead of making
    the new environment relocatable. Contributed by Justin Barber
    (barberj). This also resolves a problem with cpvirtualenv not
    honoring the --no-site-packages flag (issue 102).
  - Update docs with link to virtualenvwrapper-win port by David
    Marble.
  - Use command to avoid functions named the same as common
    utilities. (issue 119)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=27
This commit is contained in:
Alexandre Rogoski
2012-06-11 12:10:48 +00:00
committed by Git OBS Bridge
parent 74d4a0eabd
commit d42349ea1b
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jun 11 11:55:21 UTC 2012 - alexandre@exatati.com.br
- Update to 3.5:
- Rewrite cpvirtualenv to use virtualenv-clone instead of making
the new environment relocatable. Contributed by Justin Barber
(barberj). This also resolves a problem with cpvirtualenv not
honoring the --no-site-packages flag (issue 102).
- Update docs with link to virtualenvwrapper-win port by David
Marble.
- Use command to avoid functions named the same as common
utilities. (issue 119)
-------------------------------------------------------------------
Mon May 21 02:07:15 UTC 2012 - alexandre@exatati.com.br