Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tvm for openSUSE:Factory checked in 
at 2022-06-30 13:18:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tvm (Old)
 and      /work/SRC/openSUSE:Factory/.tvm.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tvm"

Thu Jun 30 13:18:19 2022 rev:16 rq:985846 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tvm/tvm.changes  2022-04-06 21:52:28.246896592 
+0200
+++ /work/SRC/openSUSE:Factory/.tvm.new.1548/tvm.changes        2022-06-30 
13:18:24.569535505 +0200
@@ -1,0 +2,6 @@
+Tue Jun 28 11:39:05 UTC 2022 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Requires python38-* for tvmc on Tumbleweed since the default
+  python (3.10) is not compatible yet, so no python3-* available
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tvm.spec ++++++
--- /var/tmp/diff_new_pack.AvSmmq/_old  2022-06-30 13:18:25.133535928 +0200
+++ /var/tmp/diff_new_pack.AvSmmq/_new  2022-06-30 13:18:25.137535931 +0200
@@ -108,12 +108,22 @@
 %package -n tvmc
 Summary:        TVM command line driver
 Requires:       libtvm = %{version}
+%if 0%{?suse_version} > 1550
+# Tumbleweed defaults to python 3.10 which is not compatible yet
+Requires:       python38-scipy
+Requires:       python38-setuptools
+Requires:       python38-tvm = %{version}
+Requires:       python38-typed-ast
+Recommends:     python38-Pillow
+Recommends:     python38-onnx
+%else
 Requires:       python3-scipy
 Requires:       python3-setuptools
 Requires:       python3-tvm = %{version}
 Requires:       python3-typed-ast
 Recommends:     python3-Pillow
 Recommends:     python3-onnx
+%endif
 
 %description -n tvmc
 TVMC is a tool that exposes TVM features such as auto-tuning, compiling,

Reply via email to