public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/git-review] epel10: Add runtime dependency on python3-pkg-resources
Date: Fri, 19 Jun 2026 21:05:18 GMT [thread overview]
Message-ID: <178190311848.1.9577512050325444960.rpms-git-review-b30db071f4ff@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/git-review
Branch : epel10
Commit : b30db071f4ffc1bb660c127e58b4ec02ed6373d1
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2026-06-18T15:45:07+01:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/git-review/c/b30db071f4ffc1bb660c127e58b4ec02ed6373d1?branch=epel10
Log:
Add runtime dependency on python3-pkg-resources
git_review/cmd.py uses pkg_resources at runtime
without a try-except guard.
Assisted-By: Claude Opus 4.6
---
diff --git a/git-review.spec b/git-review.spec
index 4aad24d..35cbcb9 100644
--- a/git-review.spec
+++ b/git-review.spec
@@ -1,6 +1,6 @@
Name: git-review
Version: 2.3.1
-Release: 16%{?dist}
+Release: 17%{?dist}
Summary: A Git helper for integration with Gerrit
# Automatically converted from old format: ASL 2.0 - review is highly recommended.
@@ -23,6 +23,7 @@ BuildRequires: python3-setuptools
Requires: git-core
Requires: python3-requests
Requires: python3-setuptools
+Requires: python3-pkg-resources
%description
An extension for source control system Git that creates and manages
@@ -55,6 +56,9 @@ install -p -m 0644 -D git-review.1 %{buildroot}%{_mandir}/man1/git-review.1
%{python3_sitelib}/git_review-%{version}-py%{python3_version}*.egg-info/
%changelog
+* Thu Jun 18 2026 Miro Hrončok <mhroncok@redhat.com> - 2.3.1-17
+- Add runtime dependency on python3-pkg-resources
+
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 2.3.1-16
- Rebuilt for Python 3.15
reply other threads:[~2026-06-19 21:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178190311848.1.9577512050325444960.rpms-git-review-b30db071f4ff@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox