forked from pool/python-python-pptx
fix patch name in changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-pptx?expand=0&rev=12
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
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)
|
||||
* fix: #1003 restore read-only enum members
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user