commit python-django-crispy-forms for openSUSE:Factory

2020-09-05 Thread root
Hello community,

here is the log from the commit of package python-django-crispy-forms for 
openSUSE:Factory checked in at 2020-09-06 00:04:01

Comparing /work/SRC/openSUSE:Factory/python-django-crispy-forms (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-crispy-forms.new.3399 (New)


Package is "python-django-crispy-forms"

Sun Sep  6 00:04:01 2020 rev:9 rq:832479 version:1.9.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-crispy-forms/python-django-crispy-forms.changes
2020-06-10 00:51:02.799357881 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-crispy-forms.new.3399/python-django-crispy-forms.changes
  2020-09-06 00:04:08.327306011 +0200
@@ -1,0 +2,8 @@
+Sat Sep  5 10:43:56 UTC 2020 - Matthias Fehring 
+
+- Update to 1.9.2
+  * Fixed FileField UI bug
+- Remove test suite from runtime installation
+- Fix test suite execution
+
+---

Old:

  django-crispy-forms-1.9.1.tar.gz

New:

  django-crispy-forms-1.9.2.tar.gz



Other differences:
--
++ python-django-crispy-forms.spec ++
--- /var/tmp/diff_new_pack.8UPWB8/_old  2020-09-06 00:04:09.151306424 +0200
+++ /var/tmp/diff_new_pack.8UPWB8/_new  2020-09-06 00:04:09.155306426 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %define mod_name django-crispy-forms
 Name:   python-%{mod_name}
-Version:1.9.1
+Version:1.9.2
 Release:0
 Summary:Django DRY Forms
 License:MIT
@@ -48,13 +48,15 @@
 %build
 %python_build
 
-%check
-export DJANGO_SETTINGS_MODULE=crispy_forms.tests.test_settings
-%pytest
-
 %install
 %python_install
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%{python_expand rm -r %{buildroot}%{$python_sitelib}/crispy_forms/tests/
+%fdupes %{buildroot}%{$python_sitelib}
+}
+
+%check
+export DJANGO_SETTINGS_MODULE=crispy_forms.tests.test_settings
+%python_exec -m pytest -rs crispy_forms/tests/
 
 %files %{python_files}
 %license LICENSE.txt

++ django-crispy-forms-1.9.1.tar.gz -> django-crispy-forms-1.9.2.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-crispy-forms-1.9.1/PKG-INFO 
new/django-crispy-forms-1.9.2/PKG-INFO
--- old/django-crispy-forms-1.9.1/PKG-INFO  2020-05-16 08:06:42.649849400 
+0200
+++ new/django-crispy-forms-1.9.2/PKG-INFO  2020-07-11 21:12:55.229901000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: django-crispy-forms
-Version: 1.9.1
+Version: 1.9.2
 Summary: Best way to have Django DRY forms
 Home-page: https://github.com/django-crispy-forms/django-crispy-forms
 Author: Miguel Araujo
@@ -20,7 +20,7 @@
 
 The best way to have Django_ DRY forms. Build programmatic reusable 
layouts out of components, having full control of the rendered HTML without 
writing HTML in templates. All this without breaking the standard way of doing 
things in Django, so it plays nice with any other form application.
 
-`django-crispy-forms` supports Django 2.2 and 3.0 with Python 3.5+.
+`django-crispy-forms` supports Django 2.2, 3.0 and 3.1 with Python 
3.5+. **Note: Django 3.1 requires `django-crispy-forms` version 1.9 or higher**.
 
 Versions of `django-crispy-forms` prior to 1.9.0 also supported Python 
2.7 and Django 1.11/2.1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-crispy-forms-1.9.1/README.rst 
new/django-crispy-forms-1.9.2/README.rst
--- old/django-crispy-forms-1.9.1/README.rst2020-05-09 08:58:05.0 
+0200
+++ new/django-crispy-forms-1.9.2/README.rst2020-07-02 08:49:40.0 
+0200
@@ -12,7 +12,7 @@
 
 The best way to have Django_ DRY forms. Build programmatic reusable layouts 
out of components, having full control of the rendered HTML without writing 
HTML in templates. All this without breaking the standard way of doing things 
in Django, so it plays nice with any other form application.
 
-`django-crispy-forms` supports Django 2.2 and 3.0 with Python 3.5+.
+`django-crispy-forms` supports Django 2.2, 3.0 and 3.1 with Python 3.5+. 
**Note: Django 3.1 requires `django-crispy-forms` version 1.9 or higher**.
 
 Versions of `django-crispy-forms` prior to 1.9.0 also supported Python 2.7 and 
Django 1.11/2.1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-crispy-forms-1.9.1/crispy_forms/__init__.py 
new/django-crispy-forms-1.9.2/crispy_forms/__init__.py
--- old/django-crispy-forms-1.9.1/crispy_forms/__init__.py  2020-05-16 
08:03:53.0 +0200
+++ new/django-crispy-forms-1.9.2/crispy_forms/__init__.py  2020-07-11 
21:10:49.0 +0200
@@ -1 +1 @@
-__version__ 

commit python-django-crispy-forms for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package python-django-crispy-forms for 
openSUSE:Factory checked in at 2020-06-10 00:51:01

Comparing /work/SRC/openSUSE:Factory/python-django-crispy-forms (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-crispy-forms.new.3606 (New)


Package is "python-django-crispy-forms"

Wed Jun 10 00:51:01 2020 rev:8 rq:812876 version:1.9.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-crispy-forms/python-django-crispy-forms.changes
2020-04-04 12:27:15.988041743 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-crispy-forms.new.3606/python-django-crispy-forms.changes
  2020-06-10 00:51:02.799357881 +0200
@@ -1,0 +2,8 @@
+Tue Jun  9 11:00:22 UTC 2020 - Ondřej Súkup 
+
+- Update to 1.9.1
+ * Added Bootstrap 4 styling for clearable file widget.
+ * Fixed FileField UI bug
+ * Project now uses GitHub actions for testing
+
+---

Old:

  django-crispy-forms-1.9.0.tar.gz

New:

  django-crispy-forms-1.9.1.tar.gz



Other differences:
--
++ python-django-crispy-forms.spec ++
--- /var/tmp/diff_new_pack.gF9Bw1/_old  2020-06-10 00:51:03.919360811 +0200
+++ /var/tmp/diff_new_pack.gF9Bw1/_new  2020-06-10 00:51:03.923360821 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %define mod_name django-crispy-forms
 Name:   python-%{mod_name}
-Version:1.9.0
+Version:1.9.1
 Release:0
 Summary:Django DRY Forms
 License:MIT

++ django-crispy-forms-1.9.0.tar.gz -> django-crispy-forms-1.9.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-crispy-forms-1.9.0/PKG-INFO 
new/django-crispy-forms-1.9.1/PKG-INFO
--- old/django-crispy-forms-1.9.0/PKG-INFO  2020-02-28 22:09:00.729307400 
+0100
+++ new/django-crispy-forms-1.9.1/PKG-INFO  2020-05-16 08:06:42.649849400 
+0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: django-crispy-forms
-Version: 1.9.0
+Version: 1.9.1
 Summary: Best way to have Django DRY forms
 Home-page: https://github.com/django-crispy-forms/django-crispy-forms
 Author: Miguel Araujo
@@ -10,9 +10,7 @@
 django-crispy-forms
 ===
 
-.. image:: 
https://travis-ci.org/django-crispy-forms/django-crispy-forms.png?branch=master
-   :alt: Build Status
-   :target: 
https://travis-ci.org/django-crispy-forms/django-crispy-forms
+.. image:: 
https://github.com/django-crispy-forms/django-crispy-forms/workflows/C/I%20Testing./badge.svg
 
 .. image:: https://img.shields.io/badge/code%20style-black-00.svg
 :target: https://github.com/psf/black
@@ -98,3 +96,4 @@
 Classifier: Topic :: Internet :: WWW/HTTP
 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Requires-Python: >=3.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-crispy-forms-1.9.0/README.rst 
new/django-crispy-forms-1.9.1/README.rst
--- old/django-crispy-forms-1.9.0/README.rst2020-02-26 22:32:32.0 
+0100
+++ new/django-crispy-forms-1.9.1/README.rst2020-05-09 08:58:05.0 
+0200
@@ -2,9 +2,7 @@
 django-crispy-forms
 ===
 
-.. image:: 
https://travis-ci.org/django-crispy-forms/django-crispy-forms.png?branch=master
-   :alt: Build Status
-   :target: https://travis-ci.org/django-crispy-forms/django-crispy-forms
+.. image:: 
https://github.com/django-crispy-forms/django-crispy-forms/workflows/C/I%20Testing./badge.svg
 
 .. image:: https://img.shields.io/badge/code%20style-black-00.svg
 :target: https://github.com/psf/black
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-crispy-forms-1.9.0/crispy_forms/__init__.py 
new/django-crispy-forms-1.9.1/crispy_forms/__init__.py
--- old/django-crispy-forms-1.9.0/crispy_forms/__init__.py  2020-02-26 
23:13:22.0 +0100
+++ new/django-crispy-forms-1.9.1/crispy_forms/__init__.py  2020-05-16 
08:03:53.0 +0200
@@ -1 +1 @@
-__version__ = "1.9.0"
+__version__ = "1.9.1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-crispy-forms-1.9.0/crispy_forms/helper.py 
new/django-crispy-forms-1.9.1/crispy_forms/helper.py
--- old/django-crispy-forms-1.9.0/crispy_forms/helper.py2020-02-26 
22:32:32.0 +0100
+++ new/django-crispy-forms-1.9.1/crispy_forms/helper.py2020-05-01 
20:02:08.0 +0200
@@ -337,10 +337,12 @@
 
 if template_pack == "bootstrap4":
 if "form-horizontal" in 

commit python-django-crispy-forms for openSUSE:Factory

2020-04-04 Thread root
Hello community,

here is the log from the commit of package python-django-crispy-forms for 
openSUSE:Factory checked in at 2020-04-04 12:26:30

Comparing /work/SRC/openSUSE:Factory/python-django-crispy-forms (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-crispy-forms.new.3248 (New)


Package is "python-django-crispy-forms"

Sat Apr  4 12:26:30 2020 rev:7 rq:791169 version:1.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-crispy-forms/python-django-crispy-forms.changes
2020-01-07 23:54:47.620076166 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-crispy-forms.new.3248/python-django-crispy-forms.changes
  2020-04-04 12:27:15.988041743 +0200
@@ -1,0 +2,8 @@
+Mon Mar  2 08:38:07 UTC 2020 - Tomáš Chvátal 
+
+- 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.hgSDoe/_old  2020-04-04 12:27:17.364043165 +0200
+++ /var/tmp/diff_new_pack.hgSDoe/_new  2020-04-04 12:27:17.368043170 +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)




commit python-django-crispy-forms for openSUSE:Factory

2020-01-07 Thread root
Hello community,

here is the log from the commit of package python-django-crispy-forms for 
openSUSE:Factory checked in at 2020-01-07 23:54:27

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


Package is "python-django-crispy-forms"

Tue Jan  7 23:54:27 2020 rev:6 rq:761489 version:1.8.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-crispy-forms/python-django-crispy-forms.changes
2019-10-30 14:49:05.630263633 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-crispy-forms.new.6675/python-django-crispy-forms.changes
  2020-01-07 23:54:47.620076166 +0100
@@ -1,0 +2,8 @@
+Tue Jan  7 09:29:18 UTC 2020 - Tomáš Chvátal 
+
+- Update to 1.8.1:
+  * Fixing FileField UI bug introduced with 1.8.0
+  * Remove is-valid css class for radio (bug introduced with 1.8.0)
+  * Various alignment and margin fixes for Bootstrap 4 template pack
+
+---

Old:

  django-crispy-forms-1.8.0.tar.gz

New:

  django-crispy-forms-1.8.1.tar.gz



Other differences:
--
++ python-django-crispy-forms.spec ++
--- /var/tmp/diff_new_pack.zanC2S/_old  2020-01-07 23:54:48.120076426 +0100
+++ /var/tmp/diff_new_pack.zanC2S/_new  2020-01-07 23:54:48.120076426 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-crispy-forms
 #
-# 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,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define mod_name django-crispy-forms
 Name:   python-%{mod_name}
-Version:1.8.0
+Version:1.8.1
 Release:0
 Summary:Django DRY Forms
 License:MIT

++ django-crispy-forms-1.8.0.tar.gz -> django-crispy-forms-1.8.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-crispy-forms-1.8.0/CONTRIBUTORS.txt 
new/django-crispy-forms-1.8.1/CONTRIBUTORS.txt
--- old/django-crispy-forms-1.8.0/CONTRIBUTORS.txt  2017-02-22 
11:58:37.0 +0100
+++ new/django-crispy-forms-1.8.1/CONTRIBUTORS.txt  2019-11-22 
14:50:36.0 +0100
@@ -107,3 +107,4 @@
 * Yoong Kang Lim 
 * Dmitry Dygalo 
 * Lee Skillen 
+* Bryan Brancotte 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-crispy-forms-1.8.0/PKG-INFO 
new/django-crispy-forms-1.8.1/PKG-INFO
--- old/django-crispy-forms-1.8.0/PKG-INFO  2019-10-17 17:25:16.0 
+0200
+++ new/django-crispy-forms-1.8.1/PKG-INFO  2019-11-22 14:51:01.0 
+0100
@@ -1,8 +1,8 @@
 Metadata-Version: 1.1
 Name: django-crispy-forms
-Version: 1.8.0
+Version: 1.8.1
 Summary: Best way to have Django DRY forms
-Home-page: http://github.com/djang-crispy-forms/django-crispy-forms
+Home-page: https://github.com/django-crispy-forms/django-crispy-forms
 Author: Miguel Araujo
 Author-email: miguel.araujo.pe...@gmail.com
 License: MIT
@@ -10,7 +10,7 @@
 django-crispy-forms
 ===
 
-.. image:: 
https://travis-ci.org/django-crispy-forms/django-crispy-forms.png?branch=dev
+.. image:: 
https://travis-ci.org/django-crispy-forms/django-crispy-forms.png?branch=master
:alt: Build Status
:target: 
https://travis-ci.org/django-crispy-forms/django-crispy-forms
 
@@ -83,6 +83,7 @@
 Classifier: Framework :: Django :: 1.11
 Classifier: Framework :: Django :: 2.1
 Classifier: Framework :: Django :: 2.2
+Classifier: Framework :: Django :: 3.0
 Classifier: License :: OSI Approved :: MIT License
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: JavaScript
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-crispy-forms-1.8.0/README.rst 
new/django-crispy-forms-1.8.1/README.rst
--- old/django-crispy-forms-1.8.0/README.rst2019-10-17 17:14:45.0 
+0200
+++ new/django-crispy-forms-1.8.1/README.rst2019-10-23 14:28:10.0 
+0200
@@ -2,7 +2,7 @@
 django-crispy-forms
 ===
 
-.. image:: 
https://travis-ci.org/django-crispy-forms/django-crispy-forms.png?branch=dev
+.. image:: 
https://travis-ci.org/django-crispy-forms/django-crispy-forms.png?branch=master
:alt: Build Status
:target: https://travis-ci.org/django-crispy-forms/django-crispy-forms
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-django-crispy-forms for openSUSE:Factory

2019-10-30 Thread root
Hello community,

here is the log from the commit of package python-django-crispy-forms for 
openSUSE:Factory checked in at 2019-10-30 14:49:04

Comparing /work/SRC/openSUSE:Factory/python-django-crispy-forms (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-crispy-forms.new.2990 (New)


Package is "python-django-crispy-forms"

Wed Oct 30 14:49:04 2019 rev:5 rq:744151 version:1.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-crispy-forms/python-django-crispy-forms.changes
2019-09-17 13:39:15.169825221 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-crispy-forms.new.2990/python-django-crispy-forms.changes
  2019-10-30 14:49:05.630263633 +0100
@@ -1,0 +2,10 @@
+Wed Oct 30 12:08:12 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.8.0:
+  * Update to support new django releases
+  * Numerous improvements to bootstrap4 template pack
+- Remove patches:
+  * django-21.patch
+  * django-20.patch
+
+---

Old:

  django-20.patch
  django-21.patch
  django-crispy-forms-1.7.2.tar.gz

New:

  django-crispy-forms-1.8.0.tar.gz



Other differences:
--
++ python-django-crispy-forms.spec ++
--- /var/tmp/diff_new_pack.BEa0h9/_old  2019-10-30 14:49:06.666264735 +0100
+++ /var/tmp/diff_new_pack.BEa0h9/_new  2019-10-30 14:49:06.678264747 +0100
@@ -19,18 +19,16 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define mod_name django-crispy-forms
 Name:   python-%{mod_name}
-Version:1.7.2
+Version:1.8.0
 Release:0
 Summary:Django DRY Forms
 License:MIT
 Group:  Development/Languages/Python
 URL:http://github.com/maraujop/django-crispy-forms
 Source: 
https://files.pythonhosted.org/packages/source/d/%{mod_name}/%{mod_name}-%{version}.tar.gz
-Patch0: django-20.patch
-Patch1: django-21.patch
 BuildRequires:  %{python_module Django}
-BuildRequires:  %{python_module pytest < 4.0}
 BuildRequires:  %{python_module pytest-django}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -46,16 +44,13 @@
 
 %prep
 %setup -q -n %{mod_name}-%{version}
-%autopatch -p1
-
-# Remove not needed files
-find . -name '*.pyc' -delete
 
 %build
 %python_build
 
 %check
-%python_expand PYTHONPATH=`pwd` 
DJANGO_SETTINGS_MODULE=crispy_forms.tests.test_settings 
py.test-%{$python_version} crispy_forms/tests
+export DJANGO_SETTINGS_MODULE=crispy_forms.tests.test_settings
+%pytest
 
 %install
 %python_install

++ django-crispy-forms-1.7.2.tar.gz -> django-crispy-forms-1.8.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-crispy-forms-1.7.2/PKG-INFO 
new/django-crispy-forms-1.8.0/PKG-INFO
--- old/django-crispy-forms-1.7.2/PKG-INFO  2018-03-09 15:47:00.0 
+0100
+++ new/django-crispy-forms-1.8.0/PKG-INFO  2019-10-17 17:25:16.0 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: django-crispy-forms
-Version: 1.7.2
+Version: 1.8.0
 Summary: Best way to have Django DRY forms
-Home-page: http://github.com/maraujop/django-crispy-forms
+Home-page: http://github.com/djang-crispy-forms/django-crispy-forms
 Author: Miguel Araujo
 Author-email: miguel.araujo.pe...@gmail.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: ===
 django-crispy-forms
 ===
@@ -20,17 +19,17 @@
 
 The best way to have Django_ DRY forms. Build programmatic reusable 
layouts out of components, having full control of the rendered HTML without 
writing HTML in templates. All this without breaking the standard way of doing 
things in Django, so it plays nice with any other form application.
 
-`django-crispy-forms` supports Python 2.7/Python 3.3+ and Django 
1.8/Django 1.10+
+`django-crispy-forms` supports Python 2.7/Python 3.5+ and Django 1.11, 
2.1, 2.2 and 3.0.
 
 The application mainly provides:
 
 * A filter named ``|crispy`` that will render elegant div based forms. 
Think of it as the built-in methods: ``as_table``, ``as_ul`` and ``as_p``. You 
cannot tune up the output, but it is easy to start using it.
 * A tag named ``{% crispy %}`` that will render a form based on your 
configuration and specific layout setup. This gives you amazing power without 
much hassle, helping you save tons of time.
 
-Django-crispy-forms supports several frontend frameworks, such as 
Twitter `Bootstrap`_ (versions 2 and 3), `Uni-form`_ and Foundation. You can 
also easily adapt your custom company's one, creating 

commit python-django-crispy-forms for openSUSE:Factory

2019-09-17 Thread root
Hello community,

here is the log from the commit of package python-django-crispy-forms for 
openSUSE:Factory checked in at 2019-09-17 13:39:14

Comparing /work/SRC/openSUSE:Factory/python-django-crispy-forms (Old)
 and  /work/SRC/openSUSE:Factory/.python-django-crispy-forms.new.7948 (New)


Package is "python-django-crispy-forms"

Tue Sep 17 13:39:14 2019 rev:4 rq:731305 version:1.7.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-crispy-forms/python-django-crispy-forms.changes
2019-06-03 18:55:10.892433056 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-crispy-forms.new.7948/python-django-crispy-forms.changes
  2019-09-17 13:39:15.169825221 +0200
@@ -1,0 +2,5 @@
+Mon Sep 16 14:10:41 UTC 2019 - Tomáš Chvátal 
+
+- Test only with pytest 3, newer releases not compatible
+
+---



Other differences:
--
++ python-django-crispy-forms.spec ++
--- /var/tmp/diff_new_pack.CYqZqH/_old  2019-09-17 13:39:15.793825122 +0200
+++ /var/tmp/diff_new_pack.CYqZqH/_new  2019-09-17 13:39:15.793825122 +0200
@@ -29,8 +29,8 @@
 Patch0: django-20.patch
 Patch1: django-21.patch
 BuildRequires:  %{python_module Django}
+BuildRequires:  %{python_module pytest < 4.0}
 BuildRequires:  %{python_module pytest-django}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros




commit python-django-crispy-forms for openSUSE:Factory

2019-06-03 Thread root
Hello community,

here is the log from the commit of package python-django-crispy-forms for 
openSUSE:Factory checked in at 2019-06-03 18:54:32

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


Package is "python-django-crispy-forms"

Mon Jun  3 18:54:32 2019 rev:3 rq:707039 version:1.7.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-crispy-forms/python-django-crispy-forms.changes
2018-08-10 09:50:19.874323453 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-crispy-forms.new.5148/python-django-crispy-forms.changes
  2019-06-03 18:55:10.892433056 +0200
@@ -1,0 +2,5 @@
+Fri May 31 07:44:09 UTC 2019 - Tomáš Chvátal 
+
+- Fix old leap build
+
+---



Other differences:
--
++ python-django-crispy-forms.spec ++
--- /var/tmp/diff_new_pack.feB9c6/_old  2019-06-03 18:55:11.540432816 +0200
+++ /var/tmp/diff_new_pack.feB9c6/_new  2019-06-03 18:55:11.544432815 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-crispy-forms
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -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/
 #
 
 
@@ -47,6 +47,7 @@
 %prep
 %setup -q -n %{mod_name}-%{version}
 %autopatch -p1
+
 # Remove not needed files
 find . -name '*.pyc' -delete
 




commit python-django-crispy-forms for openSUSE:Factory

2018-08-10 Thread root
Hello community,

here is the log from the commit of package python-django-crispy-forms for 
openSUSE:Factory checked in at 2018-08-10 09:50:19

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


Package is "python-django-crispy-forms"

Fri Aug 10 09:50:19 2018 rev:2 rq:628271 version:1.7.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-crispy-forms/python-django-crispy-forms.changes
2018-08-03 12:36:35.847506852 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-crispy-forms.new/python-django-crispy-forms.changes
   2018-08-10 09:50:19.874323453 +0200
@@ -1,0 +2,12 @@
+Wed Aug  8 21:25:00 UTC 2018 - tchva...@suse.com
+
+- Add patches to work with django 2.0 and 2.1 properly:
+  * django-20.patch
+  * django-21.patch
+
+---
+Wed Aug  8 15:50:59 UTC 2018 - jeng...@inai.de
+
+- Trim marketing from description.
+
+---

New:

  django-20.patch
  django-21.patch



Other differences:
--
++ python-django-crispy-forms.spec ++
--- /var/tmp/diff_new_pack.izAupg/_old  2018-08-10 09:50:20.770324898 +0200
+++ /var/tmp/diff_new_pack.izAupg/_new  2018-08-10 09:50:20.774324904 +0200
@@ -21,11 +21,13 @@
 Name:   python-%{mod_name}
 Version:1.7.2
 Release:0
-Summary:The Best Way to Have Django DRY Forms
+Summary:Django DRY Forms
 License:MIT
 Group:  Development/Languages/Python
 URL:http://github.com/maraujop/django-crispy-forms
 Source: 
https://files.pythonhosted.org/packages/source/d/%{mod_name}/%{mod_name}-%{version}.tar.gz
+Patch0: django-20.patch
+Patch1: django-21.patch
 BuildRequires:  %{python_module Django}
 BuildRequires:  %{python_module pytest-django}
 BuildRequires:  %{python_module pytest}
@@ -37,13 +39,14 @@
 %python_subpackages
 
 %description
-The best way to have Django DRY forms. Build programmatic reusable layouts out
-of components, having full control of the rendered HTML without writing HTML in
-templates. All this without breaking the standard way of doing things in
-Django, so it plays nice with any other form application.
+A module to build programmatic reusable layouts out of components
+with control over the rendered HTML without writing HTML in
+templates, and without breaking the standard way of doing things in
+Django.
 
 %prep
 %setup -q -n %{mod_name}-%{version}
+%autopatch -p1
 # Remove not needed files
 find . -name '*.pyc' -delete
 

++ django-20.patch ++
>From 7fbfe44836aa48e65e2450823c3471c06e87e84f Mon Sep 17 00:00:00 2001
From: Eugene Morozov 
Date: Fri, 3 Aug 2018 17:00:34 +0700
Subject: [PATCH] Fixed {% crispy_field %} incompatiblity with Django 2.0.
 (#799)

---
 crispy_forms/templatetags/crispy_forms_field.py |  2 +-
 crispy_forms/tests/test_tags.py | 11 +++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/crispy_forms/templatetags/crispy_forms_field.py 
b/crispy_forms/templatetags/crispy_forms_field.py
index 739367cb..f4b9aa54 100644
--- a/crispy_forms/templatetags/crispy_forms_field.py
+++ b/crispy_forms/templatetags/crispy_forms_field.py
@@ -153,7 +153,7 @@ def render(self, context):
 else:
 widget.attrs[attribute_name] = 
template.Variable(attribute).resolve(context)
 
-return field
+return str(field)
 
 
 @register.tag(name="crispy_field")
diff --git a/crispy_forms/tests/test_tags.py b/crispy_forms/tests/test_tags.py
index 1d1d52f8..4d46e54a 100644
--- a/crispy_forms/tests/test_tags.py
+++ b/crispy_forms/tests/test_tags.py
@@ -14,6 +14,17 @@
 from .forms import SampleForm
 
 
+def test_crispy_field():
+template = Template("""
+{% load crispy_forms_field %}
+{% for field in form %}
+{% crispy_field field %}
+{% endfor %}
+""")
+html = template.render(Context({'form': SampleForm()}))
+assert html.count('From add926319463eb32fadd0703a1e94f2f2b4993ec Mon Sep 17 00:00:00 2001
From: Carlton Gibson 
Date: Fri, 3 Aug 2018 20:57:46 +0200
Subject: [PATCH] Fix tests for Django 2.1 (#827)

* Updated tox config

* Fix test failures on Django 2.1
>From 
>https://github.com/django/django/commit/98019df855fb8fb93e4e9505afeedcad29da3125

* Unpin pytest
---
 crispy_forms/tests/test_form_helper.py |  6 +++---
 crispy_forms/tests/test_layout.py  |  2 +-
 docs/crispy_tag_forms.rst  |  4 ++--
 5 files changed, 19 insertions(+), 16 deletions(-)

diff --git a/crispy_forms/tests/test_form_helper.py 
b/crispy_forms/tests/test_form_helper.py
index