From 4a9bf0709e80daaf5f810a73a04ad38eeda55803 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 22:40:03 +0000 Subject: [PATCH 01/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- pybugz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pybugz.spec b/pybugz.spec index 14f518d..8bc7d79 100644 --- a/pybugz.spec +++ b/pybugz.spec @@ -5,7 +5,7 @@ Name: pybugz Summary: Command line interface for Bugzilla written in Python Version: 0.13 -Release: 7.%{posttag}%{?dist} +Release: 8.%{posttag}%{?dist} License: GPLv2 URL: https://github.com/williamh/pybugz BuildArch: noarch @@ -78,6 +78,9 @@ mkdir -p %{buildroot}%{_docdir} %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 0.13-8.gitbb0ae +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jul 21 2023 Fedora Release Engineering - 0.13-7.gitbb0ae - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 6f258e0bd0399e364eff9232609983b3a81fdfc5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 26 Jan 2024 00:28:37 +0000 Subject: [PATCH 02/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- pybugz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pybugz.spec b/pybugz.spec index 8bc7d79..23cd5b4 100644 --- a/pybugz.spec +++ b/pybugz.spec @@ -5,7 +5,7 @@ Name: pybugz Summary: Command line interface for Bugzilla written in Python Version: 0.13 -Release: 8.%{posttag}%{?dist} +Release: 9.%{posttag}%{?dist} License: GPLv2 URL: https://github.com/williamh/pybugz BuildArch: noarch @@ -78,6 +78,9 @@ mkdir -p %{buildroot}%{_docdir} %changelog +* Fri Jan 26 2024 Fedora Release Engineering - 0.13-9.gitbb0ae +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 0.13-8.gitbb0ae - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From f5fa45bb872567a7d6860f77ee77353223b0039d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 08:34:20 +0200 Subject: [PATCH 03/10] Rebuilt for Python 3.13 --- pybugz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pybugz.spec b/pybugz.spec index 23cd5b4..044c0d5 100644 --- a/pybugz.spec +++ b/pybugz.spec @@ -5,7 +5,7 @@ Name: pybugz Summary: Command line interface for Bugzilla written in Python Version: 0.13 -Release: 9.%{posttag}%{?dist} +Release: 10.%{posttag}%{?dist} License: GPLv2 URL: https://github.com/williamh/pybugz BuildArch: noarch @@ -78,6 +78,9 @@ mkdir -p %{buildroot}%{_docdir} %changelog +* Fri Jun 07 2024 Python Maint - 0.13-10.gitbb0ae +- Rebuilt for Python 3.13 + * Fri Jan 26 2024 Fedora Release Engineering - 0.13-9.gitbb0ae - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 09f9f02045d244ebb4e33512901c11adbfbb18a1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 08:48:45 +0000 Subject: [PATCH 04/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- pybugz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pybugz.spec b/pybugz.spec index 044c0d5..9e3f9af 100644 --- a/pybugz.spec +++ b/pybugz.spec @@ -5,7 +5,7 @@ Name: pybugz Summary: Command line interface for Bugzilla written in Python Version: 0.13 -Release: 10.%{posttag}%{?dist} +Release: 11.%{posttag}%{?dist} License: GPLv2 URL: https://github.com/williamh/pybugz BuildArch: noarch @@ -78,6 +78,9 @@ mkdir -p %{buildroot}%{_docdir} %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 0.13-11.gitbb0ae +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 0.13-10.gitbb0ae - Rebuilt for Python 3.13 From 68425cf39da7014ae62d840f891c9abde22c7305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 29 Jul 2024 11:44:46 +0200 Subject: [PATCH 05/10] convert GPLv2 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- pybugz.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pybugz.spec b/pybugz.spec index 9e3f9af..d961e8f 100644 --- a/pybugz.spec +++ b/pybugz.spec @@ -5,8 +5,9 @@ Name: pybugz Summary: Command line interface for Bugzilla written in Python Version: 0.13 -Release: 11.%{posttag}%{?dist} -License: GPLv2 +Release: 12.%{posttag}%{?dist} +# Automatically converted from old format: GPLv2 - review is highly recommended. +License: GPL-2.0-only URL: https://github.com/williamh/pybugz BuildArch: noarch @@ -78,6 +79,9 @@ mkdir -p %{buildroot}%{_docdir} %changelog +* Mon Jul 29 2024 Miroslav Suchý - 0.13-12.gitbb0ae +- convert license to SPDX + * Fri Jul 19 2024 Fedora Release Engineering - 0.13-11.gitbb0ae - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 4f38f3bda6b14f31579a1f8d8553ed17eefe907e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 11:10:10 +0000 Subject: [PATCH 06/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- pybugz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pybugz.spec b/pybugz.spec index d961e8f..7b04d96 100644 --- a/pybugz.spec +++ b/pybugz.spec @@ -5,7 +5,7 @@ Name: pybugz Summary: Command line interface for Bugzilla written in Python Version: 0.13 -Release: 12.%{posttag}%{?dist} +Release: 13.%{posttag}%{?dist} # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only URL: https://github.com/williamh/pybugz @@ -79,6 +79,9 @@ mkdir -p %{buildroot}%{_docdir} %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 0.13-13.gitbb0ae +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Jul 29 2024 Miroslav Suchý - 0.13-12.gitbb0ae - convert license to SPDX From 694472609a258c16fbccf719ab440eec33ca8e2b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 20:00:05 +0200 Subject: [PATCH 07/10] Rebuilt for Python 3.14 --- pybugz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pybugz.spec b/pybugz.spec index 7b04d96..3dc4e8b 100644 --- a/pybugz.spec +++ b/pybugz.spec @@ -5,7 +5,7 @@ Name: pybugz Summary: Command line interface for Bugzilla written in Python Version: 0.13 -Release: 13.%{posttag}%{?dist} +Release: 14.%{posttag}%{?dist} # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only URL: https://github.com/williamh/pybugz @@ -79,6 +79,9 @@ mkdir -p %{buildroot}%{_docdir} %changelog +* Mon Jun 02 2025 Python Maint - 0.13-14.gitbb0ae +- Rebuilt for Python 3.14 + * Sat Jan 18 2025 Fedora Release Engineering - 0.13-13.gitbb0ae - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 0c1730dea5ecb8e6115483ebf79535b6de1b5acc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 06:19:25 +0000 Subject: [PATCH 08/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- pybugz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pybugz.spec b/pybugz.spec index 3dc4e8b..cf6d496 100644 --- a/pybugz.spec +++ b/pybugz.spec @@ -5,7 +5,7 @@ Name: pybugz Summary: Command line interface for Bugzilla written in Python Version: 0.13 -Release: 14.%{posttag}%{?dist} +Release: 15.%{posttag}%{?dist} # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only URL: https://github.com/williamh/pybugz @@ -79,6 +79,9 @@ mkdir -p %{buildroot}%{_docdir} %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.13-15.gitbb0ae +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Jun 02 2025 Python Maint - 0.13-14.gitbb0ae - Rebuilt for Python 3.14 From ed11b58d1ba1b4e57e64a73a2fc37b858d8bee26 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 13:07:42 +0200 Subject: [PATCH 09/10] Rebuilt for Python 3.14.0rc2 bytecode --- pybugz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pybugz.spec b/pybugz.spec index cf6d496..493d35f 100644 --- a/pybugz.spec +++ b/pybugz.spec @@ -5,7 +5,7 @@ Name: pybugz Summary: Command line interface for Bugzilla written in Python Version: 0.13 -Release: 15.%{posttag}%{?dist} +Release: 16.%{posttag}%{?dist} # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only URL: https://github.com/williamh/pybugz @@ -79,6 +79,9 @@ mkdir -p %{buildroot}%{_docdir} %changelog +* Fri Aug 15 2025 Python Maint - 0.13-16.gitbb0ae +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 0.13-15.gitbb0ae - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From d2c0f5a4ad5defa3677901e5cdfe1195506e6d73 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 12:38:22 +0200 Subject: [PATCH 10/10] Rebuilt for Python 3.14.0rc3 bytecode --- pybugz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pybugz.spec b/pybugz.spec index 493d35f..54fdbc9 100644 --- a/pybugz.spec +++ b/pybugz.spec @@ -5,7 +5,7 @@ Name: pybugz Summary: Command line interface for Bugzilla written in Python Version: 0.13 -Release: 16.%{posttag}%{?dist} +Release: 17.%{posttag}%{?dist} # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only URL: https://github.com/williamh/pybugz @@ -79,6 +79,9 @@ mkdir -p %{buildroot}%{_docdir} %changelog +* Fri Sep 19 2025 Python Maint - 0.13-17.gitbb0ae +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 0.13-16.gitbb0ae - Rebuilt for Python 3.14.0rc2 bytecode