python-traits 4.5.0-1ubuntu1 source package in Ubuntu

Changelog

python-traits (4.5.0-1ubuntu1) xenial; urgency=medium

  * Skip one failing test on armhf.

 -- Matthias Klose <email address hidden>  Sun, 17 Apr 2016 15:01:34 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-traits_4.5.0.orig.tar.gz 4.6 MiB 029d71ef36c85bfc4a2c5bd5e8f8a7fa81be86f74308be6f9dab7f7da31deb49
python-traits_4.5.0-1ubuntu1.debian.tar.xz 11.0 KiB ddbca3c228b73f0b6444cd7c1b3d7d4d36c5b6df94be132db8913c9c3b4ddacd
python-traits_4.5.0-1ubuntu1.dsc 2.2 KiB 7c5cf7fbb6e5ad6c368881abdc79bff8bf0be5e033d66ff2680b4544ee5c0a92

Available diffs

View changes file

Binary packages built by this source

python-traits: Manifest typing and reactive programming for Python (Python 2)

 The traits package provides a metaclass with special attributes that
 are called traits. A trait is a type definition that can be used for
 normal Python object attributes, giving the attributes some
 additional characteristics:
  * Initialization: A trait attribute can have a default value
  * Validation: A trait attribute is manifestly typed.
  * Delegation: The value of a trait attribute can be contained in another
    object
  * Notification: Setting the value of a trait attribute can fired
    callbacks
  * Visualization: With the TraitsUI package, GUIs can be generated
    automatically from traited objects.
 .
 This is the Python 2 version of the package.

python3-traits: Manifest typing and reactive programming for Python (Python 3)

 The traits package provides a metaclass with special attributes that
 are called traits. A trait is a type definition that can be used for
 normal Python object attributes, giving the attributes some
 additional characteristics:
  * Initialization: A trait attribute can have a default value
  * Validation: A trait attribute is manifestly typed.
  * Delegation: The value of a trait attribute can be contained in another
    object
  * Notification: Setting the value of a trait attribute can fired
    callbacks
  * Visualization: With the TraitsUI package, GUIs can be generated
    automatically from traited objects.
 .
 This is the Python 3 version of the package.