diff options
-rw-r--r-- | main/py3-tox/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py3-tox/APKBUILD b/main/py3-tox/APKBUILD index e605082c112..3c80101a648 100644 --- a/main/py3-tox/APKBUILD +++ b/main/py3-tox/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=py3-tox _pkgname=${pkgname#py3-*} -pkgver=3.15.2 +pkgver=3.16.0 pkgrel=0 pkgdesc="virtualenv management and test command line tool" options="!check" # Requires community/py3-pathlib2, and unpackaged flaky @@ -38,4 +38,4 @@ check() { python3 setup.py test } -sha512sums="2a93f8141986d967d090eaf9d327e418e42357028540cb140da6a6430749a4b41e7f82c9ae57378995b7f3be060b7480d770416a6a21583e06b83b7248ceacf8 tox-3.15.2.tar.gz" +sha512sums="5ee06961085f60565299405ed739053607bac99497854e342e71ef99b1c254dc98661c4968c8d9e15a89a79e29819012151b15f410bec73648e5383aa5ab0261 tox-3.16.0.tar.gz" |