1 |
commit: df2580218f577a3ec93313878319e9414cce7edc |
2 |
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> |
3 |
AuthorDate: Sat Nov 26 12:08:07 2022 +0000 |
4 |
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> |
5 |
CommitDate: Sat Nov 26 12:08:07 2022 +0000 |
6 |
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=df258021 |
7 |
|
8 |
new release 0.10.19 |
9 |
|
10 |
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> |
11 |
|
12 |
NEWS.rst | 21 +++++++++++++++++++++ |
13 |
1 file changed, 21 insertions(+) |
14 |
|
15 |
diff --git a/NEWS.rst b/NEWS.rst |
16 |
index e45a5e5a..bbd07714 100644 |
17 |
--- a/NEWS.rst |
18 |
+++ b/NEWS.rst |
19 |
@@ -2,6 +2,27 @@ |
20 |
Release Notes |
21 |
============= |
22 |
|
23 |
+---------------------------- |
24 |
+pkgcheck 0.10.19 (2022-11-26) |
25 |
+---------------------------- |
26 |
+ |
27 |
+- scan: add support to disable colors using environment variable ``NOCOLOR`` |
28 |
+ (Arthur Zamarin) |
29 |
+ |
30 |
+- Use refactored and pure setuptools as build backend for pkgcheck. This |
31 |
+ includes removal of old development scripts and setup.py hacks, in favor of |
32 |
+ a simple commands or using the Makefile. (Arthur Zamarin, #494) |
33 |
+ |
34 |
+- docs: use new snakeoil extension for sphinx (Arthur Zamarin, #494) |
35 |
+ |
36 |
+- release: add support for other linux architectures wheels, including |
37 |
+ aarch64, ppc64le, and s390x (Arthur Zamarin, #494) |
38 |
+ |
39 |
+- PythonCheck: remove obsolete pypy packages (Michał Górny, #495) |
40 |
+ |
41 |
+- PythonCheck: stop warning about eclass use on ``python:2.7`` deps (Michał |
42 |
+ Górny, #495) |
43 |
+ |
44 |
---------------------------- |
45 |
pkgcheck 0.10.18 (2022-11-09) |
46 |
---------------------------- |