14
0

- update to 4.12.1:

* Fix a toolbar crash when loading the page and there aren't
    any visible requests yet.
  * Fix a concern where the toolbar may access sensitive request
    attributes like ``request.authenticated_userid`` at times
    outside of the supported request lifecycle.
  * Avoid triggering DeprecationWarnings when tracking values for
    deprecated attributes in Pyramid like ``effective_principals``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid-debugtoolbar?expand=0&rev=16
This commit is contained in:
2024-02-09 21:57:57 +00:00
committed by Git OBS Bridge
parent 6cb6d19025
commit 1265c7031b
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3a358d5e47b2daeda94b1f1d744c746163e876c097f2553bf3ed6eb1abace72
size 3079703

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71e888d349c85fcca12b3e6dc4c7ae8e3f02a1d5acc05154fd9ba8c7f661b43d
size 3081467

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Feb 9 21:57:03 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.12.1:
* Fix a toolbar crash when loading the page and there aren't
any visible requests yet.
* Fix a concern where the toolbar may access sensitive request
attributes like ``request.authenticated_userid`` at times
outside of the supported request lifecycle.
* Avoid triggering DeprecationWarnings when tracking values for
deprecated attributes in Pyramid like ``effective_principals``.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 30 18:03:35 UTC 2024 - Dirk Müller <dmueller@suse.com> Tue Jan 30 18:03:35 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -20,7 +20,7 @@
# nothing provides python2-pyramid needed by python2-pyramid-mako # nothing provides python2-pyramid needed by python2-pyramid-mako
%define skip_python2 1 %define skip_python2 1
Name: python-pyramid-debugtoolbar Name: python-pyramid-debugtoolbar
Version: 4.11 Version: 4.12.1
Release: 0 Release: 0
Summary: An interactive HTML debugger for Pyramid application development Summary: An interactive HTML debugger for Pyramid application development
License: BSD-4-Clause AND ZPL-2.1 AND MIT License: BSD-4-Clause AND ZPL-2.1 AND MIT