From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B3A7158020 for ; Sun, 27 Nov 2022 17:07:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65F05E091D; Sun, 27 Nov 2022 17:07:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D6DEE091D for ; Sun, 27 Nov 2022 17:07:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B7FB3411D3 for ; Sun, 27 Nov 2022 17:07:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8116760 for ; Sun, 27 Nov 2022 17:07:22 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1669476462.d1de2b2b61cf296b47a788ae0978169f8744de9a.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/pkgdev:main commit in: / X-VCS-Repository: proj/pkgcore/pkgdev X-VCS-Files: NEWS.rst X-VCS-Directories: / X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d1de2b2b61cf296b47a788ae0978169f8744de9a X-VCS-Branch: main Date: Sun, 27 Nov 2022 17:07:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a3299c6a-091f-4c55-9dbc-0cae254bbdaa X-Archives-Hash: 69c5b6e0c74c8b38e5f6529217702860 commit: d1de2b2b61cf296b47a788ae0978169f8744de9a Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 26 15:27:42 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 26 15:27:42 2022 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=d1de2b2b new release 0.2.4 Signed-off-by: Arthur Zamarin gentoo.org> NEWS.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index a4834b7..8523806 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,25 @@ Release Notes ============= +pkgdev 0.2.4 (2022-11-26) +------------------------- + +- commit: don't show disable for python targets that are disabled (Arthur + Zamarin) + +- commit: mention ``-e`` as nice option (Arthur Zamarin) + https://bugs.gentoo.org/846785 + +- Use flit with custom wrapper as build backend (Arthur Zamarin, #104) + +- showkw: use color 90 instead of 30 (Arthur Zamarin) + +- cli: add support to disable colors using environment variable ``NOCOLOR`` + (Arthur Zamarin) + +- push: add ``--pull`` option to auto pull and rebase latest changes from + remote before scanning and pushing (Arthur Zamarin, #105) + pkgdev 0.2.3 (2022-10-14) -------------------------