public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/git-review] f44: Add runtime dependency on python3-pkg-resources
@ 2026-06-19 21:45
0 siblings, 0 replies; only message in thread
From: @ 2026-06-19 21:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/git-review
Branch : f44
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=f44
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-19 21:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19 21:45 [rpms/git-review] f44: Add runtime dependency on python3-pkg-resources
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox