aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/python3
AgeCommit message (Collapse)Author
2022-02-14[tools/depends][target] bump libffi 3.4.2fuzzard
2022-02-07[depends] add tarball hash checkingwsnipex
2022-01-21[tools/depends] bump python 3.9.10fuzzard
Refresh patches as needed use PYTHON3-VERSION file for version info
2021-12-03[tools/depends][target] bump expat 2.4.1fuzzard
fix python module build with system expat for elementtree and pyexpat causing duplicate symbols. with-system-* flags dont actually do anything for us, as we dont (cant) use the auto detection for python modules, and we instead rely on the Modules.setup to build everything
2021-11-18[tools/depends][target] python3 fix cross compile from apple silicon build hostfuzzard
Add patch to default autoconf test to set ac_osx_32bit to no for cross compile. All darwin platforms we support are 64bit only.
2021-10-24[tools/depends][target] python3 Move crypt.h include from public headerfuzzard
backport https://github.com/python/cpython/pull/27394 to 3.9.6 Android Pycryptodome builds fail due to crypt.h inclusion (not respecting undef HAVE_CRYPT_H)
2021-10-24[tools/depends][target] python 3.9.7fuzzard
Bump to python 3.9.7
2021-10-18[tools/depends] utilise Makefile.include vars for pythonfuzzard
Create a single version variable for python to remove hardcoded version numbers in multiple dependencies Do the same for the target site-packages folder
2021-10-17[tools/depends][target] python move apple specific inside existing platform testfuzzard
2021-10-17[tools/depends][target] python simplify localemodule sed replacefuzzard
2021-10-17[tools/depends][target] python dont remove platform on make cleanfuzzard
2021-10-17[tools/depends][target] python change scproxy addition to sed replacementfuzzard
Instead of just echoing to end of modules.setup use a sed replace for scproxy like other modules
2021-08-13[tools/depends/target][python3] enable multiprocessing modulefuzzard
2021-07-02Merge pull request #19927 from matthuisman/add_lzma_20fuzzard
[Python] Add lzma module
2021-06-30[Python] Add lzma moduleMatt Huisman
2021-06-28[depends] bump openssl to 1.1.1kwsnipex
2020-11-22[depends][python] update darwinembedded patchsetfuzzard
Update patch to better handle waitpid from import os call
2020-09-28[tools/depends/python3] Refresh py3 patches for DarwinEmbedded platformsfuzzard
Update darwinembedded patches Explicitly set ac_cv_* flags. This reduces some prior patch usage
2020-09-28[tools/depends] rework configure for apple platformsfuzzard
reorder configure for apple platforms introduce osx arm arch types Update docs --with-platform mandatory usage for apple platforms Update buildsteps ios/osx to use new mandatory --with-platform Update samba to explicitly use -Wno-error=implicit-function-declaration since global use of flag was removed
2020-08-16[tools/depends] Python 3.8.5fuzzard
patches updated for target platforms native python updated to 3.8.5 to accomodate change in pgen references to python3.7 updated to python3.8 updated pythonmodules builds to build against 3.8 Use official APIs for accessing interpreter list (PyInterpreterState_ThreadHead, PyThreadState_Next)
2020-07-31[tools/depends/target] bump python 3.7.8fuzzard
2020-07-30[tools/depends/target] Python3 build bz2 modulefuzzard
adds support for bz2 module
2020-07-28[tools/depends/target] python patch cleanupfuzzard
remove android patch part already upstream other android patches seem unrequired. Py devs report android crosscompile working better in 3.7+ move darwin specific patch from crosscompile.patch to apple.patch update darwin patches to properly set define_xopen_source during crosscompile. allows removal of posixmodule patch
2020-05-19[android] python: include profile modulewsnipex
2020-04-08[depends] remove unused python3 patchesRechi
2020-01-08[ios/tvos] Python3 patch update - remove waitpid definefuzzard
waitpid undef not required. Functions correctly with waitpid on both ios/tvos
2019-10-11[TEMP] add python BASE_URLRechi
2019-10-11[depends] Updated Python3 Makefile and PatchesArpit Nandwani