Spec URL: https://pagure.io/rpm-yq/raw/rawhide/f/yq.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/jrische/yq/fedora-rawhide-x86_64/04189741-yq/yq-4.20.2-1.fc37.src.rpm Description: Lightweight and portable command-line YAML, JSON and XML processor. yq uses jq like syntax but works with yaml files as well as json and xml. It doesn't yet support everything jq does - but it does support the most common operations and functions, and more is being added continuously. Fedora Account System Username: jrische Source RPM repo: https://pagure.io/rpm-yq Copr: https://copr.fedorainfracloud.org/coprs/jrische/yq/
Re-generate spec file using go2rpm: Spec URL: https://pagure.io/rpm-yq/raw/rawhide/f/yq.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/jrische/yq/fedora-rawhide-x86_64/04562127-yq/yq-4.25.3-1.fc37.src.rpm Fedora review: https://download.copr.fedorainfracloud.org/results/jrische/yq/fedora-rawhide-x86_64/04562127-yq/fedora-review/review.txt
I removed the glob for the executable file in %files. Spec URL: https://pagure.io/rpm-yq/raw/rawhide/f/yq.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/jrische/yq/fedora-rawhide-x86_64/04585023-yq/yq-4.25.3-1.fc37.src.rpm Fedora review: https://download.copr.fedorainfracloud.org/results/jrische/yq/fedora-rawhide-x86_64/04585023-yq/fedora-review/review.txt
https://github.com/mikefarah/yq/releases/tag/v4.26.1 has been released. There have been some dependency changes upstream, so make sure to open new review requests for those. I would close the review requests for the dependencies that have been removed, as we generally try to avoid packaging libraries that aren't actually needed for anything, but I won't object if you feel strongly about keeping them.
The current version is v4.27.2. There is no dependency on github.com/timtadh/lexmachine, github.com/timtadh/data-structures, and github.com/timtadh/getopt any more. There are 2 new dependencies that are already packaged: github.com/alecthomas/repr[1] and github.com/goccy/go-json[2]. Lexmachine was replaced by github.com/alecthomas/participle, which is not packaged. I am working on it, but the fact the version that is currently required by yq (2.0.0-beta.4) is containing a dash character is causing a conflict with Fedora's version format. Version 2.0.0 is not released yet. [1] https://src.fedoraproject.org/rpms/golang-github-alecthomas-repr [2] https://src.fedoraproject.org/rpms/golang-github-goccy-json
> Lexmachine was replaced by github.com/alecthomas/participle, which is not > packaged. I am working on it, but the fact the version that is currently > required by yq (2.0.0-beta.4) is containing a dash character is causing a > conflict with Fedora's version format. Version 2.0.0 is not released yet. Try adding `%global tag %(tr '~' '-' <<< %{version}) (with the proper indentation) right below Version and set Version to `2.0.0~beta.4`.
Are you interested in updating the package and proceeding with this review?
This is an automatic action taken by review-stats script. The ticket submitter failed to clear the NEEDINFO flag in a month. As per https://fedoraproject.org/wiki/Policy_for_stalled_package_reviews we consider this ticket as DEADREVIEW and proceed to close it.
I am still working on this package. There have been more dependencies changes. I will be opening other packages review requests for these.
> %global goipath github.com/mikefarah/yq Should be github.com/mikefarah/yq/v4 It would be interesting to add shell completions: https://mikefarah.gitbook.io/yq/commands/shell-completion Check doctl's spec as example. Similar with man pages: https://github.com/mikefarah/yq/blob/master/debian/rules#L51
There would be conflict if both this review and bug #2263790 pass, because both provide tool named %_bindir/yq. Any idea how that should be solved? I thought about naming those tools by pyq, meaning python yq. Possible alternative would be gyq, golang yq (this package). Still not long enough, but different from upstream. Of course alternative is also yq.python and yq.go and customizable alternative via Alternatives [1]. But I doubt those implementations are similar enough. But target functionality is basically the same. It seems Debian has chosen bug #2263790, but has alternative name xq-python for xq tool. I have not found any clear attempt to resolve the conflict on upstream side. Issue #141 [2] references the problem on python upstream, but haven't found similar note at mikefarah. Except for pip version issue #193 [3]. Would you consider using alternatives to share yq name? Would you have any other idea, how to solve it? 1. https://docs.fedoraproject.org/en-US/packaging-guidelines/Alternatives/ 2. https://github.com/kislyuk/yq/issues/141 3. https://github.com/mikefarah/yq/issues/193
It seems this package variant has already been imported under bug #2276522. If the reviewer wants access to it, need to request it from current maintainer. https://src.fedoraproject.org/rpms/yq
*** This bug has been marked as a duplicate of bug 2276522 ***