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 A08CA15808B for ; Wed, 2 Oct 2024 13:03:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7146AE29B0; Wed, 2 Oct 2024 13:02:59 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D26FE29B0 for ; Wed, 2 Oct 2024 13:02:59 +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 79A3B340BE0 for ; Wed, 2 Oct 2024 13:02:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5E9DBE7 for ; Wed, 2 Oct 2024 13:02:56 +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: <1727874117.5ae1e47a1613ce774727c5d92a8adc151dc05bbf.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/snakeoil/Manifest dev-python/snakeoil/snakeoil-0.10.8.ebuild dev-python/snakeoil/snakeoil-0.10.9.ebuild X-VCS-Directories: dev-python/snakeoil/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 5ae1e47a1613ce774727c5d92a8adc151dc05bbf X-VCS-Branch: master Date: Wed, 2 Oct 2024 13:02:56 +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: 4a6d5fb5-3f66-4ec5-b19a-00c54846c7b3 X-Archives-Hash: ccb057a3412cbb74f1582faa9b098d5c commit: 5ae1e47a1613ce774727c5d92a8adc151dc05bbf Author: Arthur Zamarin gentoo org> AuthorDate: Wed Oct 2 13:01:57 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Oct 2 13:01:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae1e47a dev-python/snakeoil: add 0.10.9, drop 0.10.8 This is a fast action to handle breakage with latest cpython versions. Resolves: https://github.com/pkgcore/pkgcheck/issues/705 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/snakeoil/Manifest | 2 +- dev-python/snakeoil/{snakeoil-0.10.8.ebuild => snakeoil-0.10.9.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/snakeoil/Manifest b/dev-python/snakeoil/Manifest index bfd8a713f81f..275148e81f6a 100644 --- a/dev-python/snakeoil/Manifest +++ b/dev-python/snakeoil/Manifest @@ -1 +1 @@ -DIST snakeoil-0.10.8.tar.gz 174380 BLAKE2B 96c5f4e106513ee8061c6278345ac132510202faa0e915b362170ee7de5f23f0b7bfdc671c0c07721f57eeeb90df5f6851be70d4541295029d93126ea680e50b SHA512 7088cd3fb34bc666a51ddd59b0bf6c9d9da2f04727057ffa5b74ffb188efd63153afcf45442e99b8e1611642b71cf92518dafcacb85717dfa82370df18458497 +DIST snakeoil-0.10.9.tar.gz 174546 BLAKE2B c42771bff9b068aa4c31f76e0d8efc44121d2946b24ff8b8ce6e11028503d7272087ae62c1b6c9963c9b3eb89202ffbad917c63984d478d062c4ba2272811ba2 SHA512 0cedfeca3c8a30cfa53a2135b9dc8f83b003dd07fd0a1767fc1e2fe3d1ee67022033c20c4f990dede7e6a0ad0e8dc94eeebce7529b230ce83c84d6161c1b656d diff --git a/dev-python/snakeoil/snakeoil-0.10.8.ebuild b/dev-python/snakeoil/snakeoil-0.10.9.ebuild similarity index 100% rename from dev-python/snakeoil/snakeoil-0.10.8.ebuild rename to dev-python/snakeoil/snakeoil-0.10.9.ebuild