aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-05 12:08:33 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:41 +0000
commit702e98f0734fcd6922e19d1b154b8d07fe3ca165 (patch)
tree511426b652c662fff0bc590a323b1ef3853f9d8f
parent5049a55fe44c5fae2899755a26845771b3da77f4 (diff)
testing/py3-zope-schema: rebuild against python 3.8
-rw-r--r--testing/py3-zope-schema/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-zope-schema/APKBUILD b/testing/py3-zope-schema/APKBUILD
index 14a39e0c5e9..f8b46c92b2d 100644
--- a/testing/py3-zope-schema/APKBUILD
+++ b/testing/py3-zope-schema/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-zope-schema
_pkgname=zope.schema
pkgver=4.9.3
-pkgrel=0
+pkgrel=1
pkgdesc="zope.interface extension for defining data schemas"
options="!check" # Tests require 'zope.testing', 'zope.testruner' and 'zope.i18nmessageid'
url="https://github.com/zopefoundation/zope.schema"