public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/pew] rawhide: Merge #2 `Add runtime dependency on python3-pkg-resources`
Date: Tue, 14 Jul 2026 13:14:55 GMT [thread overview]
Message-ID: <178403489583.1.5787330055110744982.rpms-pew-0a86aa394634@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-14 13:14 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=178403489583.1.5787330055110744982.rpms-pew-0a86aa394634@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