Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2107985324 | |||
| a306f418d0 | |||
| e6ad38f354 | |||
| d7dfd055ae | |||
| 8a3eaf0472 | |||
| 6f3004a366 | |||
| c80e323da1 | |||
| bd8cdbd6bd |
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4dd9229a2fbec337c2fd2ebb19a6452f68facf8b52c37063d073363964759173
|
||||
size 3199818
|
||||
oid sha256:7259c7b5ac6ce2d43c22ad5f3ab4e9dccdb6985eda0a9c18c8ab88ba26e0efa7
|
||||
size 3287716
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea950f5622480fc0ff3708c52589426a737cd4ec887a52922a74efa1be8f2fbf
|
||||
size 297938
|
||||
3
yq-4.48.2.tar.gz
Normal file
3
yq-4.48.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af464e5c227ad3894628de65db2996db0e4716a16388eaf08bfa73e93ad0604e
|
||||
size 310749
|
||||
80
yq.changes
80
yq.changes
@@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 17 17:22:31 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.48.2:
|
||||
* Strip whitespace when decoding base64 #2507
|
||||
* Upgraded to go-yaml v4! (thanks @ccoVeille, @ingydotnet)
|
||||
* Add linux/loong64 to release target (thanks @znley)
|
||||
* Added --shell-key-separator flag for customizable shell
|
||||
output format #2497 (thanks @rsleedbx)
|
||||
- update to 4.48.1:
|
||||
* Added 'parents' operator, to return a list of all the
|
||||
hierarchical parents of a node
|
||||
* Added 'first(exp)' operator, to return the first entry
|
||||
matching an expression in an array
|
||||
* Fixed xml namespace prefixes #1730 (thanks @baodrate)
|
||||
* Fixed out of range panic in yaml decoder #2460 (thanks
|
||||
@n471d)
|
||||
- update to 4.47.2:
|
||||
* Conversion from TOML to JSON no longer omits empty tables
|
||||
#2459 (thanks @louislouislouislouis)
|
||||
- update to 4.47.1:
|
||||
* Fixed merge anchor behaviour (`<<`); #2404, #2110, #2386,
|
||||
#2178 Huge thanks to @stevenwdv!
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 29 21:01:24 UTC 2025 - Alexey Kolos <lioli7k@gmail.com>
|
||||
|
||||
- Fix zsh completion location
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 14 08:01:29 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.46.1:
|
||||
* Added INI support
|
||||
* Fixed 'add' operator when piped in with no data #2378, #2383,
|
||||
#2384
|
||||
* Fixed delete after slice problem (bad node path) #2387 Thanks
|
||||
@antoinedeschenes
|
||||
* Fixed yq small build Thanks @imzue
|
||||
* Switched to YAML org supported go-yaml!
|
||||
- update to 4.45.4:
|
||||
* Fixing wrong map() behaviour on empty map #2359
|
||||
- update to 4.45.3:
|
||||
* Fixing regression (#2353, #2359, #2325) introduced with in
|
||||
4.45.2 with #2325 fix
|
||||
- update to 4.45.2:
|
||||
* Added windows arm builds (Thanks @albertocavalcante,
|
||||
@ShukantPal)
|
||||
* Added s390x platform support (Thanks @ashokpariya0)
|
||||
* Additionally push docker images to ghcr.io (Thanks @reegnz)
|
||||
* Fixing add when there is no node match #2325
|
||||
* sort_by works on maps
|
||||
- update to 4.45.1:
|
||||
* Create parent directories when --split-exp is used, Thanks
|
||||
@rudo-thomas
|
||||
- drop Bump-golang.org-x-net-from-0.32.0-to-0.33.0.patch (upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 16:52:32 UTC 2025 - Christian Goll <cgoll@suse.com>
|
||||
|
||||
- Updated to 4.44.6:
|
||||
* Fixed deleting items in array bug #2027, #2172; Thanks @jandubois
|
||||
* Docker image for armv7 / raspberry pi3, Thanks @brianegge
|
||||
* Fixed no-colors regression #2218
|
||||
* Fixed various panic scenarios #2211
|
||||
* Bumped dependencies
|
||||
- Changes from 4.44.5 (4.44.4 was skipped)
|
||||
* Format comments with a gray foreground (Thanks @gabe565)
|
||||
* Fixed handling of nulls with sort_by expressions #2164
|
||||
* Force no color output when NO_COLOR env presents (Thanks @narqo)
|
||||
* Fixed array subtraction update bug #2159
|
||||
* Fixed index out of range error
|
||||
* Can traverse straight from parent operator (parent.blah)
|
||||
* Bumped dependencies
|
||||
|
||||
- Bumped x/net to 0.33.0 to fix CVE-2024-45338
|
||||
* add file Bump-golang.org-x-net-from-0.32.0-to-0.33.0.patch
|
||||
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 13:18:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
17
yq.spec
17
yq.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yq
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%global import_path %{provider_prefix}
|
||||
|
||||
Name: yq
|
||||
Version: 4.44.3
|
||||
Version: 4.48.2
|
||||
Release: 0
|
||||
Summary: A portable command-line YAML processor
|
||||
License: MIT
|
||||
@@ -35,7 +35,7 @@ Conflicts: python3dist(yq)
|
||||
%else
|
||||
Conflicts: python3-yq
|
||||
%endif
|
||||
BuildRequires: golang(API) = 1.22
|
||||
BuildRequires: golang(API) = 1.24
|
||||
|
||||
%description
|
||||
A lightweight and portable command-line YAML processor. yq uses jq like syntax
|
||||
@@ -71,7 +71,7 @@ BuildArch: noarch
|
||||
Fish command line completion support for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -qa1
|
||||
%autosetup -p1 -a1
|
||||
|
||||
%build
|
||||
go build -trimpath -buildmode=pie -mod=vendor -o bin/%{name}
|
||||
@@ -83,8 +83,8 @@ go test ./...
|
||||
install -D -m 0755 ./bin/%{name} "%{buildroot}/%{_bindir}/%{name}"
|
||||
mkdir -p %{buildroot}%{_datarootdir}/bash-completion/completions
|
||||
%{buildroot}/%{_bindir}/%{name} shell-completion bash > %{buildroot}%{_datarootdir}/bash-completion/completions/%{name}
|
||||
mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d
|
||||
%{buildroot}/%{_bindir}/%{name} shell-completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_%{name}
|
||||
mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions
|
||||
%{buildroot}/%{_bindir}/%{name} shell-completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_%{name}
|
||||
mkdir -p %{buildroot}%{_datadir}/fish/vendor_completions.d
|
||||
%{buildroot}/%{_bindir}/%{name} shell-completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
|
||||
|
||||
@@ -95,8 +95,9 @@ mkdir -p %{buildroot}%{_datadir}/fish/vendor_completions.d
|
||||
|
||||
%files zsh-completion
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datarootdir}/zsh_completion.d/
|
||||
%{_datarootdir}/zsh_completion.d/_%{name}
|
||||
%dir %{_datarootdir}/zsh/
|
||||
%dir %{_datarootdir}/zsh/site-functions/
|
||||
%{_datarootdir}/zsh/site-functions/_%{name}
|
||||
|
||||
%files fish-completion
|
||||
%defattr(-,root,root)
|
||||
|
||||
Reference in New Issue
Block a user