Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
python-onnx-ir
Commits:
f8190d7d by Torsten Keßler at 2026-02-24T15:30:40+01:00
upgpkg: 0.2.0-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.16
+ pkgver = 0.2.0
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.16
- sha256sums =
eb838a48208ec0127a5b0df2e5e19b33e41d8cf206e6e332c29eac7e4be5a14e
+ source = python-onnx-ir::git+https://github.com/onnx/ir-py#tag=v0.2.0
+ sha256sums =
199ddbc17452ad97a042fd7bbf645992051dcbdd00b1a1618bd4ea69b7b6933c
pkgname = python-onnx-ir
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <[email protected]>
pkgname=python-onnx-ir
-pkgver=0.1.16
+pkgver=0.2.0
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=('eb838a48208ec0127a5b0df2e5e19b33e41d8cf206e6e332c29eac7e4be5a14e')
+sha256sums=('199ddbc17452ad97a042fd7bbf645992051dcbdd00b1a1618bd4ea69b7b6933c')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-onnx-ir/-/commit/f8190d7dd5c0e664f6b303fb177c85416289cad7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-onnx-ir/-/commit/f8190d7dd5c0e664f6b303fb177c85416289cad7
You're receiving this email because of your account on gitlab.archlinux.org.