Skip to content

Commit

Permalink
Update python-pyramid-debugtoolbar to version 4.11 / rev 6 via SR 114…
Browse files Browse the repository at this point in the history
…2840

https://build.opensuse.org/request/show/1142840
by user dirkmueller + anag+factory
- 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.
  • Loading branch information
dirkmueller authored and bmwiedemann committed Jan 31, 2024
1 parent cda1e63 commit 0d23858
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 9 deletions.
Binary file modified packages/p/python-pyramid-debugtoolbar/.files
Binary file not shown.
22 changes: 22 additions & 0 deletions packages/p/python-pyramid-debugtoolbar/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,26 @@
<comment>Automatic submission by obs-autosubmit</comment>
<requestid>1068183</requestid>
</revision>
<revision rev="6" vrev="1">
<srcmd5>b4c1fab37a3ec46b978c0d799a32ae73</srcmd5>
<version>4.11</version>
<time>1706741658</time>
<user>anag+factory</user>
<comment>- update to 4.11:
* Drop support for SQLAlchemy &lt; 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.</comment>
<requestid>1142840</requestid>
</revision>
</revisionlist>

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jan 30 18:03:35 UTC 2024 - Dirk Müller <[email protected]>

- 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 <[email protected]>

Expand Down Expand Up @@ -91,16 +103,16 @@ Wed Sep 11 01:24:07 UTC 2019 - John Vandenberg <[email protected]>
-------------------------------------------------------------------
Mon May 28 14:45:36 UTC 2018 - [email protected]

- 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

-------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0d23858

Please sign in to comment.