diff --git a/python-terminado.changes b/python-terminado.changes index 59038ef..79e0d6c 100644 --- a/python-terminado.changes +++ b/python-terminado.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Jan 29 18:00:55 UTC 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 (@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) + ------------------------------------------------------------------- Sun Oct 10 19:56:06 UTC 2021 - Ben Greiner diff --git a/python-terminado.spec b/python-terminado.spec index 267db87..c5f5ea4 100644 --- a/python-terminado.spec +++ b/python-terminado.spec @@ -1,7 +1,7 @@ # # spec file for package python-terminado # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,14 +21,14 @@ # Disable tests until random testing race condition fixed, see: https://github.com/jupyter/terminado/issues/21 %bcond_with tests Name: python-terminado -Version: 0.12.1 +Version: 0.13.1 Release: 0 Summary: Terminals served to termjs using Tornado websockets License: BSD-2-Clause Group: Development/Languages/Python URL: https://github.com/jupyter/terminado Source: https://files.pythonhosted.org/packages/source/t/terminado/terminado-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.6} +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module ptyprocess} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tornado >= 4} diff --git a/terminado-0.12.1.tar.gz b/terminado-0.12.1.tar.gz deleted file mode 100644 index e1effab..0000000 --- a/terminado-0.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b20fd93cc57c1678c799799d117874367cc07a3d2d55be95205b1a88fa08393f -size 14513 diff --git a/terminado-0.13.1.tar.gz b/terminado-0.13.1.tar.gz new file mode 100644 index 0000000..3258bfe --- /dev/null +++ b/terminado-0.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b82b5c6e991f0705a76f961f43262a7fb1e55b093c16dca83f16384a7f39b7b +size 16770