From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20E4215807A for ; Sat, 07 Jun 2025 10:07:20 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0F7A7343162 for ; Sat, 07 Jun 2025 10:07:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8775C1103C1; Sat, 07 Jun 2025 10:07:13 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7C9C01103C1 for ; Sat, 07 Jun 2025 10:07:13 +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 372EC34314F for ; Sat, 07 Jun 2025 10:07:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D46CE82C for ; Sat, 07 Jun 2025 10:07:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1749290827.21b67cebf91c54df3d6b9a5cc2a9c6e1448c56e4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/salt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/salt/salt-3006.7-r1.ebuild app-admin/salt/salt-3006.9-r2.ebuild app-admin/salt/salt-3007.0-r1.ebuild app-admin/salt/salt-3007.1-r1.ebuild app-admin/salt/salt-3007.1-r2.ebuild X-VCS-Directories: app-admin/salt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 21b67cebf91c54df3d6b9a5cc2a9c6e1448c56e4 X-VCS-Branch: master Date: Sat, 07 Jun 2025 10:07:11 +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: 6a81f623-1b31-4fa8-9308-cf0ea5d9ae2a X-Archives-Hash: e7d9d6771488cf7ef77b57393c26af8d commit: 21b67cebf91c54df3d6b9a5cc2a9c6e1448c56e4 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 7 10:06:40 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 7 10:07:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b67ceb app-admin/salt: Remove obsolete pytest-tempdir dependency The dependency is not used upstream since Sep 2023. Noticed by vimproved, thanks! See-also: https://github.com/saltstack/salt/commit/cbcbe14d47ee6dc49ad287dbb509f2f334f16dbf Signed-off-by: Michał Górny gentoo.org> app-admin/salt/salt-3006.7-r1.ebuild | 3 +-- app-admin/salt/salt-3006.9-r2.ebuild | 3 +-- app-admin/salt/salt-3007.0-r1.ebuild | 3 +-- app-admin/salt/salt-3007.1-r1.ebuild | 3 +-- app-admin/salt/salt-3007.1-r2.ebuild | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) diff --git a/app-admin/salt/salt-3006.7-r1.ebuild b/app-admin/salt/salt-3006.7-r1.ebuild index 57bb61e046c3..746bc69b6f9f 100644 --- a/app-admin/salt/salt-3006.7-r1.ebuild +++ b/app-admin/salt/salt-3006.7-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_1{0..1} ) +PYTHON_COMPAT=( python3_11 ) DISTUTILS_USE_PEP517=setuptools inherit systemd distutils-r1 @@ -105,7 +105,6 @@ BDEPEND=" >=dev-python/pyopenssl-23.0.0[${PYTHON_USEDEP}] >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] >=dev-python/pytest-salt-factories-1.0.0_rc28[${PYTHON_USEDEP}] - dev-python/pytest-tempdir[${PYTHON_USEDEP}] dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}] dev-python/pytest-subtests[${PYTHON_USEDEP}] dev-python/pytest-shell-utilities[${PYTHON_USEDEP}] diff --git a/app-admin/salt/salt-3006.9-r2.ebuild b/app-admin/salt/salt-3006.9-r2.ebuild index 2c10b17b189d..f793a220348c 100644 --- a/app-admin/salt/salt-3006.9-r2.ebuild +++ b/app-admin/salt/salt-3006.9-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_1{0..2} ) +PYTHON_COMPAT=( python3_1{1..2} ) DISTUTILS_USE_PEP517=setuptools inherit systemd distutils-r1 @@ -107,7 +107,6 @@ BDEPEND=" >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] <=dev-python/pytest-8.2.0[${PYTHON_USEDEP}] >=dev-python/pytest-salt-factories-1.0.0_rc28[${PYTHON_USEDEP}] - dev-python/pytest-tempdir[${PYTHON_USEDEP}] dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}] dev-python/pytest-subtests[${PYTHON_USEDEP}] dev-python/pytest-shell-utilities[${PYTHON_USEDEP}] diff --git a/app-admin/salt/salt-3007.0-r1.ebuild b/app-admin/salt/salt-3007.0-r1.ebuild index 3073f2fa854f..f85e5ace9217 100644 --- a/app-admin/salt/salt-3007.0-r1.ebuild +++ b/app-admin/salt/salt-3007.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_1{0..2} ) +PYTHON_COMPAT=( python3_1{1..2} ) DISTUTILS_USE_PEP517=setuptools inherit systemd distutils-r1 @@ -108,7 +108,6 @@ BDEPEND=" >=dev-python/pyopenssl-23.0.0[${PYTHON_USEDEP}] >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] >=dev-python/pytest-salt-factories-1.0.0_rc29[${PYTHON_USEDEP}] - dev-python/pytest-tempdir[${PYTHON_USEDEP}] dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}] dev-python/pytest-subtests[${PYTHON_USEDEP}] dev-python/pytest-shell-utilities[${PYTHON_USEDEP}] diff --git a/app-admin/salt/salt-3007.1-r1.ebuild b/app-admin/salt/salt-3007.1-r1.ebuild index 538dcfea22fe..5ec69d3877ac 100644 --- a/app-admin/salt/salt-3007.1-r1.ebuild +++ b/app-admin/salt/salt-3007.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_1{0..2} ) +PYTHON_COMPAT=( python3_1{1..2} ) DISTUTILS_USE_PEP517=setuptools inherit systemd distutils-r1 @@ -108,7 +108,6 @@ BDEPEND=" >=dev-python/pyopenssl-23.0.0[${PYTHON_USEDEP}] >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] >=dev-python/pytest-salt-factories-1.0.0_rc29[${PYTHON_USEDEP}] - dev-python/pytest-tempdir[${PYTHON_USEDEP}] dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}] dev-python/pytest-subtests[${PYTHON_USEDEP}] dev-python/pytest-shell-utilities[${PYTHON_USEDEP}] diff --git a/app-admin/salt/salt-3007.1-r2.ebuild b/app-admin/salt/salt-3007.1-r2.ebuild index adeb593b33a1..f78431596b3a 100644 --- a/app-admin/salt/salt-3007.1-r2.ebuild +++ b/app-admin/salt/salt-3007.1-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_1{0..2} ) +PYTHON_COMPAT=( python3_1{1..2} ) DISTUTILS_USE_PEP517=setuptools inherit systemd distutils-r1 @@ -108,7 +108,6 @@ BDEPEND=" >=dev-python/pyopenssl-23.0.0[${PYTHON_USEDEP}] >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] >=dev-python/pytest-salt-factories-1.0.0_rc29[${PYTHON_USEDEP}] - dev-python/pytest-tempdir[${PYTHON_USEDEP}] dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}] dev-python/pytest-subtests[${PYTHON_USEDEP}] dev-python/pytest-shell-utilities[${PYTHON_USEDEP}]