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-04-06 21:51:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tvm (Old) and /work/SRC/openSUSE:Factory/.tvm.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tvm" Wed Apr 6 21:51:54 2022 rev:15 rq:967221 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tvm/tvm.changes 2022-03-11 11:37:04.162323809 +0100 +++ /work/SRC/openSUSE:Factory/.tvm.new.1900/tvm.changes 2022-04-06 21:52:28.246896592 +0200 @@ -1,0 +2,6 @@ +Wed Apr 6 08:03:50 UTC 2022 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Add patch to fix boo#1197347: + * tvm-do-not-force-synr-version.patch + +------------------------------------------------------------------- New: ---- tvm-do-not-force-synr-version.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tvm.spec ++++++ --- /var/tmp/diff_new_pack.unkY4m/_old 2022-04-06 21:52:29.558881619 +0200 +++ /var/tmp/diff_new_pack.unkY4m/_new 2022-04-06 21:52:29.562881574 +0200 @@ -51,6 +51,8 @@ Patch2: tvm-fix-openblas.patch # PATCH-FIX-OPENSUSE tvm-disable-vulkan-test-check.patch -- Cannot test in OBS despite enabled in library Patch3: tvm-disable-vulkan-test-check.patch +# PATCH-FIX-OPENSUSE tvm-do-not-force-synr-version.patch -- boo#1197347 +Patch4: tvm-do-not-force-synr-version.patch BuildRequires: %{python_module Cython} BuildRequires: %{python_module attrs} BuildRequires: %{python_module cloudpickle} @@ -106,9 +108,9 @@ %package -n tvmc Summary: TVM command line driver Requires: libtvm = %{version} -Requires: python3-tvm = %{version} Requires: python3-scipy Requires: python3-setuptools +Requires: python3-tvm = %{version} Requires: python3-typed-ast Recommends: python3-Pillow Recommends: python3-onnx ++++++ tvm-do-not-force-synr-version.patch ++++++ --- tvm-0.8.0.orig/python/gen_requirements.py 2022-04-06 09:59:13.271853015 +0200 +++ tvm-0.8.0/python/gen_requirements.py 2022-04-06 09:59:35.912108846 +0200 @@ -251,7 +251,7 @@ CONSTRAINTS = [ ("sphinx_autodoc_annotation", None), ("sphinx_gallery", None), ("sphinx_rtd_theme", None), - ("synr", "==0.5.0"), + ("synr", None), ("tensorflow", None), ("tensorflow-estimator", None), ("tflite", None),