Commit Graph

17 Commits

Author SHA1 Message Date
Matthieu Darbois cd26ba8af9
PEP 600 supersedes PEP 513, PEP 571, PEP 599 (#1960)
Per PEP 600:
```
When this PEP is accepted, the previous manylinux PEPs will receive a final update noting that they are no longer maintained and referring to this PEP.
```
2021-06-26 09:11:00 -07:00
Brett Cannon bb4751379a
Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
Marti Raudsepp 9b64c6ea75
Various typo/grammar/style fixes (#1789)
Changes detected by Topy (https://github.com/intgr/topy), all changes
verified by hand, false positives have been omitted.

These range from straight-out misspellings to debatable hyphen placement.
The hyphen changes are supported by grammar manuals of style.
2021-02-03 06:06:23 -08:00
Matthieu Darbois eab1ccd06d
Toolchain change in the manylinux2010 i686 image (#1398)
Following popular demands over at manylinux, the `i686` image was updated to use the same `devtoolset-8` as the `x86_64` image.
`devtoolset-8` was not included in the first place because was not available anywhere for `i686`. We're now rebuilding it on COPR to address concerns expressed in the manylinux repo about this software stack inconsistency.
2020-09-22 09:46:28 -07:00
赵丰 (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