aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-06-26 00:53:51 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-06-26 03:57:31 +0000
commitdaf51ac3b748a770c3f97edc72026c4a64e63038 (patch)
tree8a830a72769207dce87516d5a6d0a3b46335ab92
parenta266413fbdf9dd3822fb5295eb73d5c21a5e6d3a (diff)
downloadalpine_aports-daf51ac3b748a770c3f97edc72026c4a64e63038.tar.bz2
alpine_aports-daf51ac3b748a770c3f97edc72026c4a64e63038.tar.xz
alpine_aports-daf51ac3b748a770c3f97edc72026c4a64e63038.zip
community/py3-html5lib: upgrade to 1.1
-rw-r--r--community/py3-html5lib/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-html5lib/APKBUILD b/community/py3-html5lib/APKBUILD
index 9d64d3324d..30f87eb92e 100644
--- a/community/py3-html5lib/APKBUILD
+++ b/community/py3-html5lib/APKBUILD
@@ -3,8 +3,8 @@
3# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> 3# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
4pkgname=py3-html5lib 4pkgname=py3-html5lib
5_pkgname=html5lib 5_pkgname=html5lib
6pkgver=1.0.1 6pkgver=1.1
7pkgrel=4 7pkgrel=0
8pkgdesc="A Python HTML parser" 8pkgdesc="A Python HTML parser"
9options="!check" # 1 test fail TypeError: object of type 'MarkDecorator' has no len() 9options="!check" # 1 test fail TypeError: object of type 'MarkDecorator' has no len()
10url="https://github.com/html5lib/html5lib-python" 10url="https://github.com/html5lib/html5lib-python"
@@ -31,4 +31,4 @@ package() {
31 python3 setup.py install --prefix=/usr --root="$pkgdir" 31 python3 setup.py install --prefix=/usr --root="$pkgdir"
32} 32}
33 33
34sha512sums="35939b4450893864da04e735ee5e0addacf1dd34bae6a6909c76572abf6bfded446a78a713dfde91c1485ba45867d7abeb6a45cf0545c16ea968707be7de5dd2 html5lib-1.0.1.tar.gz" 34sha512sums="af7c29591007fded99be6c38e3d0ae5a4ac32d71d26046a615918ae732cb1c1ecbf754f47ceca1a53726c3843f3ecea7af87a7362281b45ff3af495815818626 html5lib-1.1.tar.gz"