public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/onnx] test-1.21.0: Don't needlessly try to generate test requirements by tox
@ 2026-06-08 15:18 
  0 siblings, 0 replies; only message in thread
From:  @ 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 : 6cad714aa1f4ce075eccd7eda541428674bcde14
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2025-03-28T13:57:21+01:00
            Stats  : +6/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/onnx/c/6cad714aa1f4ce075eccd7eda541428674bcde14?branch=test-1.21.0

            Log:
            Don't needlessly try to generate test requirements by tox

- Fixes: rhbz#2354087

---
diff --git a/onnx.spec b/onnx.spec
index d76c548..05fe30b 100644
--- a/onnx.spec
+++ b/onnx.spec
@@ -1,6 +1,6 @@
 Name:       onnx
 Version:    1.17.0
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    Open standard for machine learning interoperability
 License:    Apache-2.0
 
@@ -71,7 +71,7 @@ sed -r \
     -i pyproject.toml
 
 %generate_buildrequires
-%pyproject_buildrequires -t requirements-reference.txt
+%pyproject_buildrequires requirements-reference.txt
 
 %build
 %cmake \
@@ -122,6 +122,10 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}
 %{_bindir}/check-node
 
 %changelog
+* Fri Mar 28 2025 Miro Hrončok <mhroncok@redhat.com> - 1.17.0-4
+- Don't needlessly try to generate test requirements by tox
+- Fixes: rhbz#2354087
+
 * Sat Jan 18 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 1.17.0-3
 - Drop i686 support (leaf package on that architecture)
 

^ 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: Don't needlessly try to generate test requirements by tox 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox