python3-executing: update to 1.1.0.

This commit is contained in:
Andrew J. Hesford 2022-10-02 12:56:52 -04:00 committed by Piraty
parent 37c5603717
commit e5d4f96e82

View file

@ -1,6 +1,6 @@
# Template file for 'python3-executing'
pkgname=python3-executing
version=1.0.0
version=1.1.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=98daefa9d1916a4f0d944880d5aeaf079e05585689bebd9ff9b32e31dd5e1017
checksum=2c2c07d1ec4b2d8f9676b25170f1d8445c0ee2eb78901afb075a4b8d83608c6a
do_check() {
PYTHONPATH="$(cd build/lib* && pwd)" python3 tests/test_main.py