From da001d76bcc47e2bc761151117a6d112cb27ef32 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:45 +0200 Subject: [PATCH 1/3] 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 --- vdirsyncer.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vdirsyncer.spec b/vdirsyncer.spec index c95f009..97a0d57 100644 --- a/vdirsyncer.spec +++ b/vdirsyncer.spec @@ -18,7 +18,7 @@ Name: vdirsyncer Version: 0.20.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: %{sum} License: BSD-3-Clause @@ -46,6 +46,7 @@ BuildRequires: python3-aiohttp-oauthlib BuildRequires: python3-trustme BuildRequires: python3-pytest-httpserver BuildRequires: python3-pytest-localserver +BuildRequires: python3-pkg-resources Requires: python3-click >= 5.0 Requires: python3-click-log >= 0.4 @@ -160,6 +161,9 @@ sh build.sh tests %doc docs/_build/html docs/_build/text %changelog +* Thu May 07 2026 Tomáš Hrnčiar - 0.20.0-5 +- Add BR on python3-pkg-resources, setuptools 82 dropped pkg_resources + * Sat Jan 17 2026 Fedora Release Engineering - 0.20.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 7db9d7666bd4ca001ab9ff4e884ff862078c02b3 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 4 Jun 2026 15:56:10 +0200 Subject: [PATCH 2/3] Rebuilt for Python 3.15 --- vdirsyncer.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vdirsyncer.spec b/vdirsyncer.spec index 97a0d57..14cea51 100644 --- a/vdirsyncer.spec +++ b/vdirsyncer.spec @@ -18,7 +18,7 @@ Name: vdirsyncer Version: 0.20.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: %{sum} License: BSD-3-Clause @@ -161,6 +161,9 @@ sh build.sh tests %doc docs/_build/html docs/_build/text %changelog +* Thu Jun 04 2026 Python Maint - 0.20.0-6 +- Rebuilt for Python 3.15 + * Thu May 07 2026 Tomáš Hrnčiar - 0.20.0-5 - Add BR on python3-pkg-resources, setuptools 82 dropped pkg_resources From 195ab5d0cc7202f4287b4252f68a573c009f71de Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:23:42 +0000 Subject: [PATCH 3/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- vdirsyncer.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vdirsyncer.spec b/vdirsyncer.spec index 14cea51..4f7147d 100644 --- a/vdirsyncer.spec +++ b/vdirsyncer.spec @@ -18,7 +18,7 @@ Name: vdirsyncer Version: 0.20.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: %{sum} License: BSD-3-Clause @@ -161,6 +161,9 @@ sh build.sh tests %doc docs/_build/html docs/_build/text %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.20.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Thu Jun 04 2026 Python Maint - 0.20.0-6 - Rebuilt for Python 3.15