Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-geoposition for
openSUSE:Factory checked in at 2021-12-26 13:30:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-geoposition (Old)
and /work/SRC/openSUSE:Factory/.python-django-geoposition.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-geoposition"
Sun Dec 26 13:30:37 2021 rev:2 rq:942591 version:0.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-geoposition/python-django-geoposition.changes
2020-10-06 17:13:16.657639596 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-geoposition.new.2520/python-django-geoposition.changes
2021-12-26 13:30:57.822978497 +0100
@@ -1,0 +2,5 @@
+Sun Dec 26 11:25:13 UTC 2021 - John Vandenberg <[email protected]>
+
+- Use django-codemod to fix Django 4 support
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-geoposition.spec ++++++
--- /var/tmp/diff_new_pack.AcJeQs/_old 2021-12-26 13:30:58.310978837 +0100
+++ /var/tmp/diff_new_pack.AcJeQs/_new 2021-12-26 13:30:58.314978840 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-geoposition
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
Source:
https://files.pythonhosted.org/packages/source/d/django-geoposition/django-geoposition-%{version}.tar.gz
Patch0: pr_110.patch
BuildRequires: %{python_module Django}
+BuildRequires: %{python_module django-codemod}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -41,6 +42,7 @@
%prep
%setup -q -n django-geoposition-%{version}
%patch0 -p1
+djcodemod run --removed-in 4.0 geoposition/fields.py geoposition/forms.py
geoposition/widgets.py
%build
%python_build
@@ -53,7 +55,7 @@
%check
export DJANGO_SETTINGS_MODULE=geoposition.tests.settings
-%python_exec -m django test geoposition
+%python_exec -m django test -v2 geoposition
%files %{python_files}
%doc AUTHORS README.rst