From d03d3ae541a9f9052067e5a1d8898bed90203c42 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 22:46:41 +0000 Subject: [PATCH 01/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index ec7c32c..93bcfe1 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -193,6 +193,9 @@ done %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.4.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 0.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 0943167d27339a1edc85223fd73366d5ca33f2cf Mon Sep 17 00:00:00 2001 From: Yu Ming Zhu Date: Wed, 10 Mar 2021 17:37:47 +0000 Subject: [PATCH 02/26] Bump release - 0.4.2-1 --- .gitignore | 1 + sources | 2 +- ursa-major.spec | 41 ++++++++++++++++++++++++++--------------- 3 files changed, 28 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 1a8c674..46b556d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /ursa-major-0.2.2.tar.gz /ursa-major-0.3.1.tar.gz /ursa-major-0.4.1.tar.gz +/ursa-major-0.4.2.tar.gz diff --git a/sources b/sources index 1a010c5..68b4ca9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ursa-major-0.4.1.tar.gz) = 7fbe6cc580ab6f256ab8d7866da677a8cebbe819b7d33f3bb83b041de5a143d2899460d27c650e77cc6704296ea9150e0ffa5c59af8136781b20544e85cdd652 +SHA512 (ursa-major-0.4.2.tar.gz) = 4758d0368af6b48063116fcbe59c6f22ab9ed0abf573e91bc8e4b2d0b1aee9b230986d659dc2559d3338e3633414e599b6f8bf8d1b1c6e74fb5d953870a5fb2a diff --git a/ursa-major.spec b/ursa-major.spec index 93bcfe1..9259720 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -1,12 +1,12 @@ -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} > 7 # we have some koji hubs doesn't support Python3 with kerberos auth # at this moment, so we build with Python2 for all platforms now %global with_python3 1 %endif Name: ursa-major -Version: 0.4.1 -Release: 5%{?dist} +Version: 0.4.2 +Release: 1%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -59,14 +59,12 @@ BuildRequires: python2-mock %endif %endif -%if 0%{?fedora} || (0%{?rhel} && 0%{?rhel} > 7) -BuildRequires: libmodulemd1 -Requires: libmodulemd1 +%if 0%{?fedora} || 0%{?rhel} > 7 +BuildRequires: libmodulemd > 1 +Requires: libmodulemd > 1 %else -# disable unittest in check phase and build requires of libmodulemd v1 -# because libmodulemd has been upgraded to v2 in eng-rhel -# BuildRequires: libmodulemd -Requires: libmodulemd < 2 +BuildRequires: libmodulemd2 +Requires: libmodulemd2 %endif Requires: gobject-introspection @@ -105,7 +103,11 @@ Requires: python2-setuptools %endif # Need brewkoji.conf +%if 0%{?rhel} && 0%{?rhel} <= 7 +Requires: brewkoji +%else Recommends: brewkoji +%endif %description @@ -118,7 +120,11 @@ Summary: A utility for working with module's koji tags in koji's tag inhe Requires: %{name} = %{version}-%{release} # Need brewkoji-stage.conf +%if 0%{?rhel} && 0%{?rhel} <= 7 +Requires: brewkoji-stage +%else Recommends: brewkoji-stage +%endif %description -n ursa-major-stage The ursa-major-stage package contains script and configurations for Ursa-Major @@ -165,11 +171,11 @@ done %check # disable unittest due to missing libmodulemd v1 in buildroot -# %if 0%{?with_python3} -# py.test-3 -# %else -# py.test -# %endif +%if 0%{?with_python3} +py.test-3 +%else +py.test +%endif %files @@ -193,6 +199,11 @@ done %changelog +* Thu Mar 11 2021 Yu Ming Zhu - 0.4.2-1 +- Use old tuple syntax for mock.call.call_args of old mock release (Yuming Zhu) +- Fix unittests for missing koji profile (Yuming Zhu) +- Using libmodulemd v2 API (Yuming Zhu) + * Wed Jan 27 2021 Fedora Release Engineering - 0.4.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From c28f30c79f5d9f095e531c9702d63c294cda8647 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 21:19:01 +0200 Subject: [PATCH 03/26] Rebuilt for Python 3.10 --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index 9259720..5dbfa63 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -199,6 +199,9 @@ py.test %changelog +* Fri Jun 04 2021 Python Maint - 0.4.2-2 +- Rebuilt for Python 3.10 + * Thu Mar 11 2021 Yu Ming Zhu - 0.4.2-1 - Use old tuple syntax for mock.call.call_args of old mock release (Yuming Zhu) - Fix unittests for missing koji profile (Yuming Zhu) From 0faf4c27ad8721153f24fe9ee1e4d41891594bea Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 20:09:28 +0000 Subject: [PATCH 04/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index 5dbfa63..922ab3d 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.4.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -199,6 +199,9 @@ py.test %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.4.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 04 2021 Python Maint - 0.4.2-2 - Rebuilt for Python 3.10 From c9d1ec42dd00c3229d77575fa28e8f69d47370fc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 03:38:34 +0000 Subject: [PATCH 05/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index 922ab3d..c068b80 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.4.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -199,6 +199,9 @@ py.test %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.4.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.4.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From a600cf6f3a0c2fff75f9f8d562878811705f5b28 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 21:00:01 +0200 Subject: [PATCH 06/26] Rebuilt for Python 3.11 --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index c068b80..9d95088 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.4.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -199,6 +199,9 @@ py.test %changelog +* Mon Jun 13 2022 Python Maint - 0.4.2-5 +- Rebuilt for Python 3.11 + * Sat Jan 22 2022 Fedora Release Engineering - 0.4.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 0ae12dd0a682ecff711f02799445b8d5069a5d98 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 11:31:30 +0000 Subject: [PATCH 07/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index 9d95088..c02fad7 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.4.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -199,6 +199,9 @@ py.test %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.4.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Jun 13 2022 Python Maint - 0.4.2-5 - Rebuilt for Python 3.11 From c15da93d9f854c650c822e59358dacf93a3066fb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 05:56:43 +0000 Subject: [PATCH 08/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index c02fad7..a4252d4 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.4.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -199,6 +199,9 @@ py.test %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 0.4.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 0.4.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 7a88fcfea3db09b4aac66b6e52d9fb6d179deae2 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 15 Jun 2023 17:01:00 +0200 Subject: [PATCH 09/26] Rebuilt for Python 3.12 --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index a4252d4..bd10d05 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.4.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -199,6 +199,9 @@ py.test %changelog +* Thu Jun 15 2023 Python Maint - 0.4.2-8 +- Rebuilt for Python 3.12 + * Sat Jan 21 2023 Fedora Release Engineering - 0.4.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From ac54f85fe9fa1d28c5cca599af35a8529422f214 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:14:43 +0000 Subject: [PATCH 10/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index bd10d05..5285ff7 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.4.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -199,6 +199,9 @@ py.test %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0.4.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Jun 15 2023 Python Maint - 0.4.2-8 - Rebuilt for Python 3.12 From a5b8c7bf1a8cbb01241907016406c32cd9997e27 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 07:15:27 +0000 Subject: [PATCH 11/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index 5285ff7..9a823ac 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.4.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -199,6 +199,9 @@ py.test %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 0.4.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 0.4.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From b8b694094d6318b9fae3515a8f2712502dbd3028 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 19:23:16 +0200 Subject: [PATCH 12/26] Rebuilt for Python 3.13 --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index 9a823ac..b077edb 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.4.2 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -199,6 +199,9 @@ py.test %changelog +* Fri Jun 07 2024 Python Maint - 0.4.2-11 +- Rebuilt for Python 3.13 + * Sat Jan 27 2024 Fedora Release Engineering - 0.4.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From d1b5a5a645ccba0e1cc5b9a5f7129e7a1dc91f1c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:23:45 +0000 Subject: [PATCH 13/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index b077edb..4142ad2 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.4.2 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -199,6 +199,9 @@ py.test %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0.4.2-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 0.4.2-11 - Rebuilt for Python 3.13 From 0a18b362949ddd372c3b722daeea2a737088fa3e Mon Sep 17 00:00:00 2001 From: Yu Ming Zhu Date: Tue, 9 Jul 2024 10:16:55 +0000 Subject: [PATCH 14/26] Bump release - 0.5.1-1 --- .gitignore | 3 +++ sources | 2 +- ursa-major.spec | 16 ++++++++++++++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 46b556d..71a6192 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ /ursa-major-0.3.1.tar.gz /ursa-major-0.4.1.tar.gz /ursa-major-0.4.2.tar.gz +/ursa-major-0.4.3.tar.gz +/ursa-major-0.5.0.tar.gz +/ursa-major-0.5.1.tar.gz diff --git a/sources b/sources index 68b4ca9..dcfe7dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ursa-major-0.4.2.tar.gz) = 4758d0368af6b48063116fcbe59c6f22ab9ed0abf573e91bc8e4b2d0b1aee9b230986d659dc2559d3338e3633414e599b6f8bf8d1b1c6e74fb5d953870a5fb2a +SHA512 (ursa-major-0.5.1.tar.gz) = b738436e34301f7e7e7ee29bf2969826875f7ec9256e797e53e049f1092efeeb055f39e929c2d6cf9b99b4634b6e4eaa7ae3087f54b623d28f23f0f1b2907ea0 diff --git a/ursa-major.spec b/ursa-major.spec index 4142ad2..87f3e81 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -5,8 +5,8 @@ %endif Name: ursa-major -Version: 0.4.2 -Release: 12%{?dist} +Version: 0.5.1 +Release: 1%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -199,6 +199,18 @@ py.test %changelog +* Tue Jul 09 2024 Yu Ming Zhu - 0.5.1-1 +- fetch all pages and add buildrequires filter (Yuming Zhu) + +* Mon Mar 25 2024 Yu Ming Zhu - 0.5.0-2 +- fix unit tests for python2 (Yuming Zhu) + +* Mon Mar 25 2024 Yu Ming Zhu - 0.5.0-1 +- tags_from restriction (Yuming Zhu) + +* Tue Jun 27 2023 Yu Ming Zhu - 0.4.3-1 +- Use gssapi_login instead of krb_login for koji kerberos auth (Yuming Zhu) + * Sat Jul 20 2024 Fedora Release Engineering - 0.4.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 5a9dc27fc83b0a9dcb7e86c532613f5e22e8cfc2 Mon Sep 17 00:00:00 2001 From: Yuming Zhu Date: Mon, 28 Oct 2024 20:41:49 +0800 Subject: [PATCH 15/26] remove pyhon3-m2crypto dependency --- ursa-major.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index 87f3e81..2fdb183 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -75,7 +75,6 @@ Requires: koji Requires: python3-gobject-base Requires: python3-cairo Requires: python3-koji -Requires: python3-m2crypto Requires: python3-six Requires: python3-requests Requires: python3-jinja2 From 36bf72856c92f8feca2f0bce44317ef14fb517a9 Mon Sep 17 00:00:00 2001 From: Yuming Zhu Date: Mon, 28 Oct 2024 20:44:27 +0800 Subject: [PATCH 16/26] Bump release - 0.5.1-2 --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index 2fdb183..ed0f18a 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -198,6 +198,9 @@ py.test %changelog +* Mon Oct 28 2024 Yu Ming Zhu - 0.5.1-2 +- remove pyhon3-m2crypto dependency (Yuming Zhu) + * Tue Jul 09 2024 Yu Ming Zhu - 0.5.1-1 - fetch all pages and add buildrequires filter (Yuming Zhu) From 8e40131197730e83bb28e820e2828ebf844c22e0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 13:54:42 +0000 Subject: [PATCH 17/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index ed0f18a..4b70427 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -198,6 +198,9 @@ py.test %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.5.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Oct 28 2024 Yu Ming Zhu - 0.5.1-2 - remove pyhon3-m2crypto dependency (Yuming Zhu) From baca4c2c07fdd684ca8ca9a5b2a089dd079b7ef7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 15:34:16 +0200 Subject: [PATCH 18/26] Rebuilt for Python 3.14 --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index 4b70427..5828e4b 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -198,6 +198,9 @@ py.test %changelog +* Tue Jun 03 2025 Python Maint - 0.5.1-4 +- Rebuilt for Python 3.14 + * Sun Jan 19 2025 Fedora Release Engineering - 0.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 479023fd965991b1f051e758f53bab51fbbeb696 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:51:43 +0000 Subject: [PATCH 19/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index 5828e4b..22a0354 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.5.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -198,6 +198,9 @@ py.test %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.5.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Jun 03 2025 Python Maint - 0.5.1-4 - Rebuilt for Python 3.14 From 41e5f6354094de234d80f77a50f29ed48e05e152 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 15:21:39 +0200 Subject: [PATCH 20/26] Rebuilt for Python 3.14.0rc2 bytecode --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index 22a0354..ee769cb 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.5.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -198,6 +198,9 @@ py.test %changelog +* Fri Aug 15 2025 Python Maint - 0.5.1-6 +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 0.5.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From eaf0b71c135b5c34343fa82560d2d34a3c60df72 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 15:01:42 +0200 Subject: [PATCH 21/26] Rebuilt for Python 3.14.0rc3 bytecode --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index ee769cb..b87aba5 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.5.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -198,6 +198,9 @@ py.test %changelog +* Fri Sep 19 2025 Python Maint - 0.5.1-7 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 0.5.1-6 - Rebuilt for Python 3.14.0rc2 bytecode From 5b6571e393478329f726479e7f3a96967c65725d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:40:52 +0000 Subject: [PATCH 22/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index b87aba5..e05b2d5 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.5.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -198,6 +198,9 @@ py.test %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 0.5.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Sep 19 2025 Python Maint - 0.5.1-7 - Rebuilt for Python 3.14.0rc3 bytecode From 84c78d6fc0bfaefc20533dc5e6f30cac802d36dc Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Wed, 11 Feb 2026 13:08:47 +0000 Subject: [PATCH 23/26] Rebuilt without python-mock Signed-off-by: Michel Lind --- ursa-major-rm-python-mock-usage.diff | 97 ++++++++++++++++++++++++++++ ursa-major.spec | 9 ++- 2 files changed, 103 insertions(+), 3 deletions(-) create mode 100644 ursa-major-rm-python-mock-usage.diff diff --git a/ursa-major-rm-python-mock-usage.diff b/ursa-major-rm-python-mock-usage.diff new file mode 100644 index 0000000..f0c27de --- /dev/null +++ b/ursa-major-rm-python-mock-usage.diff @@ -0,0 +1,97 @@ +--- a/test-requirements.txt ++++ b/test-requirements.txt +@@ -1,6 +1,5 @@ + -r requirements.txt + +-mock + pytest + pytest-cov + tox +--- a/tests/test_add_module.py ++++ b/tests/test_add_module.py +@@ -28,7 +28,7 @@ import six + import tempfile + import unittest + from argparse import Namespace +-from mock import patch ++from unittest.mock import patch + from tests import TEST_DATA_DIR, MockMBSBuildsData, make_mmd, dump_mmd + from ursa_major.handlers.add_module import AddModuleHandler + if six.PY3: # SafeConfigParser == ConfigParser, former deprecated in >= 3.2 +--- a/tests/test_check_config.py ++++ b/tests/test_check_config.py +@@ -26,7 +26,7 @@ import os + import pytest + import tempfile + +-from mock import call, patch ++from unittest.mock import call, patch + from tests import TEST_DATA_DIR, MockMBSBuildsData, make_mmd, dump_mmd + from ursa_major.cli import main + +--- a/tests/test_cli.py ++++ b/tests/test_cli.py +@@ -27,7 +27,7 @@ import tempfile + import ursa_major.cli + import pytest + +-from mock import patch ++from unittest.mock import patch + + + class TestTagConfigFileCLIOption: +--- a/tests/test_remove_module.py ++++ b/tests/test_remove_module.py +@@ -28,7 +28,7 @@ import six + import tempfile + import unittest + from argparse import Namespace +-from mock import patch ++from unittest.mock import patch + from tests import TEST_DATA_DIR, MockMBSBuildsData, make_mmd, dump_mmd + from ursa_major.handlers.remove_module import RemoveModuleHandler + +--- a/tests/test_add_tag_handler.py ++++ b/tests/test_add_tag_handler.py +@@ -23,7 +23,7 @@ + # Qixiang Wan + + import json +-import mock ++from unittest import mock + import os + import shutil + import tempfile +--- a/tests/test_koji_service.py ++++ b/tests/test_koji_service.py +@@ -22,7 +22,7 @@ + # Written by Chenxiong Qi + # Qixiang Wan + +-import mock ++from unittest import mock + import unittest + + from ursa_major.koji_service import KojiService +--- a/tests/test_mbs.py ++++ b/tests/test_mbs.py +@@ -22,7 +22,7 @@ + # Written by Chenxiong Qi + # Qixiang Wan + +-import mock ++from unittest import mock + + from tests import UrsaMajorTestCase, MockResponse, MockMBSBuildsData + from ursa_major.mbs import MBS +--- a/tests/test_update_tag.py ++++ b/tests/test_update_tag.py +@@ -23,7 +23,7 @@ + # Qixiang Wan + + import json +-import mock ++from unittest import mock + import os + import six + import shutil diff --git a/ursa-major.spec b/ursa-major.spec index e05b2d5..0b10b23 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,13 +6,14 @@ Name: ursa-major Version: 0.5.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools License: MIT URL: https://pagure.io/ursa-major Source0: https://files.pythonhosted.org/packages/source/u/%{name}/%{name}-%{version}.tar.gz +Patch0: ursa-major-rm-python-mock-usage.diff BuildArch: noarch # libmodulemd is not available for ppc or i686 @@ -32,7 +33,6 @@ BuildRequires: python3-requests BuildRequires: python3-jinja2 BuildRequires: python3-psutil BuildRequires: python3-pytest -BuildRequires: python3-mock %else BuildRequires: python2-devel BuildRequires: python2-koji @@ -131,7 +131,7 @@ to talk with Fedora's stage instances (Koji, MBS). %prep -%setup -q +%autosetup -p1 %if 0%{?rhel} && 0%{?rhel} <= 7 # old setuptools not support environment marker @@ -198,6 +198,9 @@ py.test %changelog +* Wed Feb 11 2026 Michel Lind - 0.5.1-9 +- Rebuilt without python-mock + * Sat Jan 17 2026 Fedora Release Engineering - 0.5.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 6a2599e9b50e5c1c91060de81b1c736f58893603 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 12 Dec 2025 10:35:01 +0100 Subject: [PATCH 24/26] Drop ExclusiveArch as package is built on all available architectures. --- ursa-major.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ursa-major.spec b/ursa-major.spec index 0b10b23..362ae05 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.5.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -16,9 +16,6 @@ Source0: https://files.pythonhosted.org/packages/source/u/%{name}/%{name}-%{v Patch0: ursa-major-rm-python-mock-usage.diff BuildArch: noarch -# libmodulemd is not available for ppc or i686 -ExclusiveArch: noarch aarch64 ppc64le s390x x86_64 - BuildRequires: help2man @@ -198,6 +195,9 @@ py.test %changelog +* Thu May 07 2026 Marcin Juszkiewicz - 0.5.1-10 +- Drop ExclusiveArch as package is built on all available architectures. + * Wed Feb 11 2026 Michel Lind - 0.5.1-9 - Rebuilt without python-mock From b59d31b48468c18f7590243423330ba540eb5a78 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 4 Jun 2026 21:42:23 +0200 Subject: [PATCH 25/26] Rebuilt for Python 3.15 --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index 362ae05..3bfbc82 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.5.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -195,6 +195,9 @@ py.test %changelog +* Thu Jun 04 2026 Python Maint - 0.5.1-11 +- Rebuilt for Python 3.15 + * Thu May 07 2026 Marcin Juszkiewicz - 0.5.1-10 - Drop ExclusiveArch as package is built on all available architectures. From a17ed5f7f2ffa4e4ca94a776187fdef06304761b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:15:29 +0000 Subject: [PATCH 26/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index 3bfbc82..38398f6 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.5.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -195,6 +195,9 @@ py.test %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.5.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Thu Jun 04 2026 Python Maint - 0.5.1-11 - Rebuilt for Python 3.15