Hello community,
here is the log from the commit of package python-django-formtools for
openSUSE:Factory checked in at 2019-12-10 22:42:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-formtools (Old)
and /work/SRC/openSUSE:Factory/.python-django-formtools.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-formtools"
Tue Dec 10 22:42:58 2019 rev:5 rq:755462 version:2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-formtools/python-django-formtools.changes
2018-09-13 12:11:13.034314117 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-formtools.new.4691/python-django-formtools.changes
2019-12-10 22:43:09.745792662 +0100
@@ -1,0 +2,7 @@
+Mon Dec 9 14:57:10 CET 2019 - Matej Cepl <[email protected]>
+
+- Remove useless pysqlite dependency. If explicit sqlite3
+ dependency is required (perhaps in some SLE branch), please,
+ just add BR for the full python/python3 package.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-formtools.spec ++++++
--- /var/tmp/diff_new_pack.PJZN0k/_old 2019-12-10 22:43:10.573792355 +0100
+++ /var/tmp/diff_new_pack.PJZN0k/_new 2019-12-10 22:43:10.573792355 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-formtools
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -30,7 +30,6 @@
BuildRequires: %{python_module isort}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
-BuildRequires: python-pysqlite
BuildRequires: python-rpm-macros
Requires: python-Django >= 1.8
BuildArch: noarch
@@ -54,7 +53,7 @@
%check
export DJANGO_SETTINGS_MODULE=tests.settings
export PYTHONPATH=`pwd`
-%python_expand %{_bindir}/django-admin.py-%{$python_bin_suffix} test tests
--pythonpath=`pwd`
+%python_expand %{_bindir}/django-admin.py-%{$python_bin_suffix} test -v 2
tests --pythonpath=`pwd`
%files %{python_files}
%license LICENSE