f3f4da1930
- 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
Dirk Mueller2024-04-28 14:58:57 +00:00
512d4f760b
- update to 3.1.1: * Handle TOML datetimes. Fixes#160 * Test and documentation improvements
Dirk Mueller2023-03-01 20:22:04 +00:00
75de8c3cbf
Accepting request 991280 from devel:languages:python
Richard Brown2022-07-26 17:45:35 +00:00
2e26780dd7
- 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
Matej Cepl2022-07-26 16:02:11 +00:00
a4383b10e1
- Update to 2.10.0: * Add support for in-place editing (yq -yi) * Add argcomplete integration * Docs: Migrate from RTD to gh-pages * Add -Y/--yaml-roundtrip for preserving YAML styles and tags - Add patch to work with new PyYAML: * pyaml53.patch
Tomáš Chvátal
2020-03-05 08:37:18 +00:00
055bcbf67e
- 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
Tomáš Chvátal
2019-10-30 12:21:10 +00:00