lazr.delegates 2.1.0-1 source package in Ubuntu
Changelog
lazr.delegates (2.1.0-1) unstable; urgency=medium * Update watch file format version to 4. * Update standards version to 4.6.2, no changes needed. * Use sphinx-build rather than "setup.py build_sphinx" (closes: #1042618). * Drop upstream GPG signatures, no longer supported by PyPI. * New upstream release. -- Colin Watson <email address hidden> Mon, 31 Jul 2023 18:27:25 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lazr.delegates_2.1.0-1.dsc | 2.3 KiB | f23c158fde33bd3400698c1e49f7ce3c214a8b6c57f6b5044ae0dc0b22c31b66 |
lazr.delegates_2.1.0.orig.tar.gz | 15.5 KiB | 50d4fb8872b952e57a48e12610e550fa3066eeb57c6c6c75b6a5142418bac19c |
lazr.delegates_2.1.0-1.debian.tar.xz | 3.4 KiB | 17a7d8b35e720882dee0448123b61f1c09490919d4532b02a2595ce46fe20870 |
Available diffs
- diff from 2.0.4-1 to 2.1.0-1 (27.1 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.