diff options
author | Andrew J. Hesford <ajh@sideband.org> | 2024-09-08 16:21:35 +0000 |
---|---|---|
committer | Andrew J. Hesford <ajh@sideband.org> | 2024-09-08 16:23:23 +0000 |
commit | 069a9b542e6a89c494cbe88673a8633b45dcf8ef (patch) | |
tree | 470d6ed5b962114c607e954692a9c9be2d0264ae /srcpkgs/python3-cattrs/template | |
parent | b021f400fa344a465911e4e46eaec79aed869296 (diff) | |
download | void-packages-069a9b542e6a89c494cbe88673a8633b45dcf8ef.tar void-packages-069a9b542e6a89c494cbe88673a8633b45dcf8ef.tar.gz void-packages-069a9b542e6a89c494cbe88673a8633b45dcf8ef.tar.bz2 void-packages-069a9b542e6a89c494cbe88673a8633b45dcf8ef.tar.lz void-packages-069a9b542e6a89c494cbe88673a8633b45dcf8ef.tar.xz void-packages-069a9b542e6a89c494cbe88673a8633b45dcf8ef.tar.zst void-packages-069a9b542e6a89c494cbe88673a8633b45dcf8ef.zip |
python3-cattrs: update to 24.1.0.
Diffstat (limited to '')
-rw-r--r-- | srcpkgs/python3-cattrs/template | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/srcpkgs/python3-cattrs/template b/srcpkgs/python3-cattrs/template index 70ab0f250ec..249eb849a61 100644 --- a/srcpkgs/python3-cattrs/template +++ b/srcpkgs/python3-cattrs/template @@ -1,10 +1,22 @@ # Template file for 'python3-cattrs' pkgname=python3-cattrs -version=23.2.3 +version=24.1.0 revision=1 build_style=python3-pep517 -make_check_args="--ignore tests/test_preconf.py - --ignore tests/test_unstructure_collections.py" +# Initial ignores require unpackaged dependencies; +# deselections and subsequent ignores do invalid NaN comparisons +make_check_args="--ignore tests/test_cols.py + --ignore tests/test_preconf.py + --ignore tests/preconf/test_msgspec_cpython.py + --ignore tests/preconf/test_pyyaml.py + --ignore tests/test_unstructure_collections.py + --deselect tests/test_gen_dict.py::test_individual_overrides + --deselect tests/test_gen_dict.py::test_nodefs_generated_unstructuring_cl + --deselect tests/test_gen_dict.py::test_renaming + --deselect tests/test_gen_dict.py::test_unmodified_generated_structuring + --deselect tests/test_structure_attrs.py::test_structure_simple_from_dict_default + --ignore tests/test_baseconverter.py + --ignore tests/test_converter.py" make_check_target="tests" hostmakedepends="hatchling hatch-vcs" depends="python3-attrs" @@ -15,7 +27,7 @@ license="MIT" homepage="https://catt.rs" changelog="https://github.com/python-attrs/cattrs/blob/main/HISTORY.md" distfiles="${PYPI_SITE}/c/cattrs/cattrs-${version}.tar.gz" -checksum=a934090d95abaa9e911dac357e3a8699e0b4b14f8529bcc7d2b1ad9d51672b9f +checksum=8274f18b253bf7674a43da851e3096370d67088165d23138b04a1c04c8eaf48e pre_check() { vsed -i -e '/addopts/d' pyproject.toml |