2024-01-05 16:13:38 +01:00
|
|
|
Name: python-openpyxl
|
2024-02-07 23:52:34 +01:00
|
|
|
Version: 3.2.0b1
|
|
|
|
Release: 1mamba
|
2024-01-05 16:13:38 +01:00
|
|
|
Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 16:13:40 +01:00
|
|
|
URL: https://pypi.org/project/openpyxl/
|
2024-01-05 16:13:39 +01:00
|
|
|
Source: https://pypi.debian.net/openpyxl/openpyxl-%{version}.tar.gz
|
2024-01-05 16:13:38 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 16:13:43 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-01-05 16:13:38 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 16:13:43 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-05 16:13:38 +01:00
|
|
|
Requires: python >= %python_version
|
|
|
|
Requires: python-jdcal
|
|
|
|
Requires: python-et_xmlfile
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n openpyxl-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{python_inc} \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
|
|
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-05 16:13:39 +01:00
|
|
|
#sed -i "/controls.pyc$/d" %{name}.filelist
|
|
|
|
#sed -i "/controls.pyo$/d" %{name}.filelist
|
|
|
|
#sed -i "/ole.pyc$/d" %{name}.filelist
|
|
|
|
#sed -i "/ole.pyo$/d" %{name}.filelist
|
2024-01-05 16:13:38 +01:00
|
|
|
|
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%changelog
|
2024-02-07 23:52:34 +01:00
|
|
|
* Wed Feb 07 2024 Automatic Build System <autodist@openmamba.org> 3.2.0b1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 16:13:43 +01:00
|
|
|
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 3.1.2-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-05 16:13:42 +01:00
|
|
|
* Sun Mar 12 2023 Automatic Build System <autodist@mambasoft.it> 3.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:42 +01:00
|
|
|
* Tue Feb 14 2023 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:41 +01:00
|
|
|
* Wed Feb 01 2023 Automatic Build System <autodist@mambasoft.it> 3.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:40 +01:00
|
|
|
* Fri May 20 2022 Automatic Build System <autodist@mambasoft.it> 3.0.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:40 +01:00
|
|
|
* Wed Sep 22 2021 Automatic Build System <autodist@mambasoft.it> 3.0.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:40 +01:00
|
|
|
* Sat Sep 11 2021 Automatic Build System <autodist@mambasoft.it> 3.0.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:40 +01:00
|
|
|
* Wed Mar 10 2021 Automatic Build System <autodist@mambasoft.it> 3.0.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Sat Jan 30 2021 Automatic Build System <autodist@mambasoft.it> 3.0.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Aug 25 2020 Automatic Build System <autodist@mambasoft.it> 3.0.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jul 19 2020 Automatic Build System <autodist@mambasoft.it> 3.0.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Wed Apr 03 2019 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Wed Mar 06 2019 Automatic Build System <autodist@mambasoft.it> 2.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Tue Jan 29 2019 Automatic Build System <autodist@mambasoft.it> 2.5.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Fri Dec 28 2018 Automatic Build System <autodist@mambasoft.it> 2.5.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Sat Oct 20 2018 Automatic Build System <autodist@mambasoft.it> 2.5.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Mon Sep 24 2018 Automatic Build System <autodist@mambasoft.it> 2.5.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Sun Sep 09 2018 Automatic Build System <autodist@mambasoft.it> 2.5.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Sat Aug 11 2018 Automatic Build System <autodist@mambasoft.it> 2.5.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Fri May 11 2018 Automatic Build System <autodist@mambasoft.it> 2.5.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Sun Apr 15 2018 Automatic Build System <autodist@mambasoft.it> 2.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Sat Mar 31 2018 Automatic Build System <autodist@mambasoft.it> 2.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Sat Nov 18 2017 Automatic Build System <autodist@mambasoft.it> 2.5.0b1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 2.4.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Tue Apr 11 2017 Automatic Build System <autodist@mambasoft.it> 2.4.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Sun Mar 05 2017 Automatic Build System <autodist@mambasoft.it> 2.4.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Sat Feb 11 2017 Automatic Build System <autodist@mambasoft.it> 2.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Fri Nov 25 2016 Automatic Build System <autodist@mambasoft.it> 2.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Sun Oct 16 2016 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:39 +01:00
|
|
|
* Thu Apr 28 2016 Automatic Build System <autodist@mambasoft.it> 2.3.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:13:38 +01:00
|
|
|
* Fri Apr 08 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.4-1mamba
|
|
|
|
- package created using the webbuild interface
|