Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-onnxconverter-common for 
openSUSE:Factory checked in at 2022-02-03 23:16:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-onnxconverter-common (Old)
 and      /work/SRC/openSUSE:Factory/.python-onnxconverter-common.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-onnxconverter-common"

Thu Feb  3 23:16:50 2022 rev:3 rq:950922 version:1.9.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-onnxconverter-common/python-onnxconverter-common.changes
  2021-04-12 15:48:46.141192547 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-onnxconverter-common.new.1898/python-onnxconverter-common.changes
        2022-02-03 23:17:53.088040072 +0100
@@ -1,0 +2,19 @@
+Thu Feb  3 10:34:11 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 1.9.0
+  * Upgrade to opset 14(#183)
+  * Fix RNN version in opset 14 change(#186)
+  * Update max supported opset to 15.(#198)
+  * Temporarily disable fp16 test(#185)
+  * Add op_block_list arg to float16 converter(#190)
+  * Add node_block_list to fp16 conversion script(#191)
+  * Added script for automatic conversion to float16, excluding
+    the minim???(#193)
+  * Fix onnx2py for new onnx package(#177)
+  * Fix onnx2py to avoid making long paths(#192)
+  * Fix onnx2py for seq types(#194)
+  * Replace 'output' with 'input' in RuntimeError(#182)
+  * Add InstanceNormalization op to DEFAULT_OP_BLOCK_LIST(#197)
+- Skip python310: not supported yet by onnx
+
+-------------------------------------------------------------------

Old:
----
  onnxconverter_common-1.8.0.tar.gz

New:
----
  onnxconverter_common-1.9.0.tar.gz

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

Other differences:
------------------
++++++ python-onnxconverter-common.spec ++++++
--- /var/tmp/diff_new_pack.wfCPx8/_old  2022-02-03 23:17:54.100033165 +0100
+++ /var/tmp/diff_new_pack.wfCPx8/_new  2022-02-03 23:17:54.104033137 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-onnxconverter-common
 #
-# 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
@@ -18,15 +18,15 @@
 
 %{?!python_module:%define python_module() python3-%{**}}
 %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 is not yet ready for python 3.10
+%define skip_python310 1
 Name:           python-onnxconverter-common
-Version:        1.8.0
+Version:        1.9.0
 Release:        0
 Summary:        ONNX Converter and Optimization Tools
 License:        MIT
 URL:            https://github.com/microsoft/onnxconverter-common
-Source:         
https://github.com/microsoft/onnxconverter-common/archive/%{version}.tar.gz#/onnxconverter_common-%{version}.tar.gz
+Source:         
https://github.com/microsoft/onnxconverter-common/archive/v%{version}.tar.gz#/onnxconverter_common-%{version}.tar.gz
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module onnx}
 BuildRequires:  %{python_module protobuf}
@@ -60,12 +60,16 @@
 
 %check
 # no onnxruntime in Factory
-ignorefiles="--ignore tests/test_float16.py --ignore tests/test_onnx2py.py 
--ignore tests/test_onnxfx.py"
+ignorefiles="--ignore tests/test_float16.py"
+ignorefiles+=" --ignore tests/test_onnx2py.py"
+ignorefiles+=" --ignore tests/test_onnxfx.py"
+ignorefiles+=" --ignore tests/test_auto_mixed_precision.py"
 %pytest $ignorefiles
 
 %files %{python_files}
 %license LICENSE
 %doc README.md
-%{python_sitelib}/onnxconverter_common*
+%{python_sitelib}/onnxconverter_common
+%{python_sitelib}/onnxconverter_common-%{version}*-info
 
 %changelog

++++++ onnxconverter_common-1.8.0.tar.gz -> onnxconverter_common-1.9.0.tar.gz 
++++++
/work/SRC/openSUSE:Factory/python-onnxconverter-common/onnxconverter_common-1.8.0.tar.gz
 
/work/SRC/openSUSE:Factory/.python-onnxconverter-common.new.1898/onnxconverter_common-1.9.0.tar.gz
 differ: char 13, line 1

Reply via email to