Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-blessed for openSUSE:Factory checked in at 2022-03-17 17:01:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-blessed (Old) and /work/SRC/openSUSE:Factory/.python-blessed.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-blessed" Thu Mar 17 17:01:29 2022 rev:10 rq:962273 version:1.19.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-blessed/python-blessed.changes 2020-08-29 20:34:49.429275219 +0200 +++ /work/SRC/openSUSE:Factory/.python-blessed.new.25692/python-blessed.changes 2022-03-17 17:01:37.405691099 +0100 @@ -1,0 +2,23 @@ +Wed Mar 16 12:16:20 UTC 2022 - pgaj...@suse.com + +- version update to 1.19.1 + 1.19 + * introduced truncate() to truncate a string while retaining the + sequences, #211 by fishermans-friend + * enhancement: Add small sleep in kbhit() on Windows to reduce CPU + load #209 by numerlor + * enhancement: rjust(), ljust(), and center() now accept + SupportsIndex types, #234 + * enhancement: When 88 colors is detected, it is now interpreted + as 16 colors rather than raising an AssertionError, #235 + * bugfix: Fix global variable declarations in type annotations, #230 + by mwchase + 1.18 + * bugfix: split_seqs() for some sequences like term.move_left(3), #197. + * introduced: type annotations, #192 by dlax. + * bugfix: do not fail when sys.stdin is unset, #195 by Olen + * docfix: correct ???Bottom of the screen??? example to use end='' + and document about it in location.rst, #188 by pyfisch +- python-mock not required + +------------------------------------------------------------------- Old: ---- blessed-1.17.10.tar.gz New: ---- blessed-1.19.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-blessed.spec ++++++ --- /var/tmp/diff_new_pack.FPe7Q3/_old 2022-03-17 17:01:38.165691681 +0100 +++ /var/tmp/diff_new_pack.FPe7Q3/_new 2022-03-17 17:01:38.169691684 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-blessed # -# Copyright (c) 2020 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,16 +17,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 +%define skip_python2 1 Name: python-blessed -Version: 1.17.10 +Version: 1.19.1 Release: 0 Summary: Wrapper around terminal styling, screen positioning, and keyboard input License: MIT URL: https://github.com/jquast/blessed Source: https://files.pythonhosted.org/packages/source/b/blessed/blessed-%{version}.tar.gz BuildRequires: %{python_module curses} -BuildRequires: %{python_module mock} +BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.9.0} @@ -37,12 +37,6 @@ Requires: python-six >= 1.9.0 Requires: python-wcwidth >= 0.1.4 BuildArch: noarch -%if %{with python2} -BuildRequires: python2-backports.functools_lru_cache -%endif -%ifpython2 -Requires: python-backports.functools_lru_cache -%endif %python_subpackages %description @@ -96,6 +90,7 @@ %check export LANG=en_US.UTF-8 +export TEST_QUICK=1 %pytest tests %files %{python_files} ++++++ blessed-1.17.10.tar.gz -> blessed-1.19.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-blessed/blessed-1.17.10.tar.gz /work/SRC/openSUSE:Factory/.python-blessed.new.25692/blessed-1.19.1.tar.gz differ: char 5, line 1