From fcdc98fa10c8945886596ee1acd8543e58a216c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Wed, 7 Aug 2024 00:14:33 -0300 Subject: [PATCH] python3-attrs: update to 24.2.0. --- srcpkgs/python3-attrs/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-attrs/template b/srcpkgs/python3-attrs/template index d02cfbb7ba2..bffefd3d1cc 100644 --- a/srcpkgs/python3-attrs/template +++ b/srcpkgs/python3-attrs/template @@ -1,19 +1,18 @@ # Template file for 'python3-attrs' pkgname=python3-attrs -version=24.1.0 +version=24.2.0 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools hatch-vcs hatch-fancy-pypi-readme" depends="python3" -checkdepends="python3-pytest python3-zope.interface python3-six - python3-hypothesis" +checkdepends="python3-pytest python3-hypothesis pyright" short_desc="Attributes without boilerplate (Python3)" maintainer="Gonzalo TornarĂ­a " license="MIT" homepage="https://attrs.readthedocs.io/" changelog="https://raw.githubusercontent.com/python-attrs/attrs/main/CHANGELOG.md" distfiles="${PYPI_SITE}/a/attrs/attrs-${version}.tar.gz" -checksum=adbdec84af72d38be7628e353a09b6a6790d15cd71819f6e9d7b0faa8a125745 +checksum=5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346 post_install() { vlicense LICENSE