Path to this page:
./
textproc/yq,
Command-line YAML and XML processor
Branch: CURRENT,
Version: 3.4.3,
Package name: yq-3.4.3,
Maintainer: pkgsrc-usersCommand-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)
- (2024-05-08) Updated to version: yq-3.4.3
- (2024-04-21) Updated to version: yq-3.4.1
- (2024-04-16) Updated to version: yq-3.3.1
- (2024-04-15) Updated to version: yq-3.3.0
- (2023-09-18) Updated to version: yq-3.2.3
- (2023-08-14) Updated to version: yq-3.2.2nb1
CVS history: (Expand)
2024-04-21 19:30:39 by Adam Ciarcinski | Files touched by this commit (3) | |
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) | |
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) | |
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) | |
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) | |
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) | |
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
|