public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tito] epel8: Add runtime and buildtime dependency on python3-pkg-resources
@ 2026-08-26 13:52 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-26 13:52 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/tito
            Branch : epel8
            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=epel8

            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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-26 13:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 13:52 [rpms/tito] epel8: Add runtime and buildtime 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