Changelog for
python311-yq-3.4.3-34.17.noarch.rpm :
* Sun Apr 28 2024 Dirk Müller
- update to 3.4.3:
* Finish migration to setuptools_scm
* Constrain setuptools_scm version
* Add module entry points for xq and tomlq
* yq -y: Induce quoting of string scalars that start with 08 and 09
* Revert “Do not interpret characters that cannot be parsed in octal as int (#176)”
* tomlq: Use tomllib on Python 3.11 when not round-tripping
* xq: Support in-place XML editing
* Do not interpret characters that cannot be parsed in octal as int
* Tue Jan 02 2024 Dirk Müller - require setuptools
* Thu Sep 28 2023 Dirk Müller - update to 3.2.3:
* test.py: use valid values for jsonargs. Fixes #172
* Allow editing toml in place (#171)
* Documentation improvements
* Thu Jul 27 2023 Dirk Müller - switch to wheels and opt into SLE15 python311 stack
* Sun May 14 2023 Dirk Müller - update to 3.2.2:
* Allow XML documents to be streamed with –xml-item-depth
* Thu Apr 06 2023 Andrea Manzini - Update to 3.2.1:
* Use tomlkit instead of toml
* Add security policy
* Documentation and release infrastructure improvements
* Wed Mar 01 2023 Dirk Müller - update to 3.1.1:
* Handle TOML datetimes. Fixes #160
* Test and documentation improvements
* Tue Jul 26 2022 Matej Cepl - Update to 3.1.0: Use configurable output grammar, compatible with YAML 1.1- Update to 3.0.2: - Expand merge keys (https://yaml.org/type/merge.html). This is a YAML 1.1 specific behavior, but will be accommodated in yq due to its widespread use and low likelihood of accidental invocation.- Update to 3.0.1: - yq now uses the YAML 1.2 grammar when parsing and rendering YAML documents. This means bare literals like “on”, “no”, and “12:34:56” are interpreted as strings. (Fix interrupted release)- Removed upstreamed e37a7981b505aa0fd60d062ca81fd7b23715233e.patch
* Fri Feb 25 2022 Ferdinand Thiessen - Update to 2.14.0
* Support binary and set tags.- Add e37a7981b505aa0fd60d062ca81fd7b23715233e.patch Fix expected output of a test case
* Fri Dec 10 2021 Ferdinand Thiessen - Update to 2.13.0
* Improve YAML loading performance by using CSafeLoader where available
* Fix tests- Drop upstream merged skip-broken-test.py
* Thu May 06 2021 Ferdinand Thiessen - Update to 2.12.0
* Add TOML support and the tomlq CLI utility to access it
* Drop Python 2.7 support
* Parse correctly when empty string is passed as jq_filter
* Better handling of jq_filter and files arguments- Add skip-broken-test.py