commit python-django-debug-toolbar for openSUSE:Factory

2020-02-20 Thread root
Hello community,

here is the log from the commit of package python-django-debug-toolbar for 
openSUSE:Factory checked in at 2020-02-20 14:58:16

Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.26092 
(New)


Package is "python-django-debug-toolbar"

Thu Feb 20 14:58:16 2020 rev:16 rq:777579 version:2.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes
  2020-01-07 23:54:46.956075822 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.26092/python-django-debug-toolbar.changes
   2020-02-20 14:58:23.298642186 +0100
@@ -1,0 +2,9 @@
+Thu Feb 20 07:57:47 UTC 2020 - Tomáš Chvátal 
+
+- Update to 2.2:
+  * Removed support for end of life Django 2.0 and 2.1.
+  * Added support for Python 3.8.
+  * Add locals() option for sql panel.
+  * Added support for Django 3.0
+
+---

Old:

  2.1.tar.gz

New:

  2.2.tar.gz



Other differences:
--
++ python-django-debug-toolbar.spec ++
--- /var/tmp/diff_new_pack.Z5Ac6N/_old  2020-02-20 14:58:24.474644494 +0100
+++ /var/tmp/diff_new_pack.Z5Ac6N/_new  2020-02-20 14:58:24.478644502 +0100
@@ -19,20 +19,20 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-django-debug-toolbar
-Version:2.1
+Version:2.2
 Release:0
 Summary:A configurable set of panels that display various debug 
information
 License:BSD-3-Clause
 URL:https://github.com/jazzband/django-debug-toolbar
 Source: 
https://github.com/jazzband/django-debug-toolbar/archive/%{version}.tar.gz
-BuildRequires:  %{python_module Django >= 2.0}
+BuildRequires:  %{python_module Django >= 2.2}
 BuildRequires:  %{python_module django-jinja}
 BuildRequires:  %{python_module html5lib}
 BuildRequires:  %{python_module isort}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module sqlparse >= 0.2.0}
 BuildRequires:  fdupes
-Requires:   python-Django >= 2.0
+Requires:   python-Django >= 2.2
 Requires:   python-django-jinja
 Requires:   python-sqlparse >= 0.2.0
 BuildArch:  noarch

++ 2.1.tar.gz -> 2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-debug-toolbar-2.1/.travis.yml 
new/django-debug-toolbar-2.2/.travis.yml
--- old/django-debug-toolbar-2.1/.travis.yml2019-11-12 09:17:34.0 
+0100
+++ new/django-debug-toolbar-2.2/.travis.yml2020-01-31 20:53:40.0 
+0100
@@ -1,52 +1,73 @@
-dist: xenial
 language: python
 cache: pip
 matrix:
   fast_finish: true
   include:
 - env: TOXENV=flake8
-- python: 3.7
-  env: TOXENV=style
-- python: 3.7
-  env: TOXENV=readme
-- python: 3.5
-  env: TOXENV=py35-dj111
-- python: 3.6
-  env: TOXENV=py36-dj111
-- python: 3.7
-  env: TOXENV=py37-dj111
-- python: 3.5
-  env: TOXENV=py35-dj20
-- python: 3.6
-  env: TOXENV=py36-dj20
-- python: 3.7
-  env: TOXENV=py37-dj20
+- env: TOXENV=style
+- env: TOXENV=readme
 - python: 3.5
-  env: TOXENV=py35-dj21
+  env: TOXENV=py35-dj111-sqlite
 - python: 3.6
-  env: TOXENV=py36-dj21
+  env: TOXENV=py36-dj111-sqlite
 - python: 3.7
-  env: TOXENV=py37-dj21
+  env: TOXENV=py37-dj111-sqlite
 - python: 3.5
-  env: TOXENV=py35-dj22
+  env: TOXENV=py35-dj22-sqlite
 - python: 3.6
-  env: TOXENV=py36-dj22
+  env: TOXENV=py36-dj22-sqlite
 - python: 3.7
-  env: TOXENV=py37-dj22
+  env: TOXENV=py37-dj22-sqlite
+- python: 3.8
+  env: TOXENV=py38-dj22-sqlite
 - python: 3.6
-  env: TOXENV=py36-dj30
+  env: TOXENV=py36-dj30-sqlite
 - python: 3.7
-  env: TOXENV=py37-dj30
+  env: TOXENV=py37-dj30-sqlite
+- python: 3.8
+  env: TOXENV=py38-dj30-sqlite
 - python: 3.6
-  env: TOXENV=py36-djmaster
+  env: TOXENV=py36-djmaster-sqlite
 - python: 3.7
-  env: TOXENV=py37-djmaster
+  env: TOXENV=py37-djmaster-sqlite
+- python: 3.8
+  env: TOXENV=py38-djmaster-sqlite
 - python: 3.7
-  env: TOXENV=postgresql
+  env: TOXENV=py37-dj111-postgresql
+  addons:
+postgresql: "9.5"
+- python: 3.8
+  env: TOXENV=py38-dj22-postgresql
+  addons:
+postgresql: "9.5"
+- python: 3.8
+  env: TOXENV=py38-dj30-postgresql
   addons:
 postgresql: "9.5"
 - python: 3.7
-  env: TOXENV=mariadb
+  env: TOXENV=py37-dj111-mariadb
+  addons:
+mariadb: "10.3"
+  script:
+  

commit python-django-debug-toolbar for openSUSE:Factory

2020-01-07 Thread root
Hello community,

here is the log from the commit of package python-django-debug-toolbar for 
openSUSE:Factory checked in at 2020-01-07 23:54:26

Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.6675 (New)


Package is "python-django-debug-toolbar"

Tue Jan  7 23:54:26 2020 rev:15 rq:761487 version:2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes
  2019-09-17 13:37:50.305838752 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.6675/python-django-debug-toolbar.changes
2020-01-07 23:54:46.956075822 +0100
@@ -1,0 +2,9 @@
+Tue Jan  7 09:27:43 UTC 2020 - Tomáš Chvátal 
+
+- Update to 2.1:
+  * Changed the Travis CI matrix to run style checks first.
+  * Exposed the djdt.init function too.
+  * 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).
+
+---

Old:

  2.0.tar.gz

New:

  2.1.tar.gz



Other differences:
--
++ python-django-debug-toolbar.spec ++
--- /var/tmp/diff_new_pack.ODbQjO/_old  2020-01-07 23:54:47.408076056 +0100
+++ /var/tmp/diff_new_pack.ODbQjO/_new  2020-01-07 23:54:47.408076056 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-debug-toolbar
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,21 +19,20 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-django-debug-toolbar
-Version:2.0
+Version:2.1
 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
-BuildRequires:  %{python_module Django >= 1.11}
+BuildRequires:  %{python_module Django >= 2.0}
 BuildRequires:  %{python_module django-jinja}
 BuildRequires:  %{python_module html5lib}
 BuildRequires:  %{python_module isort}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module sqlparse >= 0.2.0}
 BuildRequires:  fdupes
-Requires:   python-Django >= 1.11
+Requires:   python-Django >= 2.0
 Requires:   python-django-jinja
 Requires:   python-sqlparse >= 0.2.0
 BuildArch:  noarch

++ 2.0.tar.gz -> 2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-debug-toolbar-2.0/.travis.yml 
new/django-debug-toolbar-2.1/.travis.yml
--- old/django-debug-toolbar-2.0/.travis.yml2019-06-20 07:55:52.0 
+0200
+++ new/django-debug-toolbar-2.1/.travis.yml2019-11-12 09:17:34.0 
+0100
@@ -1,10 +1,14 @@
 dist: xenial
-sudo: false
 language: python
 cache: pip
 matrix:
   fast_finish: true
   include:
+- env: TOXENV=flake8
+- python: 3.7
+  env: TOXENV=style
+- python: 3.7
+  env: TOXENV=readme
 - python: 3.5
   env: TOXENV=py35-dj111
 - python: 3.6
@@ -30,6 +34,10 @@
 - python: 3.7
   env: TOXENV=py37-dj22
 - python: 3.6
+  env: TOXENV=py36-dj30
+- python: 3.7
+  env: TOXENV=py37-dj30
+- python: 3.6
   env: TOXENV=py36-djmaster
 - python: 3.7
   env: TOXENV=py37-djmaster
@@ -48,11 +56,6 @@
 - mysql -u root -e "CREATE DATABASE debug_toolbar;"
 - mysql -u root -e "GRANT ALL PRIVILEGES ON *.* TO 'travis'@'%';";
 - tox -v
-- env: TOXENV=flake8
-- python: 3.7
-  env: TOXENV=style
-- python: 3.7
-  env: TOXENV=readme
   allow_failures:
 - env: TOXENV=py36-djmaster
 - env: TOXENV=py37-djmaster
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-debug-toolbar-2.0/README.rst 
new/django-debug-toolbar-2.1/README.rst
--- old/django-debug-toolbar-2.0/README.rst 2019-06-20 07:55:52.0 
+0200
+++ new/django-debug-toolbar-2.1/README.rst 2019-11-12 09:17:34.0 
+0100
@@ -31,7 +31,7 @@
 In addition to the built-in panels, a number of third-party panels are
 contributed by the community.
 
-The current stable version of the Debug Toolbar is 1.11. It works on
+The current stable version of the Debug Toolbar is 2.1. It works on
 Django ≥ 1.11.
 

commit python-django-debug-toolbar for openSUSE:Factory

2019-09-17 Thread root
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 
+
+- 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)




commit python-django-debug-toolbar for openSUSE:Factory

2019-05-16 Thread root
Hello community,

here is the log from the commit of package python-django-debug-toolbar for 
openSUSE:Factory checked in at 2019-05-16 22:10:04

Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.5148 (New)


Package is "python-django-debug-toolbar"

Thu May 16 22:10:04 2019 rev:13 rq:703432 version:1.11

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes
  2019-04-30 13:01:13.806158931 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.5148/python-django-debug-toolbar.changes
2019-05-16 22:10:07.266278606 +0200
@@ -1,0 +2,5 @@
+Thu May 16 11:18:44 UTC 2019 - Ondřej Súkup 
+
+- add t_integrations.patch to fix tests with django-2.2 
+
+---

New:

  t_integrations.patch



Other differences:
--
++ python-django-debug-toolbar.spec ++
--- /var/tmp/diff_new_pack.J8en6J/_old  2019-05-16 22:10:08.530277522 +0200
+++ /var/tmp/diff_new_pack.J8en6J/_new  2019-05-16 22:10:08.534277518 +0200
@@ -24,6 +24,7 @@
 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}
@@ -59,6 +60,7 @@
 
 %prep
 %setup -q -n django-debug-toolbar-%{version}
+%patch0 -p1
 
 %build
 %python_build

++ t_integrations.patch ++
>From 4288b191efc7c5b86fb6317cc291d66adcc61588 Mon Sep 17 00:00:00 2001
From: Matthias Kestenholz 
Date: Sun, 5 May 2019 11:51:51 +0200
Subject: [PATCH] Django 2.2's admin app checks for SessionMiddleware's
 presence

---
 tests/test_integration.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/test_integration.py b/tests/test_integration.py
index 129e819d..2e5d1c2d 100644
--- a/tests/test_integration.py
+++ b/tests/test_integration.py
@@ -354,6 +354,7 @@ class DebugToolbarSystemChecksTestCase(SimpleTestCase):
 @override_settings(
 MIDDLEWARE=[
 "django.contrib.messages.middleware.MessageMiddleware",
+"django.contrib.sessions.middleware.SessionMiddleware",
 "django.contrib.auth.middleware.AuthenticationMiddleware",
 "django.middleware.gzip.GZipMiddleware",
 "debug_toolbar.middleware.DebugToolbarMiddleware",
@@ -366,6 +367,7 @@ def test_check_good_configuration(self):
 @override_settings(
 MIDDLEWARE=[
 "django.contrib.messages.middleware.MessageMiddleware",
+"django.contrib.sessions.middleware.SessionMiddleware",
 "django.contrib.auth.middleware.AuthenticationMiddleware",
 ]
 )
@@ -387,6 +389,7 @@ def test_check_missing_middleware_error(self):
 @override_settings(
 MIDDLEWARE=[
 "django.contrib.messages.middleware.MessageMiddleware",
+"django.contrib.sessions.middleware.SessionMiddleware",
 "django.contrib.auth.middleware.AuthenticationMiddleware",
 "debug_toolbar.middleware.DebugToolbarMiddleware",
 "django.middleware.gzip.GZipMiddleware",



commit python-django-debug-toolbar for openSUSE:Factory

2019-04-30 Thread root
Hello community,

here is the log from the commit of package python-django-debug-toolbar for 
openSUSE:Factory checked in at 2019-04-30 13:01:09

Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.5536 (New)


Package is "python-django-debug-toolbar"

Tue Apr 30 13:01:09 2019 rev:12 rq:697472 version:1.11

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes
  2019-02-20 14:13:10.214902601 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.5536/python-django-debug-toolbar.changes
2019-04-30 13:01:13.806158931 +0200
@@ -1,0 +2,5 @@
+Wed Apr 24 12:02:05 UTC 2019 - Tomáš Chvátal 
+
+- Export the lang to make sure we build on older openSUSE releases
+
+---



Other differences:
--
++ python-django-debug-toolbar.spec ++
--- /var/tmp/diff_new_pack.iG7Ilf/_old  2019-04-30 13:01:15.234158504 +0200
+++ /var/tmp/diff_new_pack.iG7Ilf/_new  2019-04-30 13:01:15.270158494 +0200
@@ -68,6 +68,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+export LANG=en_US.UTF8
 export DJANGO_SETTINGS_MODULE=tests.settings
 %python_expand $python -m django test -v2 tests
 




commit python-django-debug-toolbar for openSUSE:Factory

2019-02-20 Thread root
Hello community,

here is the log from the commit of package python-django-debug-toolbar for 
openSUSE:Factory checked in at 2019-02-20 14:13:04

Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.28833 
(New)


Package is "python-django-debug-toolbar"

Wed Feb 20 14:13:04 2019 rev:11 rq:677458 version:1.11

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes
  2018-08-08 14:54:56.993693698 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.28833/python-django-debug-toolbar.changes
   2019-02-20 14:13:10.214902601 +0100
@@ -1,0 +2,40 @@
+Tue Feb 19 18:08:01 UTC 2019 - John Vandenberg 
+
+- Update to v1.11
+  * Use ``defer`` on all ``

commit python-django-debug-toolbar for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-django-debug-toolbar for 
openSUSE:Factory checked in at 2018-08-08 14:54:35

Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new (New)


Package is "python-django-debug-toolbar"

Wed Aug  8 14:54:35 2018 rev:10 rq:628036 version:1.9.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes
  2015-03-18 13:05:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new/python-django-debug-toolbar.changes
 2018-08-08 14:54:56.993693698 +0200
@@ -1,0 +2,8 @@
+Wed Aug  8 08:18:50 UTC 2018 - tchva...@suse.com
+
+- Version update to 1.9.1:
+  * Many many changes to list
+  * Fix building with latest djangos
+- Convert to singlespec
+
+---

Old:

  django-debug-toolbar-1.3.0.tar.gz

New:

  1.9.1.tar.gz



Other differences:
--
++ python-django-debug-toolbar.spec ++
--- /var/tmp/diff_new_pack.60yRd4/_old  2018-08-08 14:54:57.729694914 +0200
+++ /var/tmp/diff_new_pack.60yRd4/_new  2018-08-08 14:54:57.733694921 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-debug-toolbar
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,25 @@
 
 
 Name:   python-django-debug-toolbar
-Version:1.3.0
+Version:1.9.1
 Release:0
-Url:http://robhudson.github.com/django-debug-toolbar/
 Summary:A configurable set of panels that display various debug 
information
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/d/django-debug-toolbar/django-debug-toolbar-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-# Test requirements:
-BuildRequires:  python-Django >= 1.4.2
-BuildRequires:  python-sqlparse
-Requires:   python-Django >= 1.4.2
-Requires:   python-sqlparse
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
+URL:https://github.com/jazzband/django-debug-toolbar
+Source: 
https://github.com/jazzband/django-debug-toolbar/archive/%{version}.tar.gz
+BuildRequires:  %{python_module Django >= 1.11}
+BuildRequires:  %{python_module django-jinja}
+BuildRequires:  %{python_module html5lib}
+BuildRequires:  %{python_module isort}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module sqlparse >= 0.2.0}
+BuildRequires:  fdupes
+Requires:   python-Django >= 1.11
+Requires:   python-django-jinja
+Requires:   python-sqlparse >= 0.2.0
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
 The Django Debug Toolbar is a configurable set of panels that display various
@@ -60,17 +59,21 @@
 
 %prep
 %setup -q -n django-debug-toolbar-%{version}
-sed -i "s/\(django>=1.4.2\),<1.6/\1/" setup.py 
django_debug_toolbar.egg-info/requires.txt
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%files
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%check
+export DJANGO_SETTINGS_MODULE=tests.settings
+%python_expand $python -m django test -v2 tests
+
+%files %{python_files}
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog

++ django-debug-toolbar-1.3.0.tar.gz -> 1.9.1.tar.gz ++
 8064 lines of diff (skipped)




commit python-django-debug-toolbar for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package python-django-debug-toolbar for 
openSUSE:Factory checked in at 2015-03-18 13:05:32

Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new (New)


Package is "python-django-debug-toolbar"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes
  2014-08-01 19:27:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new/python-django-debug-toolbar.changes
 2015-03-18 13:05:38.0 +0100
@@ -1,0 +2,18 @@
+Mon Mar 16 12:29:37 UTC 2015 - mci...@suse.cz
+
+- Update to 1.3.0:
+New features
+
+* A new panel is available: Template Profiler.
+* The SHOW_TOOLBAR_CALLBACK accepts a callable.
+* The toolbar now provides a JavaScript API.
+
+Bugfixes
+
+* The toolbar handle cannot leave the visible area anymore when the 
toolbar is collapsed.
+* The root level logger is preserved.
+* The RESULTS_CACHE_SIZE setting is taken into account.
+* CSS classes are prefixed with djdt- to prevent name conflicts.
+* The private copy of jQuery no longer registers as an AMD module on sites 
that load RequireJS.
+
+---

Old:

  django-debug-toolbar-1.2.1.tar.gz

New:

  django-debug-toolbar-1.3.0.tar.gz



Other differences:
--
++ python-django-debug-toolbar.spec ++
--- /var/tmp/diff_new_pack.16kkFe/_old  2015-03-18 13:05:39.0 +0100
+++ /var/tmp/diff_new_pack.16kkFe/_new  2015-03-18 13:05:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-debug-toolbar
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-django-debug-toolbar
-Version:1.2.1
+Version:1.3.0
 Release:0
 Url:http://robhudson.github.com/django-debug-toolbar/
 Summary:A configurable set of panels that display various debug 
information

++ django-debug-toolbar-1.2.1.tar.gz -> django-debug-toolbar-1.3.0.tar.gz 
++
 2087 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-django-debug-toolbar for openSUSE:Factory

2014-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-django-debug-toolbar for 
openSUSE:Factory checked in at 2014-08-01 19:27:16

Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new (New)


Package is "python-django-debug-toolbar"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes
  2013-12-18 16:55:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new/python-django-debug-toolbar.changes
 2014-08-01 19:27:18.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 23 11:06:16 UTC 2014 - mci...@suse.cz
+
+- Update to version 1.2.1:
+  + See http://django-debug-toolbar.readthedocs.org/en/1.2/changes.html
+for full changelog
+
+---

Old:

  django-debug-toolbar-0.10.2.tar.gz

New:

  django-debug-toolbar-1.2.1.tar.gz



Other differences:
--
++ python-django-debug-toolbar.spec ++
--- /var/tmp/diff_new_pack.J6laeq/_old  2014-08-01 19:27:19.0 +0200
+++ /var/tmp/diff_new_pack.J6laeq/_new  2014-08-01 19:27:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-debug-toolbar
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-django-debug-toolbar
-Version:0.10.2
+Version:1.2.1
 Release:0
 Url:http://robhudson.github.com/django-debug-toolbar/
 Summary:A configurable set of panels that display various debug 
information
@@ -70,7 +70,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS LICENSE README.rst
+%doc LICENSE README.rst
 %{python_sitelib}/*
 
 %changelog

++ django-debug-toolbar-0.10.2.tar.gz -> django-debug-toolbar-1.2.1.tar.gz 
++
 34322 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-django-debug-toolbar for openSUSE:Factory

2013-12-18 Thread h_root
Hello community,

here is the log from the commit of package python-django-debug-toolbar for 
openSUSE:Factory checked in at 2013-12-18 16:55:02

Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new (New)


Package is "python-django-debug-toolbar"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes
  2013-10-25 11:13:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new/python-django-debug-toolbar.changes
 2013-12-18 16:55:04.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  8 08:31:51 UTC 2013 - speili...@suse.com
+
+- Update to version 0.10.2:
+  + Upstream provides no changelog
+
+---

Old:

  django-debug-toolbar-0.9.4.tar.gz

New:

  django-debug-toolbar-0.10.2.tar.gz



Other differences:
--
++ python-django-debug-toolbar.spec ++
--- /var/tmp/diff_new_pack.OxWByn/_old  2013-12-18 16:55:04.0 +0100
+++ /var/tmp/diff_new_pack.OxWByn/_new  2013-12-18 16:55:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-django-debug-toolbar
-Version:0.9.4
+Version:0.10.2
 Release:0
 Url:http://robhudson.github.com/django-debug-toolbar/
 Summary:A configurable set of panels that display various debug 
information
@@ -26,10 +26,12 @@
 Source: 
http://pypi.python.org/packages/source/d/django-debug-toolbar/django-debug-toolbar-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-#BuildRequires:  python-dingus
 BuildRequires:  python-setuptools
-#BuildRequires:  python-django
-Requires:   python-django
+# Test requirements:
+BuildRequires:  python-Django >= 1.4.2
+BuildRequires:  python-sqlparse
+Requires:   python-Django >= 1.4.2
+Requires:   python-sqlparse
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else
@@ -58,6 +60,7 @@
 
 %prep
 %setup -q -n django-debug-toolbar-%{version}
+sed -i "s/\(django>=1.4.2\),<1.6/\1/" setup.py 
django_debug_toolbar.egg-info/requires.txt
 
 %build
 python setup.py build
@@ -65,9 +68,6 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-#%%check
-#python setup.py test
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS LICENSE README.rst

++ django-debug-toolbar-0.9.4.tar.gz -> django-debug-toolbar-0.10.2.tar.gz 
++
 34220 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-django-debug-toolbar for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-django-debug-toolbar for 
openSUSE:Factory checked in at 2013-10-25 11:13:42

Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new (New)


Package is "python-django-debug-toolbar"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes
  2012-03-16 13:22:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new/python-django-debug-toolbar.changes
 2013-10-25 11:13:43.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:02:01 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-django-debug-toolbar.spec ++
--- /var/tmp/diff_new_pack.9754ce/_old  2013-10-25 11:13:45.0 +0200
+++ /var/tmp/diff_new_pack.9754ce/_new  2013-10-25 11:13:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-debug-toolbar
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,10 +11,11 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-django-debug-toolbar
 Version:0.9.4
 Release:0
@@ -26,7 +27,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 #BuildRequires:  python-dingus
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 #BuildRequires:  python-django
 Requires:   python-django
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-django-debug-toolbar for openSUSE:Factory

2012-03-16 Thread h_root
Hello community,

here is the log from the commit of package python-django-debug-toolbar for 
openSUSE:Factory checked in at 2012-03-16 13:22:35

Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new (New)


Package is "python-django-debug-toolbar", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-03-04 14:46:25.491534019 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new/python-django-debug-toolbar.changes
 2012-03-16 13:22:40.0 +0100
@@ -0,0 +1,76 @@
+---
+Tue Mar 13 09:47:13 UTC 2012 - cfarr...@suse.com
+
+- license update: BSD-3-Clause
+  Most of the license references point to the BSD-2-Clause on
+  opensource.org but the COPYING file is BSD-3-Clause
+
+---
+Mon Mar 12 20:37:11 UTC 2012 - sasc...@gmx.de
+
+- Fix typo, it's README.rst, not README.rs1 
+
+---
+Sat Mar 10 18:23:59 UTC 2012 - sasc...@gmx.de
+
+- Use upstream tarball
+- Simplify macro usage
+
+---
+Tue Jan 17 12:11:10 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.9.4:
+  - Sorry, no changelog.
+
+---
+Fri Jan 13 03:58:12 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.9.2:
+  - Sorry,, no changelog.
+
+---
+Wed Jan  4 00:55:11 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.9.1:
+  - Sorry, no changelog atm.
+
+---
+Mon Apr 25 21:28:33 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.8.5:
+  - Sorry, no changelog.
+- Regenerate spec file with py2pack.
+
+---
+Tue Nov  9 10:47:43 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 0.8.4;
+- Bzip2 source file;
+- Spec file cleaned with spec-cleaner.
+
+---
+Wed Mar  3 22:45:44 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 0.8.3.
+
+---
+Tue Mar  2 23:33:26 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 0.8.2.
+
+---
+Wed Nov  4 13:04:58 UTC 2009 - alexan...@exatati.com.br
+
+- Update to 0.8.1;
+- Building as noarch for openSUSE >= 11.2.
+
+---
+Mon Sep 14 11:07:47 UTC 2009 - alexan...@exatati.com.br
+
+- Update to 0.8.0.
+
+---
+Tue Aug 18 00:50:56 UTC 2009 - alexan...@exatati.com.br
+
+- Initial package (0.7.0) for openSUSE.
+

New:

  django-debug-toolbar-0.9.4.tar.gz
  python-django-debug-toolbar.changes
  python-django-debug-toolbar.spec



Other differences:
--
++ python-django-debug-toolbar.spec ++
#
# spec file for package python-django-debug-toolbar
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   python-django-debug-toolbar
Version:0.9.4
Release:0
Url:http://robhudson.github.com/django-debug-toolbar/
Summary:A configurable set of panels that display various debug 
information
License:BSD-3-Clause
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/d/django-debug-toolbar/django-debug-toolbar-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
#BuildRequires:  python-dingus
BuildRequires:  python-distribute
#BuildRequires:  python-django
Requires:   python-django
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:  no