python-traits 6.3.2-1 source package in Ubuntu

Changelog

python-traits (6.3.2-1) unstable; urgency=low

  * Team upload.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Bump debhelper from old 12 to 13.
    Closes: #671802

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Andreas Tille ]
  * Standards-Version: 4.6.0 (routine-update)
  * Testsuite: autopkgtest-pkg-python (routine-update)
  * Remove trailing whitespace in debian/copyright (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * watch file standard 4 (routine-update), filenamemangle option
  * traits/version.py is not shipped any more with upstream source
    Closes: #671112
  * d/rules: drop useless get-orig-source target
  * Ignore test which fails for unknown reasons for the moment

 -- Andreas Tille <email address hidden>  Tue, 08 Feb 2022 10:39:59 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-traits_6.3.2-1.dsc 2.1 KiB f0f72a7b217ba39649707a363ccd211f5c038630138848972703f91bd627ddb7
python-traits_6.3.2.orig.tar.gz 4.8 MiB d123b2e8b8a61575d2b4b95100c745e77197ac7dda8974c5b20035434936e6ee
python-traits_6.3.2-1.debian.tar.xz 5.1 KiB 9c781ec3ebe700a5770f0604eeffb34e04803c5a64089b93be8365c9c3bef5cc

No changes file available.

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