|
 |
8aaa6e6 |
%{?python_enable_dependency_generator}
|
|
 |
b75a82b |
%global pypi_name openpyxl
|
|
 |
b75a82b |
%global sum Python library to read/write Excel 2010 xlsx/xlsm files
|
|
 |
b75a82b |
%global desc openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files.\
|
|
 |
b75a82b |
\
|
|
 |
b75a82b |
It was born from lack of existing library to read/write natively from Python the\
|
|
 |
b75a82b |
Office Open XML format.
|
|
 |
b75a82b |
|
|
 |
b75a82b |
Name: python-%{pypi_name}
|
|
 |
27ae3fc |
Version: 3.0.10
|
|
 |
fe24c03 |
Release: 2%{?dist}
|
|
 |
b75a82b |
Summary: %{sum}
|
|
 |
b75a82b |
|
|
 |
b75a82b |
License: MIT and Python
|
|
 |
b75a82b |
URL: https://pypi.python.org/pypi/%{pypi_name}
|
|
 |
462ea34 |
Source0: %pypi_source
|
|
 |
b75a82b |
|
|
 |
b75a82b |
BuildArch: noarch
|
|
 |
b75a82b |
|
|
 |
b75a82b |
%description
|
|
 |
b75a82b |
%{desc}
|
|
 |
b75a82b |
|
|
 |
b75a82b |
%package -n python3-%{pypi_name}
|
|
 |
b75a82b |
Summary: %{sum}
|
|
 |
b75a82b |
BuildRequires: python3-devel
|
|
 |
8aaa6e6 |
BuildRequires: python3-setuptools
|
|
 |
b75a82b |
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
 |
b75a82b |
|
|
 |
b75a82b |
%description -n python3-%{pypi_name}
|
|
 |
b75a82b |
%{desc}
|
|
 |
b75a82b |
|
|
 |
b75a82b |
|
|
 |
b75a82b |
%prep
|
|
 |
b75a82b |
%setup -q -n %{pypi_name}-%{version}
|
|
 |
b75a82b |
rm -rf *.egg-info
|
|
 |
b75a82b |
|
|
 |
b75a82b |
|
|
 |
b75a82b |
%build
|
|
 |
b75a82b |
%py3_build
|
|
 |
b75a82b |
|
|
 |
b75a82b |
|
|
 |
b75a82b |
%install
|
|
 |
b75a82b |
%py3_install
|
|
 |
b75a82b |
|
|
 |
b75a82b |
|
|
 |
b75a82b |
# No tests
|
|
 |
b75a82b |
|
|
 |
b75a82b |
|
|
 |
b75a82b |
%files -n python3-%{pypi_name}
|
|
 |
b75a82b |
%license LICENCE.rst
|
|
 |
b75a82b |
%doc README.rst AUTHORS.rst
|
|
 |
b75a82b |
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
|
|
 |
b75a82b |
%{python3_sitelib}/%{pypi_name}/
|
|
 |
b75a82b |
|
|
 |
b75a82b |
%changelog
|
|
 |
fe24c03 |
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.10-2
|
|
 |
fe24c03 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
 |
fe24c03 |
|
|
 |
27ae3fc |
* Wed Jun 29 2022 Julien Enselme <jujens@jujens.eu> - 3.0.10-1
|
|
 |
27ae3fc |
- Update to 3.0.10
|
|
 |
27ae3fc |
|
|
 |
57e1d40 |
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.0.3-7
|
|
 |
57e1d40 |
- Rebuilt for Python 3.11
|
|
 |
57e1d40 |
|
|
 |
e2dc396 |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-6
|
|
 |
e2dc396 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
e2dc396 |
|
|
 |
0bb685d |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-5
|
|
 |
0bb685d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
0bb685d |
|
|
 |
c64bbc5 |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 3.0.3-4
|
|
 |
c64bbc5 |
- Rebuilt for Python 3.10
|
|
 |
c64bbc5 |
|
|
 |
9ad1f20 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-3
|
|
 |
9ad1f20 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
9ad1f20 |
|
|
 |
e7abe27 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-2
|
|
 |
e7abe27 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
e7abe27 |
|
|
 |
462ea34 |
* Tue Jun 16 2020 Charalampos Stratakis <cstratak@redhat.com> - 3.0.3-1
|
|
 |
462ea34 |
- Update to 3.0.3 (#1845744)(#1743387)
|
|
 |
462ea34 |
|
|
 |
25c2a33 |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.6.2-6
|
|
 |
25c2a33 |
- Rebuilt for Python 3.9
|
|
 |
25c2a33 |
|
|
 |
bf91d28 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2-5
|
|
 |
bf91d28 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
 |
bf91d28 |
|
|
 |
073e4e4 |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.6.2-4
|
|
 |
073e4e4 |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
 |
073e4e4 |
|
|
 |
b9dd348 |
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.6.2-3
|
|
 |
b9dd348 |
- Rebuilt for Python 3.8
|
|
 |
b9dd348 |
|
|
 |
49d8e84 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2-2
|
|
 |
49d8e84 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
 |
49d8e84 |
|
|
 |
98a0c9b |
* Sat Jul 13 2019 Julien Enselme <jujens@jujens.eu> - 2.6.2-1
|
|
 |
98a0c9b |
- Update to 2.6.2
|
|
 |
98a0c9b |
|
|
 |
641072a |
* Sat Mar 23 2019 Julien Enselme <jujens@jujens.eu> - 2.6.1-1
|
|
 |
641072a |
- Update to 2.6.1
|
|
 |
641072a |
|
|
 |
5b24f90 |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.4-6
|
|
 |
5b24f90 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
 |
5b24f90 |
|
|
 |
8aaa6e6 |
* Tue Jan 15 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.5.4-5
|
|
 |
8aaa6e6 |
- Enable python dependency generator
|
|
 |
8aaa6e6 |
|
|
 |
ac67c7c |
* Mon Jan 14 2019 Miro Hrončok <mhroncok@redhat.com> - 2.5.4-4
|
|
 |
ac67c7c |
- Subpackage python2-openpyxl has been removed
|
|
 |
ac67c7c |
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
 |
ac67c7c |
|
|
 |
ce196e0 |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.4-3
|
|
 |
ce196e0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
 |
ce196e0 |
|
|
 |
8410ab2 |
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.5.4-2
|
|
 |
8410ab2 |
- Rebuilt for Python 3.7
|
|
 |
8410ab2 |
|
|
 |
03b1c24 |
* Sat Jun 16 2018 Julien Enselme <jujens@jujens.eu> - 2.5.4-1
|
|
 |
03b1c24 |
- Update to 2.5.4
|
|
 |
03b1c24 |
|
|
 |
edcafe6 |
* Sun Apr 15 2018 Julien Enselme <jujens@jujens.eu> - 2.5.2-1
|
|
 |
edcafe6 |
- Update to 2.5.2
|
|
 |
edcafe6 |
|
|
 |
cf42164 |
* Mon Mar 12 2018 Julien Enselme <jujens@jujens.eu> - 2.5.1-1
|
|
 |
cf42164 |
- Update to 2.5.1
|
|
 |
cf42164 |
|
|
 |
8afcbd6 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-2
|
|
 |
8afcbd6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
 |
8afcbd6 |
|
|
 |
32698fb |
* Wed Jan 24 2018 Julien Enselme - 2.5.0-1
|
|
 |
32698fb |
- Update to 2.5.0
|
|
 |
32698fb |
|
|
 |
d157870 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.7-2
|
|
 |
d157870 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
 |
d157870 |
|
|
 |
e7c7125 |
* Tue Apr 25 2017 Julien Enselme <jujens@jujens.eu> - 2.4.7-1
|
|
 |
e7c7125 |
- Update to 2.4.7
|
|
 |
e7c7125 |
|
|
 |
e6b336f |
* Sun Apr 16 2017 Julien Enselme <jujens@jujens.eu> - 2.4.6-1
|
|
 |
e6b336f |
- Update to 2.4.6
|
|
 |
e6b336f |
|
|
 |
31525ae |
* Wed Mar 08 2017 Julien Enselme <jujens@jujens.eu> - 2.4.5-1
|
|
 |
31525ae |
- Update to 2.4.5
|
|
 |
31525ae |
|
|
 |
ab4b770 |
* Fri Feb 24 2017 Julien Enselme <jujens@jujens.eu> - 2.4.4-1
|
|
 |
ab4b770 |
- Update to 2.4.4
|
|
 |
ab4b770 |
|
|
 |
4a5bfb9 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-3
|
|
 |
4a5bfb9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
 |
4a5bfb9 |
|
|
 |
b55c436 |
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.4.0-2
|
|
 |
b55c436 |
- Rebuild for Python 3.6
|
|
 |
b55c436 |
|
|
 |
aa33a1d |
* Sun Sep 18 2016 Julien Enselme <jujens@jujens.eu> - 2.4.0-1
|
|
 |
aa33a1d |
- Update to 2.4.0
|
|
 |
aa33a1d |
|
|
 |
9c828ef |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-3
|
|
 |
9c828ef |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
 |
9c828ef |
|
|
 |
2db9346 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-2
|
|
 |
2db9346 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
 |
2db9346 |
|
|
 |
b75a82b |
* Sun Nov 22 2015 Julien Enselme <jujens@jujens.eu> - 2.3.1-1
|
|
 |
b75a82b |
- Update to 2.3.1
|
|
 |
b75a82b |
- Correct license
|
|
 |
b75a82b |
- Remove check section
|
|
 |
b75a82b |
|
|
 |
b75a82b |
* Mon Nov 9 2015 Julien Enselme <jujens@jujens.eu> - 2.3.0-1
|
|
 |
b75a82b |
- Inital package
|