public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/onnx] test-1.21.0: Release 1.14.0
@ 2026-06-08 15:18 Alejandro Alvarez Ayllon
0 siblings, 0 replies; only message in thread
From: Alejandro Alvarez Ayllon @ 2026-06-08 15:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/onnx
Branch : test-1.21.0
Commit : 6ad6479febd3afaeba9eedfea290ee6ae7dea3b2
Author : Alejandro Alvarez Ayllon <a.alvarezayllon@gmail.com>
Date : 2023-06-04T09:50:56+02:00
Stats : +32/-19 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/onnx/c/6ad6479febd3afaeba9eedfea290ee6ae7dea3b2?branch=test-1.21.0
Log:
Release 1.14.0
---
diff --git a/.gitignore b/.gitignore
index aad7474..7001272 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/onnx-1.13.0.tar.gz
+/onnx-1.14.0.tar.gz
diff --git a/onnx-protobuf.patch b/onnx-protobuf.patch
deleted file mode 100644
index f2fbb0b..0000000
--- a/onnx-protobuf.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff --git a/requirements.txt b/requirements.txt
-index 5e98ada0..a86af5e3 100644
---- a/requirements.txt
-+++ b/requirements.txt
-@@ -1,3 +1,3 @@
- numpy >= 1.16.6 # TODO: update once TensorFlow 2.6 is end of life
--protobuf >= 3.20.2, < 4
-+protobuf >= 3.19.4, < 4
- typing-extensions >= 3.6.2.1
diff --git a/onnx-requirements.patch b/onnx-requirements.patch
new file mode 100644
index 0000000..03fd00b
--- /dev/null
+++ b/onnx-requirements.patch
@@ -0,0 +1,17 @@
+commit 6b23f6b8e2c44053898980b5315af113e3634a79
+Author: Alejandro Alvarez Ayllon <a.alvarezayllon@gmail.com>
+Date: Fri Dec 16 22:41:00 2022 +0100
+
+ Adapt requirements.txt
+
+diff --git a/requirements.txt b/requirements.txt
+index 115d48af..443d4654 100644
+--- a/requirements.txt
++++ b/requirements.txt
+@@ -1,3 +1,5 @@
+ numpy
+-protobuf >= 3.20.2
++protobuf >= 3.19.4, < 4
+ typing-extensions >= 3.6.2.1
++parameterized >= 0.9.0, < 1
++
diff --git a/onnx-tox.patch b/onnx-tox.patch
index 2e64f65..10c92a8 100644
--- a/onnx-tox.patch
+++ b/onnx-tox.patch
@@ -1,14 +1,15 @@
-commit 62e47a470ea4bed92077fff03b731e99989707be
+commit 5ca56e49e6b66cfdec43c82e1e40793e6b8aae21
Author: Alejandro Alvarez Ayllon <a.alvarezayllon@gmail.com>
Date: Thu Dec 8 22:26:12 2022 +0100
Fix setup.cfg to run during packaging
diff --git a/setup.cfg b/setup.cfg
-index b8983afe..a2db6305 100644
+index e7d6a67c..7fc228de 100644
--- a/setup.cfg
+++ b/setup.cfg
-@@ -1,11 +1,18 @@
+@@ -2,12 +2,19 @@
+ #
# SPDX-License-Identifier: Apache-2.0
+[tox:tox]
@@ -24,7 +25,7 @@ index b8983afe..a2db6305 100644
[tool:pytest]
-addopts = --nbval --current-env
-testpaths = onnx/test onnx/examples
-+addopts = --ignore=onnx/test/test_backend_test.py --ignore=onnx/test/reference_evaluator_backend_test.py
++addopts = --ignore=onnx/test/test_backend_test.py --ignore=onnx/test/reference_evaluator_backend_test.py --ignore=onnx/test/test_backend_reference.py --ignore=onnx/test/test_backend_onnxruntime.py --ignore=onnx/test/reference_evaluator_test.py
+testpaths = onnx/test
[metadata]
diff --git a/onnx.spec b/onnx.spec
index adc5b71..01f6289 100644
--- a/onnx.spec
+++ b/onnx.spec
@@ -1,8 +1,8 @@
-%global git_version 1ba785612a79fe749aa1e478336e534743372639
+%global git_version a0d77f18516d2da7468a96b0de3b737266f23176
Name: onnx
-Version: 1.13.0
-Release: 3%{?dist}
+Version: 1.14.0
+Release: 1%{?dist}
Summary: Open standard for machine learning interoperability
License: Apache-2.0
@@ -12,8 +12,8 @@ Source0: https://github.com/onnx/onnx/archive/v%{version}/%{name}-%{version}.
Patch0: onnx-install.patch
# Add what is missing to run tox, disable tests that require network
Patch1: onnx-tox.patch
-# Use system protobuf
-Patch2: onnx-protobuf.patch
+# Use system protobuf and require parameterized
+Patch2: onnx-requirements.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=2212096
ExcludeArch: s390x
@@ -105,6 +105,9 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}
%{python3_sitearch}/%{name}/
%changelog
+* Sat Jun 03 2023 Alejandro Alvarez Ayllon <a.alvarezayllon@gmail.com> - 1.14.0-1
+- Release 1.14.0
+
* Thu May 18 2023 Diego Herrera <dherrera@redhat.com> - 1.13.0-3
- Fix License entry to comply with SPDX
- Add onnx-libs as an explicit dependency to the python package
diff --git a/sources b/sources
index 3e1cfa1..87e900d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (onnx-1.13.0.tar.gz) = 763e67009e3703ad05f550627d94807ab6088f5824c6dde9b209d7e533a1cb2a8025743793dd5d47262af9fae65da94e30d483309873f5aa560c491f17c6550b
+SHA512 (onnx-1.14.0.tar.gz) = 8a525b365fd203f0a59bcf82fa7f2e29d7e0563885ebe38269c596cd4eb949bcfc65d848b92b7abafa7ddecedcfc019f8779097ffcb5087f06037cace24462fc
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-08 15:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-08 15:18 [rpms/onnx] test-1.21.0: Release 1.14.0 Alejandro Alvarez Ayllon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox