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.000000000 +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)


Reply via email to