Accepting request 733188 from home:bmwiedemann:branches:devel:languages:python:Factory

Add bpo36302-sort-module-sources.patch (boo#1041090)
similar to SR 733152

OBS-URL: https://build.opensuse.org/request/show/733188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=251
This commit is contained in:
Tomáš Chvátal
2019-09-25 15:35:20 +00:00
committed by Git OBS Bridge
parent 8d87a05715
commit e4bf1a5dfb
5 changed files with 27 additions and 2 deletions

View File

@@ -15,7 +15,6 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: python
Version: 2.7.16
Release: 0
@@ -89,6 +88,8 @@ Patch53: CVE-2019-9947-no-ctrl-char-http.patch
# PATCH-FIX-UPSTREAM CVE-2018-20852-cookie-domain-check.patch bsc#1141853 mcepl@suse.com
# http.cookiejar.DefaultPolicy.domain_return_ok does not correctly validate the domain
Patch54: CVE-2018-20852-cookie-domain-check.patch
# PATCH-FIX-UPSTREAM https://github.com/python/cpython/pull/12341
Patch55: bpo36302-sort-module-sources.patch
# COMMON-PATCH-END
BuildRequires: automake
BuildRequires: db-devel
@@ -250,6 +251,7 @@ that rely on earlier non-verification behavior.
%patch52 -p1
%patch53 -p1
%patch54 -p1
%patch55 -p1
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac