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 831D115838C for ; Fri, 26 Jan 2024 19:50:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1BCDE29D7; Fri, 26 Jan 2024 19:50:09 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E386E29D7 for ; Fri, 26 Jan 2024 19:50:09 +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 8C70B343122 for ; Fri, 26 Jan 2024 19:50:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3112FA7 for ; Fri, 26 Jan 2024 19:50:06 +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: <1706298589.1831dd313ddf332c4cd28a99ddfd07654c6a12ad.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/snakeoil:master commit in: / X-VCS-Repository: proj/pkgcore/snakeoil X-VCS-Files: NEWS.rst X-VCS-Directories: / X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1831dd313ddf332c4cd28a99ddfd07654c6a12ad X-VCS-Branch: master Date: Fri, 26 Jan 2024 19:50:06 +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: de502448-a0ac-49bf-b79e-bb26a1b56d4a X-Archives-Hash: 25e645d869e4caa7c97b6db87b4f7875 commit: 1831dd313ddf332c4cd28a99ddfd07654c6a12ad Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 26 19:49:49 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 26 19:49:49 2024 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=1831dd31 new release 0.10.7 Signed-off-by: Arthur Zamarin gentoo.org> NEWS.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 1956d6c9..257a7501 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,15 @@ Release Notes ============= +snakeoil 0.10.7 (2024-01-26) +---------------------------- + +- ci: add PyPy3.10, Python 3.12 and Python 3.13 to testing (Sam James, #99) + +- fix and update tox.ini (Arthur Zamarin) + +- sphinx_ext: support optional email address in authors (Brian Harring) + snakeoil 0.10.6 (2023-12-22) ----------------------------