Hello community,

here is the log from the commit of package python-blessed for openSUSE:Factory 
checked in at 2020-01-22 22:46:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-blessed (Old)
 and      /work/SRC/openSUSE:Factory/.python-blessed.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-blessed"

Wed Jan 22 22:46:41 2020 rev:6 rq:766376 version:1.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-blessed/python-blessed.changes    
2019-09-07 11:50:51.858295938 +0200
+++ /work/SRC/openSUSE:Factory/.python-blessed.new.26092/python-blessed.changes 
2020-01-22 22:47:08.324601847 +0100
@@ -1,0 +2,16 @@
+Wed Jan 22 15:36:56 UTC 2020 - Marketa Calabkova <mcalabk...@suse.com>
+
+- update to 1.17.0
+  * 24-bit color support
+  * move_up(), move_down(), Terminal.move_left(), move_right() which 
+    are strings that move the cursor one cell in the respective 
+    direction, are now also callables for moving n cells to the 
+    given direction, such as term.move_right(9).
+  * Context Managers, fullscreen(), hidden_cursor(), and keypad() 
+    now flush the stream after writing their sequences.
+  * deprecated: superscript, subscript, shadow, and dim are no longer 
+    “compoundable” with colors. Use Unicode text or 256 or 24-bit 
+    color codes instead.
+  * more on https://blessed.readthedocs.io/en/latest/history.html
+
+-------------------------------------------------------------------

Old:
----
  blessed-1.15.0.tar.gz

New:
----
  blessed-1.17.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-blessed.spec ++++++
--- /var/tmp/diff_new_pack.yH7oUP/_old  2020-01-22 22:47:09.104602240 +0100
+++ /var/tmp/diff_new_pack.yH7oUP/_new  2020-01-22 22:47:09.108602242 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-blessed
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,10 @@
 #
 
 
+%bcond_without python2
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-blessed
-Version:        1.15.0
+Version:        1.17.0
 Release:        0
 Summary:        Wrapper around terminal styling, screen positioning, and 
keyboard input
 License:        MIT
@@ -27,9 +28,9 @@
 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 < 5}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest-xdist}
-BuildRequires:  %{python_module pytest < 5}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.9.0}
 BuildRequires:  %{python_module wcwidth >= 0.1.4}
@@ -39,6 +40,12 @@
 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
@@ -79,7 +86,7 @@
 %prep
 %setup -q -n blessed-%{version}
 # disable cons25 tests as they fail in OBS
-sed -i -e 's:cons25 ::' blessed/tests/accessories.py
+sed -i -e 's:cons25 ::' tests/accessories.py
 
 %build
 %python_build
@@ -90,7 +97,7 @@
 
 %check
 export LANG=en_US.UTF-8
-%python_expand py.test-%{$python_bin_suffix} -v blessed/tests
+%pytest tests
 
 %files %{python_files}
 %doc README.rst

++++++ blessed-1.15.0.tar.gz -> blessed-1.17.0.tar.gz ++++++
++++ 10692 lines of diff (skipped)


Reply via email to