obsub 0.2.1-1 source package in Ubuntu

Changelog

obsub (0.2.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.2.1
  * Update upstream URL
  * Use new dh-sequence-python3
  * Set "Rules-Requires-Root: no"
  * d/watch: Set version=4

 -- Alexandre Detiste <email address hidden>  Sat, 11 May 2024 17:21:56 +0200

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
obsub_0.2.1-1.dsc 2.0 KiB bb98bcc2adb5645419056c6231441d51a5a47287b53b14ab463c587c995d4b6e
obsub_0.2.1.orig.tar.gz 10.9 KiB 682e6044585d53261dfca822ab541860f40c18a80877b8adcefbf114acc31349
obsub_0.2.1-1.debian.tar.xz 2.9 KiB 65aeb270f81f56ee3fc17f408db7852b8cb662d934991b75b9ec2c53f7b5d868

Available diffs

No changes file available.

Binary packages built by this source

python3-obsub: Python 3.x module that implements the observer pattern via a decorator

 The @event decorator makes functions or methods "observable". Consuming code
 can subscribe callbacks to these decorated callables, and the callbacks will be
 triggered every time the callables are invoked.