python-traits 4.5.0-1build1 source package in Ubuntu

Changelog

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

  * No-change rebuild to drop python3.4 support.

 -- Matthias Klose <email address hidden>  Mon, 18 Jan 2016 20:57:30 +0000

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-1build1.debian.tar.xz 10.8 KiB c3866dc6e087fdb3a71c33bed70208f6d136589348543143dfb512cb36a2afe9
python-traits_4.5.0-1build1.dsc 2.2 KiB d916ee5fafce578a437be39294aa0fedc414f182aff0b552152e6cb306d8622c

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.