From 5e0a17fbae4dfd40c4a53e7770d3c8284a9d359c568909ad51fdf7f40c5b74e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 5 Sep 2024 08:58:33 +0000 Subject: [PATCH 1/2] Accepting request 1198797 from home:yeey:OpenWebUI Changes needed to build package on 15.6 OBS-URL: https://build.opensuse.org/request/show/1198797 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=55 --- python-tenacity.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-tenacity.spec b/python-tenacity.spec index 069680d..3494f7b 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -29,13 +29,13 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module tornado} +BuildRequires: %{python_module tornado6 >= 6.4.1} BuildRequires: %{python_module typeguard} BuildRequires: %{python_module typing-extensions} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Recommends: python-tornado +Recommends: python-tornado6 BuildArch: noarch %python_subpackages From eb42c874d47ea8c89dec2b847349a96add61b31679b7809ecf903a3ebea0f288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 5 Sep 2024 09:19:57 +0000 Subject: [PATCH 2/2] - Fix build on Leap 15.6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=56 --- python-tenacity.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-tenacity.changes b/python-tenacity.changes index 4c2d825..2e031f8 100644 --- a/python-tenacity.changes +++ b/python-tenacity.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 5 09:19:30 UTC 2024 - Markéta Machová + +- Fix build on Leap 15.6 + ------------------------------------------------------------------- Sat Jun 29 05:33:50 UTC 2024 - Dirk Müller