public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedrq] epel10: Update to 0.6.0.
@ 2026-07-14 1:11 Maxwell G
0 siblings, 0 replies; only message in thread
From: Maxwell G @ 2026-07-14 1:11 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedrq
Branch : epel10
Commit : db32f464c27f0554e5681bbf00efde6742203d8a
Author : Maxwell G <maxwell@gtmx.me>
Date : 2023-04-08T12:06:03+03:00
Stats : +17/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fedrq/c/db32f464c27f0554e5681bbf00efde6742203d8a?branch=epel10
Log:
Update to 0.6.0.
---
diff --git a/.gitignore b/.gitignore
index 64e149e..f6df909 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
/fedrq-0.5.0.tar.gz
/fedrq-0.5.0.tar.gz.asc
+/fedrq-0.6.0.tar.gz
+/fedrq-0.6.0.tar.gz.asc
diff --git a/fedrq.spec b/fedrq.spec
index 5ac2d69..0e431d6 100644
--- a/fedrq.spec
+++ b/fedrq.spec
@@ -7,7 +7,7 @@
%bcond libdnf5 %[0%{?fedora} >= 38]
Name: fedrq
-Version: 0.5.0
+Version: 0.6.0
Release: 1%{?dist}
Summary: A tool to query the Fedora and EPEL repositories
@@ -16,9 +16,10 @@ Summary: A tool to query the Fedora and EPEL repositories
# - Embeded repo defs are MIT.
# - PSF-2.0 code copied from Cpython 3.11 for older Python versions
License: GPL-2.0-or-later AND Unlicense AND MIT AND PSF-2.0
-URL: https://git.sr.ht/~gotmax23/fedrq
-Source0: %{url}/refs/download/v%{version}/fedrq-%{version}.tar.gz
-Source1: %{url}/refs/download/v%{version}/fedrq-%{version}.tar.gz.asc
+URL: https://fedrq.gtmx.me
+%global furl https://git.sr.ht/~gotmax23/fedrq
+Source0: %{furl}/refs/download/v%{version}/fedrq-%{version}.tar.gz
+Source1: %{furl}/refs/download/v%{version}/fedrq-%{version}.tar.gz.asc
Source2: https://meta.sr.ht/~gotmax23.pgp
BuildArch: noarch
@@ -28,6 +29,7 @@ BuildRequires: python3-devel
BuildRequires: createrepo_c
BuildRequires: fedora-repos-rawhide
BuildRequires: distribution-gpg-keys
+BuildRequires: python3-argcomplete
BuildRequires: python3-dnf
%if %{with libdnf5}
BuildRequires: python3-libdnf5
@@ -40,6 +42,7 @@ Requires: (python3-dnf or (python3-libdnf5 and python3-rpm))
Suggests: python3-dnf
Requires: distribution-gpg-keys
Recommends: fedora-repos-rawhide
+Recommends: python3-argcomplete
# fedrq config --dump
Recommends: python3-tomli-w
@@ -64,6 +67,8 @@ fedrq is a tool to query the Fedora and EPEL repositories.
%pyproject_wheel
scdoc <doc/fedrq.1.scd >fedrq.1
scdoc <doc/fedrq.5.scd >fedrq.5
+register-python-argcomplete --shell bash fedrq >fedrq.bash
+register-python-argcomplete --shell fish fedrq >fedrq.fish
%install
@@ -71,6 +76,8 @@ scdoc <doc/fedrq.5.scd >fedrq.5
%pyproject_save_files fedrq
install -Dpm 0644 fedrq.1 -t %{buildroot}%{_mandir}/man1/
install -Dpm 0644 fedrq.5 -t %{buildroot}%{_mandir}/man5/
+install -Dpm 0644 fedrq.bash %{buildroot}%{bash_completions_dir}/fedrq
+install -Dpm 0644 fedrq.fish %{buildroot}%{fish_completions_dir}/fedrq.fish
%check
@@ -85,6 +92,8 @@ FEDRQ_BACKEND=libdnf5 %pytest -v -m "not no_rpm_mock"
%license %{_licensedir}/fedrq/
%doc README.md CONTRIBUTING.md NEWS.md contrib/api_examples
%{_bindir}/fedrq*
+%{bash_completions_dir}/fedrq
+%{fish_completions_dir}/fedrq.fish
%{_mandir}/man1/fedrq.1*
%{_mandir}/man5/fedrq.5*
diff --git a/sources b/sources
index 479d748..be8a821 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (fedrq-0.5.0.tar.gz) = eaf4a08bc99c307683c94f531a85395cf6c66e7e03879047aa6242e612f46587df06f8ccd4781210c52fc7b897b0d93f4e08b3392be02b7c3c192bdb6fff766d
-SHA512 (fedrq-0.5.0.tar.gz.asc) = d475712dca7d49826b07646d2dd9d02e363d883040d6ff5d62c00762053bfb3bae5ee534cff524fd6f2702f603a35d1ec63ded8f4a1ea878f3d167390d3808b2
+SHA512 (fedrq-0.6.0.tar.gz) = 4410046b64ae0af6e10d693a68c6d7b7d7080fb3474fc99904b9b2a5c6661676c6e63028904b8fdce5bf10b7de3570d12a02f0642db9eba5ee0cfd456e34d000
+SHA512 (fedrq-0.6.0.tar.gz.asc) = 2e7e77b31f9a93bfcd7f259f444454d5c29ec785a0712f259726986d73fcf8aca50015ee929015be09c37deaa7a8a72d5e84fbf794b5526def21e1f86424a45b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-14 1:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 1:11 [rpms/fedrq] epel10: Update to 0.6.0 Maxwell G
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox