14
0

Accepting request 787488 from home:pgajdos:python

- version update to 4.6.1
  - Fix parser errors when injecting the toolbar into XHTML formatted pages.
    See https://github.com/Pylons/pyramid_debugtoolbar/pull/360
  - Show the full URL in the tooltip on the requests panel.
    See https://github.com/Pylons/pyramid_debugtoolbar/pull/358
  - Stop accessing ``request.unauthenticated_userid`` in preparation for
    Pyramid 2.0 where it is deprecated.
  - Catch a ``ValueError`` when JSON-serializing SQLA objects for display.
    See https://github.com/Pylons/pyramid_debugtoolbar/pull/357

OBS-URL: https://build.opensuse.org/request/show/787488
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid-debugtoolbar?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2020-03-23 13:53:57 +00:00
committed by Git OBS Bridge
parent aa72743846
commit a31b42c1d2
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Mar 23 13:02:43 UTC 2020 - pgajdos@suse.com
- version update to 4.6.1
- Fix parser errors when injecting the toolbar into XHTML formatted pages.
See https://github.com/Pylons/pyramid_debugtoolbar/pull/360
- Show the full URL in the tooltip on the requests panel.
See https://github.com/Pylons/pyramid_debugtoolbar/pull/358
- Stop accessing ``request.unauthenticated_userid`` in preparation for
Pyramid 2.0 where it is deprecated.
- Catch a ``ValueError`` when JSON-serializing SQLA objects for display.
See https://github.com/Pylons/pyramid_debugtoolbar/pull/357
-------------------------------------------------------------------
Mon Oct 14 14:16:40 UTC 2019 - Matej Cepl <mcepl@suse.com>