From a027f14c8e4ee1bbe2e9258ce0305e3966e1b675 Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Mon, 25 Jul 2022 20:29:18 +0200 Subject: [PATCH] package/python-pybind: bump version to 2.10.0 Signed-off-by: Guillaume W. Bres [Arnout: don't remove original author from the patch] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- .../0001-pybind11-commands.py-support-STAGING_DIR.patch | 8 ++++---- package/python-pybind/python-pybind.hash | 2 +- package/python-pybind/python-pybind.mk | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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 021321a9b7..009f43cdbc 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 @@ -12,16 +12,16 @@ the current directory, if it is set. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Upstream-Status: N/A, Buildroot specific +Signed-off-by: Guillaume W. Bres --- pybind11/commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pybind11/commands.py b/pybind11/commands.py -index 11f81d2..8c4876d 100644 +index a29c8ca..de8a27c 100644 --- a/pybind11/commands.py +++ b/pybind11/commands.py -@@ -1,7 +1,8 @@ - # -*- coding: utf-8 -*- +@@ -1,6 +1,7 @@ import os -DIR = os.path.abspath(os.path.dirname(__file__)) @@ -29,7 +29,7 @@ index 11f81d2..8c4876d 100644 + os.path.abspath(os.path.dirname(__file__)) - def get_include(user=False): + def get_include(user: bool = False) -> str: # pylint: disable=unused-argument -- 2.31.1 diff --git a/package/python-pybind/python-pybind.hash b/package/python-pybind/python-pybind.hash index d5b4b4829e..b4b3ff94d0 100644 --- a/package/python-pybind/python-pybind.hash +++ b/package/python-pybind/python-pybind.hash @@ -1,4 +1,4 @@ # Locally calculated -sha256 057fb68dafd972bc13afb855f3b0d8cf0fa1a78ef053e815d9af79be7ff567cb python-pybind-2.9.0.tar.gz +sha256 eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec python-pybind-2.10.0.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 05fc593346..c5bee3d0a7 100644 --- a/package/python-pybind/python-pybind.mk +++ b/package/python-pybind/python-pybind.mk @@ -4,7 +4,7 @@ # ################################################################################ -PYTHON_PYBIND_VERSION = 2.9.0 +PYTHON_PYBIND_VERSION = 2.10.0 PYTHON_PYBIND_SITE = $(call github,pybind,pybind11,v$(PYTHON_PYBIND_VERSION)) PYTHON_PYBIND_LICENSE = BSD-3-Clause PYTHON_PYBIND_LICENSE_FILES = LICENSE