Igor Gnatenko 7d7843f
%global srcname pandas
Igor Gnatenko 7d7843f
d9d660b
Igor Gnatenko 7d7843f
Name:           python-%{srcname}
f5cafa3
Version:        1.0.1
f5cafa3
Release:        1%{?dist}
d9d660b
Summary:        Python library providing high-performance data analysis tools
d9d660b
d9d660b
License:        BSD
5beeb3f
URL:            https://pandas.pydata.org/
Sergio Pascual 8aaf409
Source0:        https://pypi.io/packages/source/p/pandas/%{srcname}-%{version}.tar.gz
Igor Gnatenko 7d7843f
5beeb3f
%global _description %{expand:
Igor Gnatenko 7d7843f
pandas is an open source, BSD-licensed library providing
Igor Gnatenko 7d7843f
high-performance, easy-to-use data structures and data
5beeb3f
analysis tools for the Python programming language.}
5beeb3f
5beeb3f
%description %_description
Igor Gnatenko 7d7843f
fade947
%package -n python3-%{srcname}
Igor Gnatenko 7d7843f
Summary:        Python library providing high-performance data analysis tools
7ee1edd
BuildRequires:  gcc
f014c40
BuildRequires:  gcc-c++
Igor Gnatenko 7d7843f
BuildRequires:  python3-devel
Igor Gnatenko 7d7843f
BuildRequires:  python3-setuptools
Igor Gnatenko 7d7843f
BuildRequires:  python3-matplotlib
bb5b85d
BuildRequires:  python3-Cython >= 0.29.13
Kushal Das 751e520
Requires:       python3-pytz
Sergio Pascual 4fabdbe
Requires:       python3-dateutil
Kushal Das 751e520
Requires:       python3-numpy
Kushal Das 751e520
Requires:       python3-scipy
Kushal Das 751e520
Requires:       python3-tables
Kushal Das 751e520
Requires:       python3-matplotlib
Kushal Das 751e520
Requires:       python3-Bottleneck
Kushal Das 751e520
Requires:       python3-numexpr
c82a8a5
%if 0%{?fedora} || 0%{?rhel} > 7
Sergio Pascual 8746c94
Recommends:     python3-pandas-datareader
Sergio Pascual bccf76a
Recommends:     python3-xlrd
Sergio Pascual f1a117a
Recommends:     python3-xlwt
Sergio Pascual bccf76a
%endif
Kushal Das 751e520
Sergio Pascual f1a117a
%{?python_provide:%python_provide python3-%{srcname}}
Sergio Pascual f1a117a
5beeb3f
%description -n python3-%{srcname} %_description
Kushal Das 751e520
d9d660b
%prep
9a61ea7
%autosetup -n %{srcname}-%{version} -p1
f6ee39d
# Cython is too old in RHEL8.0
f5cafa3
%{!?el8:rm -f $(grep -rl '/\* Generated by Cython')}
d9d660b
49056f0
%build
Orion Poplawski 9ef72d0
%py3_build
49056f0
Kushal Das 751e520
%install
Orion Poplawski 9ef72d0
%py3_install
d9d660b
Kushal Das 751e520
%files -n python3-pandas
Sergio Pascual d99edfb
%doc RELEASE.md
Sergio Pascual d99edfb
%license LICENSE
Igor Gnatenko 7d7843f
%{python3_sitearch}/%{srcname}*
Kushal Das 751e520
d9d660b
%changelog
f5cafa3
* Fri Feb 07 2020 Orion Poplawski <orion@nwra.com> - 1.0.1-1
f5cafa3
- Update to 1.0.1
f5cafa3
cb30278
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.25.3-2
cb30278
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
cb30278
575d83a
* Mon Nov 11 2019 Sergio Pascual <sergiopr@fedoraproject.org> - 0.25.3-1
575d83a
- New release of pandas 0.25.3 (python 3.8 support included)
575d83a
5ec4681
* Fri Sep 13 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.25.1-2
5ec4681
- Backport patch for Python 3.8 compatibility
5ec4681
ab7128b
* Sat Aug 24 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.25.1-1
ab7128b
- Update to latest version
ab7128b
3f72141
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.24.1-5
3f72141
- Rebuilt for Python 3.8
3f72141
c9f77a2
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.1-4
c9f77a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
c9f77a2
9a61ea7
* Thu Jun 27 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.24.1-3
9a61ea7
- Fix doc build with numpydoc 0.9
9a61ea7
fade947
* Tue Jun 18 2019 Miro Hrončok <mhroncok@redhat.com> - 0.24.1-2
fade947
- Subpackage python2-pandas has been removed
fade947
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
fade947
5747b07
* Thu Mar 07 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.24.1-1
5747b07
- Update to 0.24.1
5747b07
be54314
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.4-2
be54314
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
be54314
6d8f5f9
* Tue Aug 21 2018 Sergio Pascual <sergiopr@fedoraproject.org> - 0.23.4-1
6d8f5f9
- New release of pandas 0.23.4
6d8f5f9
98360cb
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.0-3
98360cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
98360cb
1afc61e
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.23.0-2
1afc61e
- Rebuilt for Python 3.7
1afc61e
f4a2429
* Tue Jun 05 2018 Sergio Pascual <sergiopr@fedoraproject.org> - 0.23.0-1
f4a2429
- New release of pandas 0.23.0
f4a2429
35fd019
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.0-2
35fd019
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
35fd019
Sergio Pascual 80f50d6
* Wed Jan 17 2018 Sergio Pascual <sergiopr@fedoraproject.org> - 0.22.0-1
Sergio Pascual 80f50d6
- New release of pandas 0.22.0
Sergio Pascual 80f50d6
c82a8a5
* Tue Jan 16 2018 Troy Dawson <tdawson@redhat.com> - 0.20.3-2
c82a8a5
- Update conditionals
c82a8a5
Sergio Pascual 21f7306
* Sun Sep 10 2017 Sergio Pascual <sergiopr@fedoraproject.org> - 0.20.3-1
Sergio Pascual 21f7306
- New upstream version (0.20.3)
Sergio Pascual 21f7306
7ea9c61
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.1-3
7ea9c61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
7ea9c61
0d88365
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.1-2
0d88365
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0d88365
Sergio Pascual 3b7d4b7
* Mon May 15 2017 Sergio Pascual <sergiopr@fedoraproject.org> - 0.20.1-1
Sergio Pascual 3b7d4b7
- New upstream version (0.20.1)
Sergio Pascual 3b7d4b7
ec7b46c
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.2-2
ec7b46c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ec7b46c
Sergio Pascual aa3a8ba
* Fri Jan 27 2017 Sergio Pascual <sergiopr@fedoraproject.org> - 0.19.2-1
Sergio Pascual aa3a8ba
- New upstream version (0.19.2)
Sergio Pascual aa3a8ba
b0b063c
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.19.1-2
b0b063c
- Rebuild for Python 3.6
b0b063c
Sergio Pascual f8211cb
* Wed Nov 09 2016 Sergio Pascual <sergiopr@fedoraproject.org> - 0.19.1-1
Sergio Pascual f8211cb
- New upstream version (0.19.1)
Sergio Pascual f8211cb
Sergio Pascual 8746c94
* Wed Oct 19 2016 Sergio Pascual <sergiopr@fedoraproject.org> - 0.19.0-1
Sergio Pascual 8746c94
- New upstream version (0.19.0)
Sergio Pascual 8746c94
- Brings pandas-datareader using recommends
Sergio Pascual 8746c94
edb5ece
* Sat Oct 15 2016 Peter Robinson <pbrobinson@fedoraproject.org> - 0.18.1-3
edb5ece
- rebuilt for matplotlib-2.0.0
edb5ece
bb74a92
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18.1-2
bb74a92
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
bb74a92
Sergio Pascual 8aaf409
* Wed Jul 13 2016 Sergio Pascual <sergiopr@fedoraproject.org> - 0.18.1-1
Sergio Pascual 8aaf409
- New upstream version (0.18.1)
Sergio Pascual 8aaf409
- Update pypi url
Sergio Pascual 8aaf409
Igor Gnatenko 1ba5ace
* Sat Apr 09 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.18.0-3
Igor Gnatenko 1ba5ace
- Fix broken deps
Igor Gnatenko 1ba5ace
Igor Gnatenko 7d7843f
* Sat Apr 09 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.18.0-2
Igor Gnatenko 7d7843f
- Fix python_provide macros usage (FTBFS for some packages)
Igor Gnatenko 7d7843f
Sergio Pascual f1a117a
* Wed Mar 30 2016 Sergio Pascual <sergiopr@fedoraproject.org> - 0.18.0-1
Sergio Pascual f1a117a
- New upstream version (0.18.0)
Sergio Pascual f1a117a
793350a
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.1-2
793350a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
793350a
Sergio Pascual bccf76a
* Sun Jan 03 2016 Sergio Pascual <sergiopr@fedoraproject.org> - 0.17.1-1
Sergio Pascual bccf76a
- New upstream version (0.17.1)
Sergio Pascual bccf76a
- Add new dependecy as weak dep (fixes bz #1288919)
Sergio Pascual bccf76a
0c45343
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.0-3
0c45343
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
0c45343
Orion Poplawski 9ef72d0
* Wed Oct 28 2015 Orion Poplawski <orion@cora.nwra.com> - 0.17.0-2
Orion Poplawski 9ef72d0
- Use common build directory, new python macros
Orion Poplawski 9ef72d0
- Filter provides
Orion Poplawski 9ef72d0
- Fix provides
Orion Poplawski 9ef72d0
Sergio Pascual 912f322
* Mon Oct 12 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 0.17.0-1
Sergio Pascual 912f322
- New release of pandas 0.17.0
Sergio Pascual 912f322
8a5c0a1
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16.2-2
8a5c0a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8a5c0a1
Sergio Pascual f729e35
* Mon Jun 15 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 0.16.2-1
Sergio Pascual f729e35
- New release of pandas 0.16.2
Sergio Pascual f729e35
Sergio Pascual b6d6967
* Mon May 18 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 0.16.1-1
Sergio Pascual b6d6967
- New release of pandas 0.16.1
Sergio Pascual b6d6967
ee329e1
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.16.0-2
ee329e1
- Rebuilt for GCC 5 C++11 ABI change
ee329e1
Sergio Pascual d99edfb
* Tue Mar 24 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 0.16.0-1
Sergio Pascual d99edfb
- New release of pandas 0.16.0
Sergio Pascual d99edfb
- Use license macro
Sergio Pascual b6d6967
- Don't use py3dir (new python guidelines)
Sergio Pascual d99edfb
Sergio Pascual 4fabdbe
* Tue Jan 20 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 0.15.2-3
Sergio Pascual 4fabdbe
- Pandas actually supports dateutil 2
Sergio Pascual 4fabdbe
Sergio Pascual f664b2c
* Mon Jan 19 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 0.15.2-2
Sergio Pascual 4fabdbe
- Update dependency on dateutil to dateutil15 (bz #1183368)
Sergio Pascual f664b2c
Sergio Pascual 4bfe7d7
* Wed Dec 17 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.15.2-1
Sergio Pascual 4bfe7d7
- New release of pandas 0.15.2
Sergio Pascual 4bfe7d7
Sergio Pascual d8914f5
* Thu Nov 20 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.15.1-1
Sergio Pascual d8914f5
- New release of pandas 0.15.1
Sergio Pascual d8914f5
Sergio Pascual 0f85752
* Mon Oct 20 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.15.0-1
Sergio Pascual 0f85752
- New release of pandas 0.15.0
Sergio Pascual 0f85752
3de51bb
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.1-2
3de51bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
3de51bb
Sergio Pascual b5eb366
* Sun Jul 13 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.14.1-1
Sergio Pascual b5eb366
- New release of pandas 0.14.1
Sergio Pascual b5eb366
Sergio Pascual f5c5ff5
* Mon Jun 16 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.14.0-1
Sergio Pascual f5c5ff5
- New release of pandas 0.14.0
Sergio Pascual f5c5ff5
1720220
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.0-6
1720220
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1720220
6bc67ba
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.12.0-5
6bc67ba
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
6bc67ba
Kushal Das 751e520
* Tue Jan 28 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.12.0-4
Kushal Das 751e520
- Enable python3 build
Kushal Das 751e520
- Set CFLAGS before build
Kushal Das 751e520
719642b
* Fri Dec 13 2013 Kushal Das <kushal@fedoraproject.org> 0.12.0-3
719642b
- Fixed dependency name
719642b
7451db7
* Fri Dec 06 2013 Pierre-Yves Chibon <pingou@pingoured>fr - 0.12.0-2
7451db7
- Change BR from python-setuptools-devel to python-setuptools
7451db7
  See https://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel
7451db7
697aaf5
* Fri Sep 20 2013 Kushal Das <kushal@fedoraproject.org> 0.12.0-1
697aaf5
- New release of pandas 0.12.0
697aaf5
b57cf95
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.0-3
b57cf95
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b57cf95
cfb26f8
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.0-2
cfb26f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
cfb26f8
ba4a122
* Mon Dec 24 2012 Kushal Das <kushal@fedoraproject.org> 0.10.0-1
ba4a122
- New release of pandas 0.10.0
ba4a122
ba4a122
* Thu Nov 08 2012 Kushal Das <kushal@fedoraproject.org> 0.10.0-1
ba4a122
- New release of pandas 0.10.0
ba4a122
75744e8
* Thu Nov 08 2012 Kushal Das <kushal@fedoraproject.org> 0.9-1
75744e8
- New release of pandas
75744e8
d9d660b
* Fri Aug 03 2012 Kushal Das <kushal@fedoraproject.org> 0.8.1-2
d9d660b
- Fixes from review request
d9d660b
d9d660b
* Tue Jul 10 2012 Kushal Das <kushal@fedoraproject.org> 0.8.1-1
d9d660b
- Initial release in Fedora
d9d660b