forked from pool/python-relatorio
		
	- version 0.10.1 * Add support for Python 3.10 * Support directive applying to itself * Keep tail of directive * Use unittest discover OBS-URL: https://build.opensuse.org/request/show/974773 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-relatorio?expand=0&rev=32
		
			
				
	
	
		
			150 lines
		
	
	
		
			4.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			150 lines
		
	
	
		
			4.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| -------------------------------------------------------------------
 | |
| Tue May  3 14:55:52 UTC 2022 - Axel Braun <axel.braun@gmx.de>
 | |
| 
 | |
| - version 0.10.1
 | |
|   * Add support for Python 3.10
 | |
|   * Support directive applying to itself
 | |
|   * Keep tail of directive
 | |
|   * Use unittest discover
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Sep 16 06:56:49 UTC 2021 - pgajdos@suse.com
 | |
| 
 | |
| - python_alternative relatorio-render
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sun Sep 12 15:46:17 UTC 2021 - Axel Braun <axel.braun@gmx.de>
 | |
| 
 | |
| - version 0.10.0
 | |
|   * Add relatorio-render script
 | |
|   * Add templating of meta in opendocument
 | |
|   * Remove support for Python older than 3.5
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Sep  6 10:45:42 UTC 2021 - pgajdos@suse.com
 | |
| 
 | |
| - %check: use %pyunittest rpm macro
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jul 27 09:37:08 UTC 2021 - Axel Braun <axel.braun@gmx.de>
 | |
| 
 | |
| - version 0.9.3 
 | |
|   * Support empty image in opendocument
 | |
|   * Add support for Python 3.9
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Jan  4 15:14:05 UTC 2021 - Axel Braun <axel.braun@gmx.de>
 | |
| 
 | |
| - version 0.9.2
 | |
|   * Support draw name tuple without parenthesis
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jan 28 08:57:49 UTC 2020 - Axel Braun <axel.braun@gmx.de>
 | |
| 
 | |
| - Version 0.9.1
 | |
|   * Do not guess type of cell if directive is not alone
 | |
|   * Add support for Python 3.8
 | |
|   * Support file-magic as fallback to python-magic
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Jul 31 09:24:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
 | |
| 
 | |
| - Run tests
 | |
| - Run fdupes
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Jul 30 18:41:41 UTC 2019 - Axel Braun <axel.braun@gmx.de>
 | |
| 
 | |
| - version 0.9.0
 | |
|   * Support out parameter of render
 | |
|   * Write opendocument stream directly to the ZipFile 
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Jul  5 16:33:12 UTC 2019 - Axel Braun <axel.braun@gmx.de>
 | |
| 
 | |
| - python-magic added to requirements
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Oct  3 20:01:38 UTC 2018 - Axel Braun <axel.braun@gmx.de>
 | |
| 
 | |
| - version 0.8.1
 | |
|   * Add support for Python 3.7
 | |
|   * Escape invalid XML characters
 | |
|   * Enforce closing tag to be the same directive as the opening
 | |
|   * Use compression for zip file
 | |
|   * Write mimetype as first file of the zip file
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Mon Dec 11 09:55:31 UTC 2017 - tchvatal@suse.com
 | |
| 
 | |
| - Explain why the tests are conditioned around
 | |
| - Specify all the runtime dependencies based on setup.py
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sat Dec  9 16:12:18 UTC 2017 - axel.braun@gmx.de
 | |
| 
 | |
| - version 0.8.0 
 | |
|   * Do not guess_type on styled cell content
 | |
|   * Remove type attributes when guessing type
 | |
|   * Add support for Python 3.6
 | |
|   * Remove soft-page-break 
 | |
|   * tests added to spec file
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Oct 20 06:26:54 UTC 2017 - axel.braun@gmx.de
 | |
| 
 | |
| - Version 0.7.1 - Bugfix release
 | |
|   * Remove warning when import plugin fails
 | |
|   * Apply the guess type function on the correct node
 | |
|   * Fix guess_type for date and datetime
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sun Jul 30 18:53:12 UTC 2017 - axel.braun@gmx.de
 | |
| 
 | |
| - Version 0.7.0 
 | |
|   * Replace hard-coded extensions by mimetypes guess
 | |
|   * Add more guess types: 'boolean', 'date', 'time' and 'void'
 | |
|   * Add support for Flat OpenDocument
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Mar  8 08:20:45 UTC 2017 - axel.braun@gmx.de
 | |
| 
 | |
| - changes for singlespec
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sun Dec 18 13:56:52 UTC 2016 - axel.braun@gmx.de
 | |
| 
 | |
| - version 0.6.4
 | |
|   * Use StringIO instead of BytesIO for TextSerializer result
 | |
|   
 | |
| -------------------------------------------------------------------
 | |
| Thu Aug 25 08:43:24 UTC 2016 - axel.braun@gmx.de
 | |
| 
 | |
| - LICENSE file added 
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sun Aug 14 19:49:38 UTC 2016 - axel.braun@gmx.de
 | |
| 
 | |
| - fixed link to pypi
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Thu Jun 30 07:35:41 UTC 2016 - axel.braun@gmx.de
 | |
| 
 | |
| - version 0.6.3
 | |
|   changed naming of .changes file
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sat Sep 19 14:06:12 UTC 2015 - axel.braun@gmx.de
 | |
| 
 | |
| - version 0.6.2
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Jul 10 14:02:51 UTC 2015 - axel.braun@gmx.de
 | |
| 
 | |
| - Version 0.6.1 
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Oct 18 12:10:27 UTC 2013 - p.drouand@gmail.com
 | |
| 
 | |
| - Initial package ( version 0.6.0 )
 |