From 1265c7031b8029e1a41679e4422f07d4d88715e0d4567704bcc65dfa2bb7c053 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 9 Feb 2024 21:57:57 +0000 Subject: [PATCH] - 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 --- pyramid_debugtoolbar-4.11.tar.gz | 3 --- pyramid_debugtoolbar-4.12.1.tar.gz | 3 +++ python-pyramid-debugtoolbar.changes | 12 ++++++++++++ python-pyramid-debugtoolbar.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 pyramid_debugtoolbar-4.11.tar.gz create mode 100644 pyramid_debugtoolbar-4.12.1.tar.gz diff --git a/pyramid_debugtoolbar-4.11.tar.gz b/pyramid_debugtoolbar-4.11.tar.gz deleted file mode 100644 index a40145a..0000000 --- a/pyramid_debugtoolbar-4.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3a358d5e47b2daeda94b1f1d744c746163e876c097f2553bf3ed6eb1abace72 -size 3079703 diff --git a/pyramid_debugtoolbar-4.12.1.tar.gz b/pyramid_debugtoolbar-4.12.1.tar.gz new file mode 100644 index 0000000..cb9343b --- /dev/null +++ b/pyramid_debugtoolbar-4.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e888d349c85fcca12b3e6dc4c7ae8e3f02a1d5acc05154fd9ba8c7f661b43d +size 3081467 diff --git a/python-pyramid-debugtoolbar.changes b/python-pyramid-debugtoolbar.changes index 939defc..f39c6f6 100644 --- a/python-pyramid-debugtoolbar.changes +++ b/python-pyramid-debugtoolbar.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Feb 9 21:57:03 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-pyramid-debugtoolbar.spec b/python-pyramid-debugtoolbar.spec index ecca3ec..fcf859d 100644 --- a/python-pyramid-debugtoolbar.spec +++ b/python-pyramid-debugtoolbar.spec @@ -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