python3-executing: update to 0.10.0.

This commit is contained in:
Andrew J. Hesford 2022-08-15 10:11:22 -04:00
parent df938c81b5
commit 86bce965a0

View file

@ -1,6 +1,6 @@
# Template file for 'python3-executing'
pkgname=python3-executing
version=0.9.1
version=0.10.0
revision=1
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/alexmojaki/executing"
distfiles="${PYPI_SITE}/e/executing/executing-${version}.tar.gz"
checksum=ea278e2cf90cbbacd24f1080dd1f0ac25b71b2e21f50ab439b7ba45dd3195587
checksum=d1cd87c2e371e9966261410c5b3769d6df2f9e4a79a83eebd2662dd3388f9833
do_check() {
PYTHONPATH="$(cd build/lib* && pwd)" python3 tests/test_main.py