commit: 67b266948770bcd17fb23d4c19216d59ced9e4a3 Author: Henri Gasc <gasc <AT> eurecom <DOT> fr> AuthorDate: Wed Jan 22 00:20:06 2025 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Wed Jan 22 00:48:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67b26694
dev-python/syrupy: add 4.8.1, drop 4.8.0 Closes: https://bugs.gentoo.org/928262 Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr> dev-python/syrupy/Manifest | 2 +- .../syrupy/{syrupy-4.8.0.ebuild => syrupy-4.8.1.ebuild} | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/dev-python/syrupy/Manifest b/dev-python/syrupy/Manifest index bc47e9e02..d69e3b9bb 100644 --- a/dev-python/syrupy/Manifest +++ b/dev-python/syrupy/Manifest @@ -1 +1 @@ -DIST syrupy-4.8.0.gh.tar.gz 2313840 BLAKE2B 10d3274ec03591e864460472c72f50e244385b86b8cab631fbc6835f099d96a47ba94969e28a7956374c2e6f1c8d4da0ae064dc2a7273ba655fd4a7efa6d66c7 SHA512 ee47b1b32a88185799166e372d80fc076427f341643163bf288a0740e56fe239e578f05501fc59b90c760062c8320a4992c9a93cb3f25af012f65d641e9f4ee9 +DIST syrupy-4.8.1.gh.tar.gz 2315109 BLAKE2B 849e808f3f00017c045a48c47a389eb6f291653a47a979e66a818ca50cfd8a6ab9491a216124591967c18234b0111e1990045300b4d9e100bb12a0421dd5d688 SHA512 6c2e568ab622a03cf17098b979601d7b6710db8d9e92fa4550b1390cfd0e3b14469e5b18c6e7dd87f49ba8b78e992026ddf2f3117021fed9b6ca9d20f049a07f diff --git a/dev-python/syrupy/syrupy-4.8.0.ebuild b/dev-python/syrupy/syrupy-4.8.1.ebuild similarity index 61% rename from dev-python/syrupy/syrupy-4.8.0.ebuild rename to dev-python/syrupy/syrupy-4.8.1.ebuild index 06cfd5f06..80717d1ff 100644 --- a/dev-python/syrupy/syrupy-4.8.0.ebuild +++ b/dev-python/syrupy/syrupy-4.8.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 @@ -16,7 +16,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -DOCS=( README.md CHANGELOG.md ) +DOCS+=( LICENSE README.md CHANGELOG.md ) RDEPEND=" dev-python/rich[${PYTHON_USEDEP}] @@ -28,4 +28,10 @@ BDEPEND=" ) " +# Can not use dev-python/pytest-xdist because strange errors appear +# EPYTEST_XDIST=1 +EPYTEST_DESELECT=( + # This test fails for some strange reason + "tests/integration/test_snapshot_option_update.py::test_update_failure_shows_snapshot_diff[xdist_two]" +) distutils_enable_tests pytest
