diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-04 12:30:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:40 +0000 |
commit | 0cccd220c8006c7460c188a3641d046ca5f655df (patch) | |
tree | 104d3579b9b4f7828273e4608a4176d062401be2 /community/py-zope-event | |
parent | 6fa844699ee0fa2aadba36ca4c9f02433d8152d1 (diff) | |
download | aports-0cccd220c8006c7460c188a3641d046ca5f655df.tar.bz2 aports-0cccd220c8006c7460c188a3641d046ca5f655df.tar.xz |
community/py-zope-event: rebuild against python 3.7
Diffstat (limited to 'community/py-zope-event')
-rw-r--r-- | community/py-zope-event/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-zope-event/APKBUILD b/community/py-zope-event/APKBUILD index 3411c31754..9d485cdc60 100644 --- a/community/py-zope-event/APKBUILD +++ b/community/py-zope-event/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org> pkgname=py-zope-event pkgver=4.4 -pkgrel=0 +pkgrel=1 pkgdesc="Event publishing / dispatch, used by Zope Component Architecture" url="https://github.com/zopefoundation/zope.event" arch="noarch" |