public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/tito] f43: Add runtime and buildtime dependency on python3-pkg-resources
Date: Wed, 26 Aug 2026 13:51:34 GMT [thread overview]
Message-ID: <178775229402.1.15359921233407336977.rpms-tito-86fd0001ebe2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/tito
Branch : f43
Commit : 86fd0001ebe2f899afb7e140dc2866109bd7d245
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2026-05-12T18:24:18+02:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/tito/c/86fd0001ebe2f899afb7e140dc2866109bd7d245?branch=f43
Log:
Add runtime and buildtime dependency on python3-pkg-resources
tito/builder/main.py uses pkg_resources at runtime
without a try-except guard.
Assisted-By: Claude Opus 4.6
---
diff --git a/tito.spec b/tito.spec
index 1d1cb5e..1588e44 100644
--- a/tito.spec
+++ b/tito.spec
@@ -23,7 +23,7 @@
Name: tito
Version: 0.6.27
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: A tool for managing rpm based git projects
License: GPL-2.0-only
@@ -38,9 +38,11 @@ BuildArch: noarch
%if %{use_python3}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
+BuildRequires: python3-pkg-resources
Requires: python3-setuptools
Requires: python3-bugzilla
Requires: python3-blessed
+Requires: python3-pkg-resources
Requires: rpm-python3
Recommends: python3-fedora-distro-aliases
%else
@@ -133,6 +135,9 @@ git config --global user.name "Your Name"
%changelog
+* Tue May 12 2026 Miro Hrončok <mhroncok@redhat.com> - 0.6.27-8
+- Add runtime and buildtime dependency on python3-pkg-resources
+
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.27-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
reply other threads:[~2026-08-26 13:51 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=178775229402.1.15359921233407336977.rpms-tito-86fd0001ebe2@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