4 Commits

Author SHA256 Message Date
6f842b0519 Accepting request 1219730 from devel:languages:python
- update to 2.6.16:
  * Feature: Add focus reporting support
  * Add 16-color support
  * Disable mouse tracking and discard input when exiting the
    main loop
  * Type annotations: fix typing issues

OBS-URL: https://build.opensuse.org/request/show/1219730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-urwid?expand=0&rev=29
2024-10-31 15:09:39 +00:00
edb05db0fd - update to 2.6.16:
* Feature: Add focus reporting support
  * Add 16-color support
  * Disable mouse tracking and discard input when exiting the
    main loop
  * Type annotations: fix typing issues

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=65
2024-10-30 19:57:05 +00:00
cdadd39fc6 Accepting request 1202571 from devel:languages:python
- update to 2.6.15:
  * Fix `ListBox.rows_max` calculation for empty container

OBS-URL: https://build.opensuse.org/request/show/1202571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-urwid?expand=0&rev=28
2024-09-23 13:23:49 +00:00
f0214f12fe - update to 2.6.15:
* Fix `ListBox.rows_max` calculation for empty container

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=63
2024-09-23 08:54:34 +00:00
4 changed files with 5 additions and 38 deletions

View File

@@ -1,36 +1,3 @@
-------------------------------------------------------------------
Mon Nov 10 08:36:26 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.0.3:
* Python 3.14: fix buffer overflow on terminal size request
* Add guard against empty list on focus complete.
* Add extra code type annotations
* Bugfix: Corner case: Scrollbar render for only 1 row height
* Packaging: drop setup.py and adjust requirements
* Python 3.14 compatibility: adjust AsyncioEventLoop
* Drop deprecated __super property
* Drop deprecated FlowWidget, BoxWidget and FixedWidget widgets
* Remove deprecated protected getter methods from the Canvas
and AttrSpec
* Remove support for the bytes based fonts
* Remove deprecated TermScroller
* Remove deprecated protected getter methods from the
decoration widgets
* Remove deprecated protected getter methods from the container
widgets
* Remove deprecated protected setters in the decoration widgets
* Remove deprecated protected methods from the container
widgets
* Remove deprecated protected method _set_done from the
ProgressBar
* API Extension: make CommandMap MutableMapping
* Make sizing computation much faster for nested containers
* MetaSignals subclass ABCMeta
* MetaSuper should be the last base for classes
* Announce deprecated API removal versions
* Fix handling of WEIGHT selectable items in the Pile
* Refactoring: micro optimizations of iterable items
-------------------------------------------------------------------
Wed Oct 30 19:56:38 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-urwid
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-urwid
Version: 3.0.3
Version: 2.6.16
Release: 0
Summary: A full-featured console (xterm et al.) user interface library
License: LGPL-2.1-or-later

3
urwid-2.6.16.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93ad239939e44c385e64aa00027878b9e5c486d59e855ec8ab5b1e1adcdb32a2
size 848179

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:300804dd568cda5aa1c5b204227bd0cfe7a62cef2d00987c5eb2e4e64294ed9b
size 855817