From b6256e180d439b6d1cdc641f20a27678588f34f3 Mon Sep 17 00:00:00 2001 From: Zyrtula Date: Mon, 17 Jun 2024 21:01:18 +0200 Subject: [PATCH] python3-codespell: update to 2.3.0. --- srcpkgs/python3-codespell/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template index bf9eb3cefd7da0..bfd291b4336bec 100644 --- a/srcpkgs/python3-codespell/template +++ b/srcpkgs/python3-codespell/template @@ -1,6 +1,6 @@ # Template file for 'python3-codespell' pkgname=python3-codespell -version=2.2.6 +version=2.3.0 revision=1 build_style=python3-pep517 make_check_args="--deselect codespell_lib/tests/test_basic.py::test_command @@ -13,9 +13,11 @@ maintainer="icp " license="GPL-2.0-only" homepage="https://github.com/codespell-project/codespell" distfiles="${PYPI_SITE}/c/codespell/codespell-${version}.tar.gz" -checksum=a8c65d8eb3faa03deabab6b3bbe798bea72e1799c7e9e955d57eca4096abcff9 +checksum=360c7d10f75e65f67bad720af7007e1060a5d395670ec11a7ed1fed9dd17471f conflicts="python-codespell>=0" pre_check() { vsed -e '/addopts/d' -i pyproject.toml + # Remove marker because of missing pytest plugin `pytest-dependency` + vsed -e '/@pytest\.mark\.dependency/d' -i codespell_lib/tests/test_dictionary.py }