diff --git a/python-urwid.spec b/python-urwid.spec index cb419b458385ac6af3da88e6c0ff3251f72d853c..aba60575ea7e58af1a85bd814eaa264d366566d6 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: python-urwid -Version: 3.0.3 +Version: 3.0.4 Release: 1 Summary: Console user interface library License: LGPLv2+ @@ -47,6 +47,11 @@ find examples -type f -exec chmod 0644 \{\} \; %{python3_sitelib}/urwid* %changelog +* Wed Dec 10 2025 liliguang - 3.0.4-1 +- Upgrade to 3.0.4 + * Fix CheckBox DeprecationWarning: Use user_args instead of user_arg + * Refactoring: use official python way for lazy imports + * 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 diff --git a/urwid-3.0.3.tar.gz b/urwid-3.0.3.tar.gz deleted file mode 100644 index c1c623d383200da2c95875f59dae4df3f55e0d65..0000000000000000000000000000000000000000 Binary files a/urwid-3.0.3.tar.gz and /dev/null differ diff --git a/urwid-3.0.4.tar.gz b/urwid-3.0.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..69b14eeffc760c0ba2b6a3cf44f081b6a24030de Binary files /dev/null and b/urwid-3.0.4.tar.gz differ