Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-pandas
Commits:
774e4499 by Jelle van der Waa at 2024-11-26T11:20:34+01:00
upgpkg: 2.2.3-1: Rebuild for Python 3.13 (nocheck)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = python-pandas
pkgdesc = High-performance, easy-to-use data structures and data
analysis tools for Python
- pkgver = 2.2.2
- pkgrel = 3
+ pkgver = 2.2.3
+ pkgrel = 1
url = https://pandas.pydata.org/
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
checkdepends = python-pytest-xdist
@@ -91,7 +91,7 @@ pkgbase = python-pandas
optdepends = python-brotli: Brotli compression
optdepends = python-snappy: Snappy compression
optdepends = python-zstandard: Zstandard (zstd) compression
- source = git+https://github.com/pandas-dev/pandas#tag=v2.2.2
- sha256sums =
9ccd5a7d6adabae35b554eff2965848730cd18fd8c8393d2a449aa9ce5616208
+ source = git+https://github.com/pandas-dev/pandas#tag=v2.2.3
+ sha256sums =
d0dc0272f48e837c1176f2853bd67d331a0c196677c263f5d41093f62bb22488
pkgname = python-pandas
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Keith Hughitt <[email protected]>
pkgname=python-pandas
-pkgver=2.2.2
-pkgrel=3
+pkgver=2.2.3
+pkgrel=1
pkgdesc='High-performance, easy-to-use data structures and data analysis tools
for Python'
arch=(x86_64)
url="https://pandas.pydata.org/"
@@ -108,7 +108,7 @@ checkdepends=(
# No test data in upstream tarballs
#source=(https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz)
source=(git+https://github.com/pandas-dev/pandas#tag=v${pkgver})
-sha256sums=('9ccd5a7d6adabae35b554eff2965848730cd18fd8c8393d2a449aa9ce5616208')
+sha256sums=('d0dc0272f48e837c1176f2853bd67d331a0c196677c263f5d41093f62bb22488')
build() {
cd pandas
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pandas/-/commit/774e4499b9ab9fd3f5572624c9adfab7bce50485
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pandas/-/commit/774e4499b9ab9fd3f5572624c9adfab7bce50485
You're receiving this email because of your account on gitlab.archlinux.org.