[arch-commits] Commit in python-pandas/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Wed Dec 3 12:30:20 UTC 2014
Date: Wednesday, December 3, 2014 @ 13:30:20
Author: aginiewicz
Revision: 123404
upgpkg: python-pandas 0.15.1-2
switch pandas to openpyxl>=2
Modified:
python-pandas/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-12-03 12:30:17 UTC (rev 123403)
+++ PKGBUILD 2014-12-03 12:30:20 UTC (rev 123404)
@@ -5,7 +5,7 @@
pkgbase=python-pandas
pkgname=('python2-pandas' 'python-pandas')
pkgver=0.15.1
-pkgrel=1
+pkgrel=2
pkgdesc="Cross-section and time series data analysis toolkit"
arch=('i686' 'x86_64')
url="http://pandas.pydata.org/"
@@ -47,7 +47,7 @@
'python2-sqlalchemy: needed for SQL database support'
'python2-matplotlib: needed for plotting'
'python2-statsmodels: needed for parts of pandas.stats'
- 'python2-openpyxl1: needed for Excel XLSX input/output'
+ 'python2-openpyxl: needed for Excel XLSX input/output'
'python2-xlsxwriter: alternative Excel XLSX output'
'python2-xlrd: needed for Excel XLS input'
'python2-xlwt: needed for Excel XLS output'
@@ -77,7 +77,7 @@
'python-sqlalchemy: needed for SQL database support'
'python-matplotlib: needed for plotting'
'python-statsmodels: needed for parts of pandas.stats'
- 'python-openpyxl1: needed for Excel XLSX input/output'
+ 'python-openpyxl: needed for Excel XLSX input/output'
'python-xlsxwriter: alternative Excel XLSX output'
'python-xlrd: needed for Excel XLS input'
'python-beautifulsoup4: needed for read_html function'
More information about the arch-commits
mailing list