File python-pyramid_exclog.changes of Package python-pyramid_exclog
-------------------------------------------------------------------
Wed Oct 4 20:20:20 UTC 2017 - bruno@ioda-net.ch
- Packaging :
+ migrate to singlespec
+ doc package build only with py3 and related files refreshed
- Update to version 1.0 (2017-04-09)
+ Drop support for Python 3.3.
+ Require Pyramid 1.5+.
+ Move the tween over the EXCVIEW such that it also handles
exceptions caused by exception views.
See https://github.com/Pylons/pyramid_exclog/pull/32
- Version 0.8 (2016-09-22)
+ Drop support for Python 2.6 and 3.2.
+ Add explicit support for Python 3.4 and 3.5.
+ Handle IOError exception when accessing request parameters.
+ Fix UnicodeDecodeError on Python 2 when QUERY_STRING is a
str containing non-ascii bytes.
+ Always pass the logging module text rather than sometimes
bytes and sometimes text.
-------------------------------------------------------------------
Fri Feb 6 13:13:16 UTC 2015 - hpj@urpla.net
- fix dependencies
-------------------------------------------------------------------
Tue Aug 6 08:20:33 UTC 2013 - hpj@urpla.net
- provide local intersphinx file
-------------------------------------------------------------------
Mon Aug 5 15:05:46 UTC 2013 - hpj@urpla.net
- version 0.7: initial build