Hello community,
here is the log from the commit of package python-django-debug-toolbar for
openSUSE:Factory checked in at 2019-09-17 13:37:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old)
and /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-debug-toolbar"
Tue Sep 17 13:37:47 2019 rev:14 rq:731227 version:2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes
2019-05-16 22:10:07.266278606 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.7948/python-django-debug-toolbar.changes
2019-09-17 13:37:50.305838752 +0200
@@ -1,0 +2,18 @@
+Mon Sep 16 09:47:42 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.0:
+ * Updated StaticFilesPanel to be compatible with Django 3.0.
+ * The ProfilingPanel is now enabled but inactive by default.
+ * Fixed toggling of table rows in the profiling panel UI.
+ * The ProfilingPanel no longer skips remaining panels or middlewares.
+ * Improved the installation documentation.
+ * Fixed a possible crash in the template panel.
+ * Added support for psycopg2 Composed objects.
+ * Changed the Jinja2 tests to use Django's own Jinja2 template backend.
+ * Added instrumentation to queries using server side cursors.
+ * Removed support for Python 2.
+ * Removed support for Django's deprecated MIDDLEWARE_CLASSES setting.
+Too many small improvements and cleanups to list them all.
+- Remove merged patch t_integrations.patch
+
+-------------------------------------------------------------------
Old:
----
1.11.tar.gz
t_integrations.patch
New:
----
2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-debug-toolbar.spec ++++++
--- /var/tmp/diff_new_pack.BT8Jem/_old 2019-09-17 13:37:50.789838675 +0200
+++ /var/tmp/diff_new_pack.BT8Jem/_new 2019-09-17 13:37:50.789838675 +0200
@@ -16,15 +16,16 @@
#
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-django-debug-toolbar
-Version: 1.11
+Version: 2.0
Release: 0
Summary: A configurable set of panels that display various debug
information
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/jazzband/django-debug-toolbar
Source:
https://github.com/jazzband/django-debug-toolbar/archive/%{version}.tar.gz
-Patch0: t_integrations.patch
BuildRequires: %{python_module Django >= 1.11}
BuildRequires: %{python_module django-jinja}
BuildRequires: %{python_module html5lib}
@@ -60,7 +61,6 @@
%prep
%setup -q -n django-debug-toolbar-%{version}
-%patch0 -p1
%build
%python_build
++++++ 1.11.tar.gz -> 2.0.tar.gz ++++++
++++ 3034 lines of diff (skipped)