2024-04-28 14:58:57 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Apr 28 14:57:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2024-01-02 20:42:15 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 2 20:41:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- require setuptools
|
|
|
|
|
|
2023-09-28 11:26:31 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 28 11:26:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 3.2.3:
|
|
|
|
|
* test.py: use valid values for jsonargs. Fixes #172
|
|
|
|
|
* Allow editing toml in place (#171)
|
|
|
|
|
* Documentation improvements
|
|
|
|
|
|
2023-05-14 18:48:36 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2023-07-27 09:49:58 +00:00
|
|
|
|
Thu Jul 27 09:49:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- switch to wheels and opt into SLE15 python311 stack
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2023-05-14 18:48:36 +00:00
|
|
|
|
Sun May 14 18:48:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 3.2.2:
|
|
|
|
|
* Allow XML documents to be streamed with –xml-item-depth
|
|
|
|
|
|
2023-04-07 07:48:15 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 6 12:15:52 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 3.2.1:
|
|
|
|
|
* Use tomlkit instead of toml
|
|
|
|
|
* Add security policy
|
|
|
|
|
* Documentation and release infrastructure improvements
|
|
|
|
|
|
2023-03-01 20:22:04 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 1 20:21:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 3.1.1:
|
|
|
|
|
* Handle TOML datetimes. Fixes #160
|
|
|
|
|
* Test and documentation improvements
|
|
|
|
|
|
2022-07-26 16:02:11 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 26 15:58:36 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2021-05-07 08:56:46 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2022-02-25 23:12:54 +00:00
|
|
|
|
Fri Feb 25 00:59:37 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
|
|
|
|
|
|
- Update to 2.14.0
|
|
|
|
|
* Support binary and set tags.
|
|
|
|
|
- Add e37a7981b505aa0fd60d062ca81fd7b23715233e.patch
|
|
|
|
|
Fix expected output of a test case
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Dec 10 12:08:03 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
|
|
|
|
|
|
- Update to 2.13.0
|
|
|
|
|
* Improve YAML loading performance by using CSafeLoader where available
|
|
|
|
|
* Fix tests
|
|
|
|
|
- Drop upstream merged skip-broken-test.py
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2021-05-07 08:56:46 +00:00
|
|
|
|
Thu May 6 13:08:30 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2020-07-21 10:52:40 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 21 10:35:58 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 2.10.1
|
|
|
|
|
* Add support for xmltodict force_list definition for xq CLI (#95)
|
|
|
|
|
* Support explicit doc markers (#93)
|
|
|
|
|
* Ensure proper ordering of help messages (#90)
|
|
|
|
|
- Drop already merged pyaml53.patch
|
|
|
|
|
|
2020-03-05 08:37:18 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 5 08:32:23 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2019-10-30 12:21:10 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2019-05-22 10:19:19 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2019-03-28 08:45:42 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2018-12-04 14:16:00 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 4 12:56:21 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
|
2017-12-20 13:46:07 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 20 13:39:22 UTC 2017 - tbechtold@suse.com
|
|
|
|
|
|
|
|
|
|
- Initial packaging (version 2.3.3)
|