14
0

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

Update to 4.3.1

OBS-URL: https://build.opensuse.org/request/show/263631
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=49
This commit is contained in:
Todd R
2014-12-01 16:17:45 +00:00
committed by Git OBS Bridge
parent a9e7497383
commit b406c705ed
4 changed files with 46 additions and 5 deletions

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Mon Dec 1 13:24:18 UTC 2014 - toddrme2178@gmail.com
- Update to 4.3.1
* pep8 and test updates for previous commit
* Make postmkproject use VIRTUALENVWRAPPER_HOOK_DIR
* Tell tox it is ok to run shells not installed in the virtualenv
* Set VIRTUALENVWRAPPER_SCRIPT correctly for different shells
* Merged in nishikar/virtualenvwrapper (pull request #14)
* changed phrasing of environment not found message
* Add tests for wipenv with editable packages
* Remove obsolete information about pip environment vars
* Replace manually maintained history with ChangeLog
* Update doc build to fail if there are warnings
- Update to 4.3
* remove announce.rst; move to blogging repository
* Merged in erikb85/virtualenvwrapper/erikb85/
run-user-postactivate-after-changing-dir-1401272364804
(pull request #15)
* Run User Postactivate after changing dirs
* add link to sublimetext extension
* moved environment exists check below active environment check
* added no such environment prompt to rmvirtualenv if it
does not exist
* updated pep8
* clean up script mode changes
* forgotten comment
* trailing whitespace removed
* tabs expanded; mode difference
* changed comments and mode for sourced scripts
* ignore bin, include, lib
* mode constant for sourced-only files
* do not specify a version for pbr
* Merged in mjbrooks/virtualenvwrapper (pull request #12)
* use VIRTUALENVWRAPPER_ENV_BIN_DIR throughout
* Extract basic help text from the script
* Add list of commands as basic help output
* update author email
* clean up comment about zsh behavior in lazy
* Fix syntax error (empty `if` block)
-------------------------------------------------------------------
Sun Nov 16 00:03:00 UTC 2014 - Led <ledest@gmail.com>