forked from pool/python-onnx
		
	- reorganized package in order to have shared library support. Additional packages are: * onnx-devel * libonnxifi_dummy * libonnx * onnx-devel As no so versions for the shared libraries are available, there is not a explicit dependency for the shared libraries. The archive file libonnxifi_loader.a is explicitely allowed in the rpmlintrc as this archive file is consumed by libonnxifi_loader.so - Added the proto files from onnxruntime so that both packages can use the same shared libraries: * added using-onnxruntime-proto.patch OBS-URL: https://build.opensuse.org/request/show/821861 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-onnx?expand=0&rev=25
		
			
				
	
	
		
			114 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			114 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| -------------------------------------------------------------------
 | |
| Tue Jul 14 14:05:18 UTC 2020 - Christian Goll <cgoll@suse.com>
 | |
| 
 | |
| - reorganized package in order to have shared library support.
 | |
|   Additional  packages are:
 | |
|   * onnx-devel
 | |
|   * libonnxifi_dummy
 | |
|   * libonnx
 | |
|   * onnx-devel
 | |
|   As no so versions for the shared libraries are available, there
 | |
|   is not a explicit dependency for the shared libraries.
 | |
|   The archive file libonnxifi_loader.a is explicitely allowed in 
 | |
|   the rpmlintrc as this archive file is consumed by libonnxifi_loader.so
 | |
| - Added the proto files from onnxruntime so that both packages can 
 | |
|   use the same shared libraries:
 | |
|   * added using-onnxruntime-proto.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jul  7 09:02:56 UTC 2020 - Christian Goll <cgoll@suse.com>
 | |
| 
 | |
| - updated to version 1.7.0 with following highlights:
 | |
|   * Training Support, as a tech preview
 | |
|   * Opset has been updated to version 12
 | |
| - removed not needed patch: protobuf.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu May 21 06:55:38 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
 | |
| 
 | |
| - %python3_only -> %python_alternative
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Apr 23 11:49:13 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
 | |
| 
 | |
| - Force the interpreter to match the one during build
 | |
| - Mypy should use python3 to generate stuff not python2
 | |
|   * no-python2.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Apr 23 10:35:15 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
 | |
| 
 | |
| - Do not pull in py2 devel of pybind11
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Mar 23 15:08:10 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
 | |
| 
 | |
| - Do also provide/obsolete for the devel to support migration
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Mar 18 09:45:36 UTC 2020 - Christian Goll <cgoll@suse.com>
 | |
| 
 | |
| - provide also python-onnx-devel for backcompat 
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sun Mar 15 08:55:22 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
 | |
| 
 | |
| - Add patch to fix build with new protobuf:
 | |
|   * protobuf.patch
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Mar  4 09:44:15 UTC 2020 - Christian Goll <cgoll@suse.com>
 | |
| 
 | |
| - created just one package, as other packages require the 
 | |
|   source file within the package
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Feb 25 13:57:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
 | |
| 
 | |
| - Add missing dependencies and enable testsuite
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Feb 25 11:52:59 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
 | |
| 
 | |
| - Force onnx static build in cmake round to ensure we do not
 | |
|   end up with unresolvable pkg
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Feb 24 15:43:18 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
 | |
| 
 | |
| - Remove testing fluff from previous change and properly loop
 | |
|   the cmake call for each python variant
 | |
| - Enable python2 (well rather not explicitly disable it as there
 | |
|   is no need for that at the momment)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Feb 24 14:48:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
 | |
| 
 | |
| - Force building with system cmake to respect system definitions
 | |
|   and to provide debug information for later on
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jan  8 09:35:42 UTC 2020 - Christian Goll <cgoll@suse.com>
 | |
| 
 | |
| - moved necessary defs from devel to main package 
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Oct 28 13:13:34 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
 | |
| 
 | |
| - Add python-onnx-rpmlintrc to sources
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Oct 18 11:11:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
 | |
| 
 | |
| - Fix armv7 build
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Oct  8 11:03:12 UTC 2019 - Christian Goll <cgoll@suse.com>
 | |
| 
 | |
| - updated to version 1.6.0
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Mar 22 10:44:28 UTC 2019 - Christian Goll <cgoll@suse.com>
 | |
| 
 | |
| - initial commit of onnx created with py2pack 
 |