commit:     5db7aacde9ff0d57410ba32317227b3415bab062
Author:     Pavel Sobolev <contact <AT> paveloom <DOT> dev>
AuthorDate: Sat Jan 10 11:49:18 2026 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 08:04:27 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db7aacd

sci-ml/onnx: add 1.20.1, drop 1.20.0

Signed-off-by: Pavel Sobolev <contact <AT> paveloom.dev>
Part-of: https://github.com/gentoo/gentoo/pull/45317
Closes: https://github.com/gentoo/gentoo/pull/45317
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-ml/onnx/Manifest                                     |  2 +-
 .../onnx-1.20.0-don-t-hide-symbols-in-object-files.patch | 16 ----------------
 sci-ml/onnx/{onnx-1.20.0.ebuild => onnx-1.20.1.ebuild}   |  3 +--
 3 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/sci-ml/onnx/Manifest b/sci-ml/onnx/Manifest
index 34bfa9cc9073..fa2cbe2c4b90 100644
--- a/sci-ml/onnx/Manifest
+++ b/sci-ml/onnx/Manifest
@@ -1,3 +1,3 @@
 DIST onnx-1.17.0.tar.gz 12475304 BLAKE2B 
17e3cdd4bf101749ba841599d1b4e89ad80cfa3de6adabc10491f84ec928c385b1fe517e32657b24ca57d14780d51cc9a641860c06194cec082d9a9950004c8c
 SHA512 
5a18e2b19ec9c18c8b115fb7e12ed98eddaa581c95f15c4dd420cd6c86e7caa04f9a393da589e76b89cf9b3544abd3749a8c77c2446782f37502eb74e9b1f661
 DIST onnx-1.18.0.tar.gz 12826788 BLAKE2B 
7b48cf4017816c4ba926cc4bfcaf3b95d4630421e71e70f3f5ce47f2a9e152e1fa26ca1b407a198216fe777daf014546e35ce7ab06f47ddcebb5d71ee79e834c
 SHA512 
2f38664947c8d1efc40620a7c1b1953d2aa4b0a37b67c4886b86e77c1d697363c26413413ddda8eabc545892fb1bcb43afc7e93e62f0901527524a2727e1ea8d
-DIST onnx-1.20.0.tar.gz 13187591 BLAKE2B 
b7ecbb2c52fe7227b665fa2933c252aa662d9394ab75fc741f1f8097177d53f6763f075c0855c19f8e57eeffae4020808c4d8b8ff2cc241bc76993ee4434037d
 SHA512 
7b59ca1a42d3ca177a75e78d913c9fc4f6b80f167496b9416932289750f46c6999b02f4270fe7701917a494306bd84148f6d9d6cdaa0ca4f068d994ddd3076ab
+DIST onnx-1.20.1.tar.gz 13188359 BLAKE2B 
739f4ac47e79d2a258ddbfba4d93a8573ee8612056aed5e4848fb38a0996c48768bb3bd297051cbe5308c6e2af61ad1467a7b95817df446f58a249090974715c
 SHA512 
4bbc4c09e4bb3eb6049d653ce49200564e8c5dcf1154a30f894f24e15f1986d1f2fe2f4ca32fe383c559e2a0b20681f33d649376bf63e4345df6972a2c78eac8

diff --git 
a/sci-ml/onnx/files/onnx-1.20.0-don-t-hide-symbols-in-object-files.patch 
b/sci-ml/onnx/files/onnx-1.20.0-don-t-hide-symbols-in-object-files.patch
deleted file mode 100644
index d51360484b48..000000000000
--- a/sci-ml/onnx/files/onnx-1.20.0-don-t-hide-symbols-in-object-files.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-From: Pavel Sobolev <[email protected]>
-Subject: [PATCH] Don't hide symbols in object files.
-
-Signed-off-by: Pavel Sobolev <[email protected]>
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -443,7 +443,6 @@ add_library(onnx_object OBJECT ${ONNX_SRCS})
- add_dependencies(onnx_object onnx_proto_object)
- target_include_directories(onnx_object PUBLIC
-   $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>)
--set_target_properties(onnx_object PROPERTIES CXX_VISIBILITY_PRESET hidden)
- set_target_properties(onnx_object PROPERTIES VISIBILITY_INLINES_HIDDEN ON)
- target_include_directories(onnx_object PUBLIC $<BUILD_INTERFACE:${ONNX_ROOT}>)
- add_onnx_global_defines(onnx_object)
-

diff --git a/sci-ml/onnx/onnx-1.20.0.ebuild b/sci-ml/onnx/onnx-1.20.1.ebuild
similarity index 92%
rename from sci-ml/onnx/onnx-1.20.0.ebuild
rename to sci-ml/onnx/onnx-1.20.1.ebuild
index e257fcc637f7..866156dbd018 100644
--- a/sci-ml/onnx/onnx-1.20.0.ebuild
+++ b/sci-ml/onnx/onnx-1.20.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2025 Gentoo Authors
+# Copyright 2022-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -33,7 +33,6 @@ BDEPEND="
 "
 
 src_prepare() {
-       eapply 
"${FILESDIR}/${PN}-1.20.0-don-t-hide-symbols-in-object-files.patch"
        cmake_src_prepare
        distutils-r1_src_prepare
 }

Reply via email to