]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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)
committerTim Orling <timothy.t.orling@intel.com>
Mon, 21 Jun 2021 15:17:19 +0000 (08:17 -0700)
commit18074d8ab930de9770bceb69f89ddd24a1bf9916
tree0b0f5746e61dd60c627783a918a0e583165adfe4
parentac8181d9b9ad8360f7dba03aba8b00f008c6ebb4
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>
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]