14
0
2024-10-25 14:47:17 +00:00
committed by Git OBS Bridge
parent 49aebe10cc
commit 46be31ec09
2 changed files with 7 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 27 17:49:50 UTC 2024 - Thiago Bertoldi <thiago.bertoldi@suse.com> Fri Sep 27 17:49:50 UTC 2024 - Thiago Bertoldi <thiago.bertoldi@suse.com>
- 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) - Update to 1.0.2 (2024-08-07)
* fix: #1003 restore read-only enum members * fix: #1003 restore read-only enum members

View File

@@ -14,6 +14,8 @@
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-python-pptx Name: python-python-pptx
@@ -23,23 +25,23 @@ Summary: Generate and manipulate Open XML PowerPoint (pptx) files
License: MIT License: MIT
URL: http://github.com/scanny/python-pptx URL: http://github.com/scanny/python-pptx
Source: https://files.pythonhosted.org/packages/source/p/python-pptx/python_pptx-%{version}.tar.gz 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 pip}
BuildRequires: %{python_module setuptools >= 61.0.0} BuildRequires: %{python_module setuptools >= 61.0.0}
BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module lxml >= 3.1.0} BuildRequires: %{python_module lxml >= 3.1.0}
BuildRequires: %{python_module Pillow >= 3.3.2} 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 XlsxWriter >= 0.5.7}
BuildRequires: %{python_module behave} BuildRequires: %{python_module behave}
BuildRequires: %{python_module pyparsing >= 2.0.1} BuildRequires: %{python_module pyparsing >= 2.0.1}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module typing_extensions >= 4.9.0}
# /SECTION # /SECTION
BuildRequires: fdupes BuildRequires: fdupes
Requires: python-lxml >= 3.1.0
Requires: python-Pillow >= 3.3.2 Requires: python-Pillow >= 3.3.2
Requires: python-typing_extensions >= 4.9.0
Requires: python-XlsxWriter >= 0.5.7 Requires: python-XlsxWriter >= 0.5.7
Requires: python-lxml >= 3.1.0
Requires: python-typing_extensions >= 4.9.0
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages