[pypy-commit] [Mercurial][pypy/pypy][branch/default] print which of curl/wget is used

2023-11-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: fcb892f9 by Matti Picus at 2023-11-14T08:41:45+02:00 print which of curl/wget is used - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commi

[pypy-commit] [Mercurial][pypy/pypy][branch/default] avoid broken wget on linux64 buildbot

2023-11-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 23bc4e70 by Matti Picus at 2023-11-14T08:38:33+02:00 avoid broken wget on linux64 buildbot - - - - - 2 changed files: - lib_pypy/pypy_tools/build_cffi_imports.py - pypy/tool/release/make_portable.py View it on Heptapod:

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] refactor to separate capsule destructor calls into hpy and cpyext, fix translation

2023-11-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: c75148f3 by Matti Picus at 2023-11-14T05:12:46+02:00 refactor to separate capsule destructor calls into hpy and cpyext, fix translation --HG-- branch : py3.9 - - - - - 3 changed files: - pypy/module/_hpy_universal/interp_ca

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: start to make PyCapsule and HPyCapsule compatible with eachother

2023-11-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 27ff6d0e by Matti Picus at 2023-11-13T11:50:28+02:00 start to make PyCapsule and HPyCapsule compatible with eachother --HG-- branch : py3.9 - - - - - 6a0dd518 by Matti Picus at 2023-11-13T18:02:31+02:00 move cpyext capsule to a

[pypy-commit] [Mercurial][pypy/pypy][branch/default] refactor cffi module build to use wget, move to OpenSSL 3.0.12 for portable builds

2023-11-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 55e8b7f2 by Matti Picus at 2023-11-13T11:47:42+02:00 refactor cffi module build to use wget, move to OpenSSL 3.0.12 for portable builds OpenSSL 1.1.1 is EOL and is not getting bugfixes Also use a list instead of a dictionary