Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-django-debug-toolbar for openSUSE:Factory checked in at 2022-09-03 23:19:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old) and /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-debug-toolbar" Sat Sep 3 23:19:01 2022 rev:21 rq:1000980 version:3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes 2022-01-07 12:48:10.971920519 +0100 +++ /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.2083/python-django-debug-toolbar.changes 2022-09-03 23:19:15.155843030 +0200 @@ -1,0 +2,80 @@ +Sat Sep 3 02:45:12 UTC 2022 - John Vandenberg <jay...@gmail.com> + +- Update to v3.6 + * Check if djdt-store-id is in all headers before usage + * docs: Fix a few typos + * Make Selenium tests pass, hopefully + * Add Django 4.1 to classifiers + * Remove signed_data_view decorator to support url type checking + * Avoid assigning arbitrary attributes to SafeString instances +- from v3.5 + * Add the upcoming Django 4.1 to the CI matrix + * Remove a couple of archived third-party repos + * Replace OrderedDict + * Do not crash when encountering unexpected data in the request + * Cache panel work + * Get PostgreSQL transaction tracking working + * Add pyflame to the list of third-party panels + * Fix cache panel miss counting + * Stacktrace cleanups + * Stack trace rework + * Minor documentation updates + * Reimplement HIDE_IN_STACKTRACES machinery + * Rework similary/duplicate query grouping + * Simplify SQLPanel._queries data structure + * Tweak get_stack_trace() API +- from v3.4 + * The path may not always be a true path for stacktraces + * Rename SQLPanel context var to control SQL access +- from 3.3 + * Drop support for Django 2.2 & 3.1 + * Added MrBenn Panel to Third Party Panels + * Documentation fix in installation.rst + * Don't raise W006 warning when app loader is specified + * Move settings reset logic to settings module + * Avoid installing middleware if Content-Encoding is set at all + * Test middleware not injecting when Content-Encoding is set + * Remove Python 3.6 due to EOL + * Implement CacheStatTracker.get_or_set + * Optimize render_stacktrace() + * Remove unnecessary mock dependency + * Optimize SQL reformatting + * Fix USE_TZ RemovedInDjango50Warning + * Duplicate the 'djdt' app_name to avoid importing toolbar early + * unsigning history forms + * adding a green flash to new rows in the history table on refresh + * Adding Update on ajax feature + * Order History panels requests descending chronologically + * Single source 'djdt' app name + * Various minor documentation fixes + * Fix Docker instruction when host IP has more than 1 digit + * Fix sql recording for async views + * Preserve logs that LoggingPanel would previously overwrite + * Fix and improve .assertValidHTML() test method +- from 3.2.4 + * Revert PR 1426 - PostGIS param stripping. This was removing + leading and trailing characters from string typed parameters + for postgres applications. +- from 3.2.3 + * Update translations and revert xgettext aliasing + * Changed cache monkey-patching for Django 3.2+ + * Add check and docs for TEMPLATES APP_DIRS=False + * Possibly fix an infinite recursion crash by avoid str() inside repr() + * Fix transifex link (net -> com) + * Add support for Python 3.10 + * Additional readme warning when using docker + * Fix SQL selected / SQL explain for gis queries + * Allow using ProfilingPanel as non last panel + * Solve spelling mistake in documentation installation page + * Fix test_param_conversion for Django 4.1 and mysql + * Remove settings import from install instructions + * Add a big warning regarding the security implications of changing + SHOW_TOOLBAR_CALLBACK + * Improve installation instructions + * Fix settings docs + * Update translations for a bunch of languages + * Update DE locale + * Discourage insecure SHOW_TOOLBAR_CALLBACK values + * Create urls module and remove import package from docs + +------------------------------------------------------------------- @@ -29 +108,0 @@ - * Version 3.2.2 by @tim-schilling in #1492 @@ -60,2 +139,3 @@ - * Small improvements to the code to take advantage of newer Django APIs and avoid warnings because of deprecated code. - * Verified compatibility with the upcoming Django 3.0 (at the time of writing). + * Small improvements to the code to take advantage of newer Django + APIs and avoid warnings because of deprecated code. + * Verified compatibility with the upcoming Django 3.0 Old: ---- django-debug-toolbar-3.2.2.tar.gz New: ---- django-debug-toolbar-3.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-debug-toolbar.spec ++++++ --- /var/tmp/diff_new_pack.Rc8Iua/_old 2022-09-03 23:19:16.655846973 +0200 +++ /var/tmp/diff_new_pack.Rc8Iua/_new 2022-09-03 23:19:16.659846983 +0200 @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-django-debug-toolbar -Version: 3.2.2 +Version: 3.6 Release: 0 Summary: A configurable set of panels that display various debug information License: BSD-3-Clause ++++++ django-debug-toolbar-3.2.2.tar.gz -> django-debug-toolbar-3.6.tar.gz ++++++ ++++ 11677 lines of diff (skipped)