python-pandas: Update to 2.2.3

This commit is contained in:
Christoph Reiter 2025-01-07 21:11:22 +01:00
parent 35eda46797
commit 879bd8de76

View File

@ -6,8 +6,8 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=2.2.2
pkgrel=4
pkgver=2.2.3
pkgrel=1
pkgdesc="Powerful data structures for data analysis, time series, and statistics (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -36,7 +36,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-scipy: needed for miscellaneous stat
"${MINGW_PACKAGE_PREFIX}-python-openpyxl: needed for reading/writing Excel file")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz"
"001-dont-search-for-vs.patch")
sha256sums=('9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54'
sha256sums=('4f18ba62b61d7e192368b84517265a99b4d7ee8912f8708660fb4a366cc82667'
'b154f79517b36cd16b8905a19effd9d218f4239ffedbaf066ca6c45f91edc728')
prepare() {