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 9279B158041 for ; Sat, 13 Apr 2024 12:31:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C317CE2A4A; Sat, 13 Apr 2024 12:31:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B989E2A4A for ; Sat, 13 Apr 2024 12:31:46 +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 E37A134338C for ; Sat, 13 Apr 2024 12:31:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05E1816D9 for ; Sat, 13 Apr 2024 12:31:43 +0000 (UTC) From: "Henri Gasc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Henri Gasc" Message-ID: <1713011495.26fa58e0c5f55a8c5247563c65de3abbad997dd8.gasc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-syrupy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-syrupy/Manifest dev-python/pytest-syrupy/pytest-syrupy-4.0.0.ebuild dev-python/pytest-syrupy/pytest-syrupy-4.0.1.ebuild X-VCS-Directories: dev-python/pytest-syrupy/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: 26fa58e0c5f55a8c5247563c65de3abbad997dd8 X-VCS-Branch: dev Date: Sat, 13 Apr 2024 12:31:43 +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: c446f0a5-231f-471c-b2a0-9f8697887bb1 X-Archives-Hash: f5fb5fab5b71acbdd1e4ea06e58dc29f commit: 26fa58e0c5f55a8c5247563c65de3abbad997dd8 Author: Henri Gasc eurecom fr> AuthorDate: Sat Apr 13 12:31:25 2024 +0000 Commit: Henri Gasc eurecom fr> CommitDate: Sat Apr 13 12:31:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26fa58e0 dev-python/pytest-syrupy: add 4.0.1, drop 4.0.0 Signed-off-by: Henri Gasc eurecom.fr> dev-python/pytest-syrupy/Manifest | 2 +- ...rupy-4.0.0.ebuild => pytest-syrupy-4.0.1.ebuild} | 21 ++++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/dev-python/pytest-syrupy/Manifest b/dev-python/pytest-syrupy/Manifest index 5b1ce1c0d9..e5300f6175 100644 --- a/dev-python/pytest-syrupy/Manifest +++ b/dev-python/pytest-syrupy/Manifest @@ -1 +1 @@ -DIST pytest-syrupy-4.0.0.gh.tar.gz 2294943 BLAKE2B ac968eaaccfb4258237af165bf576a635ac858b0e8b52b2089b99b1dcfd3d49cc16bd7550ceb95809340a0e568fb37081e3c59820be8292fbe55f0223dc5dffa SHA512 006a28283c1ba148845bc4f447b066112a791adf47d405ce0351a25d2f100c64240719531ec62ed83f6c2a899f8d4ddeec9209fa152a290b6bb4e7b0e6ed1797 +DIST pytest-syrupy-4.0.1.gh.tar.gz 2300053 BLAKE2B 875465e5bfc6462535125f374906f29392c0fdb957eb4efe1fa9a38882f10e200af69065bc3190f224270d59e73f531b3d0c017d2686068f1abd4cb8e2cbcd89 SHA512 6f786e40e1700077b0fd98f5ca794d749666945dff89388d07a9c58c538b077835b107358eaa66d4ad1d7e50bea1964371c6428ab9597868f9005ae8b4e2d874 diff --git a/dev-python/pytest-syrupy/pytest-syrupy-4.0.0.ebuild b/dev-python/pytest-syrupy/pytest-syrupy-4.0.1.ebuild similarity index 69% rename from dev-python/pytest-syrupy/pytest-syrupy-4.0.0.ebuild rename to dev-python/pytest-syrupy/pytest-syrupy-4.0.1.ebuild index 240c594c42..93ef0efb21 100644 --- a/dev-python/pytest-syrupy/pytest-syrupy-4.0.0.ebuild +++ b/dev-python/pytest-syrupy/pytest-syrupy-4.0.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 @@ -17,25 +17,24 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" +DOCS=( README.md CHANGELOG.md ) + RDEPEND=" dev-python/rich[${PYTHON_USEDEP}] - dev-python/typing-extensions[${PYTHON_USEDEP}] " BDEPEND=" - dev-python/poetry-core[${PYTHON_USEDEP}] dev-python/colored[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] test? ( - dev-python/codecov[${PYTHON_USEDEP}] dev-python/invoke[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}] dev-python/pytest-benchmark[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] ) " -DEPEND=" - ${BDEPEND} - ${RDEPEND} -" +DEPEND="${RDEPEND}" distutils_enable_tests pytest + +EPYTEST_DESELECT=( + # Seems like the output changed but the tests did not + tests/integration/test_pytest_extension.py::test_ignores_non_function_nodes +)