diff --git a/pyte-0.8.0.tar.gz b/pyte-0.8.0.tar.gz deleted file mode 100644 index 5a4f9f0..0000000 --- a/pyte-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e71d03e972d6f262cbe8704ff70039855f05ee6f7ad9d7129df9c977b5a88c5 -size 50415 diff --git a/pyte-0.8.1.tar.gz b/pyte-0.8.1.tar.gz new file mode 100644 index 0000000..be99500 --- /dev/null +++ b/pyte-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd1703d007310cd502f213b3f1d45c6f94602330fc5b14e1e5afaab5060ffca +size 92220 diff --git a/python-pyte.changes b/python-pyte.changes index 54fde4d..410d4d4 100644 --- a/python-pyte.changes +++ b/python-pyte.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat Jun 4 20:34:46 UTC 2022 - Arun Persaud + +- specfile: + * update copyright year + * require python >= 3.7 + * be more specific in %files section + +- update to version 0.8.1: + * Yet another fix of "Screen.set_margins" for the case of CSI with + no arguments. See issue #61 on GitHub. + * Changed "Screen.erase_in_display" to accept additional positional + arguments as some some "clear" implementations include a ";" after + the first parameter causing "pyte" to assume a "0" second + parameter. + * Changed "Stream" FSM to reinit on error when parsing control + sequence. + * Added support for blink to the SGR handler. See PR #120 on GitHub. + Thanks to @eight04! + * Changed "Stream" to skip XTerm-specific "ESC]...$[a-z]" sequences. + See issue #117 on GitHub. + * Dropped Python 2.X support. The minimal required version of Python + is now 3.7. + ------------------------------------------------------------------- Fri May 28 07:59:26 UTC 2021 - pgajdos@suse.com diff --git a/python-pyte.spec b/python-pyte.spec index f34703d..4bb0d1b 100644 --- a/python-pyte.spec +++ b/python-pyte.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyte # -# 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 @@ -17,14 +17,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-pyte -Version: 0.8.0 +Version: 0.8.1 Release: 0 Summary: VTXXX-compatible linux terminal emulator License: LGPL-3.0-only Group: Development/Languages/Python URL: https://github.com/selectel/pyte Source: https://files.pythonhosted.org/packages/source/p/pyte/pyte-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wcwidth} @@ -59,6 +61,8 @@ sed -i '/pytest-runner/d' setup.py %files %{python_files} %license LICENSE %doc README AUTHORS CHANGES docs/*rst -%{python_sitelib}/* +%dir %{python_sitelib}/pyte +%{python_sitelib}/pyte/* +%{python_sitelib}/pyte-%{version}-py*.egg-info %changelog