pyee 7.0.2-1 source package in Ubuntu

Changelog

pyee (7.0.2-1) unstable; urgency=medium

  * Team Upload.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Sophie Brun ]
  * New upstream version 7.0.2 (Closes: #956914)
  * Update debian/copyright
  * Refresh patch
  * Disable trio tests (pytest-trio is not in Debian)
  * Add missing build-dep: python3-pytest-asyncio
  * Add autopkgtest-pkg-python
  * Bump Standards-Version to 4.5.0

 -- Raphaƫl Hertzog <email address hidden>  Wed, 08 Jul 2020 16:19:39 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyee_7.0.2-1.dsc 1.7 KiB 5eabcb7919c83de6081432c3849cf4429e2a2f5a6129f196587a76d1654bc8f0
pyee_7.0.2.orig.tar.gz 15.2 KiB c908d1ecb32918bbf7dbb895a093153b0ca1ed8f04fc067d98bd4c5917aeb3d8
pyee_7.0.2-1.debian.tar.xz 2.8 KiB d203630503002e747d4bb0111990f80856bdba208acc675d94094c5a69a2fc86

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.