Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-rest-framework-braces
for openSUSE:Factory checked in at 2022-06-21 16:32:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-rest-framework-braces (Old)
and
/work/SRC/openSUSE:Factory/.python-django-rest-framework-braces.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-rest-framework-braces"
Tue Jun 21 16:32:50 2022 rev:4 rq:984112 version:0.3.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-rest-framework-braces/python-django-rest-framework-braces.changes
2022-05-15 19:00:26.542411628 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-rest-framework-braces.new.1548/python-django-rest-framework-braces.changes
2022-06-21 16:33:00.291863339 +0200
@@ -1,0 +2,5 @@
+Tue Jun 21 08:30:07 UTC 2022 - Mark??ta Machov?? <[email protected]>
+
+- Do not require python-mock for build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-rest-framework-braces.spec ++++++
--- /var/tmp/diff_new_pack.XMZjKk/_old 2022-06-21 16:33:00.923864266 +0200
+++ /var/tmp/diff_new_pack.XMZjKk/_new 2022-06-21 16:33:00.927864272 +0200
@@ -41,9 +41,8 @@
BuildRequires: %{python_module dateutils}
BuildRequires: %{python_module django-extensions}
BuildRequires: %{python_module djangorestframework}
-BuildRequires: %{python_module mock}
-BuildRequires: %{python_module pytz}
BuildRequires: %{python_module pytest-django}
+BuildRequires: %{python_module pytz}
BuildRequires: %{python_module six}
# /SECTION
%python_subpackages
@@ -58,6 +57,7 @@
sed -i '/argparse/d' setup.* requirements*
sed -i '/\.admin/d' tests/settings.py
+sed -i 's/^import mock/from unittest import mock/'
drf_braces/tests/test_mixins.py drf_braces/tests/*/test_*.py
%build
%python_build