Fix a bug that emptied the command history of the Python REPL (~/.python_history)
This commit is contained in:
parent
917cccffae
commit
1fc17cc898
2 changed files with 45 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ URL: https://www.python.org/
|
|||
%global prerel b3
|
||||
%global upstream_version %{general_version}%{?prerel}
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: Python-2.0.1
|
||||
|
||||
|
||||
|
|
@ -395,6 +395,10 @@ Patch251: 00251-change-user-install-location.patch
|
|||
# Another process might have already moved jit_stencils.h.new
|
||||
Patch429: 00429-gh-118943-fix-another-race-condition-when-generating-jit_stencils-h.patch
|
||||
|
||||
# 00430 # e6851cbe4b1043e8d99e3f3dfa9c9f286fe0d511
|
||||
# gh-121245: Amend d611c4c8e9 (correct import) (#121255)
|
||||
Patch430: 00430-gh-121245-amend-d611c4c8e9-correct-import.patch
|
||||
|
||||
# (New patches go here ^^^)
|
||||
#
|
||||
# When adding new patches to "python" and "python3" in Fedora, EL, etc.,
|
||||
|
|
@ -1709,6 +1713,9 @@ CheckPython freethreading
|
|||
# ======================================================
|
||||
|
||||
%changelog
|
||||
* Tue Jul 02 2024 Miro Hrončok <mhroncok@redhat.com> - 3.13.0~b3-2
|
||||
- Fix a bug that emptied the command history of the Python REPL (~/.python_history)
|
||||
|
||||
* Fri Jun 28 2024 Karolina Surma <ksurma@redhat.com> - 3.13.0~b3-1
|
||||
- Update to Python 3.13.0b3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue