diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 13:18:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:42 +0000 |
commit | 47f7d4f5f9b1683029238f3c46afb7a862b3e46b (patch) | |
tree | b59699c144a3379bef22f8c3a8f8ab1d934452ee /testing/py3-schema | |
parent | f9c032dc47ac90eac3f393bff530ae1e4ec5cc59 (diff) | |
download | aports-47f7d4f5f9b1683029238f3c46afb7a862b3e46b.tar.bz2 aports-47f7d4f5f9b1683029238f3c46afb7a862b3e46b.tar.xz |
testing/py3-schema: rebuild against python 3.8
Diffstat (limited to 'testing/py3-schema')
-rw-r--r-- | testing/py3-schema/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-schema/APKBUILD b/testing/py3-schema/APKBUILD index b25b966732..6553cfcc1c 100644 --- a/testing/py3-schema/APKBUILD +++ b/testing/py3-schema/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-schema _pkgname=schema pkgver=0.7.1 -pkgrel=0 +pkgrel=1 pkgdesc="Schema is a library for validating Python data structures" url="https://github.com/keleshev/$_pkgname" arch="noarch" |