diff --git a/python-python3-openid.changes b/python-python3-openid.changes index ab77d3f..04ecf96 100644 --- a/python-python3-openid.changes +++ b/python-python3-openid.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 28 05:55:04 UTC 2024 - Max Lin + +- 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 + ------------------------------------------------------------------- Sun Jun 25 08:27:11 UTC 2023 - Andreas Schneider diff --git a/python-python3-openid.spec b/python-python3-openid.spec index 15ecbef..f0159a7 100644 --- a/python-python3-openid.spec +++ b/python-python3-openid.spec @@ -16,7 +16,7 @@ # -%{?sle15_python_module_pythons} +%{?sle15allpythons} # tests are partly broken %bcond_without test Name: python-python3-openid @@ -35,7 +35,10 @@ BuildArch: noarch %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