CVS log for pkgsrc/textproc/yq/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / textproc / yq
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Apr 14 11:27:55 2025 UTC (2 weeks, 1 day ago) by kim
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -3
lines
yq: fix for setuptools>=78
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:29:11 2024 UTC (5 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -3
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed May 8 11:57:20 2024 UTC (11 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
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
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Apr 21 17:30:39 2024 UTC (12 months, 1 week ago) by adam
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
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
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Apr 16 04:29:46 2024 UTC (12 months, 2 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -2
lines
yq: updated to 3.3.1
v3.3.1
Revert "Do not interpret characters that cannot be parsed in octal as int"
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Apr 15 05:11:58 2024 UTC (12 months, 2 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -8
lines
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
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Sep 18 12:53:57 2023 UTC (19 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -3
lines
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
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Aug 14 05:25:26 2023 UTC (20 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1
lines
*: recursive bump for Python 3.11 as new default
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Apr 23 09:53:24 2023 UTC (2 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3
lines
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
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Feb 23 19:33:15 2023 UTC (2 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -8
lines
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.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jun 30 11:18:56 2022 UTC (2 years, 10 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1
lines
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon May 9 08:21:22 2022 UTC (2 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +17 -16
lines
yq: updated to 2.14.0
Changes for v2.14.0
- Support binary and set tags.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Feb 20 12:48:48 2022 UTC (3 years, 2 months ago) by fcambus
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -3
lines
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
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Feb 19 22:13:50 2022 UTC (3 years, 2 months ago) by fcambus
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
yq: update HOMEPAGE.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jan 29 08:48:41 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -2
lines
*: convert py-flake8 users to versioned_dependencies
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jan 5 15:41:27 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -2
lines
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.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:55:10 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Dec 4 20:45:46 2020 UTC (4 years, 4 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Nov 19 21:30:15 2019 UTC (5 years, 5 months ago) by maya
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Add yq version 2.9.2
Command-line YAML/XML processor - jq wrapper for YAML and XML documents
CVSweb <webmaster@jp.NetBSD.org>