pyee 11.1.0-1 source package in Ubuntu

Changelog

pyee (11.1.0-1) unstable; urgency=medium

  * Team Upload.
  * New upstream version 11.1.0 (Closes: #1058298)
  * remove old python3-mock build dependency
  * use new dh-sequence-python3

 -- Alexandre Detiste <email address hidden>  Wed, 10 Jan 2024 18:10:21 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyee_11.1.0-1.dsc 2.1 KiB 9bb49f4d3a3094bfacf65497994cb36a15e573bc25ee8ea7ddee161e8e505601
pyee_11.1.0.orig.tar.gz 26.1 KiB 3ec0e4348ad901b70a64c8728dece701b1254e73003e9ed190493abf52fb4dd6
pyee_11.1.0-1.debian.tar.xz 3.7 KiB 1426c646e90bfa45b328bc58c3bcf0b0cccadfc7c9ac33113ceb91d28d0b2d60

Available diffs

No changes file available.

Binary packages built by this source

python3-pyee: Python 3 port of node.js's EventEmitter to Python

 This package contains the pyee module for Python 3. pyee supplies an
 EventEmitter object similar to the EventEmitter from node.js. This allows
 developers to register a function to an event, which means that when the event
 is emitted, the function will be called.