Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pyarrow
Commits:
a30bf4e3 by Antonio Rojas at 2024-03-31T00:38:56+01:00
upgpkg: 15.0.2-1: Update to 15.0.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pyarrow
pkgdesc = Columnar in-memory analytics layer for big data — Python
module.
- pkgver = 15.0.0
+ pkgver = 15.0.2
pkgrel = 1
url = https://arrow.apache.org
arch = x86_64
@@ -9,7 +9,6 @@ pkgbase = python-pyarrow
checkdepends = python-hypothesis
checkdepends = python-pandas
checkdepends = python-pytest
- checkdepends = python-pytest-lazy-fixture
checkdepends = python-pytz
makedepends = git
makedepends = cmake
@@ -28,13 +27,13 @@ pkgbase = python-pyarrow
optdepends = python-cffi: interact with C code
optdepends = python-pandas: Pandas integration
optdepends = python-fsspec: Filesystem Spec support
- source =
https://archive.apache.org/dist/arrow/arrow-15.0.0/apache-arrow-15.0.0.tar.gz
- source =
https://archive.apache.org/dist/arrow/arrow-15.0.0/apache-arrow-15.0.0.tar.gz.asc
+ source =
https://archive.apache.org/dist/arrow/arrow-15.0.2/apache-arrow-15.0.2.tar.gz
+ source =
https://archive.apache.org/dist/arrow/arrow-15.0.2/apache-arrow-15.0.2.tar.gz.asc
source = git+https://github.com/apache/arrow-testing.git
validpgpkeys = 265F80AB84FE03127E14F01125BCCA5220D84079
validpgpkeys = 08D3564B7C6A9CAFBFF6A66791D18FCF079F8007
validpgpkeys = AF6AADA4C9835B75973FF5DA275C532289DD0F4A
- sha512sums =
d5dccaa0907b0e6f2a460e32ae75091942dcb70b51db4aefe2767ee8d99882694607b723a9c06898dda3938d8eb498258d7f9aad11054665b6ea9c2fbaeafa74
+ sha512sums =
6c83e3be1e5840c30387f088315b74aca8e7c2d060793af70a156effb496a71e3e6af0693188c0f46f8a4a061a263a47095912ef04a5dc8141abd59075b14c78
sha512sums = SKIP
sha512sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_pkg=arrow
_pkgname=pyarrow
pkgname=python-${_pkgname}
-pkgver=15.0.0
+pkgver=15.0.2
pkgrel=1
pkgdesc="Columnar in-memory analytics layer for big data — Python module."
arch=(x86_64)
@@ -16,12 +16,12 @@ optdepends=('python-cffi: interact with C code'
'python-pandas: Pandas integration'
'python-fsspec: Filesystem Spec support')
makedepends=(git cmake cython0 python-build python-installer python-wheel
python-cffi python-pandas)
-checkdepends=(python-brotli python-hypothesis python-pandas python-pytest
python-pytest-lazy-fixture python-pytz)
+checkdepends=(python-brotli python-hypothesis python-pandas python-pytest
python-pytz)
source=(
https://archive.apache.org/dist/${_pkg}/${_pkg}-${pkgver}/apache-${_pkg}-${pkgver}.tar.gz{,.asc}
git+https://github.com/apache/arrow-testing.git
)
-sha512sums=('d5dccaa0907b0e6f2a460e32ae75091942dcb70b51db4aefe2767ee8d99882694607b723a9c06898dda3938d8eb498258d7f9aad11054665b6ea9c2fbaeafa74'
+sha512sums=('6c83e3be1e5840c30387f088315b74aca8e7c2d060793af70a156effb496a71e3e6af0693188c0f46f8a4a061a263a47095912ef04a5dc8141abd59075b14c78'
'SKIP'
'SKIP')
validpgpkeys=(265F80AB84FE03127E14F01125BCCA5220D84079 # Krisztian Szucs
(apache) <[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyarrow/-/commit/a30bf4e3a39cd0548fe4647bd515c278e5fac736
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyarrow/-/commit/a30bf4e3a39cd0548fe4647bd515c278e5fac736
You're receiving this email because of your account on gitlab.archlinux.org.