Commit Graph

13 Commits

Author SHA1 Message Date
赵丰 (Zhao Feng) bfb3809466 PEP 0571: compiler version matching x86_64 docker image (#1210) 2019-10-22 16:37:24 -07:00
Esun Kim 26d325dbcc PEP 571: Update permitted GCC_4.5.0 (#1180)
Matching the symbols permitted for x86_64 by GCC_4.3.0 require a limit of GCC_4.5.0 on i686 CentOS 6.

This does create the risk that 32-bit extension modules using `__extendxftf2` may not actually be portable to all 2010 era systems, but most of those other than RHEL/CentOS 6 have already hit the end of their respective support periods.
2019-10-01 21:53:09 +10:00
Bruce Merry c7b2ff4389 PEP 571: Fix link to manylinux2010 Docker image (#1172) 2019-09-24 10:49:41 -07:00
Thomas Kluyver 5f5f4c4c74 PEP 513 & 571: Remove libcrypt.so.1 from whitelist (#1124) 2019-07-18 15:29:30 -07:00
Min ho Kim cfb7bd74db Fix typos (#1113) 2019-07-03 11:20:45 -07:00
Anthony Sottile c253cffef3 PEP 571: remove duplicated word (#887) 2019-01-28 19:39:33 +11:00
Dmitry Alimov d7b4c85bc9 Fix formatting (#617)
Extra backquote/backtick removed
2018-04-13 01:27:15 +10:00
Nick Coghlan b8f3b3d108
Update pep-0571.rst 2018-04-12 21:56:41 +10:00
Mark Williams 27becbf714 PEP 571: @geofft is an author; mention manylinux2007; cite CalVer.org. (#612)
@geofft provided critical feedback on the `vsyscall` workaround.
2018-04-09 19:30:57 +10:00
Thomas Kluyver d43b984e02 571: Describe fallback platform checking using glibc version (#597) 2018-03-23 17:00:38 +10:00
Thomas Kluyver 70cbfda065 571: Update manylinux2 -> manylinux2010 (#596) 2018-03-19 13:34:48 -07:00
Nick Coghlan db3223abeb
PEP 571: Remove Continuum Analytics reference (#594)
Resolves #592 in the simplest possible way.
2018-03-15 19:28:23 +10:00
Mark Williams a5f87a7b82 PEP 571: Updated version of the manylinux ABI (GH-565)
manylinux1 is getting old enough now to start making things
difficult (specifically around network security), so it's time
for a refresh to a slightly newer baseline.
2018-02-06 17:57:12 +10:00