Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
python-pyvex
Commits:
5cb4bbdc by Robin Candau at 2024-10-17T16:27:53+02:00
upgpkg: 9.2.123-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyvex
pkgdesc = Python bindings for Valgrind's VEX IR
- pkgver = 9.2.81
- pkgrel = 2
+ pkgver = 9.2.123
+ pkgrel = 1
url = https://github.com/angr/pyvex
arch = x86_64
license = BSD
@@ -15,9 +15,9 @@ pkgbase = python-pyvex
depends = python-bitstring
depends = python-cffi
depends = python-setuptools
- source = git+https://github.com/angr/pyvex.git#commit=v9.2.81
+ source = git+https://github.com/angr/pyvex.git#commit=v9.2.123
source = git+https://github.com/angr/vex.git
- sha512sums = SKIP
+ sha512sums =
81ba098f209304425b2f02466461f1dbfc8152287fbaa2a92d03f33c28ea0d5e378ee39e93720050bc0ea9cd5937aec0aee258d6a0e124fe3e1390aefeb43d7b
sha512sums = SKIP
pkgname = python-pyvex
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pyname=pyvex
pkgname=python-${_pyname}
-pkgver=9.2.81
-pkgrel=2
+pkgver=9.2.123
+pkgrel=1
pkgdesc="Python bindings for Valgrind's VEX IR"
url='https://github.com/angr/pyvex'
license=('BSD')
@@ -13,7 +13,7 @@ makedepends=('git' 'python-build' 'python-installer'
'python-wheel')
checkdepends=('python-pytest')
source=("git+${url}.git#commit=v${pkgver}"
git+https://github.com/angr/vex.git)
-sha512sums=('SKIP'
+sha512sums=('81ba098f209304425b2f02466461f1dbfc8152287fbaa2a92d03f33c28ea0d5e378ee39e93720050bc0ea9cd5937aec0aee258d6a0e124fe3e1390aefeb43d7b'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyvex/-/commit/5cb4bbdc19440a6bc83fd7b84a5cd4bc9c88d118
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyvex/-/commit/5cb4bbdc19440a6bc83fd7b84a5cd4bc9c88d118
You're receiving this email because of your account on gitlab.archlinux.org.