From df5242b43b0274f2ed232fa801d204515ff6e5bf Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 1 Nov 2019 11:28:40 +0000 Subject: [PATCH] testing/py3-jsonpatch: rebuild against python 3.8 --- testing/py3-jsonpatch/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-jsonpatch/APKBUILD b/testing/py3-jsonpatch/APKBUILD index 6d3de53dd97..1b6374987c9 100644 --- a/testing/py3-jsonpatch/APKBUILD +++ b/testing/py3-jsonpatch/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-jsonpatch _pkgname=jsonpatch pkgver=1.24 -pkgrel=0 +pkgrel=1 pkgdesc="Apply JSON-Patches (RFC 6902)" url="https://github.com/stefankoegl/python-json-patch" arch="noarch"