Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6f842b0519 | |||
| edb05db0fd | |||
| cdadd39fc6 | |||
| f0214f12fe |
@@ -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>
|
||||
|
||||
|
||||
@@ -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
3
urwid-2.6.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93ad239939e44c385e64aa00027878b9e5c486d59e855ec8ab5b1e1adcdb32a2
|
||||
size 848179
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:300804dd568cda5aa1c5b204227bd0cfe7a62cef2d00987c5eb2e4e64294ed9b
|
||||
size 855817
|
||||
Reference in New Issue
Block a user