2021-12-10 09:59:09 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cffi: updated to 1.15.0
v1.15.0
=======
* Fixed MANIFEST.in to include missing file for Windows arm64 support
* Fixed Linux wheel build to use gcc default ISA for libffi
* Updated setup.py Python trove specifiers to currently-tested Python versions
* CPython 3.10 support (including wheels)
* MacOS arm64 support (including wheels)
* Initial Windows arm64 support
* Misc. doc and test updates
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-07-09 22:20:27 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cffi: updated to 1.14.6
v1.14.6
Test fixes for CPython 3.10.0b3
Support for sys.unraisablehook() on Python >= 3.8
Fix two minor memory leaks (thanks Sebastian!)
Like many projects that had an IRC channel on freenode, we moved it to \
irc.libera.chat.
|
2021-02-16 21:41:09 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cffi: updated to 1.14.5
v1.14.5
Source fix for old gcc versions
This and future releases should include wheels on more platforms, thanks to our \
new release managers Matt and Matt!
|
2020-11-25 12:34:39 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cffi: updated to 1.14.4
1.14.4:
Unknown changes
|
2020-09-29 14:03:20 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cffi: updated to 1.14.3
1.14.3:
Unknown changes
|
2020-08-24 13:08:14 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cffi: updated to 1.14.2
v1.14.2
=======
* CPython 3 on Windows: we again try to compile with ``Py_LIMITED_API``
by default. This flag is not added if you run the compilation with
CPython 3.4, as it only works with CPython >= 3.5, but by now this
version of Python is quite old (and we no longer distribute cffi
wheels for it).
This may require that you upgrade ``virtualenv`` (requires version 16
or newer) or at least copy manually ``python3.dll`` into your existing
virtualenvs. For distributing wheels with your cffi modules, you may
also need to upgrade ``wheel`` to the just-released version 0.35.
You can manually disable ``Py_LIMITED_API`` by calling
``ffi.set_source(..., py_limited_api=False)``.
|
2020-07-27 19:28:05 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cffi: updated to 1.14.1
v1.14.1
=======
* CFFI source code is now `hosted on Heptapod`_.
* Improved support for ``typedef int my_array_t[...];`` with an explicit
dot-dot-dot in API mode
* Windows (32 and 64 bits): multiple fixes for ABI-mode call to functions
that return a structure.
* Experimental support for MacOS 11 on aarch64.
* and a few other minor changes and bug fixes.
|
2020-05-16 11:09:05 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
pytest from versioned depends
|