Matti Picus pushed to branch branch/py3.7 at PyPy / pypy


Commits:
388482ab by Matti Picus at 2021-12-05T12:00:44+02:00
update cffi via pypy/tool/import_cffi.py

- - - - -
771f8eb4 by Matti Picus at 2021-12-05T12:12:03+02:00
rename cffi.egg-info to cffi.dist-info and update files from cpython cffi wheel

Updating the METADATA file should be part of the import_cffi tool, but it
is complicated to generate the file from the setup.py sources (not shipped in
our version). Maybe if cffi moves to a setup.cfg file instead ...

- - - - -
9cf2fae8 by Matti Picus at 2021-12-05T12:58:56+02:00
make sure shared_library_name is still a py.path.local

- - - - -
784fc51c by Matti Picus at 2021-12-05T15:02:49+02:00
more version fixes for cffi version update

- - - - -
10335b61 by Matti Picus at 2021-12-06T04:43:04+02:00
back out 69fc5c4090e2 to remove PyPy.h - it is needed by virtualenv

- - - - -
67350ef9 by Matti Picus at 2021-12-06T04:46:29+02:00
merge default

--HG--
branch : py3.7

- - - - -


23 changed files:

- extra_tests/cffi_tests/cffi0/test_version.py
- extra_tests/cffi_tests/cffi0/test_zintegration.py
- extra_tests/cffi_tests/cffi1/test_cffi_binary.py
- extra_tests/cffi_tests/test_c.py
- extra_tests/cffi_tests/test_version.py
- + include/PyPy.h
- + lib_pypy/cffi.dist-info/LICENSE
- lib_pypy/cffi.egg-info/PKG-INFO → lib_pypy/cffi.dist-info/METADATA
- lib_pypy/cffi.egg-info/entry_points.txt → 
lib_pypy/cffi.dist-info/entry_points.txt
- lib_pypy/cffi.egg-info/top_level.txt → lib_pypy/cffi.dist-info/top_level.txt
- − lib_pypy/cffi.egg-info/SOURCES.txt
- − lib_pypy/cffi.egg-info/dependency_links.txt
- − lib_pypy/cffi.egg-info/not-zip-safe
- − lib_pypy/cffi.egg-info/requires.txt
- lib_pypy/cffi/__init__.py
- lib_pypy/cffi/_embedding.h
- pypy/doc/embedding.rst
- − pypy/doc/pypy.h.rst
- pypy/module/_cffi_backend/__init__.py
- pypy/module/_cffi_backend/test/_backend_test_c.py
- rpython/translator/c/genc.py
- rpython/translator/c/test/test_standalone.py
- rpython/translator/test/test_driver.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/734f6579978abd93d579fcfe60be654dcf67dbc2...67350ef963eee030e14c3d431f0d474cf1788244

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/734f6579978abd93d579fcfe60be654dcf67dbc2...67350ef963eee030e14c3d431f0d474cf1788244
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to