Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
python-onnx-ir
Commits:
641c4693 by Torsten Keßler at 2026-01-07T17:45:45+01:00
upgpkg: 0.1.14-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-onnx-ir
pkgdesc = Efficient in-memory representation for ONNX
- pkgver = 0.1.13
+ pkgver = 0.1.14
pkgrel = 1
url = http://onnx.ai/ir-py/
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = python-onnx-ir
depends = python-typing_extensions
depends = python-ml-dtypes
depends = python-rich
- source = python-onnx-ir::git+https://github.com/onnx/ir-py#tag=v0.1.13
- sha256sums =
d234329927724315cbdf291e39755a07c2fa1476969092a59090137bdc6f8de1
+ source = python-onnx-ir::git+https://github.com/onnx/ir-py#tag=v0.1.14
+ sha256sums =
baa21f381a5360245aa1b94712b9e602d93034aabbbadb8ef0c55b5e77cd2c6a
pkgname = python-onnx-ir
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <[email protected]>
pkgname=python-onnx-ir
-pkgver=0.1.13
+pkgver=0.1.14
pkgrel=1
pkgdesc="Efficient in-memory representation for ONNX"
arch=('x86_64')
@@ -23,7 +23,7 @@ makedepends=(
python-wheel
)
source=("${pkgname}::git+https://github.com/onnx/ir-py#tag=v$pkgver")
-sha256sums=('d234329927724315cbdf291e39755a07c2fa1476969092a59090137bdc6f8de1')
+sha256sums=('baa21f381a5360245aa1b94712b9e602d93034aabbbadb8ef0c55b5e77cd2c6a')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-onnx-ir/-/commit/641c46939e1ca47e5a33f48856c0442fd239793e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-onnx-ir/-/commit/641c46939e1ca47e5a33f48856c0442fd239793e
You're receiving this email because of your account on gitlab.archlinux.org.