Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyte for openSUSE:Factory checked in at 2022-09-12 19:08:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyte (Old) and /work/SRC/openSUSE:Factory/.python-pyte.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyte" Mon Sep 12 19:08:16 2022 rev:8 rq:1002588 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyte/python-pyte.changes 2021-06-07 22:43:45.052510498 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyte.new.2083/python-pyte.changes 2022-09-12 19:08:16.330540371 +0200 @@ -1,0 +2,24 @@ +Sat Jun 4 20:34:46 UTC 2022 - Arun Persaud <a...@gmx.de> + +- 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. + +------------------------------------------------------------------- Old: ---- pyte-0.8.0.tar.gz New: ---- pyte-0.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyte.spec ++++++ --- /var/tmp/diff_new_pack.RgCvV9/_old 2022-09-12 19:08:16.822541754 +0200 +++ /var/tmp/diff_new_pack.RgCvV9/_new 2022-09-12 19:08:16.826541766 +0200 @@ -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 @@ %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 ++++++ pyte-0.8.0.tar.gz -> pyte-0.8.1.tar.gz ++++++ ++++ 4831 lines of diff (skipped)