[arch-commits] Commit in python-pandas/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Fri Jun 29 21:55:45 UTC 2018


    Date: Friday, June 29, 2018 @ 21:55:44
  Author: aginiewicz
Revision: 347787

upgpkg: python-pandas 0.23.1-1

python-pandas: new upstream release

Modified:
  python-pandas/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-29 21:20:21 UTC (rev 347786)
+++ PKGBUILD	2018-06-29 21:55:44 UTC (rev 347787)
@@ -10,7 +10,7 @@
 
 pkgbase=python-pandas
 pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.23.0
+pkgver=0.23.1
 pkgrel=1
 pkgdesc="Cross-section and time series data analysis toolkit"
 arch=('x86_64')
@@ -20,7 +20,7 @@
              'python2-setuptools' 'python2-dateutil' 'python2-numpy' 'python2-pytz'
              'cython' 'cython2')
 source=("https://github.com/pydata/pandas/archive/v${pkgver}.tar.gz")
-md5sums=('9a2b236e1e895ee7c7c700a6ae0789a7')
+md5sums=('ba184b95a04e39374e6cb5a5faf48651')
 
 prepare() {
   cd "$srcdir"
@@ -60,8 +60,7 @@
               'python2-xlsxwriter: alternative Excel XLSX output'
               'python2-jinja: needed for conditional HTML formatting'
               'python2-blosc: for msgpack compression using blosc'
-              'python2-pyqt4: needed for read_clipboard function (only one needed)'
-              'python2-pyside: needed for read_clipboard function (only one needed)'
+              'python2-pyqt5: needed for read_clipboard function (only one needed)'
               'pygtk: needed for read_clipboard function (only one needed)'
               'xsel: needed for read_clipboard function (only one needed)'
               'xclip: needed for read_clipboard function (only one needed)'
@@ -92,8 +91,8 @@
               'python-xlsxwriter: alternative Excel XLSX output'
               'python-jinja: needed for conditional HTML formatting'
               'python-blosc: for msgpack compression using blosc'
-              'python-pyqt4: needed for read_clipboard function (only one needed)'
-              'python-pyside: needed for read_clipboard function (only one needed)'
+              'python-pyqt5: needed for read_clipboard function (only one needed)'
+              'pyside2: needed for read_clipboard function (only one needed)'
               'xsel: needed for read_clipboard function (only one needed)'
               'xclip: needed for read_clipboard function (only one needed)'
               'python-beautifulsoup4: needed for read_html function'



More information about the arch-commits mailing list