diff --git a/package/python-pybind/0001-pybind11-commands.py-support-STAGING_DIR.patch b/package/python-pybind/0001-pybind11-commands.py-support-STAGING_DIR.patch index 009f43cdbc..255c484099 100644 --- a/package/python-pybind/0001-pybind11-commands.py-support-STAGING_DIR.patch +++ b/package/python-pybind/0001-pybind11-commands.py-support-STAGING_DIR.patch @@ -21,7 +21,8 @@ diff --git a/pybind11/commands.py b/pybind11/commands.py index a29c8ca..de8a27c 100644 --- a/pybind11/commands.py +++ b/pybind11/commands.py -@@ -1,6 +1,7 @@ +@@ -2,7 +2,8 @@ from __future__ import annotations + import os -DIR = os.path.abspath(os.path.dirname(__file__)) @@ -29,7 +30,7 @@ index a29c8ca..de8a27c 100644 + os.path.abspath(os.path.dirname(__file__)) - def get_include(user: bool = False) -> str: # pylint: disable=unused-argument + def get_include(user: bool = False) -> str: # noqa: ARG001 -- 2.31.1 diff --git a/package/python-pybind/python-pybind.hash b/package/python-pybind/python-pybind.hash index 9d2f43ce0d..c831007d4d 100644 --- a/package/python-pybind/python-pybind.hash +++ b/package/python-pybind/python-pybind.hash @@ -1,4 +1,4 @@ # Locally calculated -sha256 d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c python-pybind-2.11.1.tar.gz +sha256 51631e88960a8856f9c497027f55c9f2f9115cafb08c0005439838a05ba17bfc python-pybind-2.13.1.tar.gz # License files, locally calculated sha256 83965b843b98f670d3a85bd041ed4b372c8ec50d7b4a5995a83ac697ba675dcb LICENSE diff --git a/package/python-pybind/python-pybind.mk b/package/python-pybind/python-pybind.mk index 5a5d120321..a1cc02ee04 100644 --- a/package/python-pybind/python-pybind.mk +++ b/package/python-pybind/python-pybind.mk @@ -4,7 +4,7 @@ # ################################################################################ -PYTHON_PYBIND_VERSION = 2.11.1 +PYTHON_PYBIND_VERSION = 2.13.1 PYTHON_PYBIND_SITE = $(call github,pybind,pybind11,v$(PYTHON_PYBIND_VERSION)) PYTHON_PYBIND_LICENSE = BSD-3-Clause PYTHON_PYBIND_LICENSE_FILES = LICENSE