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 3E91815815E for ; Fri, 2 Feb 2024 06:40:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85365E2AE1; Fri, 2 Feb 2024 06:40:58 +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 2B9DEE2AD9 for ; Fri, 2 Feb 2024 06:40:58 +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 252A334322B for ; Fri, 2 Feb 2024 06:40:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AAD1BC0 for ; Fri, 2 Feb 2024 06:40:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1706855918.6b2035cc40486c28490f3c3610737219d90be5f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pkgcraft/Manifest dev-python/pkgcraft/pkgcraft-0.0.9.ebuild dev-python/pkgcraft/pkgcraft-9999.ebuild X-VCS-Directories: dev-python/pkgcraft/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6b2035cc40486c28490f3c3610737219d90be5f3 X-VCS-Branch: master Date: Fri, 2 Feb 2024 06:40:55 +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: b1929ec2-f183-40f8-88db-fdb5f4072885 X-Archives-Hash: aa78b13c02cb5781f15a369df8d25998 commit: 6b2035cc40486c28490f3c3610737219d90be5f3 Author: Sam James gentoo org> AuthorDate: Fri Feb 2 06:35:34 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 2 06:38:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2035cc dev-python/pkgcraft: add 0.0.9 Signed-off-by: Sam James gentoo.org> dev-python/pkgcraft/Manifest | 1 + dev-python/pkgcraft/{pkgcraft-9999.ebuild => pkgcraft-0.0.9.ebuild} | 4 ++-- dev-python/pkgcraft/pkgcraft-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-python/pkgcraft/Manifest b/dev-python/pkgcraft/Manifest index be76ce9fbe39..83fcb67b83dd 100644 --- a/dev-python/pkgcraft/Manifest +++ b/dev-python/pkgcraft/Manifest @@ -1 +1,2 @@ DIST pkgcraft-0.0.8.tar.gz 416513 BLAKE2B 8bf16807990344777981f21efe91fc57503f56a0f55c9be3eef9d407d09e9f3601318b7191968fa379fd31f4c9b0bee37e6af68ae792d9398735cf0298165495 SHA512 bfa049ecb003574bcb77fc7f76b58cb2ded8163888bd08ac982fefb8ec4f8cccb51a16f1e1cbffdc0da83965927fdc918983bc8b48b99b3cd43bb697aa6107dd +DIST pkgcraft-0.0.9.tar.gz 431872 BLAKE2B 6c6ed1677c891c0e5579c7e28342876c2d7cbe03f2fcf3f8ad9f994302570d1d2398d2b4a55ec1a2fd82bbea518a4d2f76e9cabe760f0d9779b8d55170c1d940 SHA512 13988ff6822a5f9b715f3a9e8593a21d6ac530a91ca98790bd8a1c3e5958c97e440ce0610d25ed518f6d485837c9aded2ba145facf98e217325802777a33b3a7 diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.9.ebuild similarity index 96% copy from dev-python/pkgcraft/pkgcraft-9999.ebuild copy to dev-python/pkgcraft/pkgcraft-0.0.9.ebuild index 1e6dfefa9b31..b61769cf7136 100644 --- a/dev-python/pkgcraft/pkgcraft-9999.ebuild +++ b/dev-python/pkgcraft/pkgcraft-0.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,7 +28,7 @@ else KEYWORDS="~amd64 ~arm64" PKGCRAFT_VERSION_MAX="9999" - PKGCRAFT_VERSION_MIN="0.0.13" + PKGCRAFT_VERSION_MIN="0.0.14" fi LICENSE="MIT" diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild index 1e6dfefa9b31..b61769cf7136 100644 --- a/dev-python/pkgcraft/pkgcraft-9999.ebuild +++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,7 +28,7 @@ else KEYWORDS="~amd64 ~arm64" PKGCRAFT_VERSION_MAX="9999" - PKGCRAFT_VERSION_MIN="0.0.13" + PKGCRAFT_VERSION_MIN="0.0.14" fi LICENSE="MIT"