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 +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>
|
||||
|
||||
@@ -91,16 +103,16 @@ Wed Sep 11 01:24:07 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user