summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.rst6
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acb27424c122..c554c2699ffd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyperf
pkgdesc = Toolkit to run Python benchmarks
- pkgver = 2.4.0
+ pkgver = 2.4.1
pkgrel = 1
url = https://github.com/vstinner/pyperf
changelog = changelog.rst
@@ -13,9 +13,9 @@ pkgbase = python-pyperf
makedepends = python-sphinx
makedepends = python-wheel
depends = python
- source = python-pyperf-2.4.0.tar.gz::https://github.com/vstinner/pyperf/archive/2.4.0.tar.gz
+ source = python-pyperf-2.4.1.tar.gz::https://github.com/vstinner/pyperf/archive/2.4.1.tar.gz
source = 001-setup.py.patch
- sha256sums = cac2614f5ddb71b9102ce6252df5d2d5a28f69807aae4d7789dadfad4ee39332
+ sha256sums = 9b18558bfb55ea1e752c221439e842ec837763b7a52dba794d11ca9baf172f73
sha256sums = 925fb3cc19ca60295ebfdccdb55d805a3f372f9597ef151f77609b520171c23e
pkgname = python-pyperf
diff --git a/PKGBUILD b/PKGBUILD
index dcb6c87f9e47..4ee2e9a9573d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pyperf
_pkg="${pkgname#python-}"
-pkgver=2.4.0
+pkgver=2.4.1
pkgrel=1
pkgdesc='Toolkit to run Python benchmarks'
url='https://github.com/vstinner/pyperf'
@@ -16,7 +16,7 @@ checkdepends=('python-psutil')
changelog=changelog.rst
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
'001-setup.py.patch')
-sha256sums=('cac2614f5ddb71b9102ce6252df5d2d5a28f69807aae4d7789dadfad4ee39332'
+sha256sums=('9b18558bfb55ea1e752c221439e842ec837763b7a52dba794d11ca9baf172f73'
'925fb3cc19ca60295ebfdccdb55d805a3f372f9597ef151f77609b520171c23e')
prepare() {
diff --git a/changelog.rst b/changelog.rst
index c722fc4923d7..099b75536b5f 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,6 +1,12 @@
Changelog
=========
+Version 2.4.1 (2022-08-07)
+-------------
+
+* Reject --tracemalloc in ``pyperf command``.
+ Patch by Yichen Yan
+
Version 2.4.0 (2022-07-20)
--------------------------