From 74be1d99ee85ea21c0eb435f27db81f9aae49927 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Mon, 25 May 2026 22:25:02 +0200 Subject: [PATCH 1/3] Fix FTBFS --- python-autopage.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-autopage.spec b/python-autopage.spec index 53692bf..84fa3d6 100644 --- a/python-autopage.spec +++ b/python-autopage.spec @@ -36,6 +36,7 @@ Autopage is a Python library to provide automatic paging for console output.} %package -n python3-%{srcname} Summary: %{summary} BuildRequires: python3-devel +BuildRequires: less %if %{with pyproject} BuildRequires: pyproject-rpm-macros %else From b3eb6d463651c9c7879ff4a7ac22c86d130cf603 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 4 Jun 2026 00:55:52 +0200 Subject: [PATCH 2/3] Rebuilt for Python 3.15 --- python-autopage.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-autopage.spec b/python-autopage.spec index 84fa3d6..e0b7679 100644 --- a/python-autopage.spec +++ b/python-autopage.spec @@ -17,7 +17,7 @@ Name: python-%{srcname} Version: 0.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python library to provide automatic paging for console output # Automatically converted from old format: ASL 2.0 - review is highly recommended. License: Apache-2.0 @@ -93,6 +93,9 @@ cp %{SOURCE1} ./ %doc README.md %changelog +* Wed Jun 03 2026 Python Maint - 0.6.0-2 +- Rebuilt for Python 3.15 + * Fri Jan 30 2026 Zane Bitter 0.6.0-1 - Fix compatibility with Python 3.15.0a5 (rhbz#2424583) - Comply with PEP540 UTF-8 Mode From 2eb3dbaa8ce354456d477ce235c48511c15a9ab6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jul 2026 18:14:27 +0000 Subject: [PATCH 3/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- python-autopage.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-autopage.spec b/python-autopage.spec index e0b7679..8e86d7f 100644 --- a/python-autopage.spec +++ b/python-autopage.spec @@ -17,7 +17,7 @@ Name: python-%{srcname} Version: 0.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python library to provide automatic paging for console output # Automatically converted from old format: ASL 2.0 - review is highly recommended. License: Apache-2.0 @@ -93,6 +93,9 @@ cp %{SOURCE1} ./ %doc README.md %changelog +* Thu Jul 16 2026 Fedora Release Engineering - 0.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Wed Jun 03 2026 Python Maint - 0.6.0-2 - Rebuilt for Python 3.15