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

Bruno Pagani archange at gemini.archlinux.org
Sat Mar 26 12:05:12 UTC 2022


    Date: Saturday, March 26, 2022 @ 12:05:12
  Author: archange
Revision: 1176821

upgpkg: python-pyarrow 7.0.0-1

Modified:
  python-pyarrow/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-26 11:14:03 UTC (rev 1176820)
+++ PKGBUILD	2022-03-26 12:05:12 UTC (rev 1176821)
@@ -3,8 +3,8 @@
 
 _pkg=arrow
 pkgname=python-pyarrow
-pkgver=6.0.1
-pkgrel=3
+pkgver=7.0.0
+pkgrel=1
 pkgdesc="Columnar in-memory analytics layer for big data — Python module."
 arch=(x86_64)
 url="https://arrow.apache.org"
@@ -13,10 +13,10 @@
 makedepends=(git cmake cython python-setuptools python-setuptools-scm)
 optdepends=(python-fsspec)
 checkdepends=(python-brotli python-cffi python-hypothesis python-pandas python-pytest python-pytest-lazy-fixture python-pytz)
-source=(https://downloads.apache.org/${_pkg}/${_pkg}-${pkgver}/apache-${_pkg}-${pkgver}.tar.gz{,.asc}
+source=(https://archive.apache.org/dist/${_pkg}/${_pkg}-${pkgver}/apache-${_pkg}-${pkgver}.tar.gz{,.asc}
         git+https://github.com/apache/arrow-testing.git
         tensorflow-abi.patch)
-sha256sums=(3786b3d2df954d078b3e68f98d2e5aecbaa3fa2accf075d7a3a13c187b9c5294
+sha256sums=(e8f49b149a15ecef4e40fcfab1b87c113c6b1ee186005c169e5cdf95d31a99de
             SKIP
             SKIP
             d20e9cef6b18d3801a1ac1db50808631bec8097be58c194d6b036a5773e14958)
@@ -51,7 +51,7 @@
   ARROW_TEST_DATA="${srcdir}"/arrow-testing/data \
   ARROW_HOME=/usr \
   PARQUET_HOME=/usr \
-  pytest pyarrow/tests \
+  pytest -vv --color=yes pyarrow/tests \
     --deselect=pyarrow/tests/test_memory.py::test_env_var \
     --deselect=pyarrow/tests/test_misc.py::test_get_include
 }



More information about the arch-commits mailing list