diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-25 13:54:00 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-25 17:01:59 +0000 |
commit | dc6eaff4f66d5965ea869739a78e5d669ebae438 (patch) | |
tree | edc3366853fa8044822d3729bc85f3e4b99164fb | |
parent | 4427eb90fd911fef3ce9538aafa3af3219f51f9d (diff) | |
download | aports-dc6eaff4f66d5965ea869739a78e5d669ebae438.tar.bz2 aports-dc6eaff4f66d5965ea869739a78e5d669ebae438.tar.xz |
main/py3-tox: upgrade to 3.14.6
-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 0cdababca0..7582dcfb02 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.14.5 +pkgver=3.14.6 pkgrel=0 pkgdesc="virtualenv management and test command line tool" options="!check" # Requires unpackaged py3-pytest extensions @@ -38,4 +38,4 @@ check() { python3 setup.py test } -sha512sums="8916efc0078f51f10cc7600e7c7879863011ca375f1d88a45266406243df767ebd1d286f36c0b5d818407ade4a2790e4aa49cb257ae23dde3e4c51c5f05c7459 tox-3.14.5.tar.gz" +sha512sums="54fd836c7667aa4f7be80716d1f1f2aea3ef3f73a5e2d3999303f3bdb7463c9751e77d9cc338064ec11ab28e01ea59af5cdbe2c57abdd741b9d3e3f419ace473 tox-3.14.6.tar.gz" |