14
0

Accepting request 228208 from home:TheBlackCat:branches:devel:languages:python

Update to 4.2

OBS-URL: https://build.opensuse.org/request/show/228208
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=44
This commit is contained in:
Todd R
2014-03-30 09:23:40 +00:00
committed by Git OBS Bridge
parent 224225c29f
commit dc9925dab3
4 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Mar 30 09:19:03 UTC 2014 - toddrme2178@gmail.com
- Update to 4.2
- Add ``tmp-`` prefix to temporary environment names created by
:ref:`command-mktmpenv`.
- Fix some uses of ``cd`` that did not account for possible
aliasing. Contributed by Ismail Badawi (:bbuser:`ibadawi`).
- Fix documentation for :ref:`command-allvirtualenv`, contributed by
Andy Dirnberger (:bbuser:`dirn`).
- Add ``--force`` option to :ref:`command-mkproject`, contributed by
Clay McClure (:bbuser:`claymcclure`).
- Fix handling for project directory argument ``-a`` to
:ref:`command-mkvirtualenv`, based on work by Xupeng Yun.
- Dropped python 3.2 testing.
- Updated test configuration so they work properly under Linux.
- Resolve relative paths before storing the project directory
reference in :ref:`command-setvirtualenvproject`. (:bbissue:`207`)
- Do not create hooks for rmproject, since there is no such
command. (:bbissue:`203`)
- Update the tests to use a valid template for creating temporary
directories under Linux.
-------------------------------------------------------------------
Sat Oct 12 16:42:19 UTC 2013 - p.drouand@gmail.com