zope.event 4.4-3 source package in Ubuntu

Changelog

zope.event (4.4-3) unstable; urgency=medium

  * New maintainer. (Closes: #948807)
  * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends field and bumped level to 13.
  * debian/control:
      - Added 'Rules-Requires-Root: no' to source stanza.
      - Bumped Standards-Version to 4.5.0.
      - Created VCS fields.
      - Updated section from zope to python.
  * debian/copyright:
      - Added packaging copyright.
      - Removed 'Files-Excluded: docs/_build/*', files are not available in
        upstream.
      - Using a secure URI in Format field.
  * debian/salsa-ci.yml: added to provide CI tests for Salsa.
  * debian/upstream/metadata: created.
  * debian/watch:
      - Bumped to version 4.
      - Updated to use secure uri.

 -- Daniel Lenharo de Souza <email address hidden>  Sun, 14 Jun 2020 18:11:35 -0300

Upload details

Uploaded by:
Daniel Lenharo de Souza
Uploaded to:
Sid
Original maintainer:
Daniel Lenharo de Souza
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python
Lunar release universe python
Jammy release universe python

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zope.event_4.4-3.dsc 1.9 KiB b48880761a9706735ea8ed8bba7a387edb25dc81d059ef05909347a759ac966e
zope.event_4.4.orig.tar.gz 18.4 KiB 69c27debad9bdacd9ce9b735dad382142281ac770c4a432b533d6d65c4614bcf
zope.event_4.4-3.debian.tar.xz 4.2 KiB c8b660609de9c0d8e1e62ab47f2ee71abfbd92194e55f8c2a818eb071760f893

Available diffs

No changes file available.

Binary packages built by this source

python3-zope.event: Very basic event publishing system

 This package provides a simple event system. It provides an event publishing
 system and 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.
 .
 This is the Python 3 library.