python-characteristic 14.3.0-2 source package in Ubuntu

Changelog

python-characteristic (14.3.0-2) unstable; urgency=medium

  * QA upload.
  * Orphan the package. See #.
  * Bump standards version.
  * Adjust build dependencies. Closes: #799635.

 -- Matthias Klose <email address hidden>  Mon, 04 Dec 2017 21:30:52 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-characteristic_14.3.0-2.dsc 2.0 KiB a76e17178eee1bf5c20f80357fd08a4b26656c90a2546918b92c26f9efb409c4
python-characteristic_14.3.0.orig.tar.gz 26.4 KiB ded68d4e424115ed44e5c83c2a901a0b6157a959079d7591d92106ffd3ada380
python-characteristic_14.3.0-2.debian.tar.xz 2.2 KiB 6f8cea729794b9580c3ac9c13a593c18bf5c3127807c6463a8d273849d4ab332

Available diffs

No changes file available.

Binary packages built by this source

python-characteristic: helper for implementing attribute-related object protocols (Python 2)

 characteristic is Python package with class decorators that ease the chores
 of implementing the most common attribute-related object protocols.
 .
 You just specify the attributes to work with and characteristic gives you:
 .
   - a nice human-readable __repr__,
   - a complete set of comparison methods,
   - and a kwargs-based initializer (that cooperates with your existing one)
 .
 without writing dull boilerplate code again and again.

python3-characteristic: helper for implementing attribute-related object protocols (Python 3)

 characteristic is Python package with class decorators that ease the chores
 of implementing the most common attribute-related object protocols.
 .
 You just specify the attributes to work with and characteristic gives you:
 .
   - a nice human-readable __repr__,
   - a complete set of comparison methods,
   - and a kwargs-based initializer (that cooperates with your existing one)
 .
 without writing dull boilerplate code again and again.