python3: update to version 3.6.9

3.6.9 is the latest security fix release of Python 3.6.

- Fixes: CVE-2018-20852, CVE-2019-9948, CVE-2019-9740, CVE-2019-5010
- Refreshed patches
- Removed a few backports patches

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer
2019-07-22 10:06:48 +02:00
parent 12c96eaad6
commit ae21f4990d
15 changed files with 22 additions and 522 deletions
@@ -1,6 +1,6 @@
--- a/setup.py
+++ b/setup.py
@@ -512,16 +512,9 @@ class PyBuildExt(build_ext):
@@ -517,16 +517,9 @@ class PyBuildExt(build_ext):
return ['m']
def detect_modules(self):