memray: update to 1.10.0.

This commit is contained in:
icp 2023-10-06 11:32:20 +05:30 committed by classabbyamp
parent 60585dd010
commit cf67832955
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'memray'
pkgname=memray
version=1.9.1
revision=2
version=1.10.0
revision=1
build_style=python3-pep517
make_check_target="tests/unit"
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
@ -13,8 +13,8 @@ maintainer="icp <pangolin@vivaldi.net>"
license="Apache-2.0"
homepage="https://bloomberg.github.io/memray/"
changelog="https://bloomberg.github.io/memray/changelog.html"
distfiles="https://github.com/bloomberg/memray/archive/refs/tags/v${version}.tar.gz"
checksum=c135417558ee0efc1eeb5684c2a7b52fc9598ac0fdcf5d7dadc4486f4a028e49
distfiles="https://github.com/bloomberg/memray/archive/refs/tags/${version}.tar.gz"
checksum=5e548f735f440c8417fad5d02bc4c01bc2ca7215688bfd44dfca1094df5585ee
make_check_pre="env PYTHONPATH=src"
pre_build() {