| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version v1.4 (2021-10-15) Additions: add guidance around the use of Py_FindMethod (thanks to David Aguilar) Fixes: Avoid compiler warning about unused function Fix DESTDIR support in the Makefile (thanks to David Aguilar) Various documentation warning fixes (thanks to David Aguilar) Project infrastructure: Switch to GitHub Actions for pull request tests
- Fix test build paths for setuptools 63
- Update to 1.3.1
* Allow building the documentation without sphinx_rtd_theme
- Release 1.3
* Tested with Python 3.9.0
* To help avoid compiler warning about uninitialized members,
extra members are added to the PyModuleDef structure for Python
2: m_slots, m_traverse, m_clear and m_free. Under Python 2,
they must be set to NULL (usually by continuing to leave them
out).
- Release 1.2
* Tests updated to pass with Python 3.9.0b3
* make install now honors DESTDIR to support staged installations
- drop destdir.patch fixed upstream
- Install license file
- Add destdir.patch to fix pc file and includes install
- Update to 1.1 bsc#1173807: * Fixes the py3.8 builds
- Trim conjecture from descriptions.
- Install license file
- Add destdir.patch to fix pc file and includes install
- Update to 1.1 bsc#1173807: * Fixes the py3.8 builds
- Initial release 1.0