Hello community,

here is the log from the commit of package python-onnx for openSUSE:Leap:15.2 
checked in at 2020-04-02 16:47:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-onnx (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-onnx.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-onnx"

Thu Apr  2 16:47:56 2020 rev:4 rq:788010 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-onnx/python-onnx.changes        
2020-03-20 05:15:16.374562813 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-onnx.new.3248/python-onnx.changes      
2020-04-02 16:47:57.437834571 +0200
@@ -1,0 +2,10 @@
+Mon Mar 23 15:08:10 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Do also provide/obsolete for the devel to support migration
+
+-------------------------------------------------------------------
+Wed Mar 18 09:45:36 UTC 2020 - Christian Goll <[email protected]>
+
+- provide also python-onnx-devel for backcompat 
+
+-------------------------------------------------------------------
@@ -5,0 +16,6 @@
+
+-------------------------------------------------------------------
+Wed Mar  4 09:44:15 UTC 2020 - Christian Goll <[email protected]>
+
+- created just one package, as other packages require the 
+  source file within the package

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

Other differences:
------------------
++++++ python-onnx.spec ++++++
--- /var/tmp/diff_new_pack.HBwyNW/_old  2020-04-02 16:47:58.097837169 +0200
+++ /var/tmp/diff_new_pack.HBwyNW/_new  2020-04-02 16:47:58.097837169 +0200
@@ -45,17 +45,15 @@
 Requires:       python-protobuf
 Requires:       python-six
 Requires:       python-typing_extensions >= 3.6.2.1
+Provides:       python-onnx-devel = %{version}-%{release}
+Obsoletes:      python-onnx-devel < %{version}-%{release}
 %python_subpackages
 
 %description
-Open format to represent deep learning models. With ONNX, AI developers can 
more easily move models between state-of-the-art tools and choose the 
combination that is best for them. ONNX is developed and supported by a 
community of partners.
-
-%package devel
-Summary:        C/C++ - header files which are used for development
-Requires:       %{name} = %{version}
-
-%description devel
-The headers and other files needed for the development.
+Open format to represent deep learning models. With ONNX, AI developers can
+more easily move models between state-of-the-art tools and choose the
+combination that is best for them. ONNX is developed and supported by a
+community of partners.
 
 %prep
 %setup -q -n onnx-%{version}
@@ -108,18 +106,6 @@
 %python3_only %{_bindir}/check-model
 %python3_only %{_bindir}/check-node
 %python3_only %{_bindir}/backend-test-tools
-%{python_sitearch}/*
-%exclude %{python_sitearch}/onnx/*.[hc]
-%exclude %{python_sitearch}/onnx/common
-%exclude %{python_sitearch}/onnx/optimizer
-%exclude %{python_sitearch}/onnx/version_converter
-%exclude %{python_sitearch}/onnx/shape_inference
-
-%files %{python_files devel}
-%{python_sitearch}/onnx/*.[hc]
-%{python_sitearch}/onnx/common
-%{python_sitearch}/onnx/optimizer
-%{python_sitearch}/onnx/version_converter
-%{python_sitearch}/onnx/shape_inference
+%{python_sitearch}/onnx*
 
 %changelog


Reply via email to