Package: cherrypy3 / 3.5.0-1

Metadata

Package Version Patches format
cherrypy3 3.5.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00_supress_profiler_warning.diff | (download)

cherrypy/lib/profiler.py | 17 10 + 7 - 0 !
1 file changed, 10 insertions(+), 7 deletions(-)

---
01_cherryd_location_fix.diff | (download)

cherrypy/test/helper.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---
02_issue_1328.diff | (download)

cherrypy/test/test_session.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 this test makes an invalid assumption about dictionary iteration
 order which can cause the test to fail during DEP-8 autopkgtests.
03_issue_1199.diff | (download)

cherrypy/test/test_static.py | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 this test, which should have been resolved upstream, still fails
 during DEP-8 tests, so don't fail.
04_issue_1315.diff | (download)

cherrypy/test/test_conn.py | 71 36 + 35 - 0 !
1 file changed, 36 insertions(+), 35 deletions(-)

 disable a failing dep-8 test.