python3-executing: update to 1.2.0.

This commit is contained in:
Andrew J. Hesford 2022-09-19 21:07:43 -04:00
parent b7ebb76f79
commit 712c908142

View file

@ -1,6 +1,6 @@
# Template file for 'python3-executing'
pkgname=python3-executing
version=1.1.1
version=1.2.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=b0d7f8dcc2bac47ce6e39374397e7acecea6fdc380a6d5323e26185d70f38ea8
checksum=19da64c18d2d851112f09c287f8d3dbbdf725ab0e569077efb6cdcbd3497c107
do_check() {
PYTHONPATH="$(cd build/lib* && pwd)" python3 tests/test_main.py