14
0
forked from pool/python-urwid

6 Commits

Author SHA256 Message Date
ad0c9e29ff Accepting request 1316831 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1316831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-urwid?expand=0&rev=30
2025-11-10 18:19:44 +00:00
ac95692bfa - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=67
2025-11-10 08:37:54 +00:00
4422f2b148 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
2e6f35df7a - 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
b54df49829 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
b0eca4b4c0 - 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 54 additions and 5 deletions

View File

@@ -1,3 +1,52 @@
-------------------------------------------------------------------
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>
- 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
-------------------------------------------------------------------
Mon Sep 23 08:53:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.6.15:
* Fix `ListBox.rows_max` calculation for empty container
-------------------------------------------------------------------
Sat Jun 29 05:30:22 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-urwid
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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: 2.6.14
Version: 3.0.3
Release: 0
Summary: A full-featured console (xterm et al.) user interface library
License: LGPL-2.1-or-later

View File

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

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

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