From cd92b4b849047a8f2a33e0386d7317f23d187e28 Mon Sep 17 00:00:00 2001
From: psykose <alice@ayaya.dev>
Date: Wed, 30 Nov 2022 02:37:10 +0000
Subject: [PATCH] community/py3-asttokens: upgrade to 2.2.0

---
 community/py3-asttokens/APKBUILD | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/community/py3-asttokens/APKBUILD b/community/py3-asttokens/APKBUILD
index 54ca6d61821b..228b70304bb8 100644
--- a/community/py3-asttokens/APKBUILD
+++ b/community/py3-asttokens/APKBUILD
@@ -1,8 +1,8 @@
 # Contributor: Justin Berthault <justin.berthault@zaclys.net>
 # Maintainer: Justin Berthault <justin.berthault@zaclys.net>
 pkgname=py3-asttokens
-pkgver=2.1.0
-pkgrel=1
+pkgver=2.2.0
+pkgrel=0
 pkgdesc="Annotate AST trees with source code positions"
 url="https://github.com/gristlabs/asttokens"
 arch="noarch"
@@ -13,7 +13,6 @@ checkdepends="py3-astroid py3-pytest"
 source="https://files.pythonhosted.org/packages/source/a/asttokens/asttokens-$pkgver.tar.gz
 	"
 builddir="$srcdir/"asttokens-$pkgver
-options="!check" # doesnt support new astroid
 
 build() {
 	export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
@@ -29,5 +28,5 @@ package() {
 }
 
 sha512sums="
-65a6ecc41ad8b9440e6758a062427a26057dcf44997ce61ffca32199ce1c3af5b4a9effc7e41356b9b420a35a0f65d57515d6c58849bf64d844c754496af98e0  asttokens-2.1.0.tar.gz
+6d9b9506a8d4a0b1994e22276c2da7375af658faaf2e939dcdd5c1964e3e3996621edc94df74a9f85c50fa58f02f60957ed95a73f2da95359eb969cf4cc3efb1  asttokens-2.2.0.tar.gz
 "
-- 
GitLab