From bcc0e8e2715f222b304b81dce38ee54790468642bbb3d87fac01040d6a50b545 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Fri, 25 Oct 2024 14:47:17 +0000 Subject: [PATCH] fix patch name in changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-pptx?expand=0&rev=12 --- python-python-pptx.changes | 2 +- python-python-pptx.spec | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/python-python-pptx.changes b/python-python-pptx.changes index a243a50..382f798 100644 --- a/python-python-pptx.changes +++ b/python-python-pptx.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Fri Sep 27 17:49:50 UTC 2024 - Thiago Bertoldi -- Remove UTC patch (not necessary since 1.0.0) +- Remove utc.patch (not necessary since 1.0.0) - Update to 1.0.2 (2024-08-07) * fix: #1003 restore read-only enum members diff --git a/python-python-pptx.spec b/python-python-pptx.spec index a2d0420..f2acb91 100644 --- a/python-python-pptx.spec +++ b/python-python-pptx.spec @@ -14,6 +14,8 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + %{?sle15_python_module_pythons} Name: python-python-pptx @@ -23,23 +25,23 @@ Summary: Generate and manipulate Open XML PowerPoint (pptx) files License: MIT URL: http://github.com/scanny/python-pptx Source: https://files.pythonhosted.org/packages/source/p/python-pptx/python_pptx-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 61.0.0} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module lxml >= 3.1.0} BuildRequires: %{python_module Pillow >= 3.3.2} -BuildRequires: %{python_module typing_extensions >= 4.9.0} BuildRequires: %{python_module XlsxWriter >= 0.5.7} BuildRequires: %{python_module behave} BuildRequires: %{python_module pyparsing >= 2.0.1} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module typing_extensions >= 4.9.0} # /SECTION BuildRequires: fdupes -Requires: python-lxml >= 3.1.0 Requires: python-Pillow >= 3.3.2 -Requires: python-typing_extensions >= 4.9.0 Requires: python-XlsxWriter >= 0.5.7 +Requires: python-lxml >= 3.1.0 +Requires: python-typing_extensions >= 4.9.0 BuildArch: noarch %python_subpackages