From ea222088f19edbfbf4e06fbceb5e2cd533d17dc7 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 3 Apr 2019 19:03:08 +0000 Subject: [PATCH] main/py-urllib3: rebuild against python 3.7 --- main/py-urllib3/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/py-urllib3/APKBUILD b/main/py-urllib3/APKBUILD index 220ffe28771..0d332813bc4 100644 --- a/main/py-urllib3/APKBUILD +++ b/main/py-urllib3/APKBUILD @@ -4,7 +4,7 @@ pkgname=py-urllib3 _pkgname=${pkgname/py-/} pkgver=1.24.1 -pkgrel=0 +pkgrel=1 pkgdesc="HTTP library with thread-safe connection pooling, file post, and more" url="https://github.com/shazow/urllib3" arch="noarch"