From cdefe00afca56d42da361d6128f88993e7ddf96a Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 24 Mar 2020 03:50:51 -0300 Subject: [PATCH] testing/py3-humanize: upgrade to 2.2.0 --- testing/py3-humanize/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/py3-humanize/APKBUILD b/testing/py3-humanize/APKBUILD index 7ec2e773b53..7227ec7f0d1 100644 --- a/testing/py3-humanize/APKBUILD +++ b/testing/py3-humanize/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Thomas Boerger pkgname=py3-humanize _pkgname=humanize -pkgver=2.1.0 +pkgver=2.2.0 pkgrel=0 pkgdesc="Python humanize functions" url="https://pypi.python.org/pypi/humanize" @@ -30,4 +30,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="f3101dbf93840da06dc67df7c90fa224013a50b66b72ae8b9f93b1c1bfe47648f3edbe086518d4e4d412dcbd4c121b82d7f47489148d1ef270183a0d43d3763f humanize-2.1.0.tar.gz" +sha512sums="4195047ddc92ed537bfad582ddccc2cfae64c1f90ae248a4e9ea759499d30cc8a50b190ea18ccaea76448f8c4c7c2bbe54bd6313d75baaaceb6c13e0f926de48 humanize-2.2.0.tar.gz"