aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-10-24 14:57:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:33:51 +0000
commit4490b56b9ee492b6814025ff6dea6dd9af2f1d13 (patch)
tree7fd25bced2e1f837e805c4a88d6c57c970be275d
parent09afd9361319f85fdf1543905b475242d803f019 (diff)
downloadaports-4490b56b9ee492b6814025ff6dea6dd9af2f1d13.tar.bz2
aports-4490b56b9ee492b6814025ff6dea6dd9af2f1d13.tar.xz
main/py3-oauthlib: rebuild against python 3.8
-rw-r--r--main/py3-oauthlib/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py3-oauthlib/APKBUILD b/main/py3-oauthlib/APKBUILD
index 5c080b17ed..f6d668ffc9 100644
--- a/main/py3-oauthlib/APKBUILD
+++ b/main/py3-oauthlib/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-oauthlib
_pkgname=oauthlib
pkgver=2.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Python3 implementation of the OAuth request-signing logic"
options="!check" # requires 'blinker' that is in testing/
url="https://github.com/idan/oauthlib"