Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python3-openid for
openSUSE:Factory checked in at 2024-04-03 17:20:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python3-openid (Old)
and /work/SRC/openSUSE:Factory/.python-python3-openid.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python3-openid"
Wed Apr 3 17:20:37 2024 rev:6 rq:1164270 version:3.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python3-openid/python-python3-openid.changes
2023-06-26 18:15:53.474416350 +0200
+++
/work/SRC/openSUSE:Factory/.python-python3-openid.new.1905/python-python3-openid.changes
2024-04-03 17:21:59.572985645 +0200
@@ -1,0 +2,8 @@
+Thu Mar 28 05:55:04 UTC 2024 - Max Lin <[email protected]>
+
+- Use %{?sle15allpythons} to build with both python 3.6 and 3.11
+- Do not BuildRequires python311-mysqlslient for testing on Leap15
+ since python311-mysqlclient is not available
+- Add BuildRequires python-dbm to tests
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python3-openid.spec ++++++
--- /var/tmp/diff_new_pack.wF4mTJ/_old 2024-04-03 17:22:00.017002026 +0200
+++ /var/tmp/diff_new_pack.wF4mTJ/_new 2024-04-03 17:22:00.017002026 +0200
@@ -16,7 +16,7 @@
#
-%{?sle15_python_module_pythons}
+%{?sle15allpythons}
# tests are partly broken
%bcond_without test
Name: python-python3-openid
@@ -35,7 +35,10 @@
%if %{with test}
BuildRequires: %{python_module Django}
BuildRequires: %{python_module defusedxml}
+BuildRequires: %{python_module dbm}
+%if 0%{?suse_version} > 1500
BuildRequires: %{python_module mysqlclient}
+%endif
BuildRequires: %{python_module psycopg2}
%endif
%python_subpackages