Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-user-agents for
openSUSE:Factory checked in at 2021-12-26 13:30:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-user-agents (Old)
and /work/SRC/openSUSE:Factory/.python-django-user-agents.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-user-agents"
Sun Dec 26 13:30:28 2021 rev:2 rq:942517 version:0.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-user-agents/python-django-user-agents.changes
2020-09-15 16:29:55.326690533 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-user-agents.new.2520/python-django-user-agents.changes
2021-12-26 13:30:46.778970806 +0100
@@ -1,0 +2,5 @@
+Sun Dec 26 04:58:11 UTC 2021 - John Vandenberg <[email protected]>
+
+- Use django-codemod to make test suite Django 4 compatible
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-user-agents.spec ++++++
--- /var/tmp/diff_new_pack.ZJW1NC/_old 2021-12-26 13:30:47.278971154 +0100
+++ /var/tmp/diff_new_pack.ZJW1NC/_new 2021-12-26 13:30:47.282971158 +0100
@@ -27,6 +27,7 @@
URL: https://github.com/selwin/django-user_agents
Source:
https://files.pythonhosted.org/packages/source/d/django-user_agents/django-user_agents-%{version}.tar.gz
BuildRequires: %{python_module Django}
+BuildRequires: %{python_module django-codemod}
BuildRequires: %{python_module pytest-django}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module user-agents}
@@ -44,6 +45,9 @@
%prep
%setup -q -n django-user_agents-%{version}
+
+djcodemod run --removed-in 4.0 django_user_agents/tests/urls.py
+
mkdir -p django_user_agents/tests/templates/
touch django_user_agents/tests/templates/test.html
cat > ./django_user_agents/tests/templates/test_filters.html << EOF