Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tvm for openSUSE:Factory checked in at 2023-03-14 18:16:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tvm (Old) and /work/SRC/openSUSE:Factory/.tvm.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tvm" Tue Mar 14 18:16:28 2023 rev:20 rq:1071184 version:0.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tvm/tvm.changes 2023-03-09 17:46:45.731234364 +0100 +++ /work/SRC/openSUSE:Factory/.tvm.new.31432/tvm.changes 2023-03-14 18:16:32.855700665 +0100 @@ -1,0 +2,11 @@ +Mon Mar 13 16:14:30 UTC 2023 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Increase disk size requirements + +------------------------------------------------------------------- +Mon Mar 13 13:26:53 UTC 2023 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Enable all python versions again (remaining issues are corner cases) +- tvmc shebang should be default python, not highest available version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tvm.spec ++++++ --- /var/tmp/diff_new_pack.0cVfOB/_old 2023-03-14 18:16:33.555704407 +0100 +++ /var/tmp/diff_new_pack.0cVfOB/_new 2023-03-14 18:16:33.559704428 +0100 @@ -20,9 +20,6 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 -# https://github.com/apache/tvm/issues/8577 -%define skip_python39 1 -%define skip_python310 1 %ifarch aarch64 x86_64 ppc64le %bcond_without onednn %else @@ -115,22 +112,12 @@ %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, @@ -226,6 +213,8 @@ rm -rf %{buildroot}%{_prefix}/tvm # Remove .cpp file %python_expand rm %{buildroot}/%{$python_sitearch}/tvm/_ffi/_cython/core.cpp +# tvmc shebang should be default python, not highest available version +sed -i -r 's|#!/usr/bin/python3(.*)|#!/usr/bin/python3|' %{buildroot}%{_bindir}/tvmc %python_expand %fdupes %{buildroot}%{$python_sitearch} %check ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.0cVfOB/_old 2023-03-14 18:16:33.595704621 +0100 +++ /var/tmp/diff_new_pack.0cVfOB/_new 2023-03-14 18:16:33.599704643 +0100 @@ -1,7 +1,7 @@ <constraints> <hardware> <disk> - <size unit="G">14</size> + <size unit="G">22</size> </disk> <memory> <size unit="G">7</size>