aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-04-06 18:51:16 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-04-06 18:51:16 +0000
commit45f11d51b93cf69a6b915c6479b2fa84497e0dda (patch)
treea0888b9d453b8d5a28e97c20daf7f134724479ce /community
parentbad8194b1e3e69800be553e92f77700f836600e5 (diff)
downloadaports-45f11d51b93cf69a6b915c6479b2fa84497e0dda.tar.bz2
aports-45f11d51b93cf69a6b915c6479b2fa84497e0dda.tar.xz
community/py-jsonschema: upgrade to 3.0.1
Diffstat (limited to 'community')
-rw-r--r--community/py-jsonschema/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-jsonschema/APKBUILD b/community/py-jsonschema/APKBUILD
index c1b9abb6ab..bc75b12987 100644
--- a/community/py-jsonschema/APKBUILD
+++ b/community/py-jsonschema/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py-jsonschema
_pkgname=jsonschema
-pkgver=2.6.0
+pkgver=3.0.1
pkgrel=0
pkgdesc="An implementation of JSON Schema validation for Python"
url="https://github.com/Julian/jsonschema"
@@ -49,4 +49,4 @@ _py() {
done
}
-sha512sums="03f916abd023b32fbe60f91718d6f2f94d8834bd1bd8ec85ab02f591a145161275c2cde25b037c4d2e94703b870159feb776d3556f011e4c394d2e20ab897b0b jsonschema-2.6.0.tar.gz"
+sha512sums="564e7385728b15387cd44c06cf50c36342fe4c6f497d208ce3d611d1659023e95ff032b2609a786cd9610bd915f878d138eef47913f18cc56eaae0651eb6efe8 jsonschema-3.0.1.tar.gz"