2022-05-09 10:21:22 by Adam Ciarcinski | Files touched by this commit (2) |  |
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) |  |
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) |  |
Log message:
yq: update HOMEPAGE.
|
2022-01-29 09:48:41 by Thomas Klausner | Files touched by this commit (12) |
Log message:
*: convert py-flake8 users to versioned_dependencies
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2020-12-04 21:45:51 by Nia Alarie | Files touched by this commit (456) |
Log message:
Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
|
2019-11-19 22:30:15 by Maya Rashish | Files touched by this commit (4) |
Log message:
Add yq version 2.9.2
Command-line YAML/XML processor - jq wrapper for YAML and XML documents
|