obsub 0.2-5 source package in Ubuntu
Changelog
obsub (0.2-5) unstable; urgency=low [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit. [ Ondřej Nový ] * d/control: Update Maintainer field with new Debian Python Team contact address. * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. [ Debian Janitor ] * Bump debhelper from old 12 to 13. -- Sandro Tosi <email address hidden> Wed, 04 May 2022 16:22:10 -0400
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
obsub_0.2-5.dsc | 2.0 KiB | ff9302f90b6efc5a2c16392250ab01e5dcc3ee7c02a5f091c71baca17d5e74b2 |
obsub_0.2.orig.tar.gz | 11.1 KiB | 1636e8a0145cc7cd7384f879f8e40e84e43dcd5c73ffca7b12ef3d6d27866461 |
obsub_0.2-5.debian.tar.xz | 2.8 KiB | a24430bb11e18509b0b1ee60073d490abdc24e0ba9e4f7b9197343fbcd5c77da |
Available diffs
- diff from 0.2-4 to 0.2-5 (834 bytes)
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.
.
This package sports the Python 3 module.