forked from pool/python-pyramid-debugtoolbar
- 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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3a358d5e47b2daeda94b1f1d744c746163e876c097f2553bf3ed6eb1abace72
|
||||
size 3079703
|
3
pyramid_debugtoolbar-4.12.1.tar.gz
Normal file
3
pyramid_debugtoolbar-4.12.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71e888d349c85fcca12b3e6dc4c7ae8e3f02a1d5acc05154fd9ba8c7f661b43d
|
||||
size 3081467
|
@@ -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>
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
# nothing provides python2-pyramid needed by python2-pyramid-mako
|
||||
%define skip_python2 1
|
||||
Name: python-pyramid-debugtoolbar
|
||||
Version: 4.11
|
||||
Version: 4.12.1
|
||||
Release: 0
|
||||
Summary: An interactive HTML debugger for Pyramid application development
|
||||
License: BSD-4-Clause AND ZPL-2.1 AND MIT
|
||||
|
Reference in New Issue
Block a user