./textproc/yq, Command-line YAML and XML processor

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.2.3, Package name: yq-3.2.3, Maintainer: pkgsrc-users

Command-line YAML/XML processor - jq wrapper for YAML and XML documents


Required to run:
[textproc/py-yaml] [devel/py-setuptools] [devel/jq] [devel/py-argcomplete] [textproc/py-xmltodict] [textproc/py-toml] [lang/python310]

Required to build:
[devel/py-setuptools_scm]

Master sites:

Filesize: 31.203 KB

Version history: (Expand)


CVS history: (Expand)


   2023-09-18 14:53:57 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
yq: updated to 3.2.3

Changes for v3.2.3 (2023-09-09)
- test.py: use valid values for jsonargs
- Allow editing toml in place
- Documentation improvements
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-04-23 11:53:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
yq: updated to 3.2.2

Changes for v3.2.2 (2023-04-22)
-  Allow XML documents to be streamed with –xml-item-depth

Changes for v3.2.1 (2023-04-04)
-  Relax tomlkit dependency version range to preserve Python 3.6
   compatibility

Changes for v3.2.0 (2023-04-03)
-  Use tomlkit instead of toml
-  Add security policy
-  Documentation and release infrastructure improvements
   2023-02-23 20:33:15 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
yq: update to 3.1.1.

Changes for v3.1.1 (2023-02-21)
===============================

-  Handle TOML datetimes. Fixes #160

-  Test and documentation improvements

Changes for v3.1.0 (2022-07-24)
===============================

-  Use configurable output grammar, compatible with YAML 1.1

Changes for v3.0.2 (2022-07-05)
===============================

-  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.

Changes for v3.0.1 (2022-07-04)
===============================

-  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)

Changes for v3.0.0 (2022-07-04)
===============================

-  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.
   2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524)
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
   2022-05-09 10:21:22 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
yq: updated to 2.14.0

Changes for v2.14.0
- Support binary and set tags.
   2022-02-20 13:48:48 by Frederic Cambus | Files touched by this commit (3) | Package updated
Log message:
yq: update to 2.13.0.

Changes for v2.13.0 (2021-12-02)
================================

-  Armor against entity expansion attacks

-  Improve YAML loading performance by using CSafeLoader where available

-  Require PyYAML 5.3.1 or newer

-  Test and release infrastructure improvements

Changes for v2.12.2 (2021-06-13)
================================

-  Handle -n correctly

Changes for v2.12.1 (2021-06-13)
================================

-  Do not close fds on child process

Changes for v2.12.0 (2021-02-05)
================================

-  Add TOML support and the tomlq CLI utility to access it

-  Drop Python 2.7 support

Changes for v2.11.1 (2020-09-26)
================================

Parse correctly when empty string is passed as jq_filter

Changes for v2.11.0 (2020-09-03)
================================

-  Better handling of jq_filter and files arguments (#102)

-  Create **main**.py (#82)

Changes for v2.10.1 (2020-05-11)
================================

-  Add support for xmltodict force_list definition for xq CLI (#95)

-  Support explicit doc markers (#93)

-  Ensure proper ordering of help messages (#90)

Changes for v2.10.0 (2019-12-23)
================================

-  Add support for in-place editing (yq -yi)

-  Add argcomplete integration

-  Docs: Migrate from RTD to gh-pages
   2022-02-19 23:13:50 by Frederic Cambus | Files touched by this commit (1) | Package updated
Log message:
yq: update HOMEPAGE.