lazr.delegates 2.0.4-1 source package in Ubuntu
Changelog
lazr.delegates (2.0.4-1) unstable; urgency=medium * d/upstream/signing-key.asc: Replace with my key. * New upstream release. * Run the doctests as well. -- Colin Watson <email address hidden> Sun, 11 Dec 2022 23:15:07 +0000
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 | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lazr.delegates_2.0.4-1.dsc | 2.5 KiB | f7899136cb0c327fff97212aa0e0f9c03fbb041afcb94f3b3f57f7f768198fae |
lazr.delegates_2.0.4.orig.tar.gz | 13.8 KiB | dded302c7bfce579aad8d5e2f2e3672dc920cc8d91015a9045d7ab240ba2b6e5 |
lazr.delegates_2.0.4.orig.tar.gz.asc | 811 bytes | c917feb92d609cf54db6f2c09dc89e75e3a15053a8dba97fb4ef409c28e1eb7c |
lazr.delegates_2.0.4-1.debian.tar.xz | 7.1 KiB | cd341964f8a0e98ac969fa25725b8b0eed8563abcf900828706781f87d036ff4 |
Available diffs
- diff from 2.0.3-4 to 2.0.4-1 (36.1 KiB)
- diff from 2.0.3-5 to 2.0.4-1 (35.7 KiB)
No changes file available.
Binary packages built by this source
- python-lazr.delegates-doc: easily write objects that delegate behavior (documentation)
The ``lazr.delegates`` package makes it easy to write objects that delegate
behavior to another object. The new object adds some property or behavior on
to the other object, while still providing the underlying interface, and
delegating behavior.
.
This is the common documentation package.
- python3-lazr.delegates: easily write objects that delegate behavior
The ``lazr.delegates`` package makes it easy to write objects that delegate
behavior to another object. The new object adds some property or behavior on
to the other object, while still providing the underlying interface, and
delegating behavior.
.
This is the Python 3 version.