From bdcf7f390b17508fae3252595b12e2668068fee72cd34b8a67a7983b3ca4acf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 25 Sep 2024 07:57:04 +0000 Subject: [PATCH] Accepting request 1203225 from home:yeey:branches:home:yeey:OpenWebUI - Enable sle15_python_module_pythons. OBS-URL: https://build.opensuse.org/request/show/1203225 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extract-msg?expand=0&rev=3 --- python-extract-msg.changes | 5 +++++ python-extract-msg.spec | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/python-extract-msg.changes b/python-extract-msg.changes index 8dd1186..cd8a179 100644 --- a/python-extract-msg.changes +++ b/python-extract-msg.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 21 00:58:41 UTC 2024 - Guang Yee + +- Enable sle15_python_module_pythons. + ------------------------------------------------------------------- Tue Sep 3 07:16:42 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-extract-msg.spec b/python-extract-msg.spec index c4bfa24..59d02a4 100644 --- a/python-extract-msg.spec +++ b/python-extract-msg.spec @@ -16,36 +16,37 @@ # +%{?sle15_python_module_pythons} Name: python-extract-msg Version: 0.49.0 Release: 0 Summary: Extracts emails and attachments saved in Microsoft Outlook's msg files -License: GPL-3.0 +License: GPL-3.0-only URL: https://github.com/TeamMsgExtractor/msg-extractor Source: %{url}/archive/v%{version}.tar.gz#/extract_msg-%{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 beautifulsoup4 >= 4.11.1} +BuildRequires: %{python_module RTFDE >= 0.1.1} BuildRequires: %{python_module compressed_rtf >= 1.0.6} BuildRequires: %{python_module ebcdic >= 1.1.1} BuildRequires: %{python_module olefile >= 0.47} BuildRequires: %{python_module red-black-tree-mod >= 1.20} -BuildRequires: %{python_module RTFDE >= 0.1.1} BuildRequires: %{python_module tzlocal >= 4.2} # /SECTION BuildRequires: fdupes +Requires: python-RTFDE >= 0.1.1 Requires: python-beautifulsoup4 >= 4.11.1 Requires: python-compressed_rtf >= 1.0.6 Requires: python-ebcdic >= 1.1.1 Requires: python-olefile >= 0.47 Requires: python-red-black-tree-mod >= 1.20 -Requires: python-RTFDE >= 0.1.1 Requires: python-tzlocal >= 4.2 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %python_subpackages