summaryrefslogtreecommitdiffstats
path: root/python/pybind11
diff options
context:
space:
mode:
Diffstat (limited to 'python/pybind11')
-rw-r--r--python/pybind11/README2
-rw-r--r--python/pybind11/pybind11.SlackBuild4
-rw-r--r--python/pybind11/pybind11.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/python/pybind11/README b/python/pybind11/README
index 210670b19e..d7bc599063 100644
--- a/python/pybind11/README
+++ b/python/pybind11/README
@@ -5,4 +5,4 @@ Boost.Python library by David Abrahams: to minimize boilerplate code
in traditional extension modules by inferring type information using
compile-time introspection.
-This SlackBuild supports both python2 and python3.
+This SlackBuild is intended for python3 only.
diff --git a/python/pybind11/pybind11.SlackBuild b/python/pybind11/pybind11.SlackBuild
index 2aa66f1c86..8c2162a6e8 100644
--- a/python/pybind11/pybind11.SlackBuild
+++ b/python/pybind11/pybind11.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pybind11
-# Copyright 2019-2022 Christoph Willing, Brisbane, Australia
+# Copyright 2019-2023 Christoph Willing, Brisbane, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pybind11
-VERSION=${VERSION:-2.9.2}
+VERSION=${VERSION:-2.11.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/pybind11/pybind11.info b/python/pybind11/pybind11.info
index c3bd184dcd..7df93613c6 100644
--- a/python/pybind11/pybind11.info
+++ b/python/pybind11/pybind11.info
@@ -1,8 +1,8 @@
PRGNAM="pybind11"
-VERSION="2.9.2"
+VERSION="2.11.1"
HOMEPAGE="https://github.com/pybind/pybind11"
-DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.9.2/pybind11-2.9.2.tar.gz"
-MD5SUM="06e4b6c2d0a5d6c6025941203cfcd4b6"
+DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.11.1/pybind11-2.11.1.tar.gz"
+MD5SUM="49e92f92244021912a56935918c927d0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""