Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
python-onnx-ir
Commits:
8afd5acb by Torsten Keßler at 2026-02-16T15:10:38+01:00
upgpkg: 0.1.16-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-onnx-ir
pkgdesc = Efficient in-memory representation for ONNX
- pkgver = 0.1.14
- pkgrel = 2
+ pkgver = 0.1.16
+ pkgrel = 1
url = http://onnx.ai/ir-py/
arch = x86_64
license = Apache-2.0
@@ -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.14
- sha256sums =
baa21f381a5360245aa1b94712b9e602d93034aabbbadb8ef0c55b5e77cd2c6a
+ source = python-onnx-ir::git+https://github.com/onnx/ir-py#tag=v0.1.16
+ sha256sums =
eb838a48208ec0127a5b0df2e5e19b33e41d8cf206e6e332c29eac7e4be5a14e
pkgname = python-onnx-ir
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Torsten Keßler <[email protected]>
pkgname=python-onnx-ir
-pkgver=0.1.14
-pkgrel=2
+pkgver=0.1.16
+pkgrel=1
pkgdesc="Efficient in-memory representation for ONNX"
arch=('x86_64')
url="http://onnx.ai/ir-py/"
@@ -23,7 +23,7 @@ makedepends=(
python-wheel
)
source=("${pkgname}::git+https://github.com/onnx/ir-py#tag=v$pkgver")
-sha256sums=('baa21f381a5360245aa1b94712b9e602d93034aabbbadb8ef0c55b5e77cd2c6a')
+sha256sums=('eb838a48208ec0127a5b0df2e5e19b33e41d8cf206e6e332c29eac7e4be5a14e')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-onnx-ir/-/commit/8afd5acb997eabb651c96312f25474454b988383
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-onnx-ir/-/commit/8afd5acb997eabb651c96312f25474454b988383
You're receiving this email because of your account on gitlab.archlinux.org.