Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-push-notifications for
openSUSE:Factory checked in at 2021-12-26 15:53:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-push-notifications (Old)
and /work/SRC/openSUSE:Factory/.python-django-push-notifications.new.2520
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-push-notifications"
Sun Dec 26 15:53:39 2021 rev:2 rq:942636 version:2.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-push-notifications/python-django-push-notifications.changes
2020-08-06 10:39:14.658033614 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-push-notifications.new.2520/python-django-push-notifications.changes
2021-12-26 15:53:41.204102998 +0100
@@ -1,0 +2,5 @@
+Sun Dec 26 14:34:58 UTC 2021 - John Vandenberg <[email protected]>
+
+- - Use django-codemod to make Django 4 compatible
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-push-notifications.spec ++++++
--- /var/tmp/diff_new_pack.aw9lmG/_old 2021-12-26 15:53:41.724103293 +0100
+++ /var/tmp/diff_new_pack.aw9lmG/_new 2021-12-26 15:53:41.728103296 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-push-notifications
#
-# 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
@@ -35,6 +35,7 @@
BuildRequires: %{python_module Django >= 1.11}
BuildRequires: %{python_module apns2}
BuildRequires: %{python_module djangorestframework >= 3.7}
+BuildRequires: %{python_module django-codemod}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest-django}
BuildRequires: %{python_module pytest}
@@ -48,6 +49,7 @@
%prep
%setup -q -n django-push-notifications-%{version}
+djcodemod run --removed-in 4.0 push_notifications/{admin,fields,models}.py
%build
%python_build