v0.10.19
github-actions
released this
27 Nov 18:44
·
201 commits
to master
since this release
- scan: add support to disable colors using environment variable
NOCOLOR
(@arthurzam) - Use refactored and pure setuptools as build backend for pkgcheck. This includes removal of old development scripts and setup.py hacks, in favor of a simple commands or using the Makefile. (@arthurzam, #494)
- docs: use new snakeoil extension for sphinx (@arthurzam, #494)
- release: add support for other linux architectures wheels, including aarch64, ppc64le, and s390x (@arthurzam, #494)
- PythonCheck: remove obsolete pypy packages (@mgorny, #495)
- PythonCheck: stop warning about eclass use on
python:2.7
deps (@mgorny, #495)