summaryrefslogtreecommitdiff
path: root/python-pyinstrument
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-05-05 21:15:32 +0200
committerErich Eckner <git@eckner.net>2023-05-05 21:15:32 +0200
commite7c2947f55686bec0905e05c290d745164021fe2 (patch)
treed85904bcb5c5dcaa778da9599718d7f582af2fb4 /python-pyinstrument
parent8edd7f4b85e5e30bce7a3db068ef821193580111 (diff)
downloadarchlinuxewe-e7c2947f55686bec0905e05c290d745164021fe2.tar.xz
recompile all python packages
Diffstat (limited to 'python-pyinstrument')
-rw-r--r--python-pyinstrument/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-pyinstrument/PKGBUILD b/python-pyinstrument/PKGBUILD
index 89cfc7f7a..95c127672 100644
--- a/python-pyinstrument/PKGBUILD
+++ b/python-pyinstrument/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-pyinstrument
_pkg="${pkgname#python-}"
pkgver=4.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="Call stack profiler for Python"
arch=('x86_64')
url="https://github.com/joerick/pyinstrument"
@@ -13,7 +13,7 @@ license=('BSD')
_pinned_dependencies=(
'glibc>=2.36'
)
-depends=('python>=3.10' 'python<3.11' "${_pinned_dependencies[@]}")
+depends=('python>=3.11' 'python<3.12' "${_pinned_dependencies[@]}")
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
# checkdepends=(
# 'python-pytest'