lazr.delegates 2.1.1-1 source package in Ubuntu

Changelog

lazr.delegates (2.1.1-1) unstable; urgency=medium

  * New upstream release.
  * Use dh-sequence-python3 and dh-sequence-sphinxdoc.
  * Use pybuild-plugin-pyproject.
  * Add Rules-Requires-Root: no.
  * Switch to autopkgtest-pkg-pybuild.
  * Mark python3-pytest build-dependency with <!nocheck>.

 -- Colin Watson <email address hidden>  Fri, 06 Dec 2024 14:04:37 +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 Pocket Published Component Section
Questing release universe python
Plucky release universe python

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lazr.delegates_2.1.1-1.dsc 2.4 KiB 40851f198ca731400893398f52b4122dac4039b9e522e19d43cd58c273dd5ce4
lazr.delegates_2.1.1.orig.tar.gz 15.9 KiB aeceb2616e51b73f327fbf12c4ec2b7d7670cb820bd5e4f6851215fb796c02dc
lazr.delegates_2.1.1-1.debian.tar.xz 3.6 KiB b873495f1b46d2df4d3e6fc35fd8520ee8b920f2b71714cd221a04b62d337332

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.