[packages/python3-openpyxl] - updated to 3.1.5
qboosh
qboosh at pld-linux.org
Mon Apr 13 22:01:38 CEST 2026
commit 811f77d5e7f4256dad16d831f5849aba105cbf62
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Apr 13 22:02:08 2026 +0200
- updated to 3.1.5
python3-openpyxl.spec | 32 +++++++++++++++++++-------------
1 file changed, 19 insertions(+), 13 deletions(-)
---
diff --git a/python3-openpyxl.spec b/python3-openpyxl.spec
index d0ba3bc..2a744e0 100644
--- a/python3-openpyxl.spec
+++ b/python3-openpyxl.spec
@@ -1,25 +1,30 @@
%define module openpyxl
Summary: A Python library to read/write Excel 2007 xlsx/xlsm files
-Summary(pl.UTF-8): Biblioteka umożliwiająca tworzenie plików w formacie xlsx/xlsm dla języka Python.
+Summary(pl.UTF-8): Biblioteka Pythona do odczytu/zapisu plików w formacie Excela 2007 xlsx/xlsm
Name: python3-%{module}
-Version: 3.0.10
-Release: 3
+Version: 3.1.5
+Release: 1
License: MIT
Group: Development/Languages/Python
-Source0: https://pypi.python.org/packages/source/o/%{module}/%{module}-%{version}.tar.gz
-# Source0-md5: ebcc3a30768a45163d5143f1f7bf0224
-URL: https://openpyxl.readthedocs.io
-BuildRequires: python3-modules >= 1:3.6
+#Source0Download: https://pypi.org/simple/openpyxl
+Source0: https://files.pythonhosted.org/packages/source/o/openpyxl/%{module}-%{version}.tar.gz
+# Source0-md5: 13e63bdced2dbca00c8741eea3ecfa1c
+URL: https://openpyxl.readthedocs.io/
+BuildRequires: python3-modules >= 1:3.8
BuildRequires: python3-setuptools
BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.710
-Requires: python3-modules >= 1:3.6
+BuildRequires: rpmbuild(macros) >= 1.714
+Requires: python3-modules >= 1:3.8
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Openpyxl is a pure python reader and writer of Excel OpenXML files. It
-is ported from the PHPExcel project
+Openpyxl is a pure Python reader and writer of Excel OpenXML files. It
+was initially ported from the PHPExcel project.
+
+%description -l pl.UTF-8
+Openpyxl to czysto pythonowa biblioteka do odczytu i zapisu plików
+Excel OpenXML. Początkowo był to port projektu PHPExcel.
%prep
%setup -q -n %{module}-%{version}
@@ -29,6 +34,7 @@ is ported from the PHPExcel project
%install
rm -rf $RPM_BUILD_ROOT
+
%py3_install
%clean
@@ -36,6 +42,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc AUTHORS.rst README.rst
+%doc AUTHORS.rst LICENCE.rst README.rst
%{py3_sitescriptdir}/%{module}
-%{py3_sitescriptdir}/%{module}-*.egg-info
+%{py3_sitescriptdir}/%{module}-%{version}-py*.egg-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-openpyxl.git/commitdiff/811f77d5e7f4256dad16d831f5849aba105cbf62
More information about the pld-cvs-commit
mailing list