urwid 2.1.2-3 source package in Ubuntu

Changelog

urwid (2.1.2-3) unstable; urgency=medium

  * Team upload.
  * Add patch to fix FTBFS with Python 3.11 (Closes: #1023914)
  * Use dh-sequences
  * Move package description to source package
  * Bump policy version (no changes)
  * Drop old Break/Replaces (version in oldstable)
  * Make copyright machine readable
  * Simplify d/rules

 -- Jochen Sprickerhof <email address hidden>  Fri, 18 Nov 2022 12:07:45 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
urwid_2.1.2-3.dsc 2.9 KiB 8548175c4dd5fcc64dd1c6789eb7cbc433ab29883f46ad5172f75502aecbd250
urwid_2.1.2.orig.tar.gz 619.7 KiB 588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae
urwid_2.1.2-3.debian.tar.xz 6.3 KiB e53d6782eac3239d34746ec9d2256303d96ffc9bedfbd7d9a63bfd081cecbcce

No changes file available.

Binary packages built by this source

python-urwid-doc: curses-based UI/widget library (common documentation)

 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 common documentation package.

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