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 C3971158012 for ; Tue, 13 Sep 2022 15:36:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01FFAE0843; Tue, 13 Sep 2022 15:36:01 +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 DDE35E0843 for ; Tue, 13 Sep 2022 15:36: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68A2233BEA3 for ; Tue, 13 Sep 2022 15:35:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A82815D5 for ; Tue, 13 Sep 2022 15:35:57 +0000 (UTC) From: "Duje Mihanović" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Duje Mihanović" Message-ID: <1663082838.a7ac2c1520e1303f36a6027c103b574a1e48bce9.duje.mihanovic@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/pmbootstrap/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/pmbootstrap/Manifest dev-util/pmbootstrap/pmbootstrap-1.45.0.ebuild dev-util/pmbootstrap/pmbootstrap-1.46.0.ebuild X-VCS-Directories: dev-util/pmbootstrap/ X-VCS-Committer: duje.mihanovic X-VCS-Committer-Name: Duje Mihanović X-VCS-Revision: a7ac2c1520e1303f36a6027c103b574a1e48bce9 X-VCS-Branch: dev Date: Tue, 13 Sep 2022 15:35:57 +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: aa77a494-4f79-4a11-95cc-0f10389dc0e0 X-Archives-Hash: 2024d7502cee1504198cf9bb9cacebac commit: a7ac2c1520e1303f36a6027c103b574a1e48bce9 Author: Duje Mihanović skole hr> AuthorDate: Tue Sep 13 15:17:06 2022 +0000 Commit: Duje Mihanović skole hr> CommitDate: Tue Sep 13 15:27:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7ac2c15 dev-util/pmbootstrap: add 1.46.0, drop 1.45.0 Signed-off-by: Duje Mihanović skole.hr> dev-util/pmbootstrap/Manifest | 2 +- .../{pmbootstrap-1.45.0.ebuild => pmbootstrap-1.46.0.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/pmbootstrap/Manifest b/dev-util/pmbootstrap/Manifest index 9a3ecc4c9..1a42c8682 100644 --- a/dev-util/pmbootstrap/Manifest +++ b/dev-util/pmbootstrap/Manifest @@ -1 +1 @@ -DIST pmbootstrap-1.45.0.tar.gz 226591 BLAKE2B 163c10102fab1c700d493bad7a007ebb2feed83f99ee9faba8ef71f1aab9ebbe6a8f2ff19d181ba01a1b121d31e36f32b20dd6ce4b9d408ec5eddc9f90b998c7 SHA512 7e62bed9350a54ea875bed6c17c7070b87900589e0db89b865baa0a5d7d211a439f308cf5b544f896d58cb4439bb1ce424e9d42defeb8ec7b14308f62a0529bf +DIST pmbootstrap-1.46.0.tar.gz 226827 BLAKE2B 5352f6c9bc359698d85aad53bbd9046869fed084d0f81c7a40efff829e186b7635e166cd6812f205ce017bfbd9e1f9f5744e0fb241d909889e0de1cc7abf8a0f SHA512 d685cb9e1ee457f4839935f92c3e2941e7642439b29a02a352b217f4bf2dc270ecff5883bb7fb1ccb2e413d20d3d92fc9cd7db048e90d5bfa0bc570f7a7db39d diff --git a/dev-util/pmbootstrap/pmbootstrap-1.45.0.ebuild b/dev-util/pmbootstrap/pmbootstrap-1.46.0.ebuild similarity index 97% rename from dev-util/pmbootstrap/pmbootstrap-1.45.0.ebuild rename to dev-util/pmbootstrap/pmbootstrap-1.46.0.ebuild index 2dc8bba6f..320242371 100644 --- a/dev-util/pmbootstrap/pmbootstrap-1.45.0.ebuild +++ b/dev-util/pmbootstrap/pmbootstrap-1.46.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 linux-info