forked from pool/python-yq
		
	* Filter out -C and separate commingled yq and jq short options * Set default block sequence indentation to 2 spaces, –indentless for 0 * Make main body of yq callable as a library function * Test and release infrastructure updates OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yq?expand=0&rev=9
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| -------------------------------------------------------------------
 | ||
| Wed Oct 30 12:17:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
 | ||
| 
 | ||
| - Update to 2.8.1:
 | ||
|   * Filter out -C and separate commingled yq and jq short options
 | ||
|   * Set default block sequence indentation to 2 spaces, –indentless for 0
 | ||
|   * Make main body of yq callable as a library function
 | ||
|   * Test and release infrastructure updates
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Tue May 21 10:24:07 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
 | ||
| 
 | ||
| - Add runtime dependency jq
 | ||
| - Set LANG in %check to make tests pass on Leap builds
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Wed Mar 27 14:45:44 UTC 2019 - Matej Cepl <mcepl@suse.com>
 | ||
| 
 | ||
| - Run test suite at least for Python 3
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Tue Mar 26 10:45:19 UTC 2019 - pgajdos@suse.com
 | ||
| 
 | ||
| - version update to 2.7.2
 | ||
|   * xq: Introduce –xml-dtd and –xml-root.
 | ||
|   * TOML support is optional and experimental
 | ||
|   * TOML support with the tq executable entry point.
 | ||
|   * Disallow argparse abbreviated options.
 | ||
|   * Parse unrecognized tags instead of dropping them.
 | ||
|   * Ignore unrecognized YAML tags instead of crashing.
 | ||
|   * xq -x: Raise understandable error on non-dict conversion failure.
 | ||
|   * Support XML parsing with xmltodict.
 | ||
|   * Fix for the –from-file/-f argument: Re-route jq_filter to files
 | ||
|     when using –from-file.
 | ||
|   * Parse and pass multiple positional-consuming jq args.
 | ||
|   * Support jq arguments that consume subsequent positionals.
 | ||
|   * Support bare YAML dates and times.
 | ||
| - package LICENSE
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Tue Dec  4 12:56:21 UTC 2018 - Matej Cepl <mcepl@suse.com>
 | ||
| 
 | ||
| - Remove superfluous devel dependency for noarch package
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Wed Dec 20 13:39:22 UTC 2017 - tbechtold@suse.com
 | ||
| 
 | ||
| - Initial packaging (version 2.3.3)
 |