From 44151daaf141f1b46f2beaa40511f24db4ec2d29 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sat, 19 Oct 2024 10:54:27 -0700 Subject: [PATCH 1/3] pybind11: Update to 2.13.6, switch to wheel --- build/pkgs/pybind11/checksums.ini | 8 ++++---- build/pkgs/pybind11/package-version.txt | 2 +- build/pkgs/pybind11/spkg-install.in | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 build/pkgs/pybind11/spkg-install.in diff --git a/build/pkgs/pybind11/checksums.ini b/build/pkgs/pybind11/checksums.ini index 66a54f106b5..5b78db42c17 100644 --- a/build/pkgs/pybind11/checksums.ini +++ b/build/pkgs/pybind11/checksums.ini @@ -1,4 +1,4 @@ -tarball=pybind11-VERSION.tar.gz -sha1=3c75333a9056f0be18eb612803cd46a2bb0c87fc -sha256=00cd59116a6e8155aecd9174f37ba299d1d397ed4a6b86ac1dfe01b3e40f2cc4 -upstream_url=https://files.pythonhosted.org/packages/source/p/pybind11/pybind11-VERSION.tar.gz +tarball=pybind11-VERSION-py3-none-any.whl +sha1=3d927e0ba37bd0af47cd14ec2b52eb796d412806 +sha256=237c41e29157b962835d356b370ededd57594a26d5894a795960f0047cb5caf5 +upstream_url=https://pypi.io/packages/py3/p/pybind11/pybind11-VERSION-py3-none-any.whl diff --git a/build/pkgs/pybind11/package-version.txt b/build/pkgs/pybind11/package-version.txt index 6ceb272eecd..14239ef1586 100644 --- a/build/pkgs/pybind11/package-version.txt +++ b/build/pkgs/pybind11/package-version.txt @@ -1 +1 @@ -2.11.1 +2.13.6 diff --git a/build/pkgs/pybind11/spkg-install.in b/build/pkgs/pybind11/spkg-install.in deleted file mode 100644 index deba1bb42bb..00000000000 --- a/build/pkgs/pybind11/spkg-install.in +++ /dev/null @@ -1 +0,0 @@ -cd src && sdh_pip_install . From 97cf0e89fc3bb850063adba5daf4db0026ca95c5 Mon Sep 17 00:00:00 2001 From: Dima Pasechnik Date: Sat, 8 Mar 2025 16:55:21 -0600 Subject: [PATCH 2/3] version needed for scipy update --- build/pkgs/pybind11/version_requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/pkgs/pybind11/version_requirements.txt b/build/pkgs/pybind11/version_requirements.txt index 6c44c4bd07e..b282a22ae24 100644 --- a/build/pkgs/pybind11/version_requirements.txt +++ b/build/pkgs/pybind11/version_requirements.txt @@ -1 +1,2 @@ -pybind11 >=2.6 +pybind11>=2.12.0,<2.13.0 +# see https://github.com/scipy/scipy/blob/maintenance/1.14.x/pyproject.toml From 00ebf4c0fefc947adf766e55c340a6e53f742564 Mon Sep 17 00:00:00 2001 From: Dima Pasechnik Date: Mon, 10 Mar 2025 17:18:43 +0000 Subject: [PATCH 3/3] correct version-requirements --- build/pkgs/pybind11/version_requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pkgs/pybind11/version_requirements.txt b/build/pkgs/pybind11/version_requirements.txt index b282a22ae24..ddd5ff5f7bc 100644 --- a/build/pkgs/pybind11/version_requirements.txt +++ b/build/pkgs/pybind11/version_requirements.txt @@ -1,2 +1,2 @@ -pybind11>=2.12.0,<2.13.0 -# see https://github.com/scipy/scipy/blob/maintenance/1.14.x/pyproject.toml +pybind11>=2.13.2,<2.14.0 +# see https://github.com/scipy/scipy/blob/maintenance/1.15.x/pyproject.toml