From da35e4d616cd35146c0e91294ea5578beb1a6e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Mon, 4 May 2026 11:25:57 +0200 Subject: [PATCH 1/5] Add BuildRequires on python3-pkg-resources for setuptools 82 compatibility Setuptools 82 dropped pkg_resources from the setuptools distribution. Add explicit build dependency on the compat package. Assisted-by: Cursor --- whipper.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/whipper.spec b/whipper.spec index f0c2e65..caf68cc 100644 --- a/whipper.spec +++ b/whipper.spec @@ -19,6 +19,7 @@ BuildRequires: python3dist(pycdio) BuildRequires: python3dist(pygobject) BuildRequires: python3dist(ruamel-yaml) BuildRequires: python3dist(twisted) +BuildRequires: python3-pkg-resources Requires: cdrdao Requires: flac From 8c834ebd845dac83b5c74aab66e05038e653752f Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Tue, 12 May 2026 23:00:05 +0100 Subject: [PATCH 2/5] Packit. --- .packit.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..ac1b57a --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,19 @@ +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + rawhide: + fast_forward_merge_into: + - fedora-branched + - job: koji_build + trigger: commit + dist_git_branches: + - fedora-all + - job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-branched +version_update_mask: \d+\.\d+\. From 695aa0aef2480c2d5b1a00fa60a2d57264aa0beb Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 5 Jun 2026 00:05:46 +0200 Subject: [PATCH 3/5] Rebuilt for Python 3.15 From 2424d6cb4d25b58bb5afe45bed5e12e8e602d871 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:47:56 +0000 Subject: [PATCH 4/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild From ba491af74579d8809c38e51ea214a801abd3b31c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 22 Jul 2026 10:41:17 +0200 Subject: [PATCH 5/5] Rebuilt for Python 3.15.0b4 ABI change