14
0

Accepting request 287241 from home:benoit_monin:branches:devel:languages:python

- update to version 3.6.0
- remove CFLAGS export
- use update-alternatives for cherryd binary

OBS-URL: https://build.opensuse.org/request/show/287241
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=15
This commit is contained in:
Jan Matejek
2015-02-23 14:05:21 +00:00
committed by Git OBS Bridge
parent 16cac38b37
commit 689f4a83c7
4 changed files with 50 additions and 6 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sun Feb 22 17:22:27 UTC 2015 - benoit.monin@gmx.fr
- update to version 3.6.0:
* Fixed HTTP range headers for negative length larger than
content size
* Disabled universal wheel generation as wsgiserver has Python
duality
* Pull Request #42: Correct TypeError in ``check_auth`` when
encrypt is used
* Pull Request #59: Correct signature of HandlerWrapperTool
* Pull Request #60: Fix error in SessionAuth where login_screen
was incorrectly used
* Issue #1077: Support keyword-only arguments in dispatchers
(Python 3)
* Issue #1019: Allow logging host name in the access log
* Pull Request #50: Fixed race condition in session cleanup
- changes from version 3.5.0:
* Issue #1301: When the incoming queue is full, now reject
additional connections. This functionality was added to
CherryPy 3.0, but unintentionally lost in 3.1
- changes from version 3.4.0:
* Miscellaneous quality improvements
- remove CFLAGS export
- use update-alternatives for cherryd binary
-------------------------------------------------------------------
Tue May 20 12:25:05 UTC 2014 - toddrme2178@gmail.com