editobj3 0.2+ds1-1 source package in Ubuntu

Changelog

editobj3 (0.2+ds1-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Repository.
  * Update standards version to 4.5.1, no changes needed.

  [ Sebastian Ramacher ]
  * New upstream version 0.2+ds1
  * Bump Standards-Version

 -- Sebastian Ramacher <email address hidden>  Wed, 17 Aug 2022 22:36:47 +0200

Upload details

Uploaded by:
Debian Multimedia Team
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
editobj3_0.2+ds1-1.dsc 2.0 KiB 9bdd435251bc06e171f99bdd31dd48f146a59632c236e13c0c167979b0513a4a
editobj3_0.2+ds1.orig.tar.xz 316.3 KiB 2f563858b9a113dab67625223a3e3114ee9a010648cebc9ed171be63516fecc8
editobj3_0.2+ds1-1.debian.tar.xz 2.8 KiB e6f72041186e9dfb95b21606c8263fd9af74ead669f524ab8bb4cffb881da812

Available diffs

No changes file available.

Binary packages built by this source

python3-editobj3: automatic dialog box generator for Python objects (Python 3)

 Editobj3 is an automatic dialog box generator for Python objects. It supports
 several backends (Qt, GTK, and HTML).
 .
 Editobj3 dialog boxes are composed of an attribute list, a luxurious
 good-looking but useless icon and title bar, and a tree view (if the edited
 object is part of a tree-like structure). Editobj3 includes an advanced
 introspection module that usually guesses how to edit any object; it can also
 be customized for a given class of object through the editobj3.introsp module.
 Editobj3 also supports the simultaneous edition of a group of objects, as if
 they were a single object.
 .
 This package contains the Python 3 module.