diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-01 11:28:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:28 +0000 |
commit | d40bc6eb9e743c8468f04c1dfbcaa9a096b98b32 (patch) | |
tree | 29b69d77cca3e2d504388431ff1e42794697bd10 /testing/py3-jsonpointer | |
parent | 65b3c2cdcb6e5da5fa200082357e0c9e4b7723e3 (diff) | |
download | aports-d40bc6eb9e743c8468f04c1dfbcaa9a096b98b32.tar.bz2 aports-d40bc6eb9e743c8468f04c1dfbcaa9a096b98b32.tar.xz |
testing/py3-jsonpointer: rebuild against python 3.8
Diffstat (limited to 'testing/py3-jsonpointer')
-rw-r--r-- | testing/py3-jsonpointer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-jsonpointer/APKBUILD b/testing/py3-jsonpointer/APKBUILD index 774b7ba505..0aa4ba843a 100644 --- a/testing/py3-jsonpointer/APKBUILD +++ b/testing/py3-jsonpointer/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-jsonpointer _pkgname=jsonpointer pkgver=2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Identify specific nodes in a JSON document (RFC 6901)" url="https://github.com/stefankoegl/python-json-pointer" arch="noarch" |