From d038d6ef4d10c615ae998770023e175655d570ab Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Thu, 16 Dec 2021 00:48:40 +0100 Subject: [PATCH 01/19] Utilize pytest instead of the deprecated nose test runner --- calypso.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/calypso.spec b/calypso.spec index 7e2471e..f796b82 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.6.%{date}git%{shortcommit}%{?dist} +Release: 0.7.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server License: GPLv3+ URL: https://keithp.com/blogs/calypso/ @@ -25,7 +25,7 @@ BuildRequires: python3-vobject BuildRequires: systemd-rpm-macros %if %{with check} BuildRequires: git-core -BuildRequires: python3-nose +BuildRequires: python3-pytest %endif Requires(pre): shadow-utils Requires(post): git-core @@ -60,7 +60,7 @@ install -Dpm644 %{S:4} %{buildroot}%{_unitdir}/calypso.service %if %{with check} %check -nosetests-3 +%pytest %endif %pre @@ -104,6 +104,9 @@ fi %dir %attr(0750,calypso,calypso) %{_sharedstatedir}/calypso %changelog +* Thu Feb 17 2022 Charalampos Stratakis - 2.0-0.7.20190429git7317d88 +- Utilize pytest instead of the deprecated nose test runner + * Wed Jan 19 2022 Fedora Release Engineering - 2.0-0.6.20190429git7317d88 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 98c724c7ea6d5eb70a43db07619f25d3dafc0f2d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 15 Jun 2022 15:23:35 +0200 Subject: [PATCH 02/19] Rebuilt for Python 3.11 --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index f796b82..0f0cb6a 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.7.%{date}git%{shortcommit}%{?dist} +Release: 0.8.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server License: GPLv3+ URL: https://keithp.com/blogs/calypso/ @@ -104,6 +104,9 @@ fi %dir %attr(0750,calypso,calypso) %{_sharedstatedir}/calypso %changelog +* Wed Jun 15 2022 Python Maint - 2.0-0.8.20190429git7317d88 +- Rebuilt for Python 3.11 + * Thu Feb 17 2022 Charalampos Stratakis - 2.0-0.7.20190429git7317d88 - Utilize pytest instead of the deprecated nose test runner From 350551a3e04089902d511235cea629481adcfc39 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 20 Jul 2022 22:33:23 +0000 Subject: [PATCH 03/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index 0f0cb6a..a209a51 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.8.%{date}git%{shortcommit}%{?dist} +Release: 0.9.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server License: GPLv3+ URL: https://keithp.com/blogs/calypso/ @@ -104,6 +104,9 @@ fi %dir %attr(0750,calypso,calypso) %{_sharedstatedir}/calypso %changelog +* Wed Jul 20 2022 Fedora Release Engineering - 2.0-0.9.20190429git7317d88 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Wed Jun 15 2022 Python Maint - 2.0-0.8.20190429git7317d88 - Rebuilt for Python 3.11 From d5e7fa62378670c6d53261112cd39947ccb3deaa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 18 Jan 2023 23:28:39 +0000 Subject: [PATCH 04/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index a209a51..07fa11c 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.9.%{date}git%{shortcommit}%{?dist} +Release: 0.10.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server License: GPLv3+ URL: https://keithp.com/blogs/calypso/ @@ -104,6 +104,9 @@ fi %dir %attr(0750,calypso,calypso) %{_sharedstatedir}/calypso %changelog +* Wed Jan 18 2023 Fedora Release Engineering - 2.0-0.10.20190429git7317d88 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Jul 20 2022 Fedora Release Engineering - 2.0-0.9.20190429git7317d88 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From c6fbfeaf3ddad6546f86c751cc1b48b9ce6679ed Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jul 2023 08:32:28 +0200 Subject: [PATCH 05/19] Rebuilt for Python 3.12 --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index 07fa11c..def78da 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.10.%{date}git%{shortcommit}%{?dist} +Release: 0.11.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server License: GPLv3+ URL: https://keithp.com/blogs/calypso/ @@ -104,6 +104,9 @@ fi %dir %attr(0750,calypso,calypso) %{_sharedstatedir}/calypso %changelog +* Fri Jul 07 2023 Python Maint - 2.0-0.11.20190429git7317d88 +- Rebuilt for Python 3.12 + * Wed Jan 18 2023 Fedora Release Engineering - 2.0-0.10.20190429git7317d88 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From c9d994e884551e920f06f91b9f2a5584ceaf34fc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 15:15:00 +0000 Subject: [PATCH 06/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index def78da..28b83e0 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.11.%{date}git%{shortcommit}%{?dist} +Release: 0.12.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server License: GPLv3+ URL: https://keithp.com/blogs/calypso/ @@ -104,6 +104,9 @@ fi %dir %attr(0750,calypso,calypso) %{_sharedstatedir}/calypso %changelog +* Wed Jul 19 2023 Fedora Release Engineering - 2.0-0.12.20190429git7317d88 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Fri Jul 07 2023 Python Maint - 2.0-0.11.20190429git7317d88 - Rebuilt for Python 3.12 From 65e4305cf4cc8149cba15fcd863ad8b8ca413150 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 15:02:03 +0000 Subject: [PATCH 07/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index 28b83e0..b9bb548 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.12.%{date}git%{shortcommit}%{?dist} +Release: 0.13.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server License: GPLv3+ URL: https://keithp.com/blogs/calypso/ @@ -104,6 +104,9 @@ fi %dir %attr(0750,calypso,calypso) %{_sharedstatedir}/calypso %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 2.0-0.13.20190429git7317d88 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Jul 19 2023 Fedora Release Engineering - 2.0-0.12.20190429git7317d88 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 264069f55f9587642f6186a229d5f3176a7533fd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 23 Jan 2024 01:11:47 +0000 Subject: [PATCH 08/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index b9bb548..ec7b553 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.13.%{date}git%{shortcommit}%{?dist} +Release: 0.14.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server License: GPLv3+ URL: https://keithp.com/blogs/calypso/ @@ -104,6 +104,9 @@ fi %dir %attr(0750,calypso,calypso) %{_sharedstatedir}/calypso %changelog +* Tue Jan 23 2024 Fedora Release Engineering - 2.0-0.14.20190429git7317d88 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 2.0-0.13.20190429git7317d88 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From a9e267f9889a324b67a6a0766d9e64559a0bbe0b Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:46 +0200 Subject: [PATCH 09/19] Eliminate use of obsolete %patchN syntax (#2283636) --- calypso.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index ec7b553..b7c60dc 100644 --- a/calypso.spec +++ b/calypso.spec @@ -45,7 +45,7 @@ patches to Radicale but was eventually split off as a separate project. %prep %setup -q -n %{name}-%{commit} -%patch0 -p1 -b .daemon +%patch -P0 -p1 -b .daemon %build %py3_build From f2bd7170559b0f34c849726aecbe1cd22d13286d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Sat, 8 Jun 2024 01:12:07 +0200 Subject: [PATCH 10/19] Rebuilt for Python 3.13 --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index b7c60dc..9889cb4 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.14.%{date}git%{shortcommit}%{?dist} +Release: 0.15.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server License: GPLv3+ URL: https://keithp.com/blogs/calypso/ @@ -104,6 +104,9 @@ fi %dir %attr(0750,calypso,calypso) %{_sharedstatedir}/calypso %changelog +* Fri Jun 07 2024 Python Maint - 2.0-0.15.20190429git7317d88 +- Rebuilt for Python 3.13 + * Tue Jan 23 2024 Fedora Release Engineering - 2.0-0.14.20190429git7317d88 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 9d5184720b48acdfbaa00293950964f73e4b3936 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 18:55:42 +0000 Subject: [PATCH 11/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index 9889cb4..b679ee7 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.15.%{date}git%{shortcommit}%{?dist} +Release: 0.16.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server License: GPLv3+ URL: https://keithp.com/blogs/calypso/ @@ -104,6 +104,9 @@ fi %dir %attr(0750,calypso,calypso) %{_sharedstatedir}/calypso %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 2.0-0.16.20190429git7317d88 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 2.0-0.15.20190429git7317d88 - Rebuilt for Python 3.13 From 411c7bdf6cf47eca78fa37db49fa40b5ff478461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 25 Jul 2024 11:27:19 +0200 Subject: [PATCH 12/19] convert GPLv3+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- calypso.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/calypso.spec b/calypso.spec index b679ee7..251bbcb 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,9 +6,10 @@ Name: calypso Version: 2.0 -Release: 0.16.%{date}git%{shortcommit}%{?dist} +Release: 0.17.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server -License: GPLv3+ +# Automatically converted from old format: GPLv3+ - review is highly recommended. +License: GPL-3.0-or-later URL: https://keithp.com/blogs/calypso/ Source0: %{name}-%{commit}.tar.xz Source1: %{name}-mktarball.sh @@ -104,6 +105,9 @@ fi %dir %attr(0750,calypso,calypso) %{_sharedstatedir}/calypso %changelog +* Thu Jul 25 2024 Miroslav Suchý - 2.0-0.17.20190429git7317d88 +- convert license to SPDX + * Wed Jul 17 2024 Fedora Release Engineering - 2.0-0.16.20190429git7317d88 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 65d0622bb10f9ce60eae8c32ccf75fc9a1bf1d4d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 13:16:23 +0000 Subject: [PATCH 13/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index 251bbcb..18106bf 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.17.%{date}git%{shortcommit}%{?dist} +Release: 0.18.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later @@ -105,6 +105,9 @@ fi %dir %attr(0750,calypso,calypso) %{_sharedstatedir}/calypso %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 2.0-0.18.20190429git7317d88 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 25 2024 Miroslav Suchý - 2.0-0.17.20190429git7317d88 - convert license to SPDX From 6210a51c2c07e8d1f7d53360869b6bc448113176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 11 Feb 2025 14:36:20 +0100 Subject: [PATCH 14/19] Add sysusers.d config file to allow rpm to create users/groups automatically See https://fedoraproject.org/wiki/Changes/RPMSuportForSystemdSysusers. --- calypso.spec | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/calypso.spec b/calypso.spec index 18106bf..f7bfda5 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.18.%{date}git%{shortcommit}%{?dist} +Release: 0.19.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later @@ -28,7 +28,6 @@ BuildRequires: systemd-rpm-macros BuildRequires: git-core BuildRequires: python3-pytest %endif -Requires(pre): shadow-utils Requires(post): git-core Requires: git-core Requires: python3-lockfile @@ -48,6 +47,11 @@ patches to Radicale but was eventually split off as a separate project. %setup -q -n %{name}-%{commit} %patch -P0 -p1 -b .daemon +# Create a sysusers.d config file +cat >calypso.sysusers.conf </dev/null || groupadd -r calypso -getent passwd calypso >/dev/null || \ - useradd -r -g calypso -d %{_sharedstatedir}/calypso -s /sbin/nologin \ - -c "CalDAV/CardDAV server with git storage" calypso -exit 0 %preun %systemd_preun calypso.service @@ -103,8 +103,12 @@ fi %{python3_sitelib}/calypso-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/calypso %dir %attr(0750,calypso,calypso) %{_sharedstatedir}/calypso +%{_sysusersdir}/calypso.conf %changelog +* Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek - 2.0-0.19.20190429git7317d88 +- Add sysusers.d config file to allow rpm to create users/groups automatically + * Thu Jan 16 2025 Fedora Release Engineering - 2.0-0.18.20190429git7317d88 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 6c76051c6584c022df0ff0834bcf300bffbeed2f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 12:42:41 +0200 Subject: [PATCH 15/19] Rebuilt for Python 3.14 --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index f7bfda5..e022e9e 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.19.%{date}git%{shortcommit}%{?dist} +Release: 0.20.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later @@ -106,6 +106,9 @@ fi %{_sysusersdir}/calypso.conf %changelog +* Tue Jun 03 2025 Python Maint - 2.0-0.20.20190429git7317d88 +- Rebuilt for Python 3.14 + * Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek - 2.0-0.19.20190429git7317d88 - Add sysusers.d config file to allow rpm to create users/groups automatically From 3041734d675c4ff6ec1858645216252cf97c87f1 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Mon, 21 Jul 2025 20:04:47 +0200 Subject: [PATCH 16/19] switch to modern python packaging macros (resolves rhbz#2377219) - drop nonexistent Recommends: --- calypso.spec | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/calypso.spec b/calypso.spec index e022e9e..4f74a27 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.20.%{date}git%{shortcommit}%{?dist} +Release: 0.21.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later @@ -18,21 +18,17 @@ Source3: %{name}.pam Source4: %{name}.systemd # fix python-daemon dependency name Patch0: %{name}-daemon.patch -BuildRequires: python3-daemon BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-iniparse -BuildRequires: python3-vobject BuildRequires: systemd-rpm-macros %if %{with check} BuildRequires: git-core +BuildRequires: python3-iniparse BuildRequires: python3-pytest %endif Requires(post): git-core Requires: git-core Requires: python3-lockfile Recommends: python3-kerberos -Recommends: python3-PyPAM BuildArch: noarch %description @@ -44,19 +40,22 @@ patches to Radicale but was eventually split off as a separate project. * Uses git to retain a history of the database %prep -%setup -q -n %{name}-%{commit} -%patch -P0 -p1 -b .daemon +%autosetup -p1 -n %{name}-%{commit} # Create a sysusers.d config file cat >calypso.sysusers.conf < 2.0-0.21.20190429git7317d88 +- switch to modern python packaging macros (resolves rhbz#2377219) +- drop nonexistent Recommends: + * Tue Jun 03 2025 Python Maint - 2.0-0.20.20190429git7317d88 - Rebuilt for Python 3.14 From ef63e9707dc6e93f909e9c35b7e63af33bbc5db8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 18:04:43 +0000 Subject: [PATCH 17/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index 4f74a27..22986f9 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.21.%{date}git%{shortcommit}%{?dist} +Release: 0.22.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later @@ -103,6 +103,9 @@ fi %{_sysusersdir}/calypso.conf %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 2.0-0.22.20190429git7317d88 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Jul 21 2025 Dominik Mierzejewski 2.0-0.21.20190429git7317d88 - switch to modern python packaging macros (resolves rhbz#2377219) - drop nonexistent Recommends: From 5361a6babc594a0b651dbd07c52d5160424708b9 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 12:41:02 +0200 Subject: [PATCH 18/19] Rebuilt for Python 3.14.0rc2 bytecode --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index 22986f9..bc1368d 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.22.%{date}git%{shortcommit}%{?dist} +Release: 0.23.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later @@ -103,6 +103,9 @@ fi %{_sysusersdir}/calypso.conf %changelog +* Fri Aug 15 2025 Python Maint - 2.0-0.23.20190429git7317d88 +- Rebuilt for Python 3.14.0rc2 bytecode + * Wed Jul 23 2025 Fedora Release Engineering - 2.0-0.22.20190429git7317d88 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 2b0542f09898a87c42a2b1e21034bc6331380371 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 12:10:23 +0200 Subject: [PATCH 19/19] Rebuilt for Python 3.14.0rc3 bytecode --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index bc1368d..b31039e 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.23.%{date}git%{shortcommit}%{?dist} +Release: 0.24.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later @@ -103,6 +103,9 @@ fi %{_sysusersdir}/calypso.conf %changelog +* Fri Sep 19 2025 Python Maint - 2.0-0.24.20190429git7317d88 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 2.0-0.23.20190429git7317d88 - Rebuilt for Python 3.14.0rc2 bytecode