From 72dd256d978fb6695a31eb91acd44f4633d73b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 3 Jun 2026 10:42:33 +0200 Subject: [PATCH 1/2] Update main Python to 3.15 --- macros.python-srpm | 2 +- python-rpm-macros.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/macros.python-srpm b/macros.python-srpm index d5cd4e5..9425932 100644 --- a/macros.python-srpm +++ b/macros.python-srpm @@ -17,7 +17,7 @@ # There are two macros: # # This always contains the major.minor version (with dots), default for %%python3_version. -%__default_python3_version 3.14 +%__default_python3_version 3.15 # # The pkgname version that determines the alternative provide name (e.g. python3.9-foo), # set to the same as above, but historically hasn't included the dot. diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index 04b3fc9..d163cc4 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -54,7 +54,7 @@ License: MIT AND PSF-2.0 AND GPL-2.0-or-later %{load:macros.python-srpm} %endif Version: %{__default_python3_version} -Release: 12%{?dist} +Release: 1%{?dist} BuildArch: noarch @@ -181,6 +181,9 @@ grep -iF PLACEHOLDER %{buildroot}%{rpmmacrodir}/macros.* && exit 1 || true %changelog +* Wed Jun 03 2026 Miro Hrončok - 3.15-1 +- Update main Python to 3.15 + * Tue Mar 17 2026 Miro Hrončok - 3.14-12 - %%python_wheel_inject_sbom: Hardcode the purl of this tool instead of constructing it at runtime - %%py3_build, %%py3_install, etc.: Bump the Fedora version in the deprecation message From 33b1f9845baafc4af83bb613a5fea3f4686e4f9c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jul 2026 21:39:35 +0000 Subject: [PATCH 2/2] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- python-rpm-macros.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index d163cc4..24940e6 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -54,7 +54,7 @@ License: MIT AND PSF-2.0 AND GPL-2.0-or-later %{load:macros.python-srpm} %endif Version: %{__default_python3_version} -Release: 1%{?dist} +Release: 2%{?dist} BuildArch: noarch @@ -181,6 +181,9 @@ grep -iF PLACEHOLDER %{buildroot}%{rpmmacrodir}/macros.* && exit 1 || true %changelog +* Thu Jul 16 2026 Fedora Release Engineering - 3.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Wed Jun 03 2026 Miro Hrončok - 3.15-1 - Update main Python to 3.15