python-traits 6.3.2-1build4 source package in Ubuntu

Changelog

python-traits (6.3.2-1build4) noble; urgency=medium

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 17:54:17 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Debian Python 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_6.3.2.orig.tar.gz 4.8 MiB d123b2e8b8a61575d2b4b95100c745e77197ac7dda8974c5b20035434936e6ee
python-traits_6.3.2-1build4.debian.tar.xz 5.2 KiB cad2f46f3f57e072eff6885166984c9a60a89a18428f331882cebfac23553ab9
python-traits_6.3.2-1build4.dsc 2.1 KiB 624570f401a045d6f895211d26fc2b79fc3c3fec4245edd640599a48aac3ec57

Available diffs

View changes file

Binary packages built by this source

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