Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33b1f9845b | ||
|
|
72dd256d97 |
2 changed files with 8 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
# There are two macros:
|
# There are two macros:
|
||||||
#
|
#
|
||||||
# This always contains the major.minor version (with dots), default for %%python3_version.
|
# 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),
|
# 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.
|
# set to the same as above, but historically hasn't included the dot.
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ License: MIT AND PSF-2.0 AND GPL-2.0-or-later
|
||||||
%{load:macros.python-srpm}
|
%{load:macros.python-srpm}
|
||||||
%endif
|
%endif
|
||||||
Version: %{__default_python3_version}
|
Version: %{__default_python3_version}
|
||||||
Release: 12%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
@ -181,6 +181,12 @@ grep -iF PLACEHOLDER %{buildroot}%{rpmmacrodir}/macros.* && exit 1 || true
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.14-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 03 2026 Miro Hrončok <mhroncok@redhat.com> - 3.15-1
|
||||||
|
- Update main Python to 3.15
|
||||||
|
|
||||||
* Tue Mar 17 2026 Miro Hrončok <mhroncok@redhat.com> - 3.14-12
|
* Tue Mar 17 2026 Miro Hrončok <mhroncok@redhat.com> - 3.14-12
|
||||||
- %%python_wheel_inject_sbom: Hardcode the purl of this tool instead of constructing it at runtime
|
- %%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
|
- %%py3_build, %%py3_install, etc.: Bump the Fedora version in the deprecation message
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue