diff --git a/pyramid_debugtoolbar-4.10.tar.gz b/pyramid_debugtoolbar-4.10.tar.gz deleted file mode 100644 index 764b1be..0000000 --- a/pyramid_debugtoolbar-4.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfc8cfaf342609577fbb93e899fbb2290b31e3418c4b68f0dae37cb3b60fe88b -size 3078467 diff --git a/pyramid_debugtoolbar-4.11.tar.gz b/pyramid_debugtoolbar-4.11.tar.gz new file mode 100644 index 0000000..a40145a --- /dev/null +++ b/pyramid_debugtoolbar-4.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a358d5e47b2daeda94b1f1d744c746163e876c097f2553bf3ed6eb1abace72 +size 3079703 diff --git a/python-pyramid-debugtoolbar.changes b/python-pyramid-debugtoolbar.changes index 7869491..939defc 100644 --- a/python-pyramid-debugtoolbar.changes +++ b/python-pyramid-debugtoolbar.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jan 30 18:03:35 UTC 2024 - Dirk Müller + +- update to 4.11: + * Drop support for SQLAlchemy < 1.4. + * Add support for Python 3.12. + * Add support for SQLAlchemy 2.x. + * Fix an issue where a long-running request might not appear in + the toolbar UI without refreshing the page. + * Use ``time.monotonic()`` when computing performance + intervals. + ------------------------------------------------------------------- Tue Feb 21 12:00:09 UTC 2023 - Daniel Garcia @@ -91,16 +103,16 @@ Wed Sep 11 01:24:07 UTC 2019 - John Vandenberg ------------------------------------------------------------------- Mon May 28 14:45:36 UTC 2018 - bruno@ioda-net.ch -- Packaging : +- Packaging : + spec-cleaner -m (url,date,%license) -- Update to new version 4.4 - + Reduce the log output for squashed exceptions and put them at - the INFO level so they can be filtered out if desired. +- Update to new version 4.4 + + Reduce the log output for squashed exceptions and put them at + the INFO level so they can be filtered out if desired. See https://github.com/Pylons/pyramid_debugtoolbar/pull/328 https://github.com/Pylons/pyramid_debugtoolbar/pull/329 + 4.3.1 (2018-01-28) - Javascript syntax fixes for browsers that don’t support - trailing commas. + Javascript syntax fixes for browsers that don’t support + trailing commas. See https://github.com/Pylons/pyramid_debugtoolbar/pull/326 ------------------------------------------------------------------- diff --git a/python-pyramid-debugtoolbar.spec b/python-pyramid-debugtoolbar.spec index 44fd7d1..ecca3ec 100644 --- a/python-pyramid-debugtoolbar.spec +++ b/python-pyramid-debugtoolbar.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyramid-debugtoolbar # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ # nothing provides python2-pyramid needed by python2-pyramid-mako %define skip_python2 1 Name: python-pyramid-debugtoolbar -Version: 4.10 +Version: 4.11 Release: 0 Summary: An interactive HTML debugger for Pyramid application development License: BSD-4-Clause AND ZPL-2.1 AND MIT