forked from pool/python-urwid
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ad0c9e29ff | |||
| ac95692bfa | |||
| 4422f2b148 | |||
| 2e6f35df7a | |||
| b54df49829 | |||
| b0eca4b4c0 |
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
3
urwid-3.0.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:300804dd568cda5aa1c5b204227bd0cfe7a62cef2d00987c5eb2e4e64294ed9b
|
||||
size 855817
|
||||
Reference in New Issue
Block a user