python-traits 6.3.2-1build3 source package in Ubuntu

Changelog

python-traits (6.3.2-1build3) lunar; urgency=medium

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 19:41:54 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
Uploaded to:
Lunar
Original maintainer:
Debian Python Team
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python
Lunar release universe python

Downloads

File Size SHA-256 Checksum
python-traits_6.3.2.orig.tar.gz 4.8 MiB d123b2e8b8a61575d2b4b95100c745e77197ac7dda8974c5b20035434936e6ee
python-traits_6.3.2-1build3.debian.tar.xz 5.2 KiB bf9795841ccd77073bcfc79f4693968ff98d63b00f422c121530462abce3c92e
python-traits_6.3.2-1build3.dsc 2.1 KiB d38439f584865f6e436a0f43d8e0b97e05b33415ef5054d1b45c72c8c59fe8b0

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