Hello community,
here is the log from the commit of package python-django-formtools for
openSUSE:Leap:15.2 checked in at 2020-02-23 16:47:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-django-formtools (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-django-formtools.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-formtools"
Sun Feb 23 16:47:23 2020 rev:12 rq:776572 version:2.2
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-django-formtools/python-django-formtools.changes
2020-01-15 15:48:38.055432551 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-django-formtools.new.26092/python-django-formtools.changes
2020-02-23 16:47:24.166312717 +0100
@@ -1,0 +2,17 @@
+Tue Jan 7 09:23:22 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.2:
+ * Dropped testing for Django 1.8, 1.9, 1.10.
+ * Dropped support for Python 2.
+ * Added support for Django 2.1, 2.2, 3.0, and Python 3.7.
+ * Updated translations from Transifex.
+- Remove merged patch django-21.patch
+
+-------------------------------------------------------------------
+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.
+
+-------------------------------------------------------------------
Old:
----
django-21.patch
django-formtools-2.1.tar.gz
New:
----
django-formtools-2.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-formtools.spec ++++++
--- /var/tmp/diff_new_pack.sxqqmz/_old 2020-02-23 16:47:24.602313555 +0100
+++ /var/tmp/diff_new_pack.sxqqmz/_new 2020-02-23 16:47:24.606313563 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-formtools
#
-# Copyright (c) 2018 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
@@ -12,27 +12,25 @@
# 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/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-django-formtools
-Version: 2.1
+Version: 2.2
Release: 0
Summary: A set of high-level abstractions for Django forms
License: BSD-3-Clause
-Group: Development/Languages/Python
URL: https://github.com/django/django-formtools
Source:
https://files.pythonhosted.org/packages/source/d/django-formtools/django-formtools-%{version}.tar.gz
-Patch0: django-21.patch
-BuildRequires: %{python_module Django >= 1.8}
+BuildRequires: %{python_module Django >= 2.0}
BuildRequires: %{python_module isort}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
-BuildRequires: python-pysqlite
BuildRequires: python-rpm-macros
-Requires: python-Django >= 1.8
+Requires: python-Django >= 2.0
BuildArch: noarch
%python_subpackages
@@ -42,7 +40,6 @@
%prep
%setup -q -n django-formtools-%{version}
-%patch0 -p1
%build
%python_build
@@ -54,7 +51,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
++++++ django-formtools-2.1.tar.gz -> django-formtools-2.2.tar.gz ++++++
++++ 3247 lines of diff (skipped)