File python3-CherryPy.changes of Package python3-CherryPy
-------------------------------------------------------------------
Tue Jun 30 22:35:32 UTC 2015 - arun@gmx.de
- update to version 3.8.0:
* Pull Request #96: Pass "exc_info" to logger as keyword rather
than formatting the error and injecting into the message.
-------------------------------------------------------------------
Sat Apr 25 18:22:14 UTC 2015 - arun@gmx.de
- specfile:
* update copyright year
- update to version 3.7.0:
* CherryPy daemon may now be invoked with "python -m cherrypy" in
addition to the "cherryd" script.
* Issue #1298: Fix SSL handling on CPython 2.7 with builtin SSL
module and pyOpenSSL 0.14. This change will break PyPy for now.
* Several documentation fixes.
-------------------------------------------------------------------
Tue Dec 16 05:54:57 UTC 2014 - arun@gmx.de
- 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.
-------------------------------------------------------------------
Tue May 20 12:25:05 UTC 2014 - toddrme2178@gmail.com
- Update to version 3.3.0
+ No changelog available
- Update to version 3.2.6
+ No changelog available
- Update to version 3.2.5
+ No changelog available
- Update to version 3.2.4
+ No changelog available
-------------------------------------------------------------------
Tue Jul 16 16:08:05 UTC 2013 - speilicke@suse.com
- Drop clean section
-------------------------------------------------------------------
Thu Nov 22 09:39:27 UTC 2012 - toddrme2178@gmail.com
- Remove openSUSE 11.4 spec file workarounds
-------------------------------------------------------------------
Fri May 25 08:33:12 UTC 2012 - toddrme2178@gmail.com
- Fix building on openSUSE 11.4
- spec file cleanups
-------------------------------------------------------------------
Wed May 23 04:57:34 UTC 2012 - highwaystar.ru@gmail.com
- python3 package added