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

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


Branch: CURRENT, Version: 3.4.3, Package name: yq-3.4.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: 32.436 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-05-08 13:57:20 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
yq: updated to 3.4.3

Changes for v3.4.3 (2024-04-27)

Finish migration to setuptools_scm

Changes for v3.4.2 (2024-04-26)

Constrain setuptools_scm version
   2024-04-21 19:30:39 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
yq: updated to 3.4.1

Changes for v3.4.1 (2024-04-17)

- Add module entry points for xq and tomlq

Changes for v3.4.0 (2024-04-17)

- yq -y: Induce quoting of string scalars that start with 08 and 09
   2024-04-16 06:29:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
yq: updated to 3.3.1

v3.3.1
Revert "Do not interpret characters that cannot be parsed in octal as int"
   2024-04-15 07:11:59 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
yq: updated to 3.3.0

Changes for v3.3.0 (2024-04-13)

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