Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-onnx for openSUSE:Factory checked in at 2022-01-20 00:12:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-onnx (Old) and /work/SRC/openSUSE:Factory/.python-onnx.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-onnx" Thu Jan 20 00:12:19 2022 rev:11 rq:947378 version:1.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-onnx/python-onnx.changes 2021-02-15 23:23:12.876015430 +0100 +++ /work/SRC/openSUSE:Factory/.python-onnx.new.1892/python-onnx.changes 2022-01-20 00:13:13.418622235 +0100 @@ -1,0 +2,8 @@ +Fri Jan 14 07:29:10 UTC 2022 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Update to 1.10.2: https://github.com/onnx/onnx/releases/tag/v1.10.2 +- Rebase no-python2.patch +- Disable python 3.10 support as onnx is not ready yet. +- Do not run tests in parallel, since it is not parallel safe. + +------------------------------------------------------------------- Old: ---- onnx-1.8.1.tar.gz New: ---- onnx-1.10.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-onnx.spec ++++++ --- /var/tmp/diff_new_pack.EE27Z0/_old 2022-01-20 00:13:13.862622593 +0100 +++ /var/tmp/diff_new_pack.EE27Z0/_new 2022-01-20 00:13:13.866622596 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-onnx # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,8 +20,10 @@ %define skip_python2 1 # Tumbleweed does not have a python36-numpy anymore: NEP 29 dropped Python 3.6 for NumPy 1.20 %define skip_python36 1 +# onnx 1.10.2 is not yet ready for python 3.10 +%define skip_python310 1 Name: python-onnx -Version: 1.8.1 +Version: 1.10.2 Release: 0 Summary: Open Neural Network eXchange License: MIT @@ -152,7 +154,8 @@ or test_inception_v2_cpu \ or test_zfnet512_cpu \ or test_resnet50_cpu" -%pytest_arch -n auto -k "not ($donttest)" -ra +# do not run in parallel yet - https://github.com/onnx/onnx/issues/3946#issuecomment-1015634235 +%pytest_arch -n 1 -k "not ($donttest)" -ra popd %post ++++++ no-python2.patch ++++++ --- /var/tmp/diff_new_pack.EE27Z0/_old 2022-01-20 00:13:13.886622612 +0100 +++ /var/tmp/diff_new_pack.EE27Z0/_new 2022-01-20 00:13:13.890622616 +0100 @@ -1,11 +1,9 @@ -Index: onnx-1.6.0/tools/protoc-gen-mypy.py -=================================================================== ---- onnx-1.6.0.orig/tools/protoc-gen-mypy.py -+++ onnx-1.6.0/tools/protoc-gen-mypy.py +--- onnx-1.10.2/tools/protoc-gen-mypy.py.orig 2022-01-19 10:03:51.018636231 +0100 ++++ onnx-1.10.2/tools/protoc-gen-mypy.py 2022-01-19 10:04:17.218928895 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/env python -+#!/usr/bin/env python3 ++#!/usr/bin/python3 + + # SPDX-License-Identifier: Apache-2.0 - # Taken from https://github.com/dropbox/mypy-protobuf/blob/d984389124eae6dbbb517f766b9266bb32171510/python/protoc-gen-mypy - # (Apache 2.0 License) ++++++ onnx-1.8.1.tar.gz -> onnx-1.10.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-onnx/onnx-1.8.1.tar.gz /work/SRC/openSUSE:Factory/.python-onnx.new.1892/onnx-1.10.2.tar.gz differ: char 13, line 1