Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-braces for
openSUSE:Factory checked in at 2022-04-20 17:03:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-braces (Old)
and /work/SRC/openSUSE:Factory/.python-django-braces.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-braces"
Wed Apr 20 17:03:45 2022 rev:5 rq:971061 version:1.15.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-braces/python-django-braces.changes
2022-02-03 23:17:44.624097847 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-braces.new.1941/python-django-braces.changes
2022-04-20 17:03:45.967173515 +0200
@@ -1,0 +2,5 @@
+Wed Apr 20 10:27:32 UTC 2022 - Mark??ta Machov?? <[email protected]>
+
+- do not require mock
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-braces.spec ++++++
--- /var/tmp/diff_new_pack.9DQVuQ/_old 2022-04-20 17:03:46.499174427 +0200
+++ /var/tmp/diff_new_pack.9DQVuQ/_new 2022-04-20 17:03:46.499174427 +0200
@@ -30,7 +30,6 @@
Patch1: testhack.patch
BuildRequires: %{python_module Django >= 2.2}
BuildRequires: %{python_module factory_boy}
-BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-django}
BuildRequires: %{python_module setuptools}
@@ -57,6 +56,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+sed -i 's/import mock/from unittest import mock/' tests/test_*_mixins.py
export DJANGO_SETTINGS_MODULE=tests.settings
PYTHONPATH=.
%pytest --nomigrations