From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B33791581F0 for ; Fri, 24 Jan 2025 07:33:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9F319343328 for ; Fri, 24 Jan 2025 07:33:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8A93B11042D; Fri, 24 Jan 2025 07:33:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 83F3111042D for ; Fri, 24 Jan 2025 07:33:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D33A34315B for ; Fri, 24 Jan 2025 07:33:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CADC4EC7 for ; Fri, 24 Jan 2025 07:33:08 +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: <1737703984.b17d5b4868bca8c0ca9c6e259f5c76abb682c219.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/pkgcore:master commit in: / X-VCS-Repository: proj/pkgcore/pkgcore X-VCS-Files: NEWS.rst X-VCS-Directories: / X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: b17d5b4868bca8c0ca9c6e259f5c76abb682c219 X-VCS-Branch: master Date: Fri, 24 Jan 2025 07:33:08 +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: f14219da-e6d3-47a7-ac30-a87d851d8e37 X-Archives-Hash: 12c888cecf70048d898bf7f491158efc commit: b17d5b4868bca8c0ca9c6e259f5c76abb682c219 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 24 07:33:04 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 24 07:33:04 2025 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=b17d5b48 new release 0.12.29 Signed-off-by: Arthur Zamarin gentoo.org> NEWS.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index b9b1caa5..fecb6024 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,24 @@ Release Notes ============= +---------------------------- +pkgcore 0.12.29 (2025-01-24) +---------------------------- + +- patom: support STDIN input when "-" is passed as an argument (Arthur Zamarin, + #226) + +- pquery: support STDIN input when "-" is passed as an argument (Arthur Zamarin, + #226) + +- docs: ensure that Sphinx builds the current source code (Eli Schwartz) + +- docs: make the manpages contain the extended help text (Eli Schwartz) + +- pquery: add ``--live`` and ``--non-live`` filters (Arthur Zamarin) + +- pquery: add support for ``--format`` custom formatting (Arthur Zamarin, #168) + ---------------------------- pkgcore 0.12.28 (2024-09-06) ----------------------------