diff --git a/python-terminado.changes b/python-terminado.changes index 165ac0e..f5dd1d6 100644 --- a/python-terminado.changes +++ b/python-terminado.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Sep 30 15:16:04 UTC 2022 - Arun Persaud + +- update to version 0.16.0: + * Bugs fixed + + Fix issue where large stdin writes can cause Tornado to hang + #189 (@KoopaKing) + * Maintenance and upkeep improvements + + Switch to using hatch version #186 (@blink1073) + + Fix flake8 v5 compat #179 (@blink1073) + ------------------------------------------------------------------- Wed Jul 13 08:47:07 UTC 2022 - Ben Greiner diff --git a/python-terminado.spec b/python-terminado.spec index 4648423..144ca67 100644 --- a/python-terminado.spec +++ b/python-terminado.spec @@ -20,7 +20,7 @@ # Disable tests until random testing race condition fixed, see: https://github.com/jupyter/terminado/issues/21 %bcond_with tests Name: python-terminado -Version: 0.15.0 +Version: 0.16.0 Release: 0 Summary: Terminals served to termjs using Tornado websockets License: BSD-2-Clause @@ -38,8 +38,8 @@ Requires: python-ptyprocess Requires: python-tornado >= 4 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-timeout} +BuildRequires: %{python_module pytest} # /SECTION %python_subpackages diff --git a/terminado-0.15.0.tar.gz b/terminado-0.15.0.tar.gz deleted file mode 100644 index 543892f..0000000 --- a/terminado-0.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab4eeedccfcc1e6134bfee86106af90852c69d602884ea3a1e8ca6d4486e9bfe -size 29599 diff --git a/terminado-0.16.0.tar.gz b/terminado-0.16.0.tar.gz new file mode 100644 index 0000000..4f556b3 --- /dev/null +++ b/terminado-0.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac14374eb5498bdc157ed32e510b1f60d5c3c7981a9f5ba018bb9a64cec0c25 +size 28839