Verify the value of '-s' when execute the CLI of cProfile

Resolves: rhbz#1160640
This commit is contained in:
Victor Stinner 2018-11-07 00:37:34 +01:00
commit a4e394925c
2 changed files with 72 additions and 1 deletions

View file

@ -14,7 +14,7 @@ URL: https://www.python.org/
# WARNING When rebasing to a new Python version,
# remember to update the python3-docs package as well
Version: %{pybasever}.1
Release: 2%{?dist}
Release: 3%{?dist}
License: Python
@ -312,6 +312,12 @@ Patch291: 00291-setup-Link-ctypes-against-dl-explicitly.patch
# See: https://bugzilla.redhat.com/show_bug.cgi?id=1644936
Patch312: 00312-revert-bpo-6721.patch
# 00313 #
# Verify the value of '-s' when execute the CLI of cProfile
# http://bugs.python.org/issue23420
# https://bugzilla.redhat.com/show_bug.cgi?id=1160640
Patch313: 00313-cprofile-sort-option.patch
# (New patches go here ^^^)
#
# When adding new patches to "python" and "python3" in Fedora, EL, etc.,
@ -643,6 +649,7 @@ rm Lib/ensurepip/_bundled/*.whl
%patch274 -p1
%patch291 -p1
%patch312 -p1
%patch313 -p1
# Remove files that should be generated by the build
@ -1542,6 +1549,9 @@ CheckPython optimized
# ======================================================
%changelog
* Tue Nov 06 2018 Victor Stinner <vstinner@redhat.com> - 3.7.1-3
- Verify the value of '-s' when execute the CLI of cProfile (rhbz#1160640)
* Sun Nov 04 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.1-2
- Temporarily revert upstream commit 3b699932e5ac3e7
- This is dirty workaround for (#1644936)