diff --git a/python-mysqlclient.changes b/python-mysqlclient.changes index 60f4458..905f85e 100644 --- a/python-mysqlclient.changes +++ b/python-mysqlclient.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jul 26 07:14:20 UTC 2023 - Bernhard Wiedemann + +- Drop sphinx doctrees for reproducible builds + +------------------------------------------------------------------- +Sun Jun 25 08:28:34 UTC 2023 - Andreas Schneider + +- Use sle15_python_module_pythons + ------------------------------------------------------------------- Wed May 3 11:10:33 UTC 2023 - Martin Liška diff --git a/python-mysqlclient.spec b/python-mysqlclient.spec index 84a4ac3..0bc2305 100644 --- a/python-mysqlclient.spec +++ b/python-mysqlclient.spec @@ -16,9 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -# Python2 support has been dropped in version 2.0.0 -%define skip_python2 1 +%{?sle15_python_module_pythons} %define oldpython python %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" @@ -74,7 +72,7 @@ This package adds Python 3 support and bug fixes to MySQLdb1. %if !%{with test} %python_build -sphinx-build -b html doc build/sphinx/html && rm build/sphinx/html/.buildinfo +sphinx-build -b html doc build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees} %endif %check