py-zope-event: add 4.5.0 (#27595)

This commit is contained in:
Manuela Kuhn 2021-11-23 00:05:13 +01:00 committed by GitHub
parent 411b3ecc37
commit b961491ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PyZopeEvent(PythonPackage):
homepage = "https://github.com/zopefoundation/zope.event"
pypi = "zope.event/zope.event-4.3.0.tar.gz"
version('4.5.0', sha256='5e76517f5b9b119acf37ca8819781db6c16ea433f7e2062c4afc2b6fbedb1330')
version('4.3.0', sha256='e0ecea24247a837c71c106b0341a7a997e3653da820d21ef6c08b32548f733e7')
depends_on('py-setuptools', type='build')
depends_on('py-setuptools', type=('build', 'run'))