Accepting request 611078 from home:stroeder:branches:devel:languages:python:Factory

update to 2.7.15

OBS-URL: https://build.opensuse.org/request/show/611078
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=229
This commit is contained in:
Tomáš Chvátal
2018-05-22 08:06:13 +00:00
committed by Git OBS Bridge
parent 7fc40ecb9b
commit 1e548f3452
18 changed files with 72 additions and 138 deletions

View File

@@ -17,7 +17,7 @@
Name: python-base
Version: 2.7.14
Version: 2.7.15
Release: 0
Summary: Python Interpreter base package
License: Python-2.0
@@ -52,17 +52,14 @@ Patch24: python-bsddb6.diff
Patch33: python-2.7.9-ssl_ca_path.patch
# PATCH-FEATURE-SLE disable SSL verification-by-default in http clients
Patch34: python-2.7.9-sles-disable-verification-by-default.patch
# PATCH-FIX-UPSTREAM python-ncurses-6.0-accessors.patch dimstar@opensuse.org -- Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1
Patch35: python-ncurses-6.0-accessors.patch
# PATCH-FIX-UPSTREAM do not use non-ASCII filename in test_ssl.py
Patch35: do-not-use-non-ascii-in-test_ssl.patch
# PATCH-FIX-UPSTREAM bmwiedemann@suse.de -- allow python packages to build reproducibly
Patch38: reproducible.patch
# PATCH-FIX-UPSTREAM taken from upstream fix py3 shebang
Patch39: python-fix-shebang.patch
# bypass boo#1078485 random failing tests
Patch40: python-skip_random_failing_tests.patch
# PATCH-FIX-UPSTREAM sorted tar https://github.com/python/cpython/pull/2263
Patch41: python-sorted_tar.patch
Patch42: gcc8-miscompilation-fix.patch
# COMMON-PATCH-END
%define python_version %(echo %{tarversion} | head -c 3)
BuildRequires: automake
@@ -166,12 +163,10 @@ other applications.
%endif
%patch35 -p1
%patch38 -p1
%patch39 -p1
%ifarch ppc ppc64 ppc64le
%patch40 -p1
%endif
%patch41 -p1
%patch42 -p1
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac