mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python3-pandas: update to 2.1.2.
This commit is contained in:
parent
89191b25ff
commit
e6074178ab
2 changed files with 3 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
--- ./pyproject.toml.orig 2023-10-02 14:33:56.359267774 -0400
|
||||
+++ ./pyproject.toml 2023-10-02 14:35:29.662565059 -0400
|
||||
@@ -2,14 +2,14 @@
|
||||
@@ -2,8 +2,8 @@
|
||||
# Minimum requirements for the build system to execute.
|
||||
# See https://github.com/scipy/scipy/pull/12940 for the AIX issue.
|
||||
requires = [
|
||||
|
@ -11,13 +11,6 @@
|
|||
"wheel",
|
||||
"Cython>=0.29.33,<3", # Note: sync with setup.py, environment.yml and asv.conf.json
|
||||
# Note: numpy 1.25 has a backwards compatible C API by default
|
||||
# we don't want to force users to compile with 1.25 though
|
||||
# (Ideally, in the future, though, oldest-supported-numpy can be dropped when our min numpy is 1.25.x)
|
||||
- "oldest-supported-numpy>=2022.8.16; python_version<'3.12'",
|
||||
+ "numpy>=1.23.2; python_version<'3.12'",
|
||||
"numpy>=1.26.0; python_version>='3.12'",
|
||||
"versioneer[toml]"
|
||||
]
|
||||
--- ./meson.build.orig 2023-10-02 14:42:02.161816469 -0400
|
||||
+++ ./meson.build 2023-09-20 15:24:13.000000000 -0400
|
||||
@@ -4,7 +4,7 @@
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-pandas'
|
||||
pkgname=python3-pandas
|
||||
version=2.1.1
|
||||
version=2.1.2
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
build_helper="meson numpy"
|
||||
|
@ -14,7 +14,7 @@ license="BSD-3-Clause"
|
|||
homepage="https://pandas.pydata.org/"
|
||||
changelog="https://pandas.pydata.org/pandas-docs/stable/whatsnew/index.html"
|
||||
distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
|
||||
checksum=853a0d3c3af28821436ae45619ef6e07b9748f2bd5a1a0c0356320f968a0a64b
|
||||
checksum=83bf1b17cbfc0dc9349d8dbc88f198aa602e489837180806cb473fe43746c26d
|
||||
# Builds seem to sometimes have missing symbol problems;
|
||||
# the intermittent nature suggests this might be a race
|
||||
disable_parallel_build=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue