package/python-pybind: bump version to 2.10.0

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
[Arnout: don't remove original author from the patch]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Guillaume W. Bres 2022-07-25 20:29:18 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent e20fc24b34
commit a027f14c8e
3 changed files with 6 additions and 6 deletions

View File

@ -12,16 +12,16 @@ the current directory, if it is set.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Upstream-Status: N/A, Buildroot specific
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
---
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

View File

@ -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

View File

@ -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