2023-06-18 07:26:02 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message: py-ZopeEvent: moved to py-zope.event |
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message: *: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS |
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message: archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip |
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message: devel: Remove SHA1 hashes for distfiles |
2020-10-18 20:17:54 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-ZopeEvent: updated to 4.5.0 4.5.0 - Add support for Python 3.8 and 3.9. - Remove support for Python 3.4. |
2018-10-15 12:26:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-ZopeEvent: updated to 4.4 4.4: Add support for Python 3.7 |
2017-10-07 13:38:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-ZopeEvent: update to 4.3.0 4.3.0: - Add support for Python 3.6. - Drop support for Python 3.3. |
2016-09-01 18:40:14 by Thomas Klausner | Files touched by this commit (3) |
Log message: Updated py-ZopeEvent to 4.2.0. 4.2.0 (2016-02-17) ------------------ - Add support for Python 3.5. - Drop support for Python 2.6 and 3.2. |
2015-12-01 08:49:04 by Filip Hajny | Files touched by this commit (4) |
Log message: Import zope.event 4.1.0 as devel/py-ZopeEvent. The zope.event package provides a simple event system, including: - An event publishing API, intended for use by applications which are unaware of any subscribers to their events. - A very simple event-dispatching system on which more sophisticated event dispatching systems can be built. For example, a type-based event dispatching system that builds on zope.event can be found in zope.component. |