diff --git a/python-virtualenvwrapper.changes b/python-virtualenvwrapper.changes index 7bf02e0..b6637a7 100644 --- a/python-virtualenvwrapper.changes +++ b/python-virtualenvwrapper.changes @@ -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 diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec index b82735d..262d30a 100644 --- a/python-virtualenvwrapper.spec +++ b/python-virtualenvwrapper.spec @@ -17,7 +17,7 @@ Name: python-virtualenvwrapper -Version: 4.2 +Version: 4.3.1 Release: 0 Url: http://www.doughellmann.com/projects/virtualenvwrapper/ Summary: Enhancements to virtualenv @@ -88,7 +88,7 @@ fi %files %defattr(-,root,root,-) -%doc README.txt README.ja.rst README.es.rst LICENSE announce.rst +%doc AUTHORS ChangeLog LICENSE README.txt README.es.rst README.ja.rst %{python_sitelib}/* %ghost %{_bindir}/virtualenvwrapper.sh %{_bindir}/virtualenvwrapper-%{py_ver}.sh diff --git a/virtualenvwrapper-4.2.tar.gz b/virtualenvwrapper-4.2.tar.gz deleted file mode 100644 index 674cd0b..0000000 --- a/virtualenvwrapper-4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbc7f3587d5c3f23ef4e75fba166c7d4b278dff044d915cb9070845d2a89033e -size 125144 diff --git a/virtualenvwrapper-4.3.1.tar.gz b/virtualenvwrapper-4.3.1.tar.gz new file mode 100644 index 0000000..2b9e2af --- /dev/null +++ b/virtualenvwrapper-4.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6228aea4e76ba6a628455313eff4a6e2cf003010b23399c3a7dabd8798beb08 +size 86086