urwid 2.0.1-3 source package in Ubuntu

Changelog

urwid (2.0.1-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs
  * Use debhelper-compat instead of debian/compat.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Add missing colon in closes line.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #938759

 -- Sandro Tosi <email address hidden>  Sun, 22 Mar 2020 21:58:15 -0400

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Downloads

File Size SHA-256 Checksum
urwid_2.0.1-3.dsc 2.0 KiB ce070a70a5b8793ec9de90dad1c4a136b26dafe5254d20fb9487b80a92438b24
urwid_2.0.1.orig.tar.gz 590.0 KiB 644d3e3900867161a2fc9287a9762753d66bd194754679adb26aede559bcccbc
urwid_2.0.1-3.debian.tar.xz 5.2 KiB d2a5faa2bde637708d8445ae51e1bff05875b39ee9c09d4e6a2f21dd6db59e20

No changes file available.

Binary packages built by this source

python-urwid-doc: No summary available for python-urwid-doc in ubuntu groovy.

No description available for python-urwid-doc in ubuntu groovy.

python3-urwid: curses-based UI/widget library for Python 3

 Urwid is a console user interface library that includes many features
 useful for text console application developers including:
 .
  * Fluid interface resizing (xterm window resizing/fbset on Linux console)
  * Web application display mode using Apache and CGI
  * Support for UTF-8, simple 8-bit and CJK encodings
  * Multiple text alignment and wrapping modes built-in
  * Ability to create user-defined text layout classes
  * Simple markup for setting text attributes
  * Powerful list box that handles scrolling between different widget types
  * List box contents may be managed with a user-defined class
  * Flexible edit box for editing many different types of text
  * Buttons, check boxes and radio boxes
  * Customizable layout for all widgets
  * Easy interface for creating HTML screen shots
 .
 This is the Python 3 version of the package.

python3-urwid-dbgsym: debug symbols for python3-urwid