8000 Tags · inklesspen/cffi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: inklesspen/cffi

Tags

v1.17.0

Toggle v1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 1.17.0 (python-cffi#108)

* avoid libffi broken default make target

* something's changed in the latest manylinux containers that broke the default `make` target for libffi- `make install` seems to work fine.

* release 1.17.0

v1.17.0rc1

Toggle v1.17.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.17.0rc1 release (python-cffi#80)

v1.16.0

Toggle v1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release 1.16.0 (python-cffi#17)

v1.16.0rc2

Toggle v1.16.0rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 1.16.0rc2 (python-cffi#13)

* move project sources to `src/` subdir (python-cffi#12)

* move the distutils shim module back to a plain module

* MANIFEST.in, the source layout, and pytest's default sys.path behavior conspired to mask a busted package, even though we were testing against the built package. `pytest` adds cwd to the path first, and since the `cffi` is in the root (grr), even though we're testing against the installed wheel, pytest loaded the subpackage from the source, masking that it was missing from the actual package (due to flat inclusions in MANIFEST.in). This is a longer-term problem that should be addressed by moving to a standard `src/` layout, and possibly also by bringing `_cffi_backend` in as a subpackage, but there are likely many dragons there with wheels that assume the presence of the top-level package.

* move project sources under src/

(cherry picked from commit 932eba2)

* release 1.16.0rc2

v1.16.0rc1

Toggle v1.16.0rc1's commit message
make self-hosted aarch64 mac jobs conditional-ish

v1.15.1

Toggle v1.15.1's commit message
update doc source tarball hashes for 1.15.1

v1.15.0

Toggle v1.15.0's commit message
doc checksum updates for 1.15.0

v1.15.0rc1

Toggle v1.15.0rc1's commit message
doc checksum updates for 1.15.0rc1

v1.14.6

Toggle v1.14.6's commit message
doc checksum updates for 1.14.6

v1.14.5

Toggle v1.14.5's commit message
doc checksum updates for 1.14.5

0