aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-lz4
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2017-07-02 16:21:49 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-07-03 15:04:04 +0000
commit29be4e9a4857827e4a855f8ae5a612c3ac1a5bc3 (patch)
tree06a0a03b72f218825810c8bbd75c28aa407895ee /community/py-lz4
parent191ee4148ed9c99d14fea20f46fe554373d16f63 (diff)
downloadaports-29be4e9a4857827e4a855f8ae5a612c3ac1a5bc3.tar.bz2
aports-29be4e9a4857827e4a855f8ae5a612c3ac1a5bc3.tar.xz
community/py-lz4: update to 0.10.1
Diffstat (limited to 'community/py-lz4')
-rw-r--r--community/py-lz4/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py-lz4/APKBUILD b/community/py-lz4/APKBUILD
index ff2a6dbeee..4e05d37530 100644
--- a/community/py-lz4/APKBUILD
+++ b/community/py-lz4/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=py-lz4
-pkgver=0.10.0
+pkgver=0.10.1
_pkgname=${pkgname#py-}
-pkgrel=2
+pkgrel=0
pkgdesc="LZ4 Bindings for Python"
url="https://pypi.python.org/pypi/lz4"
arch="all"
@@ -63,5 +63,5 @@ check() {
python setup.py test
}
-sha512sums="5a998eb2a541e7a6b8ff7a2d8c1fc0e6d30cddb35ec2b400f60726a6c9d996e2488c738dd841c16069a13d3eaadad3479ca173cd8c863c7e73cd5a26d77ef658 lz4-0.10.0.tar.gz
+sha512sums="538880742257e08b027c45c33aa29e12d7303826f63817d1f6d316ea9b69dfb20710a4f573499ce141cffd12fbac701305405521cb815e2329333934e7e1f2c9 lz4-0.10.1.tar.gz
6fb99988e604a3a2f72d6297d2c0596586bdf7cc66c740061c362502de04a2fe9f814708c5722874b45df6cddd14303a3920de1249ca3b98a5a8eb19bb981a04 disable-failing-test.patch"