Skip to content

Commit 7ed5b8b

Browse files
author
Release Manager
committed
sagemathgh-36112: Upgrades: scipy 1.11 and dependencies <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes sagemath#1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> This includes updates of `meson`, `meson_python`, `ninja_build`, `pybind11`, `pyproject_metadata`, `pythran`, `gast`. <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes sagemath#12345". --> Resolves sagemath#35703 <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [ ] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> - Depends on sagemath#35404 (merged here) - Depends on sagemath#35810 (merged here) - Depends on sagemath#35084 (merged here) <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36112 Reported by: Matthias Köppe Reviewer(s): François Bissey
2 parents 88ad3a1 + 5b11b9b commit 7ed5b8b

22 files changed

+41
-61
lines changed

build/pkgs/cmake/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=cmake-VERSION.tar.gz
2-
sha1=256d6a57a57fa6ceaacd6a2daf708baefd33850c
3-
md5=226dd564164372f9f7d1e21e38e6e8c5
4-
cksum=2080281918
2+
sha1=3e9b980bfb16974f57ca02b5e2b403a2ef2d4eca
3+
md5=7228f5fcc8a858fdeac27e29bda0c144
4+
cksum=2027526722
55
upstream_url=https://github.com/Kitware/CMake/releases/download/vVERSION/cmake-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.24.3
1+
3.27.3

build/pkgs/gast/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=gast-VERSION.tar.gz
2-
sha1=a84811eedebc5bca94b4eae978aab5f2c805b106
3-
md5=fdff900805e03e9dd76d377eb4cbaed7
4-
cksum=387443419
2+
sha1=6c113cf8d33cc654d33210335103485ab41d3dbb
3+
md5=907c689e3fdbc7a48cc010e665195baa
4+
cksum=218846575
55
upstream_url=https://pypi.io/packages/source/g/gast/gast-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.3
1+
0.5.4

build/pkgs/meson/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=meson-VERSION.tar.gz
2-
sha1=a2d102eb6a37307c9b67283e9764ed57cf286223
3-
md5=843ba549bb2a199d9e04092116a7e749
4-
cksum=2108460988
2+
sha1=087da0ecbc065bb40361ba683b55c20cb42a948a
3+
md5=e3cc846536189aacd7d01858a45ca9af
4+
cksum=4011973902
55
upstream_url=https://pypi.io/packages/source/m/meson/meson-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.2.1

build/pkgs/meson/spkg-configure.m4

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
SAGE_SPKG_CONFIGURE(
22
[meson], [
3-
AC_CACHE_CHECK([for meson >= 0.64], [ac_cv_path_MESON], [
3+
dnl scipy 1.11.2 needs meson >= 1.1.0
4+
AC_CACHE_CHECK([for meson >= 1.1.0], [ac_cv_path_MESON], [
45
AC_PATH_PROGS_FEATURE_CHECK([MESON], [meson], [
56
meson_version=`$ac_path_MESON --version 2>&1`
67
AS_IF([test -n "$meson_version"], [
7-
AX_COMPARE_VERSION([$meson_version], [ge], [0.64], [
8+
AX_COMPARE_VERSION([$meson_version], [ge], [1.1.0], [
89
ac_cv_path_MESON="$ac_path_MESON"
910
ac_path_MESON_found=:
1011
])
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=meson_python-VERSION.tar.gz
2-
sha1=bdaf002dc1ef314c32e2be76f3b2872f1282c4cc
3-
md5=39be4f0b7f036e1d5db4a76fdb031355
4-
cksum=2636510839
2+
sha1=e52e84fcd84ea7dd8c11f464390786686a1be8e6
3+
md5=0db4483e30df43dbd465254be9c7db8a
4+
cksum=1452585711
55
upstream_url=https://pypi.io/packages/source/m/meson_python/meson_python-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.1
1+
0.13.2

build/pkgs/meson_python/patches/ARCHFLAGS_empty.patch

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)