2022-03-10 11:17:19 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 9 16:47:14 UTC 2022 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
- update to version 0.13.3:
|
|
|
|
* Bugs fixed
|
|
|
|
+ Test ConPTY backend against pywinpty 2.0.5 #146 (@andfoy)
|
|
|
|
|
2022-03-06 00:53:10 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 5 18:22:18 UTC 2022 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
- update to version 0.13.2:
|
|
|
|
* Bugs fixed
|
|
|
|
+ Increase scrollback to 1000 #143 (@yusufbashi)
|
|
|
|
* Maintenance and upkeep improvements
|
|
|
|
+ Add test for terminating the terminals and fix Windows terminal
|
|
|
|
shutdown behavior #142 (@blink1073)
|
|
|
|
|
2022-01-29 20:14:59 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 29 18:00:55 UTC 2022 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
- 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 (@minrk)
|
|
|
|
|
|
|
|
- changes from version 0.13.0:
|
|
|
|
* Enhancements made
|
|
|
|
+ Add pre_pty_read_hook in pty_read #136 (@Wh1isper)
|
|
|
|
* Maintenance and upkeep improvements
|
|
|
|
+ Officially drop support for python 3.6 #137 (@blink1073)
|
|
|
|
+ Fix even more setup.cfg formatting #134 (@blink1073)
|
|
|
|
+ Fix more setup.cfg formatting #133 (@blink1073)
|
|
|
|
|
2021-10-10 21:59:47 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 10 19:56:06 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2021-05-14 10:34:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 14 01:22:52 UTC 2021 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
- update to version 0.9.5:
|
|
|
|
* Pin pywinpty version #98 (@jtpio)
|
|
|
|
|
|
|
|
- changes from version 0.9.4:
|
|
|
|
* Allow non-strict decode for process output #95 (@dong-zeyu)
|
|
|
|
* Switch to GitHub Actions #93 (@afshin)
|
|
|
|
* Add generated changelog #92 (@blink1073)
|
|
|
|
|
|
|
|
- changes from version 0.9.3:
|
|
|
|
* Make sure SIGPIPE has default handler set #91 (@dlukes)
|
|
|
|
|
2021-01-10 16:36:58 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 9 20:19:40 UTC 2021 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
- update to version 0.9.2:
|
|
|
|
* Add js files in package manifest
|
|
|
|
* Add support to ppc64le
|
|
|
|
* Fix config files for publication
|
|
|
|
|
2020-12-16 10:37:32 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 15 20:53:27 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Update to version 0.9.1
|
|
|
|
* no changelog provided
|
|
|
|
- Python <3.6 is no longer supported
|
|
|
|
- Skip two tests because of OBS specific limitations
|
|
|
|
|
2019-11-18 17:18:34 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 18 16:04:39 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 0.8.3
|
|
|
|
* Addkwargs to NamedTermManager.new_named_terminal
|
|
|
|
|
2019-08-11 03:45:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 11 01:45:25 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
- Enable tests
|
|
|
|
|
2019-06-13 23:03:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 12 19:50:31 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2018-02-14 10:52:36 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 13 22:05:59 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Disable tests until random testing race condition fixed
|
|
|
|
* see: https://github.com/jupyter/terminado/issues/21
|
|
|
|
|
2017-12-29 00:02:52 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 28 18:56:09 UTC 2017 - arun@gmx.de
|
|
|
|
|
|
|
|
- update to version 0.8.1:
|
|
|
|
* no changelog available
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 27 19:32:25 UTC 2017 - arun@gmx.de
|
|
|
|
|
|
|
|
- update to version 0.8:
|
|
|
|
* Add support for Windows on Python 3: #44
|
|
|
|
|
2017-11-23 09:44:57 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 19 05:57:21 UTC 2017 - arun@gmx.de
|
|
|
|
|
|
|
|
- update to version 0.7:
|
|
|
|
* :meth:`terminado.TermSocket.open` now calls the "open()" method on
|
|
|
|
the parent class using "super()". This allows a mixin class; for
|
|
|
|
instance, to periodically send ping messages to keep a connection
|
|
|
|
open.
|
|
|
|
* When a websocket client disconnects from a terminal managed by
|
|
|
|
:class:`~.UniqueTermManager`, the "SIGHUP" signal is sent to the
|
|
|
|
process group, not just the main process.
|
|
|
|
* Fixed :meth:`terminado.NamedTermManager.kill` to use the signal
|
|
|
|
number passed to it.
|
|
|
|
* Switched to Flit packaging.
|
|
|
|
* README and requirements for demos.
|
|
|
|
|
2017-05-08 19:02:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 24 20:55:54 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Fix URL.
|
|
|
|
- Implement single-spec version.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 8 19:21:31 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to 0.6
|
|
|
|
(no upstream changelog)
|
|
|
|
|
2015-08-21 07:40:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 14 09:39:09 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|