Update to 3.7.0b5

This commit is contained in:
Miro Hrončok 2018-05-31 10:57:22 +02:00
commit bcf8a5d914
3 changed files with 6 additions and 26 deletions

View file

@ -13,12 +13,12 @@ URL: https://www.python.org/
# Third beta
%global prerel b4
%global prerel b5
# WARNING When rebasing to a new Python version,
# remember to update the python3-docs package as well
Version: %{pybasever}.0
Release: 0.18.%{?prerel}%{?dist}
Release: 0.19.%{?prerel}%{?dist}
License: Python
@ -347,13 +347,6 @@ Patch274: 00274-fix-arch-names.patch
# and: https://src.fedoraproject.org/rpms/redhat-rpm-config/c/078af19
Patch291: 00291-setup-Link-ctypes-against-dl-explicitly.patch
# 00304 #
# Pass os.environ to new process created at test_posix::test_specify_environment
# Otherwise important variables such as LD_LIBRARY_PATH are not set and the
# child process might not work at all
# Proposed upstream: https://bugs.python.org/issue33455
Patch304: 00304-test-posix-pass-environ.patch
# (New patches go here ^^^)
#
# When adding new patches to "python" and "python3" in Fedora, EL, etc.,
@ -671,7 +664,6 @@ sed -r -i s/'_PIP_VERSION = "[0-9.]+"'/'_PIP_VERSION = "%{pip_version}"'/ Lib/en
%patch251 -p1
%patch274 -p1
%patch291 -p1
%patch304 -p1
# Remove files that should be generated by the build
@ -1226,7 +1218,6 @@ CheckPython optimized
%{dynload_dir}/_sqlite3.%{SOABI_optimized}.so
%{dynload_dir}/_ssl.%{SOABI_optimized}.so
%{dynload_dir}/_struct.%{SOABI_optimized}.so
%{dynload_dir}/_xxsubinterpreters.%{SOABI_optimized}.so
%{dynload_dir}/array.%{SOABI_optimized}.so
%{dynload_dir}/audioop.%{SOABI_optimized}.so
%{dynload_dir}/binascii.%{SOABI_optimized}.so
@ -1490,7 +1481,6 @@ CheckPython optimized
%{dynload_dir}/_sqlite3.%{SOABI_debug}.so
%{dynload_dir}/_ssl.%{SOABI_debug}.so
%{dynload_dir}/_struct.%{SOABI_debug}.so
%{dynload_dir}/_xxsubinterpreters.%{SOABI_debug}.so
%{dynload_dir}/array.%{SOABI_debug}.so
%{dynload_dir}/audioop.%{SOABI_debug}.so
%{dynload_dir}/binascii.%{SOABI_debug}.so
@ -1567,6 +1557,9 @@ CheckPython optimized
# ======================================================
%changelog
* Thu May 31 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.0-0.19.b5
- Update to 3.7.0b5
* Sat May 12 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.0-0.18.b4
- Bump the bundled pip version to 10.0.1