Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-picklefield for
openSUSE:Factory checked in at 2021-07-24 20:39:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-picklefield (Old)
and /work/SRC/openSUSE:Factory/.python-django-picklefield.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-picklefield"
Sat Jul 24 20:39:06 2021 rev:17 rq:908035 version:3.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-picklefield/python-django-picklefield.changes
2020-06-11 10:09:07.896016218 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-picklefield.new.1899/python-django-picklefield.changes
2021-07-24 20:39:15.052408778 +0200
@@ -1,0 +2,5 @@
+Sat Jul 24 02:31:34 UTC 2021 - John Vandenberg <[email protected]>
+
+- Add missing DEFAULT_AUTO_FIELD to test settings.py for Django 3.2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-picklefield.spec ++++++
--- /var/tmp/diff_new_pack.Yo7Cau/_old 2021-07-24 20:39:15.440408328 +0200
+++ /var/tmp/diff_new_pack.Yo7Cau/_new 2021-07-24 20:39:15.444408324 +0200
@@ -44,6 +44,7 @@
%prep
%setup -q -n django-picklefield-%{version}
+echo 'DEFAULT_AUTO_FIELD="django.db.models.AutoField"' >> tests/settings.py
%build
%python_build