Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pkgcore/pkgdev:main commit in: /
Date: Sun, 27 Nov 2022 17:07:26
Message-Id: 1669476462.d1de2b2b61cf296b47a788ae0978169f8744de9a.arthurzam@gentoo
1 commit: d1de2b2b61cf296b47a788ae0978169f8744de9a
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 26 15:27:42 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 26 15:27:42 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=d1de2b2b
7
8 new release 0.2.4
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 NEWS.rst | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 diff --git a/NEWS.rst b/NEWS.rst
16 index a4834b7..8523806 100644
17 --- a/NEWS.rst
18 +++ b/NEWS.rst
19 @@ -2,6 +2,25 @@
20 Release Notes
21 =============
22
23 +pkgdev 0.2.4 (2022-11-26)
24 +-------------------------
25 +
26 +- commit: don't show disable for python targets that are disabled (Arthur
27 + Zamarin)
28 +
29 +- commit: mention ``-e`` as nice option (Arthur Zamarin)
30 + https://bugs.gentoo.org/846785
31 +
32 +- Use flit with custom wrapper as build backend (Arthur Zamarin, #104)
33 +
34 +- showkw: use color 90 instead of 30 (Arthur Zamarin)
35 +
36 +- cli: add support to disable colors using environment variable ``NOCOLOR``
37 + (Arthur Zamarin)
38 +
39 +- push: add ``--pull`` option to auto pull and rebase latest changes from
40 + remote before scanning and pushing (Arthur Zamarin, #105)
41 +
42 pkgdev 0.2.3 (2022-10-14)
43 -------------------------