diff --git a/python-urwid.spec b/python-urwid.spec index ee1381db3442989a0ba511f223a644ffdb01d1fe..343ea86f06f6cee2e4efc65342fc1cfca47fd25d 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -1,10 +1,10 @@ %define debug_package %{nil} Name: python-urwid -Version: 2.6.16 +Version: 3.0.2 Release: 1 Summary: Console user interface library -License: LGPLv2+ +License: LGPL-2.1-or-later AND MIT URL: http://excess.org/urwid/ Source0: https://pypi.python.org/packages/source/u/urwid/urwid-%{version}.tar.gz @@ -47,6 +47,13 @@ find examples -type f -exec chmod 0644 \{\} \; %{python3_sitelib}/urwid* %changelog +* Thu Jul 03 2025 wangkai <13474090681@163.com> - 3.0.2-1 +- Update to 3.0.2: + * Bugfix: Corner case: Scrollbar render for only 1 row height + * Packaging: drop setup.py and adjust requirements + * Python 3.14 compatibility: adjust AsyncioEventLoop + * Fix handling of WEIGHT selectable items in the Pile + * Tue Dec 10 2024 xu_ping<707078654@qq.com> - 2.6.16-1 - Upgrade version to 2.6.16 * Support relative scroll for ListBox diff --git a/urwid-2.6.16.tar.gz b/urwid-2.6.16.tar.gz deleted file mode 100644 index 8f1f843e7b0b4fcf49549adaab8e3e89f6d7d28a..0000000000000000000000000000000000000000 Binary files a/urwid-2.6.16.tar.gz and /dev/null differ diff --git a/urwid-3.0.2.tar.gz b/urwid-3.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..32316a02a1260c2310d52121859e59bc66c49681 Binary files /dev/null and b/urwid-3.0.2.tar.gz differ