From 6cb6d19025247a2fbb248c1d7b4932ed4a0d6827b0fa0627cf4e297d1c6aff62 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 30 Jan 2024 18:03:58 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=204.11:=20=20=20*=20Drop=20supp?= =?UTF-8?q?ort=20for=20SQLAlchemy=20<=201.4.=20=20=20*=20Add=20support=20f?= =?UTF-8?q?or=20Python=203.12.=20=20=20*=20Add=20support=20for=20SQLAlchem?= =?UTF-8?q?y=202.x.=20=20=20*=20Fix=20an=20issue=20where=20a=20long-runnin?= =?UTF-8?q?g=20request=20might=20not=20appear=20in=20=20=20=20=20the=20too?= =?UTF-8?q?lbar=20UI=20without=20refreshing=20the=20page.=20=20=20*=20Use?= =?UTF-8?q?=20``time.monotonic()``=20when=20computing=20performance=20=20?= =?UTF-8?q?=20=20=20intervals.=20-=20Packaging=20:=20-=20Update=20to=20new?= =?UTF-8?q?=20version=204.4=20=20=20+=20Reduce=20the=20log=20output=20for?= =?UTF-8?q?=20squashed=20exceptions=20and=20put=20them=20at=20=20=20=20=20?= =?UTF-8?q?the=20INFO=20level=20so=20they=20can=20be=20filtered=20out=20if?= =?UTF-8?q?=20desired.=20=20=20=20=20Javascript=20syntax=20fixes=20for=20b?= =?UTF-8?q?rowsers=20that=20don=E2=80=99t=20support=20=20=20=20=20trailing?= =?UTF-8?q?=20commas.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid-debugtoolbar?expand=0&rev=14 --- pyramid_debugtoolbar-4.10.tar.gz | 3 --- pyramid_debugtoolbar-4.11.tar.gz | 3 +++ python-pyramid-debugtoolbar.changes | 24 ++++++++++++++++++------ python-pyramid-debugtoolbar.spec | 4 ++-- 4 files changed, 23 insertions(+), 11 deletions(-) delete mode 100644 pyramid_debugtoolbar-4.10.tar.gz create mode 100644 pyramid_debugtoolbar-4.11.tar.gz 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