diff --git a/python-urwid.spec b/python-urwid.spec index ee1381db3442989a0ba511f223a644ffdb01d1fe..cb419b458385ac6af3da88e6c0ff3251f72d853c 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: python-urwid -Version: 2.6.16 +Version: 3.0.3 Release: 1 Summary: Console user interface library License: LGPLv2+ @@ -47,6 +47,12 @@ find examples -type f -exec chmod 0644 \{\} \; %{python3_sitelib}/urwid* %changelog +* Sat Oct 11 2025 Yu Peng - 3.0.3-1 +- Upgrade to 3.0.3 + * Python 3.14: fix buffer overflow on terminal size request + * Add guard against empty list on focus complete. + * Maintenance: fix devcontainer to support actual requirements without pinning + * 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.3.tar.gz b/urwid-3.0.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c1c623d383200da2c95875f59dae4df3f55e0d65 Binary files /dev/null and b/urwid-3.0.3.tar.gz differ