Repository: aurora Updated Branches: refs/heads/master 80cf585a0 -> e32f4fbd1
Upgrade to latest CherryPy. We can now move past the UTF-8 encoding issues of 6.0.0 - 7.1.0 since the UTF-8 encoded test filename was removed from the package here: https://github.com/cherrypy/cherrypy/commit/b8e2518d See the changelog here: https://github.com/cherrypy/cherrypy/blob/v8.0.0/CHANGES.txt Reviewed at https://reviews.apache.org/r/51615/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/e32f4fbd Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/e32f4fbd Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/e32f4fbd Branch: refs/heads/master Commit: e32f4fbd19217bc72fe74ae035c937689b3e6472 Parents: 80cf585 Author: John Sirois <[email protected]> Authored: Fri Sep 2 15:28:04 2016 -0600 Committer: John Sirois <[email protected]> Committed: Fri Sep 2 15:28:04 2016 -0600 ---------------------------------------------------------------------- 3rdparty/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/e32f4fbd/3rdparty/python/requirements.txt ---------------------------------------------------------------------- diff --git a/3rdparty/python/requirements.txt b/3rdparty/python/requirements.txt index 1d587cf..3983389 100644 --- a/3rdparty/python/requirements.txt +++ b/3rdparty/python/requirements.txt @@ -14,7 +14,7 @@ # NB: mesos requirements are defined in our sibling BUILD file. bottle==0.11.6 -CherryPy==5.6.0 +CherryPy==8.0.0 enum34==1.1.6 mako==1.0.4 mock==1.0.1
