Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ memray
Commits:
74745b6e by Leonidas Spyropoulos at 2023-12-05T11:43:38+00:00
upgpkg: 1.11.1-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = memray
pkgdesc = A memory profiler for Python
- pkgver = 1.10.0
+ pkgver = 1.11.1
pkgrel = 1
url = https://github.com/bloomberg/memray
arch = x86_64
@@ -13,13 +13,14 @@ pkgbase = memray
makedepends = python-wheel
makedepends = cython
makedepends = npm
+ makedepends = python-pkgconfig
depends = python
depends = libunwind
depends = python-rich
depends = python-jinja
depends = lz4
depends = ipython
- source =
git+https://github.com/bloomberg/memray.git#tag=5b05954cf1c2c7c0935ee5989353662c6414209c?signed
+ source =
git+https://github.com/bloomberg/memray.git#tag=bb973ffca702c0b7151bed5604286ae0193a1cc1?signed
validpgpkeys = A035C8C19219BA821ECEA86B64E628F8D684696D
sha512sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -1,15 +1,15 @@
# Maintainer: Leonidas Spyropoulos <[email protected]>
pkgname=memray
-pkgver=1.10.0
-_tag_commit=5b05954cf1c2c7c0935ee5989353662c6414209c # git show-ref -d
v${_tag_name}
+pkgver=1.11.1
+_tag_commit=bb973ffca702c0b7151bed5604286ae0193a1cc1 # git show-ref -d
v${_tag_name}
pkgrel=1
pkgdesc="A memory profiler for Python"
arch=('x86_64')
url="https://github.com/bloomberg/memray"
license=('Apache')
depends=('python' 'libunwind' 'python-rich' 'python-jinja' 'lz4' 'ipython')
-makedepends=('git' 'python-setuptools-scm' 'python-build' 'python-installer'
'python-wheel' 'cython' 'npm')
+makedepends=('git' 'python-setuptools-scm' 'python-build' 'python-installer'
'python-wheel' 'cython' 'npm' 'python-pkgconfig')
checkdepends=('python-pytest')
source=("git+$url.git#tag=${_tag_commit}?signed")
sha512sums=('SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/memray/-/commit/74745b6ea31c1b6d952e0453a977234406d03d95
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/memray/-/commit/74745b6ea31c1b6d952e0453a977234406d03d95
You're receiving this email because of your account on gitlab.archlinux.org.