14
0
Commit Graph

19 Commits

Author SHA256 Message Date
66a9dd2b4e Accepting request 1248380 from devel:languages:python
- Add patch to fix tests with latest pyramid
  0001-Adapt-tests-to-latest-pygments.patch

OBS-URL: https://build.opensuse.org/request/show/1248380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyramid-debugtoolbar?expand=0&rev=8
2025-02-25 15:48:17 +00:00
ba78cd32fd - Add patch to fix tests with latest pyramid
0001-Adapt-tests-to-latest-pygments.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid-debugtoolbar?expand=0&rev=18
2025-02-25 13:40:18 +00:00
912828b4d4 Accepting request 1145530 from devel:languages:python
- update to 4.12.1:
  * Fix a toolbar crash when loading the page and there aren't
    any visible requests yet.
  * Fix a concern where the toolbar may access sensitive request
    attributes like ``request.authenticated_userid`` at times
    outside of the supported request lifecycle.
  * Avoid triggering DeprecationWarnings when tracking values for
    deprecated attributes in Pyramid like ``effective_principals``.

OBS-URL: https://build.opensuse.org/request/show/1145530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyramid-debugtoolbar?expand=0&rev=7
2024-02-09 22:55:07 +00:00
1265c7031b - update to 4.12.1:
* Fix a toolbar crash when loading the page and there aren't
    any visible requests yet.
  * Fix a concern where the toolbar may access sensitive request
    attributes like ``request.authenticated_userid`` at times
    outside of the supported request lifecycle.
  * Avoid triggering DeprecationWarnings when tracking values for
    deprecated attributes in Pyramid like ``effective_principals``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid-debugtoolbar?expand=0&rev=16
2024-02-09 21:57:57 +00:00
4bb4054193 Accepting request 1142840 from devel:languages:python
- 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/request/show/1142840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyramid-debugtoolbar?expand=0&rev=6
2024-01-31 22:54:18 +00:00
6cb6d19025 - 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
2024-01-30 18:03:58 +00:00
b4a5d14c13 Accepting request 1068183 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1068183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyramid-debugtoolbar?expand=0&rev=5
2023-02-28 13:39:51 +00:00
cbd3f81ecb - Update to 4.10
- Drop support for Python 2.7, 3.4, 3.5, 3.6.
  - Add support for Python 3.9, 3.10, 3.11.
  - Fix deprecated usages of ``threading.currentThread()``.
    See https://github.com/Pylons/pyramid_debugtoolbar/pull/374
- 4.9 (2020-11-24)
  - Support Python 3.9.
  - Added a new Session Panel to track ingress and egress changes to a registered
    ISession interface across a request lifecycle.  By default, the panel only
    operates on accessed sessions via a wrapped loader. Users can activate the
    Session Panel, via the Toolbar Settings or a per-request cookie, to track the
    ingress and egress data on all requests.
    * Removed "Session" section from Request Vars Panel
    * Updated Documentation and Screenshots
  - Ensured the Headers panel only operates when a Response object exists, to
    create better stack traces if other panels encounter errors.
  - ``utils.dictrepr`` will now fallback to a string comparison of the keys if a
    TypeError is encountered, which can occur under Python3.
    * A test was added to check to ensure sorting errors occur under Python3.
      If the test fails in the future, this workaround may no longer be needed.
  - Updated toolbar javascript to better handle multiple user-activated panels.
    * ``split`` and ``join`` functions now use the same delimiter.
    * If the browser supports it, use a "set" to de-duplicate active panels.
  - Inline comments on toolbar.js and toolbar.py to alert future developers on
    the string delimiters and cookie names.
- 4.8 (2020-10-23)
  - Added tracking of transactional SQLAlchemy events to provide more insight
    into database session behavior during a request's lifecycle.
    See https://github.com/Pylons/pyramid_debugtoolbar/pull/368
- 4.7 (2020-10-22)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid-debugtoolbar?expand=0&rev=12
2023-02-21 12:09:23 +00:00
6f725d71f5 Accepting request 795764 from devel:languages:python
- Remove py2 dependency as we build only py3 package

OBS-URL: https://build.opensuse.org/request/show/795764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyramid-debugtoolbar?expand=0&rev=4
2020-04-21 11:08:49 +00:00
Tomáš Chvátal
e0fdba1a10 - Remove py2 dependency as we build only py3 package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid-debugtoolbar?expand=0&rev=10
2020-04-20 10:29:41 +00:00
dbd8b71b89 Accepting request 789085 from devel:languages:python
- version update to 4.6.1
  - Fix parser errors when injecting the toolbar into XHTML formatted pages.
    See https://github.com/Pylons/pyramid_debugtoolbar/pull/360
  - Show the full URL in the tooltip on the requests panel.
    See https://github.com/Pylons/pyramid_debugtoolbar/pull/358
  - Stop accessing ``request.unauthenticated_userid`` in preparation for
    Pyramid 2.0 where it is deprecated.
  - Catch a ``ValueError`` when JSON-serializing SQLA objects for display.
    See https://github.com/Pylons/pyramid_debugtoolbar/pull/357

OBS-URL: https://build.opensuse.org/request/show/789085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyramid-debugtoolbar?expand=0&rev=3
2020-03-27 20:56:52 +00:00
Tomáš Chvátal
dc820879ba OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid-debugtoolbar?expand=0&rev=8 2020-03-27 15:25:30 +00:00
Tomáš Chvátal
a31b42c1d2 Accepting request 787488 from home:pgajdos:python
- version update to 4.6.1
  - Fix parser errors when injecting the toolbar into XHTML formatted pages.
    See https://github.com/Pylons/pyramid_debugtoolbar/pull/360
  - Show the full URL in the tooltip on the requests panel.
    See https://github.com/Pylons/pyramid_debugtoolbar/pull/358
  - Stop accessing ``request.unauthenticated_userid`` in preparation for
    Pyramid 2.0 where it is deprecated.
  - Catch a ``ValueError`` when JSON-serializing SQLA objects for display.
    See https://github.com/Pylons/pyramid_debugtoolbar/pull/357

OBS-URL: https://build.opensuse.org/request/show/787488
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid-debugtoolbar?expand=0&rev=7
2020-03-23 13:53:57 +00:00
815cb2001b Accepting request 744578 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/744578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyramid-debugtoolbar?expand=0&rev=2
2019-11-01 14:13:48 +00:00
e15e2f70e5 Accepting request 730410 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/730410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyramid-debugtoolbar?expand=0&rev=1
2019-10-31 17:13:08 +00:00
aa72743846 - Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid-debugtoolbar?expand=0&rev=4
2019-10-14 14:16:52 +00:00
Tomáš Chvátal
07c30241d9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid-debugtoolbar?expand=0&rev=3 2019-09-12 13:24:58 +00:00
Tomáš Chvátal
76780f7875 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid-debugtoolbar?expand=0&rev=2 2019-09-12 11:10:17 +00:00
Tomáš Chvátal
cd91fd2350 Accepting request 729992 from home:jayvdb:coala:test-rig
needed for pytest pyramid plugin

OBS-URL: https://build.opensuse.org/request/show/729992
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid-debugtoolbar?expand=0&rev=1
2019-09-12 10:47:14 +00:00