Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-pyramid-debugtoolbar-doc-4.12.1-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python-pyramid-debugtoolbar-doc Distribution: openSUSE Tumbleweed
Version: 4.12.1 Vendor: openSUSE
Release: 1.2 Build date: Fri Feb 9 22:57:03 2024
Group: Unspecified Build host: reproducible
Size: 2954565 Source RPM: python-pyramid-debugtoolbar-4.12.1-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://docs.pylonsproject.org
Summary: Documentation files for python-pyramid-debugtoolbar
Documentation and examples for python-pyramid-debugtoolbar.

Provides

Requires

License

BSD-4-Clause AND ZPL-2.1 AND MIT

Changelog

* Fri Feb 09 2024 Dirk Müller <dmueller@suse.com>
  - 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``.
* Tue Jan 30 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 2023 Daniel Garcia <daniel.garcia@suse.com>
  - 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)
    - Added black, isort, and github actions to the pipeline. Dropped travis-ci.
    - Added some extra output to the "Request Vars" panel related to previewing
      the body contents.
      See https://github.com/Pylons/pyramid_debugtoolbar/pull/367
  - 4.6.1 (2020-02-10)
    - Fix parser errors when injecting the toolbar into XHTML formatted pages.
      See https://github.com/Pylons/pyramid_debugtoolbar/pull/360
* Mon Apr 20 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Remove py2 dependency as we build only py3 package
* Mon Mar 23 2020 pgajdos@suse.com
  - 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
* Mon Oct 14 2019 Matej Cepl <mcepl@suse.com>
  - Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Wed Sep 11 2019 John Vandenberg <jayvdb@gmail.com>
  - Rename to python-pyramid-debugtoolbar and integrated doc subpackage
  - Trimmed package description
  - Update to v4.5
    * Drop Python 3.3 support to align with Pyramid and its EOL
    * Add support for testing on Python 3.7
    * Add a list of engines to the SQLAlchemy panel if queries come from
      multiple engines
    * When the toolbar intercepts an exception via
      ``debugtoolbar.intercept_exc = True`` and returns the interactive
      debugger, it will add ``request.exception`` and ``request.exc_info`` to
      the request to indicate what exception triggered the response. This helps
      upstream tweens such as ``pyramid_retry`` to possibly retry the requests
    * Stop parsing the ``request.remote_addr`` value when it contains chain of
      comma-separated ip-addresses. Reject these values and emit a warning
      to sanitize the value upstream
* Mon May 28 2018 bruno@ioda-net.ch
  - 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.
      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.
      See https://github.com/Pylons/pyramid_debugtoolbar/pull/326
* Wed Sep 06 2017 bruno@ioda-net.ch
  - specfile : rename requires plaster-pastedeploy
* Fri Jul 28 2017 bruno@ioda-net.ch
  - specfile : Move to singlespec, cleanup, update copyright year.
    Add minimal rpm-macros for -doc package to build on Leap
  - update to version 4.3 see all changes at
    https://pypi.python.org/pypi/pyramid_debugtoolbar/4.3

Files

/usr/share/doc/packages/python-pyramid-debugtoolbar-doc
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/CHANGES.txt
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/CONTRIBUTORS.txt
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/README.rst
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/TODO.txt
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/api.rst
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/changes.rst
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/README.txt
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/demo.py
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/setup.cfg
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/setup.py
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/sqla.py
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/static
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/static/jquery-1.7.2.min.js
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/static/main.js
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/static/require-1.0.6.js
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/templates
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/templates/ajax.mako
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/templates/error.jinja2
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/templates/error.mako
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/templates/error.pt
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/templates/highorder.mako
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/templates/index.mako
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/templates/notfound.mako
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/templates/sqla.mako
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/demo/test.py
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/exc.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/glossary.rst
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/headers.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/index.rst
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/introspection.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/logging.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/performance.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/redirect.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/renderings.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/requestvars.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/routes.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/session.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/settings.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/sqla-explain.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/sqla-select.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/sqla.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/toolbar-closed.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/toolbar-open.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/toolbar_settings.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/tweens.png
/usr/share/doc/packages/python-pyramid-debugtoolbar-doc/versions.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024