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 867ED158015 for ; Fri, 22 Dec 2023 15:05:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7CEC2BC078; Fri, 22 Dec 2023 15:05:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 pigeon.gentoo.org (Postfix) with ESMTPS id 942B52BC078 for ; Fri, 22 Dec 2023 15:05:00 +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 D88F733E02F for ; Fri, 22 Dec 2023 15:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D953125F for ; Fri, 22 Dec 2023 15:04:58 +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: <1703257374.f15e0ea09c89b02938042ae33fdea2e203ee7a85.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: f15e0ea09c89b02938042ae33fdea2e203ee7a85 X-VCS-Branch: master Date: Fri, 22 Dec 2023 15:04:58 +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: c8cf23c2-fdc9-43c8-90e7-8c228a21b89b X-Archives-Hash: aab4b20ef7a03b7c9b6661edee73cb8c commit: f15e0ea09c89b02938042ae33fdea2e203ee7a85 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 22 15:02:06 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 22 15:02:54 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=f15e0ea0 new release 0.10.6 Signed-off-by: Arthur Zamarin gentoo.org> NEWS.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 482b2856..1956d6c9 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,15 @@ Release Notes ============= +snakeoil 0.10.6 (2023-12-22) +---------------------------- + +- remove deprecated ``distutils_extensions`` (Arthur Zamarin, #77) + +- enable Python 3.12 support (Sam James, #96) + +- drop support for Python 3.9 (Arthur Zamarin) + snakeoil 0.10.5 (2023-01-20) ----------------------------