- Update to 3.8.6, which contains various bug fixes including security

fix of included pip and setuptools (bpo#41490, bsc#1176262,
  CVE-2019-20916). Full list of changes is available at
  https://docs.python.org/release/3.8.6/whatsnew/changelog.html#python-3-8-6
- Revert previous patch, and readd bpo-31046_ensurepip_honours_prefix.patch.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=36
This commit is contained in:
2020-11-09 12:09:08 +00:00
committed by Git OBS Bridge
parent 772de6c5cd
commit ed35b7a69f
7 changed files with 198 additions and 31 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Nov 9 10:51:30 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Update to 3.8.6, which contains various bug fixes including security
fix of included pip and setuptools (bpo#41490, bsc#1176262,
CVE-2019-20916). Full list of changes is available at
https://docs.python.org/release/3.8.6/whatsnew/changelog.html#python-3-8-6
- Revert previous patch, and readd bpo-31046_ensurepip_honours_prefix.patch.
-------------------------------------------------------------------
Fri Oct 30 17:49:32 CET 2020 - Matej Cepl <mcepl@suse.com>