Matthias Reichl
f7921f1182
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:42 +02:00
heitbaum
468d15da50
Python3: update to 3.8.9
...
update form 3.8.8 to 3.8.9
changelog: https://docs.python.org/release/3.8.9/whatsnew/changelog.html#python-3-8-9
release schedule: PEP 569 - https://www.python.org/dev/peps/pep-0569/
3.8.8: Friday, 2021-02-19
3.8.9: Friday, 2021-04-02 (security hotfix)
3.8.10: Monday, 2021-05-03 - Final regular bugfix release with binary installers:
2021-04-08 11:34:12 +00:00
heitbaum
f34cb727ce
Python3: update to 3.8.8
...
release schedule: https://www.python.org/dev/peps/pep-0569/
update 3.8.7 (2020-12-21) to 3.8.8 (2021-02-19)
release: https://www.python.org/downloads/release/python-388/
diff: https://github.com/python/cpython/compare/v3.8.7...v3.8.8
2021-02-22 10:56:09 +00:00
Ian Leonard
3087041cd0
lang: automated code cleanup
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:55 +00:00
heitbaum
2c93413059
python3: update to 3.8.7
2020-12-25 09:30:35 +00:00
Ian Leonard
2ab33c3f2f
python3: update to 3.8.6
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-11-11 01:36:22 +00: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
Ian Leonard
453a880760
python3: update to 3.7.8
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-07-14 17:09:26 +00:00
Ian Leonard
05e95c6a92
python: update to 3.7.7
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-06-07 19:52:02 +00:00
MilhouseVH
35809f208b
Python3: fix year 2038 regression on 32-bit
2020-02-14 01:36:26 +00:00
Matthias Reichl
7b790015cc
Python3: don't install python.o file into image
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-02-09 13:11:42 +01:00
Christian Hewitt
e01e8240a2
Merge pull request #4146 from MilhouseVH/le10_fix_missing_lib2to3
...
Python3: install lib2to3
2020-01-31 10:46:39 +03:00
MilhouseVH
884ee78c4b
Python3: install lib2to3
2020-01-26 06:05:32 +00:00
MilhouseVH
461788051d
Python3: update to Python3-3.7.6
2020-01-24 05:53:34 +00:00
MilhouseVH
7a14386f07
Python3: need util-linux for uuid/uuid.h
2019-12-27 12:31:55 +00:00
MilhouseVH
f105be6335
Python3: use system ffi
2019-10-29 12:19:07 +00:00
MilhouseVH
1b58564ead
packages: use Python helper functions
2019-10-29 12:19:07 +00:00
MilhouseVH
59857855ac
Python3: generate legacy pyc bytecode
2019-10-29 12:19:07 +00:00
MilhouseVH
d95fbdb688
Python3: enable lzma/xz support in target
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
Sascha Kuehndel (InuSasha)
a722e93dc8
Python3: mesonbuild needs built-in lzma support in python
2019-10-11 10:10:59 +02:00
MilhouseVH
601edead93
Python3: update to Python3-3.7.3
2019-06-07 08:49:07 +01:00
MilhouseVH
d4f6326142
packages: align source code licence usage with project licence
2019-03-26 18:05:50 +00:00
MilhouseVH
0757e5df88
Python3: update to Python3-3.7.2
2019-02-28 06:58:38 +00:00
MilhouseVH
129bc322e4
Python3: update to Python3-3.7.1
2018-12-16 02:06:05 +00:00
CvH
85e5b4dc1f
cleanup: PKG_SHORTDESC
2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f
cleanup: remove PKG_ARCH="any"
2018-10-22 15:06:12 +02:00
CvH
2923f2b56a
cleanup: remove PKG_SOURCE_DIR
2018-10-22 15:06:11 +02:00
CvH
4317bc5002
cleanup: remove PKG_SECTION
2018-10-22 15:06:11 +02:00
MilhouseVH
bd049eb269
util-linux: Fix Python3 uuid build/rebuild issues
...
1) Python3 needs the util-linux:host dependency otherwise uuid support will
leak over from the build host during a clean build, only to use util-linux:host
for uuid support during a subsequent rebuild (which fails, because of #2 )
2) util-linux:host needs -fPIC as this is what Python3 requires (clean builds
work because of #1...)
3) Remove toolchain from util-linux:host to avoid a circular toolchain
reference now that Python3 is also part of toolchain (via meson)
2018-09-12 23:53:06 +01:00
MilhouseVH
f3247c36e2
Pythons: bump internal Python3 version, add reminders
2018-09-11 08:11:33 +01: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
1821a2078d
Python3: update to Python3-3.7.0
2018-09-08 06:46:01 +01:00
CvH
b03d8126d6
spdx: packages/lang
2018-07-17 23:58:50 +02:00
CvH
87121f6fb9
Python3: fix typo at option
2018-06-26 19:40:57 +02:00
MilhouseVH
2c3aa62af8
Python2/3: remove temp build directory post install
...
It's full of absolute paths that we don't want in the toolchain tar.
2018-04-02 10:09:11 +01:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF
2017-11-22 00:41:12 +01:00
MilhouseVH
84ffa204a9
Python3: update to Python3-3.6.3
2017-10-11 03:55:13 +01:00
MilhouseVH
b86fdd54f7
Python3: new package
2017-10-10 20:49:19 +01:00