summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Hirzel2023-06-07 22:36:39 -0400
committerAlex Hirzel2023-06-07 22:36:39 -0400
commitad0042b857b545ccc9e124d5afc71b1f36559666 (patch)
tree7336f23aaf37f07f89da26c04837c4552577399f
parent07019364454ad904ebc3f96f45b0405b0cd47591 (diff)
downloadaur-ad0042b857b545ccc9e124d5afc71b1f36559666.tar.gz
update to version 4.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dff8b56dacf6..cd0133b120f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyinstrument
pkgdesc = Call stack profiler for Python
- pkgver = 4.4.0
+ pkgver = 4.5.0
pkgrel = 1
url = https://github.com/joerick/pyinstrument
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = python-pyinstrument
makedepends = python-typing_extensions
makedepends = python-wheel
depends = python>=3.7
- source = https://files.pythonhosted.org/packages/source/p/pyinstrument/pyinstrument-4.4.0.tar.gz
- sha256sums = be34a2e8118c14a616a64538e02430d9099d5d67d8a370f2888e4ac71e52bbb7
+ source = https://files.pythonhosted.org/packages/source/p/pyinstrument/pyinstrument-4.5.0.tar.gz
+ sha256sums = ce01c7304b76932761c2be3d998f08b1863fd409a3709851e48af6cc0dc10eb2
pkgname = python-pyinstrument
diff --git a/PKGBUILD b/PKGBUILD
index b0872aac5ddd..5c1efce6c29e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pyinstrument
_name="${pkgname#python-}"
-pkgver=4.4.0
+pkgver=4.5.0
pkgrel=1
pkgdesc="Call stack profiler for Python"
arch=('x86_64' 'aarch64')
@@ -13,7 +13,7 @@ license=('BSD')
depends=('python>=3.7')
makedepends=('ipython' 'python-build' 'python-django' 'python-installer' 'python-setuptools' 'python-typing_extensions' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('be34a2e8118c14a616a64538e02430d9099d5d67d8a370f2888e4ac71e52bbb7')
+sha256sums=('ce01c7304b76932761c2be3d998f08b1863fd409a3709851e48af6cc0dc10eb2')
build() {
cd "$_name-$pkgver"