Changelog for
python39-terminado-0.16.0-1.2.noarch.rpm :
* Fri Sep 30 2022 Arun Persaud
- update to version 0.16.0:
* Bugs fixed + Fix issue where large stdin writes can cause Tornado to hang [#189] (AATTKoopaKing)
* Maintenance and upkeep improvements + Switch to using hatch version #186 (AATTblink1073) + Fix flake8 v5 compat #179 (AATTblink1073)
* Wed Jul 13 2022 Ben Greiner - Update build and test requirements
* Sat Jun 04 2022 Arun Persaud - specfile:
* require pip, hatchling, swtich to pyproject build- update to version 0.15.0:
* no changelog available- changes from version 0.14.0:
* Add pre-commit
* add mypy support
* Switch to flit build backend
* Switch to hatch backend
* Wed Mar 09 2022 Arun Persaud - update to version 0.13.3:
* Bugs fixed + Test ConPTY backend against pywinpty 2.0.5 #146 (AATTandfoy)
* Sat Mar 05 2022 Arun Persaud - update to version 0.13.2:
* Bugs fixed + Increase scrollback to 1000 #143 (AATTyusufbashi)
* Maintenance and upkeep improvements + Add test for terminating the terminals and fix Windows terminal shutdown behavior #142 (AATTblink1073)
* Sat Jan 29 2022 Arun Persaud - specfile:
* update copyright year
* require python >= 3.7- update to version 0.13.1:
* Maintenance and upkeep improvements + python_requires is an option in setup.cfg #140 (AATTminrk)- changes from version 0.13.0:
* Enhancements made + Add pre_pty_read_hook in pty_read #136 (AATTWh1isper)
* Maintenance and upkeep improvements + Officially drop support for python 3.6 #137 (AATTblink1073) + Fix even more setup.cfg formatting #134 (AATTblink1073) + Fix more setup.cfg formatting #133 (AATTblink1073)
* Sun Oct 10 2021 Ben Greiner - update to version 0.12.1
* correctly set the TERM variable
* Replace deprecated unittest aliases
* Clean up tests
* Log terminal output
* Switch select() to poll() in pty_read()
* Fix blocking of pty_read when there isn\'t pty data ready to read
* Support creating terminal given name in kwargs.
* avoid persistent handle on IOLoop instance
* async/await syntax
* Fri May 14 2021 Arun Persaud - update to version 0.9.5:
* Pin pywinpty version #98 (AATTjtpio)- changes from version 0.9.4:
* Allow non-strict decode for process output #95 (AATTdong-zeyu)
* Switch to GitHub Actions #93 (AATTafshin)
* Add generated changelog #92 (AATTblink1073)- changes from version 0.9.3:
* Make sure SIGPIPE has default handler set #91 (AATTdlukes)
* Sat Jan 09 2021 Arun Persaud - update to version 0.9.2:
* Add js files in package manifest
* Add support to ppc64le
* Fix config files for publication
* Tue Dec 15 2020 Benjamin Greiner - Update to version 0.9.1
* no changelog provided- Python <3.6 is no longer supported- Skip two tests because of OBS specific limitations
* Mon Nov 18 2019 Todd R - Update to version 0.8.3
* Addkwargs to NamedTermManager.new_named_terminal
* Sun Aug 11 2019 Todd R - Enable tests
* Wed Jun 12 2019 Todd R - Update to version 0.8.2
* Fix Delete Terminal Not Working with Tornado version 6.0.1
* Set websocket.terminal to None when the child exits
* Tue Feb 13 2018 toddrme2178AATTgmail.com- Disable tests until random testing race condition fixed
* see: https://github.com/jupyter/terminado/issues/21