From e6af7f730e0e067f9df95d2e59f0b9079c10d949 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 2 Jul 2024 01:33:09 -0400 Subject: [PATCH 01/13] Update to 3.2.0 --- .gitignore | 1 + sources | 2 +- xeus.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a8d8df5..c5e7d3a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /xeus-3.1.3.tar.gz /xeus-3.1.4.tar.gz /xeus-3.1.5.tar.gz +/xeus-3.2.0.tar.gz diff --git a/sources b/sources index dbb3df6..ff6905c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xeus-3.1.5.tar.gz) = 40ede2371d6b4e584fd1d0d5c95c326314f21f3642dddab0e6ca0d40e1bc5b88b1f0f07d9bfbb6d788d567f9dc39eb73d4e62a0e2afc041030d5b97def637b09 +SHA512 (xeus-3.2.0.tar.gz) = 1e2c1a45d1cc079452aedc07a47d539d70bb227074b4552d135d813b7f7ebf88210a2007a7358f5143134ed6f8b3c869f814257b523d361e31623d7417b16ecf diff --git a/xeus.spec b/xeus.spec index 65ca309..6fa08bd 100644 --- a/xeus.spec +++ b/xeus.spec @@ -1,5 +1,5 @@ Name: xeus -Version: 3.1.5 +Version: 3.2.0 Release: %autorelease Summary: C++ implementation of the Jupyter kernel protocol From 8b4af5d04a01b146ee39923be40afe66b5a42365 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Sat, 1 Jun 2024 14:22:52 +0300 Subject: [PATCH 02/13] Update to 5.1.0 --- sources | 2 +- xeus.spec | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/sources b/sources index dbb3df6..e0d9041 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xeus-3.1.5.tar.gz) = 40ede2371d6b4e584fd1d0d5c95c326314f21f3642dddab0e6ca0d40e1bc5b88b1f0f07d9bfbb6d788d567f9dc39eb73d4e62a0e2afc041030d5b97def637b09 +SHA512 (xeus-5.1.0.tar.gz) = 2f85b290618a1994197a00b2cab2276578cef4075596cdd276ddd719a8af1e68026f01379c710beb38aa71170abc3999fdf7ded06344c88b082b22327df2f554 diff --git a/xeus.spec b/xeus.spec index 65ca309..faddb8e 100644 --- a/xeus.spec +++ b/xeus.spec @@ -1,5 +1,5 @@ Name: xeus -Version: 3.1.5 +Version: 5.1.0 Release: %autorelease Summary: C++ implementation of the Jupyter kernel protocol @@ -11,8 +11,7 @@ Source0: https://github.com/jupyter-xeus/xeus/archive/%{version}/%{name}- ExcludeArch: %{ix86} BuildRequires: cmake >= 3.8 -BuildRequires: cmake(nlohmann_json) >= 3.2.0 -BuildRequires: cmake(xtl) >= 0.7 +BuildRequires: cmake(nlohmann_json) >= 3.11.0 BuildRequires: doctest-devel BuildRequires: doxygen BuildRequires: gcc-c++ @@ -62,7 +61,7 @@ rm docs/build/html/.buildinfo %files %doc README.md docs/build/html %license LICENSE -%{_libdir}/libxeus.so.9* +%{_libdir}/libxeus.so.11* %files devel %{_includedir}/xeus/ From ed77e0db6bb90f454a04e65e6e32ee354b4dcd28 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:55:17 +0000 Subject: [PATCH 03/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From c7b6f0e334f19851d9677112ff0e0446b33af3b1 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Thu, 8 Aug 2024 05:01:01 -0400 Subject: [PATCH 04/13] Update to latest version (#2263428) --- .gitignore | 1 + sources | 2 +- xeus.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a8d8df5..e768f3f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /xeus-3.1.3.tar.gz /xeus-3.1.4.tar.gz /xeus-3.1.5.tar.gz +/xeus-5.1.1.tar.gz diff --git a/sources b/sources index e0d9041..ab6fa62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xeus-5.1.0.tar.gz) = 2f85b290618a1994197a00b2cab2276578cef4075596cdd276ddd719a8af1e68026f01379c710beb38aa71170abc3999fdf7ded06344c88b082b22327df2f554 +SHA512 (xeus-5.1.1.tar.gz) = 694a93f8e76c984daea74647a1ae7a3f37bb07a87a395b294e862af2c0fa4998a4c197388567cf2442d56844809c5d415cdaf5e1d19343f6c89967a36fc88d8e diff --git a/xeus.spec b/xeus.spec index faddb8e..a31d326 100644 --- a/xeus.spec +++ b/xeus.spec @@ -1,5 +1,5 @@ Name: xeus -Version: 5.1.0 +Version: 5.1.1 Release: %autorelease Summary: C++ implementation of the Jupyter kernel protocol From f70e25b5d623a0b5a727efff7bfba657d863588f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 22:52:31 +0200 Subject: [PATCH 05/13] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xeus.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xeus.spec b/xeus.spec index a31d326..af9a49b 100644 --- a/xeus.spec +++ b/xeus.spec @@ -3,7 +3,8 @@ Version: 5.1.1 Release: %autorelease Summary: C++ implementation of the Jupyter kernel protocol -License: BSD +# Automatically converted from old format: BSD - review is highly recommended. +License: LicenseRef-Callaway-BSD URL: https://github.com/jupyter-xeus/xeus Source0: https://github.com/jupyter-xeus/xeus/archive/%{version}/%{name}-%{version}.tar.gz From f292f7502575146050565746eb9f433d2ccb8f1e Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sun, 22 Sep 2024 05:00:21 -0400 Subject: [PATCH 06/13] Correct license --- xeus.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xeus.spec b/xeus.spec index af9a49b..6f88bf0 100644 --- a/xeus.spec +++ b/xeus.spec @@ -3,8 +3,7 @@ Version: 5.1.1 Release: %autorelease Summary: C++ implementation of the Jupyter kernel protocol -# Automatically converted from old format: BSD - review is highly recommended. -License: LicenseRef-Callaway-BSD +License: BSD-3-Clause URL: https://github.com/jupyter-xeus/xeus Source0: https://github.com/jupyter-xeus/xeus/archive/%{version}/%{name}-%{version}.tar.gz From d13ae02137b867826ec6759f17581a44681f3f57 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:39:48 +0000 Subject: [PATCH 07/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 6ff579c6fc59e4f623d9997c765e8a05ce91eebc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:44:52 +0000 Subject: [PATCH 08/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From b47ecc8029d7b539bc539bd1a5b732bebea922fa Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sun, 24 Aug 2025 23:42:22 -0400 Subject: [PATCH 09/13] Add Packit configuration --- .packit.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..d11d5ba --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,18 @@ +# 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-all From 715eb251d6b524f7d17fab4f272a37dc03f2489d Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sun, 21 Sep 2025 15:41:00 -0400 Subject: [PATCH 10/13] Update to latest version (#2349512) --- .gitignore | 2 ++ sources | 2 +- xeus.spec | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e768f3f..5a18e6b 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,5 @@ /xeus-3.1.4.tar.gz /xeus-3.1.5.tar.gz /xeus-5.1.1.tar.gz +/xeus-5.2.3.tar.gz +/xeus-5.2.4.tar.gz diff --git a/sources b/sources index ab6fa62..fdc6e03 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xeus-5.1.1.tar.gz) = 694a93f8e76c984daea74647a1ae7a3f37bb07a87a395b294e862af2c0fa4998a4c197388567cf2442d56844809c5d415cdaf5e1d19343f6c89967a36fc88d8e +SHA512 (xeus-5.2.4.tar.gz) = 6dba4aa1b274e9471701ccb12825d9810bee3e6e79fa6ae1463b0b55b4270b3697b69fda3a6e5d737b10592ae3c1cfa347f912de5a17f9fff8e1841fce7fe165 diff --git a/xeus.spec b/xeus.spec index 6f88bf0..57a3775 100644 --- a/xeus.spec +++ b/xeus.spec @@ -1,5 +1,5 @@ Name: xeus -Version: 5.1.1 +Version: 5.2.4 Release: %autorelease Summary: C++ implementation of the Jupyter kernel protocol @@ -61,7 +61,7 @@ rm docs/build/html/.buildinfo %files %doc README.md docs/build/html %license LICENSE -%{_libdir}/libxeus.so.11* +%{_libdir}/libxeus.so.13{,.*} %files devel %{_includedir}/xeus/ From d7784151153e2b51a839719c6f5e74a6cb676495 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 24 Nov 2025 16:45:06 +0000 Subject: [PATCH 11/13] Update to 5.2.6 upstream release - Resolves: rhbz#2416738 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 3 +++ sources | 2 +- xeus.spec | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 README.packit diff --git a/.gitignore b/.gitignore index 5a18e6b..43180ab 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /xeus-5.1.1.tar.gz /xeus-5.2.3.tar.gz /xeus-5.2.4.tar.gz +/xeus-5.2.6.tar.gz diff --git a/README.packit b/README.packit new file mode 100644 index 0000000..a901bca --- /dev/null +++ b/README.packit @@ -0,0 +1,3 @@ +This repository is maintained by packit. +https://packit.dev/ +The file was generated using packit 1.12.0.post1.dev18+gc39b0e7d4. diff --git a/sources b/sources index fdc6e03..2d23942 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xeus-5.2.4.tar.gz) = 6dba4aa1b274e9471701ccb12825d9810bee3e6e79fa6ae1463b0b55b4270b3697b69fda3a6e5d737b10592ae3c1cfa347f912de5a17f9fff8e1841fce7fe165 +SHA512 (xeus-5.2.6.tar.gz) = f931ed1ba0122ee3855f4ce6bb3e30506a3fd56011c9594679baad7382372aa39e2088d1e84c6c730334e27c94080fc3b381073e987afd68186d64626abb32f6 diff --git a/xeus.spec b/xeus.spec index 57a3775..dcdfba4 100644 --- a/xeus.spec +++ b/xeus.spec @@ -1,5 +1,5 @@ Name: xeus -Version: 5.2.4 +Version: 5.2.6 Release: %autorelease Summary: C++ implementation of the Jupyter kernel protocol From 8353711aec8df0fe69636b39159191e7ae9af322 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:34:46 +0000 Subject: [PATCH 12/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 14b64b75af4505ef2de2e0d6d8ec73c5f1b20d46 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:08:01 +0000 Subject: [PATCH 13/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild