Hello community,
here is the log from the commit of package python-django-crispy-forms for
openSUSE:Leap:15.2 checked in at 2020-04-08 12:49:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-django-crispy-forms (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-django-crispy-forms.new.3248
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-crispy-forms"
Wed Apr 8 12:49:12 2020 rev:4 rq:791687 version:1.9.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-django-crispy-forms/python-django-crispy-forms.changes
2020-02-23 16:47:20.194305077 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-django-crispy-forms.new.3248/python-django-crispy-forms.changes
2020-04-08 12:49:40.114382429 +0200
@@ -1,0 +2,8 @@
+Mon Mar 2 08:38:07 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.9.0:
+ * Removed support for Python 2.
+ * Removed support for Django versions prior to 2.2.
+ * CSS for Column layout object in Bootstrap 4 template pack changed to
'col-md'.
+
+-------------------------------------------------------------------
Old:
----
django-crispy-forms-1.8.1.tar.gz
New:
----
django-crispy-forms-1.9.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-crispy-forms.spec ++++++
--- /var/tmp/diff_new_pack.tUDXio/_old 2020-04-08 12:49:40.486382623 +0200
+++ /var/tmp/diff_new_pack.tUDXio/_new 2020-04-08 12:49:40.486382623 +0200
@@ -17,22 +17,22 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
%define mod_name django-crispy-forms
Name: python-%{mod_name}
-Version: 1.8.1
+Version: 1.9.0
Release: 0
Summary: Django DRY Forms
License: MIT
-Group: Development/Languages/Python
-URL: http://github.com/maraujop/django-crispy-forms
+URL: https://github.com/maraujop/django-crispy-forms
Source:
https://files.pythonhosted.org/packages/source/d/%{mod_name}/%{mod_name}-%{version}.tar.gz
-BuildRequires: %{python_module Django}
+BuildRequires: %{python_module Django >= 2.2}
BuildRequires: %{python_module pytest-django}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-Django
+Requires: python-Django >= 2.2
BuildArch: noarch
%python_subpackages
++++++ django-crispy-forms-1.8.1.tar.gz -> django-crispy-forms-1.9.0.tar.gz
++++++
++++ 16074 lines of diff (skipped)