From 3ddc8510da23fd1412e58329f1b4822512fe4b30145a9bea01ad77d772f394e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 25 Sep 2024 07:56:05 +0000 Subject: [PATCH] Accepting request 1203224 from home:yeey:branches:home:yeey:OpenWebUI - Enable sle15_python_module_pythons. OBS-URL: https://build.opensuse.org/request/show/1203224 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-RTFDE?expand=0&rev=3 --- python-RTFDE.changes | 5 +++++ python-RTFDE.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-RTFDE.changes b/python-RTFDE.changes index cabf451..b483fd0 100644 --- a/python-RTFDE.changes +++ b/python-RTFDE.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 24 00:40:28 UTC 2024 - Guang Yee + +- Enable sle15_python_module_pythons. + ------------------------------------------------------------------- Wed May 8 16:47:00 UTC 2024 - Hans-Peter Jansen diff --git a/python-RTFDE.spec b/python-RTFDE.spec index db2c6be..f9dedba 100644 --- a/python-RTFDE.spec +++ b/python-RTFDE.spec @@ -17,6 +17,7 @@ # +%{?sle15_python_module_pythons} Name: python-RTFDE Version: 0.1.1 Release: 0 @@ -24,10 +25,10 @@ Summary: A library for extracting HTML content from RTF encapsulated HTML License: LGPL-3.0-or-later URL: https://github.com/seamustuohy/RTFDE Source: https://files.pythonhosted.org/packages/source/R/RTFDE/RTFDE-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module lark >= 1.1.8} BuildRequires: %{python_module oletools >= 0.56}