Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-SQLAlchemy-Utils for
openSUSE:Factory checked in at 2022-04-20 17:03:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils (Old)
and /work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-SQLAlchemy-Utils"
Wed Apr 20 17:03:51 2022 rev:35 rq:971121 version:0.38.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
2022-03-01 17:04:26.296347288 +0100
+++
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new.1941/python-SQLAlchemy-Utils.changes
2022-04-20 17:03:55.703190210 +0200
@@ -1,0 +2,5 @@
+Wed Apr 20 08:53:17 UTC 2022 - [email protected]
+
+- do not require python-mock for build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-SQLAlchemy-Utils.spec ++++++
--- /var/tmp/diff_new_pack.8H8Acs/_old 2022-04-20 17:03:56.335191295 +0200
+++ /var/tmp/diff_new_pack.8H8Acs/_new 2022-04-20 17:03:56.339191301 +0200
@@ -37,7 +37,6 @@
BuildRequires: %{python_module flexmock >= 0.9.7}
BuildRequires: %{python_module furl >= 0.4.1}
BuildRequires: %{python_module intervals >= 0.7.1}
-BuildRequires: %{python_module mock >= 2.0.0}
BuildRequires: %{python_module passlib >= 1.6}
BuildRequires: %{python_module pendulum >= 2.0.5}
BuildRequires: %{python_module phonenumbers >= 5.9.2}
@@ -83,6 +82,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+# https://github.com/kvesteri/sqlalchemy-utils/issues/594
+sed -i 's:import mock:from unittest import mock:' tests/types/test_password.py
# needs running pgsql / mssql / mysql
rm tests/test_asserts.py
rm tests/test_translation_hybrid.py