-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update python-pyramid-debugtoolbar to version 4.11 / rev 6 via SR 114…
…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
1 parent
cda1e63
commit 0d23858
Showing
6 changed files
with
43 additions
and
9 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
packages/p/python-pyramid-debugtoolbar/pyramid_debugtoolbar-4.10.tar.gz
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
packages/p/python-pyramid-debugtoolbar/pyramid_debugtoolbar-4.11.tar.gz
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/ipfs/bafybeie46d4zfdrut6bynitmrhlyorfq3u5skn5hufrb4iqpnyu27zrosm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
||
|
@@ -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 | ||
|
||
------------------------------------------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters