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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF0C4158086 for ; Thu, 25 Nov 2021 23:39:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5D802BC005; Thu, 25 Nov 2021 23:39:54 +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 950FB2BC005 for ; Thu, 25 Nov 2021 23:39:54 +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 4AB8B343002 for ; Thu, 25 Nov 2021 23:39:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 759811E4 for ; Thu, 25 Nov 2021 23:39:51 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1637883586.5bd606ba8960f63dd37bf058ab010979f07f16fe.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-molecule/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild app-admin/ansible-molecule/ansible-molecule-3.5.2.ebuild X-VCS-Directories: app-admin/ansible-molecule/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 5bd606ba8960f63dd37bf058ab010979f07f16fe X-VCS-Branch: master Date: Thu, 25 Nov 2021 23:39:51 +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: 33026b14-db1f-40dd-9c9a-0984877f5684 X-Archives-Hash: 4fa76e10ca7ea3e5c90b670213fc43ea commit: 5bd606ba8960f63dd37bf058ab010979f07f16fe Author: Marek Szuba gentoo org> AuthorDate: Thu Nov 25 23:37:25 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Nov 25 23:39:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd606ba app-admin/ansible-molecule: support >=dev-python/pyyaml-6 All that upstream commit dcf82b067b0d4a1bfb5f1c478abd0d315b5e46e5, (to be included in the next release) did was remove the version cap in setup.cfg, and I have just confirmed that 3.5.2 builds, tests and installs fine against pyyaml-6.0. Signed-off-by: Marek Szuba gentoo.org> .../{ansible-molecule-3.5.2.ebuild => ansible-molecule-3.5.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/ansible-molecule/ansible-molecule-3.5.2.ebuild b/app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild similarity index 98% rename from app-admin/ansible-molecule/ansible-molecule-3.5.2.ebuild rename to app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild index f55cd367c9ac..21dc93e1196d 100644 --- a/app-admin/ansible-molecule/ansible-molecule-3.5.2.ebuild +++ b/app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild @@ -31,7 +31,7 @@ RDEPEND="$(python_gen_cond_dep ' dev-python/packaging[${PYTHON_USEDEP}] =dev-python/pyyaml-5.1[${PYTHON_USEDEP}] >=dev-python/rich-9.5.1[${PYTHON_USEDEP}] >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}] >=dev-util/cookiecutter-1.7.3[${PYTHON_USEDEP}]