From 04aa4a945dd38b97c75b50f0967dfdd756bb32ef Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 12 Apr 2019 06:53:40 +0000 Subject: [PATCH] main/py-requests: rebuild against python 3.7 --- main/py-requests/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/py-requests/APKBUILD b/main/py-requests/APKBUILD index 1915a62c314..b083739d891 100644 --- a/main/py-requests/APKBUILD +++ b/main/py-requests/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-requests _pkgname=requests pkgver=2.21.0 -pkgrel=1 +pkgrel=2 pkgdesc="A HTTP request library for Python" url="http://www.python-requests.org/" arch="noarch"