package/python-pybind: bump to version 2.13.1

Fix patch to apply against 2.13.1.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
James Hilliard 2024-07-01 13:22:52 -06:00 committed by Arnout Vandecappelle
parent 4f8c5efd70
commit b628443ad8
3 changed files with 5 additions and 4 deletions

View File

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

View File

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

View File

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