aboutsummaryrefslogtreecommitdiffstats
path: root/main/python3
Commit message (Collapse)AuthorAgeFilesLines
* main/python3: increase thread stack sizeNatanael Copa2017-11-141-2/+21
| | | | | | | | | | | | | we segfault before we hit the sys.getrecurslimit(), which is bad. Some testing showed that to be able to reach the default sys.getrecurslimit(), which is 1000, we need at least a 453k stack on x86_64. We set it to 1MB so we have a bit extra. It is also worth to note that upstream set stacksize to 4MB on freebsd and 5MB on OSX. ref #8134 https://github.com/docker-library/python/issues/211
* main/python3: checksumsWilliam Pitcock2017-11-101-1/+2
|
* main/python3: fix libressl buildWilliam Pitcock2017-11-102-1/+12
|
* main/python3: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/python3: enable -dbg subpackageNatanael Copa2017-11-021-2/+2
|
* main/python3: fix cyclic dependency for tkinterNatanael Copa2017-10-271-12/+4
| | | | | | | Add a separate apkbuild for tkinter to avoid the cyclic buildtime dependency: python3 -> tk -> libX11 -> libxcb -> xcb-proto -> python3
* main/python3: update to 3.6.3Łukasz Jendrysik2017-10-061-2/+2
|
* main/python3: split out wininst*.exeNatanael Copa2017-09-221-2/+9
| | | | | | | | the wininst is only needed for creating binary disttribution for windows and is rarely needed. The precompiled .exe files contains statically linked version of zlib 1.2.8 which is vulnerable. Remove them from main package and save a couple of MB.
* main/python3: exclude test_ctypesTimo Teräs2017-08-301-0/+1
| | | | | it fails on aarch64, and upstream knows there's issues with this test; that's why we carry bpo-30353.patch too
* main/python3: apply bpo-30353 to fix aarch64 ctypes issueTimo Teräs2017-08-302-3/+139
|
* main/python3: remove --enable-optimizations, document testsTimo Teräs2017-08-301-10/+30
|
* main/python3: force parallelize tests, disable more checksTimo Teräs2017-08-291-3/+3
| | | | additional test failures on armhf
* main/python3: upgrade to 3.6.2, add --with-lto, --enable-optimizationsŁukasz Jendrysik2017-08-291-17/+22
| | | | [TT: add check()]
* main/python3: rebuild against readline-7.0.003Leonardo Arena2017-06-051-1/+1
|
* main/python3: rebuild against readline-7.0.003Leonardo Arena2017-06-051-1/+1
|
* main/python3: patch to not use sys/xattr.h which is from glibcFrancesco Colista2017-05-022-2/+19
|
* main/python3: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/python3: upgrade to 3.6.1Łukasz Jendrysik2017-03-281-2/+2
|
* main/python3: upgrade to 3.6.0Łukasz Jendrysik2017-02-182-272/+6
|
* main/python3: rebuildTimo Teräs2017-02-071-1/+1
| | | | | x86 build seems to have had gettext-dev present, so this should fix that extra dependency
* main/python3: backport upstream fix for getrandomNatanael Copa2016-12-202-4/+266
| | | | upstream bug report: https://bugs.python.org/issue27955
* main/python3: fix python3 to not depend on python3-devTimo Teräs2016-11-251-2/+2
| | | | | | the dependency was picked up by the symlink pointing to another symlink inside -dev package. expand it so the symlink in the main package points directly to the DSO.
* main/python3: rename py3-tkinter to python3-tkinterJakub Jirutka2016-11-191-2/+3
| | | | To be consistent with python2-tkinter.
* main/python3: improve find_libraryTimo Teräs2016-11-032-13/+13
| | | | ref #5219
* main/python3: add slightly improved musl find_library fixTimo Teräs2016-11-032-5/+55
| | | | ref #5264
* main/[various]: set proper archTimo Teräs2016-11-011-1/+1
| | | | fixes commit "main/[various]: dont set arch in split function"
* main/[various]: dont set arch in split functionNatanael Copa2016-10-261-1/+0
|
* main/python3: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* main/python3: add provides=py3-pipJakub Jirutka2016-08-301-1/+2
| | | | | | | python3 includes pip, but python2 does not; there's a separate package py2-pip. Debian does not respect upstream's decision to bundle pip with Python 3, so some users may be confused when they don't find py3-pip package in Alpine.
* main/python3: add subpackage py3-tkinterJakub Jirutka2016-08-261-3/+12
|
* main/python3: improve abuildJakub Jirutka2016-08-261-20/+15
|
* main/python3: claim maintainershipŁukasz Jendrysik2016-08-111-2/+2
|
* main/python3: upgrade to 3.5.2Bartłomiej Piotrowski2016-07-191-23/+25
| | | | Additionally claim maintainership and make some style changes.
* main/python3: enable lzma supportZaar Hai2016-05-301-2/+2
| | | | fixes #5655
* main/python3: enable readlineNatanael Copa2016-05-161-2/+2
| | | | apparently libedit is only used on osx
* main/python3: include pip3Natanael Copa2016-02-111-2/+1
|
* main/python3: new upstream version 3.5.1Christian Kampka2015-12-091-4/+4
|
* main/python3: upgrade to 3.5.0Natanael Copa2015-10-162-36/+24
|
* main/python3: moved to mainNatanael Copa2015-04-102-0/+101