]> code.ossystems Code Review - openembedded-core.git/commit
python3: upgrade 3.8.2 -> 3.8.3
authorTim Orling <timothy.t.orling@intel.com>
Wed, 16 Jun 2021 02:35:53 +0000 (19:35 -0700)
committerSteve Sakoman <steve@sakoman.com>
Sun, 27 Jun 2021 19:24:24 +0000 (09:24 -1000)
commit2aec1b2b679d607f3b7760b87403aa39465cc1b7
tree1fc4c8e576536200f6011d2d0515b68f6b7fbba2
parent81d338c6079729b35f55f8889526f0c9a62802fe
python3: upgrade 3.8.2 -> 3.8.3

Release Date: May 13, 2020

Note: The release you're looking at is Python 3.8.3, a bugfix release for the
legacy 3.8 series. Python 3.9 is now the latest feature release series of
Python 3.

Notable changes in Python 3.8.3:

The constant values of future flags in the __future__ module are updated in
order to prevent collision with compiler flags. Previously
PyCF_ALLOW_TOP_LEVEL_AWAIT was clashing with CO_FUTURE_DIVISION.
(Contributed by Batuhan Taskaya in bpo-39562)

* Drop patch for CVE-2020-3492 fixed since 3.8.1

References:
https://nvd.nist.gov/vuln/detail/CVE-2020-8492
https://www.python.org/downloads/release/python-383/
https://docs.python.org/release/3.8.3/whatsnew/changelog.html#changelog

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/python/python3/0001-bpo-39503-CVE-2020-8492-Fix-AbstractBasicAuthHandler.patch [deleted file]
meta/recipes-devtools/python/python3_3.8.3.bb [moved from meta/recipes-devtools/python/python3_3.8.2.bb with 98% similarity]