Date: Saturday, January 21, 2023 @ 06:52:19
  Author: archange
Revision: 1387235

upgpkg: python-pandas 1.5.3-1

Modified:
  python-pandas/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-21 06:50:47 UTC (rev 1387234)
+++ PKGBUILD    2023-01-21 06:52:19 UTC (rev 1387235)
@@ -4,7 +4,7 @@
 # Contributor: Keith Hughitt <[email protected]>
 
 pkgname=python-pandas
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='High-performance, easy-to-use data structures and data analysis tools 
for Python'
 arch=(x86_64)
@@ -20,7 +20,7 @@
     'python-jinja: conditional formatting with DataFrame.style'
     'python-tabulate: printing in Markdown-friendly format'
     'python-scipy: miscellaneous statistical functions'
-    # 'python-numba: alternative execution engine' (in the AUR)
+    'python-numba: alternative execution engine'
     'python-xarray: pandas-like API for N-dimensional data'
     'python-xlrd: Excel XLS input'
     'python-xlwt: Excel XLS output'
@@ -63,7 +63,7 @@
     'python-jinja'
     'python-tabulate'
     'python-scipy'
-    # 'python-numba' (in the AUR)
+    'python-numba'
     'python-xarray'
     'python-xlrd'
     'python-xlwt'
@@ -74,6 +74,8 @@
     'python-html5lib'
     'python-lxml'
     'python-sqlalchemy'
+    'python-psycopg2'
+    'python-pymysql'
     'python-pytables'
     'python-blosc'
     'zlib'
@@ -100,15 +102,14 @@
     'python-geopandas'
     'python-odfpy'
     'ipython'
+    'python-botocore'
+    'python-numba'
 )
-# {My,Postgre}SQL tests try to access local DB to no avail
-#    'python-psycopg2'
-#    'python-pymysql'
 # No test data in upstream crafted tarball
 
#source=(https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz)
 
source=(https://github.com/pandas-dev/pandas/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz
         fix-pyarrow-10.patch)
-sha256sums=('d86005633c52dd704f1a92bed4e50949596760a3a40ecfe2d7a0a0d0a0e16679'
+sha256sums=('d8abf9c2bf33cac75b28f32c174c29778414eb249e5e2ccb69b1079b97a8fc66'
             '65008439d0eeef47ef4dca98ef7469b548f3d2f3b1666809cb846b84b07c05f4')
 
 prepare() {
@@ -125,8 +126,7 @@
 
 check() {
   cd pandas-${pkgver}
-  # raw clipboard access does not work in headless container
-  pytest -vv --color=yes pandas -k 'not test_raw_roundtrip'
+  pytest -vv --color=yes pandas -m 'not clipboard and not single_cpu' --skip-db
 }
 
 package() {

Reply via email to