public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pew] rawhide: Merge #2 `Add runtime dependency on python3-pkg-resources`
@ 2026-07-14 13:14
0 siblings, 0 replies; only message in thread
From: @ 2026-07-14 13:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pew
Branch : rawhide
Commit : 0a86aa3946340d9012846930466d07d7241ae855
Author : Tadej Janež <tadej@fedoraproject.org>
Date : 2026-07-14T13:14:52+00:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pew/c/0a86aa3946340d9012846930466d07d7241ae855?branch=rawhide
Log:
Merge #2 `Add runtime dependency on python3-pkg-resources`
---
diff --git a/pew.spec b/pew.spec
index e4502d6..f1fa6ca 100644
--- a/pew.spec
+++ b/pew.spec
@@ -2,7 +2,7 @@
Name: pew
Version: 1.2.0
-Release: 31%{?dist}
+Release: 32%{?dist}
Summary: Tool to manage multiple virtualenvs written in pure Python
License: MIT
@@ -52,6 +52,10 @@ BuildRequires: python3dist(pytest)
BuildRequires: python3dist(pip)
%endif
+# Imports pkg_resources at runtime
+# https://github.com/pew-org/pew/blob/1.2.0/pew/pew.py#L726
+Requires: python3-pkg-resources
+
%{?python_provide:%python_provide python3-%{name}}
%description
@@ -109,6 +113,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%{zsh_completions_dir}/_pew
%changelog
+* Tue Jul 14 2026 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-32
+- Add runtime dependency on python3-pkg-resources
+
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 1.2.0-31
- Rebuilt for Python 3.15
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-14 13:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 13:14 [rpms/pew] rawhide: Merge #2 `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