aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-lazy-object-proxy
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-30 05:51:39 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-30 07:23:55 -0300
commit320ebcf86b31d98a4f299deb6bab44059804eb57 (patch)
tree568636bbabacdb69637b1379a6910e2a49240784 /testing/py3-lazy-object-proxy
parent9e3f0c6c7f3c09130d7ffc6068e4d691e9bbf1fa (diff)
downloadaports-320ebcf86b31d98a4f299deb6bab44059804eb57.tar.bz2
aports-320ebcf86b31d98a4f299deb6bab44059804eb57.tar.xz
testing/py3-lazy-object-proxy: upgrade to 1.4.2
Diffstat (limited to 'testing/py3-lazy-object-proxy')
-rw-r--r--testing/py3-lazy-object-proxy/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/py3-lazy-object-proxy/APKBUILD b/testing/py3-lazy-object-proxy/APKBUILD
index 24189f822b..7d0bee78f7 100644
--- a/testing/py3-lazy-object-proxy/APKBUILD
+++ b/testing/py3-lazy-object-proxy/APKBUILD
@@ -2,9 +2,10 @@
# Maintainer: prspkt <prspkt@protonmail.com>
pkgname=py3-lazy-object-proxy
_pkgname=lazy-object-proxy
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=0
pkgdesc="Fast and thorough lazy object proxy"
+options="!check" # Requires unpackaged pytest-benchmark
url="https://github.com/ionelmc/python-lazy-object-proxy"
arch="all"
license="BSD-2-Clause"
@@ -21,4 +22,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="b0ce3026eaef1f8db6d6e52e55686715358130e3469c6519d2bdf117145f22eedc91a8efed353e8cb420afcf0b577aedca47a30db443ff14a17e99c3284e2f95 lazy-object-proxy-1.4.1.tar.gz"
+sha512sums="16243674828a49859ee79e5bac37cb9296b8b4b24c4d02b92f77bee76ccaed5679e7d5d0e76a64ca0eba5e11509bd7550b2f5f4977faf7ed13097d0d76d873a9 lazy-object-proxy-1.4.2.tar.gz"