python-traits 4.6.0-1ubuntu4 source package in Ubuntu

Changelog

python-traits (4.6.0-1ubuntu4) disco; urgency=medium

  * No-change rebuild to build without python3.6 support.

 -- Matthias Klose <email address hidden>  Sat, 03 Nov 2018 12:10:02 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Disco
Original maintainer:
Ubuntu Developers
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.6.0.orig.tar.gz 427.6 KiB c2deacbdb2a42825e198b35f46af13625c820e00e000f2fde2187cdb12c870b9
python-traits_4.6.0-1ubuntu4.debian.tar.xz 4.9 KiB a0ddd827dcabd9f9a269111cddce3eae13da63d8bc617db3b40119f0295ea590
python-traits_4.6.0-1ubuntu4.dsc 2.3 KiB a402964c60395f12669fef510458c861fb4da988b4dd18333896df61cbd5ddc5

Available diffs

View changes file

Binary packages built by this source

python-traits: No summary available for python-traits in ubuntu disco.

No description available for python-traits in ubuntu disco.

python-traits-dbgsym: No summary available for python-traits-dbgsym in ubuntu disco.

No description available for python-traits-dbgsym in ubuntu disco.

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.

python3-traits-dbgsym: debug symbols for python3-traits