aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-11-26 14:08:07 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-11-26 14:08:07 +0200
commitdf2580218f577a3ec93313878319e9414cce7edc (patch)
tree6a5afcbab50a6a43c07dfcde7204a335d495613a /NEWS.rst
parentreadd updated tox.ini (diff)
downloadpkgcheck-df2580218f577a3ec93313878319e9414cce7edc.tar.gz
pkgcheck-df2580218f577a3ec93313878319e9414cce7edc.tar.bz2
pkgcheck-df2580218f577a3ec93313878319e9414cce7edc.zip
new release 0.10.19v0.10.19
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index e45a5e5a..bbd07714 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -3,6 +3,27 @@ Release Notes
=============
----------------------------
+pkgcheck 0.10.19 (2022-11-26)
+----------------------------
+
+- scan: add support to disable colors using environment variable ``NOCOLOR``
+ (Arthur Zamarin)
+
+- 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. (Arthur Zamarin, #494)
+
+- docs: use new snakeoil extension for sphinx (Arthur Zamarin, #494)
+
+- release: add support for other linux architectures wheels, including
+ aarch64, ppc64le, and s390x (Arthur Zamarin, #494)
+
+- PythonCheck: remove obsolete pypy packages (Michał Górny, #495)
+
+- PythonCheck: stop warning about eclass use on ``python:2.7`` deps (Michał
+ Górny, #495)
+
+----------------------------
pkgcheck 0.10.18 (2022-11-09)
----------------------------