From 9a8351ff51243848928515b4d704f930e4acc498 Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Mon, 19 Apr 2021 13:18:32 +0200 Subject: [PATCH 01/17] BuildRequire setuptools explicitly See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools --- xtensor-python.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xtensor-python.spec b/xtensor-python.spec index c056e46..76a8e9b 100644 --- a/xtensor-python.spec +++ b/xtensor-python.spec @@ -20,6 +20,7 @@ BuildRequires: gtest-devel BuildRequires: python3-pytest BuildRequires: pybind11-devel BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: xtensor-devel BuildRequires: python3-numpy From 6abc034406badb04fca1d2b15d8fe7178bae5522 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 22:00:43 +0000 Subject: [PATCH 02/17] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtensor-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtensor-python.spec b/xtensor-python.spec index 76a8e9b..e5b2e8d 100644 --- a/xtensor-python.spec +++ b/xtensor-python.spec @@ -2,7 +2,7 @@ Name: xtensor-python Version: 0.24.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python bindings for xtensor License: BSD URL: https://xtensor-python.readthedocs.io/ @@ -69,6 +69,9 @@ Requires: python3-numpy %{_libdir}/cmake/%{name}/ %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.24.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jan 28 2021 Fedora Release Engineering - 0.24.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 5891c74126ab4a14d5eae9c3f5a5d8a9ee37f769 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:34:19 +0000 Subject: [PATCH 03/17] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtensor-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtensor-python.spec b/xtensor-python.spec index e5b2e8d..f64f663 100644 --- a/xtensor-python.spec +++ b/xtensor-python.spec @@ -2,7 +2,7 @@ Name: xtensor-python Version: 0.24.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python bindings for xtensor License: BSD URL: https://xtensor-python.readthedocs.io/ @@ -69,6 +69,9 @@ Requires: python3-numpy %{_libdir}/cmake/%{name}/ %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.24.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.24.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 57ecb94073be3de4b2dad4e54e8965155d6269a4 Mon Sep 17 00:00:00 2001 From: sergesanspaille Date: Wed, 11 May 2022 09:42:28 +0200 Subject: [PATCH 04/17] Upstream release --- .gitignore | 1 + sources | 2 +- xtensor-python.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9954ad5..a7e0e85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /xtensor-python-0.23.1.tar.gz /xtensor-python-0.24.1.tar.gz +/xtensor-python-0.26.0.tar.gz diff --git a/sources b/sources index e1951e8..44c806e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xtensor-python-0.24.1.tar.gz) = 3b96e932423e24b82e7e39a0573ab7cc6944ab1e7a53606778bfba7c26a644467e34bc3748ae56b60f25e77f3d184cbc370500e1ac76cb08fe57121cacdbc05a +SHA512 (xtensor-python-0.26.0.tar.gz) = 7a7318fe212e354466175cda4bd264e56da3faf190aa34b6b086373fa08b7181a9356db4d396b8932d0be4738cb33fd4fb378c60bb94b3f8c858178b31acac89 diff --git a/xtensor-python.spec b/xtensor-python.spec index f64f663..6b5786c 100644 --- a/xtensor-python.spec +++ b/xtensor-python.spec @@ -1,8 +1,8 @@ %undefine __cmake_in_source_build Name: xtensor-python -Version: 0.24.1 -Release: 5%{?dist} +Version: 0.26.0 +Release: 1%{?dist} Summary: Python bindings for xtensor License: BSD URL: https://xtensor-python.readthedocs.io/ @@ -69,6 +69,9 @@ Requires: python3-numpy %{_libdir}/cmake/%{name}/ %changelog +* Wed May 11 2022 sguelton@redhat.com - 0.26.0-1 +- Upstream release + * Sat Jan 22 2022 Fedora Release Engineering - 0.24.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 8f79ef100102b491d7824bc5ef501d85e3723fcd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:36:04 +0000 Subject: [PATCH 05/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtensor-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtensor-python.spec b/xtensor-python.spec index 6b5786c..51c7879 100644 --- a/xtensor-python.spec +++ b/xtensor-python.spec @@ -2,7 +2,7 @@ Name: xtensor-python Version: 0.26.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python bindings for xtensor License: BSD URL: https://xtensor-python.readthedocs.io/ @@ -69,6 +69,9 @@ Requires: python3-numpy %{_libdir}/cmake/%{name}/ %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.26.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Wed May 11 2022 sguelton@redhat.com - 0.26.0-1 - Upstream release From f2e52a848938c0406b80fb37d043616a3a8eb760 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:56:01 +0000 Subject: [PATCH 06/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtensor-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtensor-python.spec b/xtensor-python.spec index 51c7879..6dfb378 100644 --- a/xtensor-python.spec +++ b/xtensor-python.spec @@ -2,7 +2,7 @@ Name: xtensor-python Version: 0.26.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python bindings for xtensor License: BSD URL: https://xtensor-python.readthedocs.io/ @@ -69,6 +69,9 @@ Requires: python3-numpy %{_libdir}/cmake/%{name}/ %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 0.26.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 0.26.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 205048217a1084d0937933f933be3e3656a05b6b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:21:20 +0000 Subject: [PATCH 07/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtensor-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtensor-python.spec b/xtensor-python.spec index 6dfb378..2288b98 100644 --- a/xtensor-python.spec +++ b/xtensor-python.spec @@ -2,7 +2,7 @@ Name: xtensor-python Version: 0.26.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python bindings for xtensor License: BSD URL: https://xtensor-python.readthedocs.io/ @@ -69,6 +69,9 @@ Requires: python3-numpy %{_libdir}/cmake/%{name}/ %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0.26.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 0.26.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From e04bff6320c482814c92b2ebfedd4041d88647f9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 29 Jan 2024 11:19:43 +0000 Subject: [PATCH 08/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xtensor-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtensor-python.spec b/xtensor-python.spec index 2288b98..9e0aac2 100644 --- a/xtensor-python.spec +++ b/xtensor-python.spec @@ -2,7 +2,7 @@ Name: xtensor-python Version: 0.26.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python bindings for xtensor License: BSD URL: https://xtensor-python.readthedocs.io/ @@ -69,6 +69,9 @@ Requires: python3-numpy %{_libdir}/cmake/%{name}/ %changelog +* Mon Jan 29 2024 Fedora Release Engineering - 0.26.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 0.26.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 104d2979aa459c1f8adb3e950a0e2778fce78e26 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:32:04 +0000 Subject: [PATCH 09/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xtensor-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtensor-python.spec b/xtensor-python.spec index 9e0aac2..36d4862 100644 --- a/xtensor-python.spec +++ b/xtensor-python.spec @@ -2,7 +2,7 @@ Name: xtensor-python Version: 0.26.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python bindings for xtensor License: BSD URL: https://xtensor-python.readthedocs.io/ @@ -69,6 +69,9 @@ Requires: python3-numpy %{_libdir}/cmake/%{name}/ %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0.26.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jan 29 2024 Fedora Release Engineering - 0.26.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 7afb5b24253d804ee999a67b2519620a6672b7c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 22:59:07 +0200 Subject: [PATCH 10/17] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xtensor-python.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xtensor-python.spec b/xtensor-python.spec index 36d4862..331376f 100644 --- a/xtensor-python.spec +++ b/xtensor-python.spec @@ -2,9 +2,10 @@ Name: xtensor-python Version: 0.26.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Python bindings for xtensor -License: BSD +# Automatically converted from old format: BSD - review is highly recommended. +License: LicenseRef-Callaway-BSD URL: https://xtensor-python.readthedocs.io/ %global github https://github.com/QuantStack/xtensor-python @@ -69,6 +70,9 @@ Requires: python3-numpy %{_libdir}/cmake/%{name}/ %changelog +* Wed Sep 4 2024 Miroslav Suchý - 0.26.0-7 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 0.26.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 3fdfd790d248f2bc56d34ca6d8605ef3cf51fd3d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:22:44 +0000 Subject: [PATCH 11/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xtensor-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtensor-python.spec b/xtensor-python.spec index 331376f..61ac94c 100644 --- a/xtensor-python.spec +++ b/xtensor-python.spec @@ -2,7 +2,7 @@ Name: xtensor-python Version: 0.26.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Python bindings for xtensor # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD @@ -70,6 +70,9 @@ Requires: python3-numpy %{_libdir}/cmake/%{name}/ %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.26.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Sep 4 2024 Miroslav Suchý - 0.26.0-7 - convert license to SPDX From 792c972883814a6d248815da8c45054457daedce Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 21:06:54 +0000 Subject: [PATCH 12/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xtensor-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtensor-python.spec b/xtensor-python.spec index 61ac94c..32cf9dc 100644 --- a/xtensor-python.spec +++ b/xtensor-python.spec @@ -2,7 +2,7 @@ Name: xtensor-python Version: 0.26.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Python bindings for xtensor # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD @@ -70,6 +70,9 @@ Requires: python3-numpy %{_libdir}/cmake/%{name}/ %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.26.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 0.26.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 2b7be5c3276209c5aae16b769db6b25b47a478ef Mon Sep 17 00:00:00 2001 From: sergesanspaille Date: Thu, 31 Jul 2025 10:09:57 +0200 Subject: [PATCH 13/17] Move to %autochangelog --- changelog | 44 ++++++++++++++++++++++++++++++++++++++++++ xtensor-python.spec | 47 ++------------------------------------------- 2 files changed, 46 insertions(+), 45 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..27fc64f --- /dev/null +++ b/changelog @@ -0,0 +1,44 @@ +* Fri Jul 25 2025 Fedora Release Engineering - 0.26.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Sun Jan 19 2025 Fedora Release Engineering - 0.26.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Wed Sep 4 2024 Miroslav Suchý - 0.26.0-7 +- convert license to SPDX + +* Sat Jul 20 2024 Fedora Release Engineering - 0.26.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Mon Jan 29 2024 Fedora Release Engineering - 0.26.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Jul 22 2023 Fedora Release Engineering - 0.26.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jan 21 2023 Fedora Release Engineering - 0.26.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 0.26.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed May 11 2022 sguelton@redhat.com - 0.26.0-1 +- Upstream release + +* Sat Jan 22 2022 Fedora Release Engineering - 0.24.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.24.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jan 28 2021 Fedora Release Engineering - 0.24.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.24.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jan 30 2020 sguelton@redhat.com - 0.24.1-0 +- Upstream release + +* Tue Sep 3 2019 sguelton@redhat.com - 0.23.1-0 +- Initial package diff --git a/xtensor-python.spec b/xtensor-python.spec index 32cf9dc..fe47c52 100644 --- a/xtensor-python.spec +++ b/xtensor-python.spec @@ -2,7 +2,7 @@ Name: xtensor-python Version: 0.26.0 -Release: 9%{?dist} +Release: %autorelease Summary: Python bindings for xtensor # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD @@ -70,47 +70,4 @@ Requires: python3-numpy %{_libdir}/cmake/%{name}/ %changelog -* Fri Jul 25 2025 Fedora Release Engineering - 0.26.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Sun Jan 19 2025 Fedora Release Engineering - 0.26.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Wed Sep 4 2024 Miroslav Suchý - 0.26.0-7 -- convert license to SPDX - -* Sat Jul 20 2024 Fedora Release Engineering - 0.26.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Mon Jan 29 2024 Fedora Release Engineering - 0.26.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jul 22 2023 Fedora Release Engineering - 0.26.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Sat Jan 21 2023 Fedora Release Engineering - 0.26.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 0.26.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Wed May 11 2022 sguelton@redhat.com - 0.26.0-1 -- Upstream release - -* Sat Jan 22 2022 Fedora Release Engineering - 0.24.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 0.24.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Jan 28 2021 Fedora Release Engineering - 0.24.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.24.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jan 30 2020 sguelton@redhat.com - 0.24.1-0 -- Upstream release - -* Tue Sep 3 2019 sguelton@redhat.com - 0.23.1-0 -- Initial package +%autochangelog From 6f357d8cd6d429d507b1e0854ded0e5ee7835d4c Mon Sep 17 00:00:00 2001 From: sergesanspaille Date: Thu, 31 Jul 2025 10:10:18 +0200 Subject: [PATCH 14/17] Backport PyBind11 3.x compatibility patch Fix rhbz#2383231 --- .gitignore | 5 +++++ sources | 6 +++++- xtensor-python.spec | 7 ++++++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a7e0e85..a7f60bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ /xtensor-python-0.23.1.tar.gz /xtensor-python-0.24.1.tar.gz /xtensor-python-0.26.0.tar.gz +/324.diff +/326.diff +/325.diff +/xtensor-python-0.28.0.tar.gz +/327.diff diff --git a/sources b/sources index 44c806e..b5dbb35 100644 --- a/sources +++ b/sources @@ -1 +1,5 @@ -SHA512 (xtensor-python-0.26.0.tar.gz) = 7a7318fe212e354466175cda4bd264e56da3faf190aa34b6b086373fa08b7181a9356db4d396b8932d0be4738cb33fd4fb378c60bb94b3f8c858178b31acac89 +SHA512 (327.diff) = 028b1c4f01eb9cc5c6e3742f21a0afd890870afce2ab128abc765772fb269bd4ed882cf9a2c1e9900c9740ed5017dfe51ca0060d1ffc795332c83ff9f799369d +SHA512 (325.diff) = 438fccb0dfd5a18a245678960edf07bb35187056e51fe1a1025032d3c96f25f88208fcb132c6f64df8dec590028e73e34effbd6c22f40cde6c358c6956c09d6a +SHA512 (326.diff) = d2a6110f360ae68e3463d07fcbda5825ab7f41d23fee722216170f42a85c8b3236d3f6df2a4493e3a89ca9eee2bb796df0659d0a59028cc7f2c9d6f521a32493 +SHA512 (324.diff) = 379dd32dbe806a5c2b9351506030cf746950555fa2408401d3a901a1357321fd681cee169b2055e049d52a693a2d4fb743438d99883653aa64a33861330f0136 +SHA512 (xtensor-python-0.28.0.tar.gz) = 382b457663560db5c43ce8b111fd6bdb2aa2d679dd4ae04baa966e58117937f11c9a1e57847a6532017e6023e688876223d358652ad84a371d45c7b6802b3f73 diff --git a/xtensor-python.spec b/xtensor-python.spec index fe47c52..610dba3 100644 --- a/xtensor-python.spec +++ b/xtensor-python.spec @@ -1,7 +1,7 @@ %undefine __cmake_in_source_build Name: xtensor-python -Version: 0.26.0 +Version: 0.28.0 Release: %autorelease Summary: Python bindings for xtensor # Automatically converted from old format: BSD - review is highly recommended. @@ -10,6 +10,10 @@ URL: https://xtensor-python.readthedocs.io/ %global github https://github.com/QuantStack/xtensor-python Source0: %{github}/archive/%{version}/%{name}-%{version}.tar.gz +Patch0: %{github}/pull/324.diff +Patch1: %{github}/pull/326.diff +Patch2: %{github}/pull/325.diff +Patch3: %{github}/pull/327.diff # because xtensor does so for armv7hl, ppc64le and s390x ExcludeArch: armv7hl ppc64le s390x @@ -68,6 +72,7 @@ Requires: python3-numpy %license LICENSE %{_includedir}/%{name}/ %{_libdir}/cmake/%{name}/ +%{_datadir}/pkgconfig/%{name}.pc %changelog %autochangelog From 88e12fae61455179fa3842727253adb6d9cc9ba9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:56:18 +0000 Subject: [PATCH 15/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 1da48ce271a861e3b9509c30d153399afb99035d Mon Sep 17 00:00:00 2001 From: sergesanspaille Date: Tue, 24 Feb 2026 08:45:51 +0100 Subject: [PATCH 16/17] Upstream release --- .gitignore | 2 ++ sources | 7 ++----- xtensor-python.spec | 14 +++++--------- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index a7f60bd..9dd5826 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ /325.diff /xtensor-python-0.28.0.tar.gz /327.diff +/xtensor-python-0.29.0.tar.gz +/331.diff diff --git a/sources b/sources index b5dbb35..40e5986 100644 --- a/sources +++ b/sources @@ -1,5 +1,2 @@ -SHA512 (327.diff) = 028b1c4f01eb9cc5c6e3742f21a0afd890870afce2ab128abc765772fb269bd4ed882cf9a2c1e9900c9740ed5017dfe51ca0060d1ffc795332c83ff9f799369d -SHA512 (325.diff) = 438fccb0dfd5a18a245678960edf07bb35187056e51fe1a1025032d3c96f25f88208fcb132c6f64df8dec590028e73e34effbd6c22f40cde6c358c6956c09d6a -SHA512 (326.diff) = d2a6110f360ae68e3463d07fcbda5825ab7f41d23fee722216170f42a85c8b3236d3f6df2a4493e3a89ca9eee2bb796df0659d0a59028cc7f2c9d6f521a32493 -SHA512 (324.diff) = 379dd32dbe806a5c2b9351506030cf746950555fa2408401d3a901a1357321fd681cee169b2055e049d52a693a2d4fb743438d99883653aa64a33861330f0136 -SHA512 (xtensor-python-0.28.0.tar.gz) = 382b457663560db5c43ce8b111fd6bdb2aa2d679dd4ae04baa966e58117937f11c9a1e57847a6532017e6023e688876223d358652ad84a371d45c7b6802b3f73 +SHA512 (331.diff) = b68e6e8f86ae64309b794e9f4487b2a9adddd05e81f996b9ab82e66db329cd88d0b3fccffcb8a70d73d5410c78c26438e0b9bd73f39e26a9474b529953a5c87e +SHA512 (xtensor-python-0.29.0.tar.gz) = eec4c7e374dbe02bb63b6d61c9f24c9ea9a11e0a8d89f0d44c97cece81db8e886a03c752c7060a433033bb0af7483fa00373a25d410bbd3814566a1fbf9ead64 diff --git a/xtensor-python.spec b/xtensor-python.spec index 610dba3..4fb34da 100644 --- a/xtensor-python.spec +++ b/xtensor-python.spec @@ -1,19 +1,15 @@ %undefine __cmake_in_source_build Name: xtensor-python -Version: 0.28.0 +Version: 0.29.0 Release: %autorelease Summary: Python bindings for xtensor -# Automatically converted from old format: BSD - review is highly recommended. -License: LicenseRef-Callaway-BSD +License: BSD-3-Clause URL: https://xtensor-python.readthedocs.io/ %global github https://github.com/QuantStack/xtensor-python Source0: %{github}/archive/%{version}/%{name}-%{version}.tar.gz -Patch0: %{github}/pull/324.diff -Patch1: %{github}/pull/326.diff -Patch2: %{github}/pull/325.diff -Patch3: %{github}/pull/327.diff +Patch0: %{github}/pull/331.diff # because xtensor does so for armv7hl, ppc64le and s390x ExcludeArch: armv7hl ppc64le s390x @@ -65,13 +61,13 @@ Requires: python3-numpy %cmake_install %check -%make_build -C %{_vpath_builddir} xtest +%cmake_build --target xtest %files devel %doc README.md %license LICENSE %{_includedir}/%{name}/ -%{_libdir}/cmake/%{name}/ +%{_datadir}/cmake/%{name}/ %{_datadir}/pkgconfig/%{name}.pc %changelog From ffa14ecb1278bbef2a0d8b23112bc56f64679e3c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:28:55 +0000 Subject: [PATCH 17/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild