lazr.delegates 2.0.3-4 source package in Ubuntu

Changelog

lazr.delegates (2.0.3-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on python3-sphinx.

 -- Jelmer Vernooij <email address hidden>  Mon, 17 Oct 2022 04:09:04 +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 Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lazr.delegates_2.0.3-4.dsc 2.1 KiB 644bafcab5d0fe01ff65fd29bc65189d0dc08ba8290dc0c8884c70b460947a16
lazr.delegates_2.0.3.orig.tar.gz 13.7 KiB 51c80d5ac2c1f8f4a8c75fa271646529c8a6393a0b088dab50fb62138d092ee9
lazr.delegates_2.0.3-4.debian.tar.xz 32.5 KiB 261a0dd63550e2d05e934384ac8d8096a9f6e3a8aadcb1781dfd5c485028a48f

Available diffs

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.