Commit Graph

14 Commits

Author SHA1 Message Date
Rudi Heitbaum
5c655c78e9 Python3: update to 3.9.13
release:
- https://www.python.org/downloads/release/python-3913/
changelog:
- https://docs.python.org/release/3.9.13/whatsnew/changelog.html

upstream fix for dropped patch
- https://github.com/python/cpython/issues/80254
- https://github.com/python/cpython/pull/11984
- https://github.com/python/cpython/issues/90228
- https://github.com/python/cpython/issues/92036
- https://github.com/python/cpython/pull/92037
- https://github.com/python/cpython/pull/92297
- bpo-36073
- was
  - https://github.com/python/cpython/pull/30579
  - https://github.com/python/cpython/pull/30580
2022-05-17 15:26:58 +00:00
Alban Browaeys
2437197a53 Python3: Add patch to fix crash in sqlite3 import
See https://bugs.python.org/issue46070

Signed-off-by: Alban Browaeys <alban.browaeys@gmail.com>
2022-03-30 12:53:07 +02:00
Rudi Heitbaum
006e9ffca2 Python3: update to 3.9.11
release notes:
- https://www.python.org/downloads/release/python-3911/
2022-03-16 17:53:03 +00:00
heitbaum
1f01979e54 Python3: update to 3.9.10 2022-02-13 04:25:38 +00:00
Matthias Reichl
995842369b Python3: add patch to fix crash in asyncio
See https://bugs.python.org/issue45262

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-07 16:32:05 +02:00
Ian Leonard
373bbc0d12 Python3: update to 3.8.5
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-08-10 19:23:57 +00:00
MilhouseVH
35809f208b Python3: fix year 2038 regression on 32-bit 2020-02-14 01:36:26 +00:00
MilhouseVH
59857855ac Python3: generate legacy pyc bytecode 2019-10-29 12:19:07 +00:00
MilhouseVH
2c4031e2b2 Python3: ensure libs are found correctly (from Python2)
Without this patch, Python3:host will not find the zlib module,
causing setuptools to fail due to missing zlib compression support.
2019-10-29 12:19:07 +00:00
MilhouseVH
bf94c8fb81 Python3: Add cross-compile PYTHONXCPREFIX patch (from Python2) 2019-10-29 12:19:07 +00:00
MilhouseVH
214829e511 Python3: update to Python3-3.7.5; install target
Remove bogus post_unpack() step as it no longer has any effect with
repsect to pgen (or pgen2).
2019-10-29 12:19:07 +00:00
MilhouseVH
fcc56a46f8 Python3: update buildroot patches
Ref: https://github.com/buildroot/buildroot/tree/master/package/python3
2018-09-08 06:46:03 +01:00
MilhouseVH
b2c6037caa Python3: update optimize patch 2018-09-08 06:46:03 +01:00
MilhouseVH
b86fdd54f7 Python3: new package 2017-10-10 20:49:19 +01:00