Changelog for
python311-urwid-2.1.2-lp155.45.1.x86_64.rpm :
* Fri Apr 21 2023 Dirk Müller
- add sle15_python_module_pythons (jsc#PED-68)
* Mon Feb 20 2023 Daniel Garcia - Add python-311.patch to fix tests for python 3.11 gh#urwid/urwid#517
* Mon Nov 08 2021 Dirk Müller - add dependency for python 2 builds
* Tue Oct 12 2021 pgajdosAATTsuse.com- %check: use %pyunittest rpm macro
* Sat Dec 19 2020 Dirk Müller - update to 2.1.2:
* Add pack method to LineBox. Fixes: #346 (by Miguel de Dios)
* Add a test to check the linebox.pack is good. (by Miguel de Dios)
* Add bin/release.sh script to partially automate releases. (by Tony Cebzanov)
* Add workaround for #386 (by Tony Cebzanov)
* Fix curses_display python3 ord() (by Ya-Liang Chang (Allen))
* Fix bumping to dev version in release.sh script (by Tony Cebzanov)
* Fix focus_end on a collapsed tree (by Anonymous Maarten)
* Fix crash with \"ellipsis\" clipping for py2 tour.py works with py2 now Typo in tour.py (by akorb)
* Ignore resetting to invalid locale (Closes: #377) (by Jochen Sprickerhof)
* Use ord2 for python2/3 compatibility (by Ya-Liang Chang (Allen))
* Wed Sep 16 2020 Dirk Mueller - udpate to 2.1.1:
* Add TrioEventLoop.run_async(), removed nursery constructor arg (#392) (by Tamás Nepusz)
* Add wrap_around kwarg to SimpleListWalkers (by Krzysztof Królczyk)
* Change documentation on Terminal (by James Johnson)
* Remove debug documentation change test (by James Johnson)
* Remove support for py34 (by Andrey Semakin)
* Remove invalid escape sequence (by Andrey Lebedev)
* Fix GridFlow keypress handling when v_sep is 0 (by Aurelien Grenotton)
* Fix Terminal in ListBox (#382) (by James Johnson)
* Fix Crash on `fg`, SIGCONT (after Ctrl-Z, SIGSTOP, SIGTSTP) (by goncalopp)
* Fix 256-color mode on some terminals. Addresses #404. (by Tony Cebzanov)
* vterm: reduce __init__ boilerplate (by max ulidtko)
* vterm: errno 5 is not EOF. (by max ulidtko)
* Terminal: use UTF-8 by default. (by max ulidtko)
* Instance of Terminal has no __super attr -- thanks pylint! (by max ulidtko)
* Do not call wait_readable with a closed fd in TrioEventLoop (by Michael Hudson-Doyle)
* Make options a static method where applicable (by Philip Matura)
* Fri Feb 07 2020 Marketa Calabkova - update to 2.1.0
* Add support for Python 3.7 and 3.8, drop support for Python 3.3
* Add 24-bit (true color) support.
* Fix crash on click-Esc & Esc-click
* Break rather than raising exception on shard calculation bug.
* Fix EOF detection for the Terminal widget on Python 3
* Many more features and fixes
* Mon Oct 14 2019 Matej Cepl - Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Sun Feb 25 2018 aloisioAATTgmx.com- Update to version 2.0.1
* #275: Late fix for proper exception reraising from within main loop (by Andrew Dunai & Adam Sampson) version 2.0.0
* Full Python 2.x/3.x support (by Andrew Dunai)
* Proper handling & customization of OS signals by GLib event loop (by Federico T)
* vterm: Fix handling of NUL characters (by aszlig)
* Add 256-color support for fbterm (by Benjamin Yates)
* Italics support (by Ian D. Scott)
* Store envron\'s TERM value as a Screen attribute (by Benjamin Yates)
* Replaced hashbangs to use proper Python binary (by Douglas La Rocca)
* Post-change signal for Edit, CheckBox and RadioButton widgets (by Toshio Kuratomi)
* ListBox.body update (by Random User)
* SimpleListWalker is now default when setting ListBox.body (by Random User)
* #246, #234: SelectEventLoop alarm improvements (by Dave Jones)
* #211: Title align & borderless sides for LineBox (by Toshio Kuratomi)
* Support for \'home\' and \'end\' keys in ListBox (by Random User)
* Various code cleanups (by Jordan Speicher, Marin Atanasov Nikolov)
* CI fixes (by Marlox, Ian Ward, Anatoly Techtonik, Tony Cebzanov & Ondřej Súkup)
* Example fixes (by Kenneth Nielsen)
* Documentation fixes (by anatoly techtonik, Marcin Kurczewski, mobyte0, Christian Geier & xndcn)
* Code cleanup & typo fixes (by Jakub Wilk & Boris Feld)
* Integration of tox for easier Python cross-version testing (by Andrew Dunai)
* Test fixes (by Michael Hudson-Doyle, Mike Gilbert & Andrew Dunai)
* Correct error messages in Decoration (by Marcin Kurczewski)
* #141: Fix for StandardTextLayout.calculate_text_segments (by Grzegorz Aksamit)
* #221: Fix for raw display should release file descriptors (by Alain Leufroy)
* #261: Fix issues with unicode characters in ProgressBar (by Andrew Dunai)
* Fix for \'page up\' and \'page down\' in ListBox when having focusable children (by Random User)
* Fixes for examples compatibility with Python 3 (by Lars Kellogg-Stedman)
* Fix default screen size on raw display (by Andreas Klöckner)
* Fix underlining for padded text (by Random User)
* Fix for terminal widget crash with Python 3 (by Sjc1000)
* Fix for string formatting error (by Jakub Wilk)
* Fix for iterator in WidgetContainerListContentsMixin (by Marlox)
* Fix for missing `modified` signal in SimpleFocusListWalker (by Michael Hansen)
* Dropped Python 3.2 support
* Test coverage is now collected- Dropped python-urwid-fix_py3_test.patch (merged upstream)
* Tue May 23 2017 aloisioAATTgmx.com- Converted to single-spec- Updated source and homepage URLs- Added python-urwid-fix_py3_test.patch to address a failing test with python 3.6.
* Tue Mar 08 2016 freitagAATTopensuse.org- update to version 1.3.1:
* Fix for screen not getting reset on exception regression (by Rian Hunter)
* AttrSpec objects are now comparable (by Random User)
* MonitoredList now has a clear method if list has a clear method (by neumond)
* Fix for BarGraph hlines sort order (by Heiko Noordhof)
* Fix for final output not appearing on exit with some terminals now that extra newline was removed (by Jared Winborne)
* Fix for a resizing bug in raw_display (by Esteban null)
* Thu May 14 2015 benoit.moninAATTgmx.fr- update to version 1.3.0:
* New AsyncioEventLoop for Python 3.4, Python 3.x with asyncio package or Python 2 with trollius package (by Alex Munroe, Jonas Wielicki, with earlier work by Kelketek Rritaa)
* Screen classes now call back to MainLoop using event loop alarms instead of passing timeout values to MainLoop (by Alex Munroe)
* Add support for bright backgrounds on linux console (by Russell Warren)
* Allow custom sorting of MonitoredList (by Tony Cebzanov)
* Fix support for negative indexes with MonitoredFocusList (by Heiko Noordhof)
* Documentation fixes (by Ismail, Matthew Mosesohn)- additional change from version 1.2.2:
* Fix for a serious raw_display performance regression (by Anton Khirnov)
* Fix for high color palette detection (by extempo)
* Small changes to enable windows support (by Jeanpierre Devin)- remove %py_requires macro- call python directly, not via %__python macro- remove unwanted shebang during %prep, not after build to avoid mtime mismatch- run the tests during build