forked from pool/python-pyramid-debugtoolbar
- 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. - Packaging : - 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. Javascript syntax fixes for browsers that don’t support trailing commas. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid-debugtoolbar?expand=0&rev=14
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfc8cfaf342609577fbb93e899fbb2290b31e3418c4b68f0dae37cb3b60fe88b
|
||||
size 3078467
|
3
pyramid_debugtoolbar-4.11.tar.gz
Normal file
3
pyramid_debugtoolbar-4.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3a358d5e47b2daeda94b1f1d744c746163e876c097f2553bf3ed6eb1abace72
|
||||
size 3079703
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 30 18:03:35 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <daniel.garcia@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user