Accepting request 1203327 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1203327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-RTFDE?expand=0&rev=2
This commit is contained in:
2024-09-25 19:54:25 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 24 00:40:28 UTC 2024 - Guang Yee <gyee@suse.com>
- Enable sle15_python_module_pythons.
-------------------------------------------------------------------
Wed May 8 16:47:00 UTC 2024 - Hans-Peter Jansen <hpj@urpla.net>

View File

@@ -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}