editobj 0.5.7-11 source package in Ubuntu

Changelog

editobj (0.5.7-11) unstable; urgency=medium

  * QA upload.
  * Updated to DH 9.
  * DebSrc to 3.0 format.
  * debian/control:
     - Added dh-python to Build-Depends field.
     - Added X-Python_Version field.
     - Bumped Standards-Version to 3.9.6.
     - Fixed a typo in long description. Thanks to
       Davide Prina <email address hidden>.
       (Closes: #639372)
     - Fixed some issues in long description.
     - Updated the Homepage field.
  * debian/copyright:
     - Updated to format 1.0.
     - Updated all information.
  * debian/pycompat: removed, this file was useless.
  * debian/rules:
     - Improved and updated.
     - Removed trash.
  * debian/watch:
     - Improved the search line and added a new.
     - Updated to version 3.

 -- Raphael Mota Ramos <email address hidden>  Wed, 23 Sep 2015 22:05:11 -0300

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
editobj_0.5.7-11.dsc 1.7 KiB 9cfc1de2a86ee1b692f7f10a1b80847fa603b76766133f37f7461048fb31666d
editobj_0.5.7.orig.tar.gz 38.9 KiB 9c72f7d9a9e31e9d7500b29583909246f5d3d7baf4b190f6be1dea4eb1da18ff
editobj_0.5.7-11.debian.tar.xz 3.6 KiB 72e5bdfb6d9396123036f941db1b2571c297686a7c077864bf9ea19cbefe6d5f

Available diffs

No changes file available.

Binary packages built by this source

python-editobj: Python object editor

 EditObj can create and display a Tkinter dialog box for editing any
 Python object (similarly to what Java call a Bean editor, but for
 Python object). EditObj is a useful tool for writing (text or
 non-text) editors of all kinds, including GUI editor, 3D editor.
 .
 In terms of MVC (Model View Controller), EditObj is a generic view
 coupled with a universal Controller.