commit python-blessed for openSUSE:Factory

2020-08-29 Thread root
Hello community,

here is the log from the commit of package python-blessed for openSUSE:Factory 
checked in at 2020-08-29 20:34:29

Comparing /work/SRC/openSUSE:Factory/python-blessed (Old)
 and  /work/SRC/openSUSE:Factory/.python-blessed.new.3399 (New)


Package is "python-blessed"

Sat Aug 29 20:34:29 2020 rev:9 rq:829688 version:1.17.10

Changes:

--- /work/SRC/openSUSE:Factory/python-blessed/python-blessed.changes
2020-05-06 11:04:57.391351450 +0200
+++ /work/SRC/openSUSE:Factory/.python-blessed.new.3399/python-blessed.changes  
2020-08-29 20:34:49.429275219 +0200
@@ -1,0 +2,7 @@
+Wed Aug 26 06:48:05 UTC 2020 - Steve Kowalik 
+
+- Update to 1.17.10:
+  * bugfix: Now imports on 3.10+
+  * bugfix: Fix detection of shift+arrow keys when using tmux. :ghissue:`178`.
+
+---

Old:

  blessed-1.17.5.tar.gz

New:

  blessed-1.17.10.tar.gz



Other differences:
--
++ python-blessed.spec ++
--- /var/tmp/diff_new_pack.UEZhyE/_old  2020-08-29 20:34:50.637275727 +0200
+++ /var/tmp/diff_new_pack.UEZhyE/_new  2020-08-29 20:34:50.641275730 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:   python-blessed
-Version:1.17.5
+Version:1.17.10
 Release:0
 Summary:Wrapper around terminal styling, screen positioning, and 
keyboard input
 License:MIT

++ blessed-1.17.5.tar.gz -> blessed-1.17.10.tar.gz ++
/work/SRC/openSUSE:Factory/python-blessed/blessed-1.17.5.tar.gz 
/work/SRC/openSUSE:Factory/.python-blessed.new.3399/blessed-1.17.10.tar.gz 
differ: char 5, line 1




commit python-blessed for openSUSE:Factory

2020-05-06 Thread root
Hello community,

here is the log from the commit of package python-blessed for openSUSE:Factory 
checked in at 2020-05-06 11:04:51

Comparing /work/SRC/openSUSE:Factory/python-blessed (Old)
 and  /work/SRC/openSUSE:Factory/.python-blessed.new.2738 (New)


Package is "python-blessed"

Wed May  6 11:04:51 2020 rev:8 rq:800586 version:1.17.5

Changes:

--- /work/SRC/openSUSE:Factory/python-blessed/python-blessed.changes
2020-03-26 23:37:38.182869547 +0100
+++ /work/SRC/openSUSE:Factory/.python-blessed.new.2738/python-blessed.changes  
2020-05-06 11:04:57.391351450 +0200
@@ -1,0 +2,7 @@
+Wed May  6 07:22:06 UTC 2020 - Tomáš Chvátal 
+
+- Update to 1.17.5:
+  * minor fixes
+- Do not pull extra pytest deps and use even latest pytest
+
+---

Old:

  blessed-1.17.4.tar.gz

New:

  blessed-1.17.5.tar.gz



Other differences:
--
++ python-blessed.spec ++
--- /var/tmp/diff_new_pack.jsXyqD/_old  2020-05-06 11:04:59.123355168 +0200
+++ /var/tmp/diff_new_pack.jsXyqD/_new  2020-05-06 11:04:59.127355176 +0200
@@ -16,21 +16,18 @@
 #
 
 
-%bcond_without python2
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:   python-blessed
-Version:1.17.4
+Version:1.17.5
 Release:0
 Summary:Wrapper around terminal styling, screen positioning, and 
keyboard input
 License:MIT
-Group:  Development/Languages/Python
 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 < 5}
-BuildRequires:  %{python_module pytest-cov}
-BuildRequires:  %{python_module pytest-xdist}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.9.0}
 BuildRequires:  %{python_module wcwidth >= 0.1.4}
@@ -87,6 +84,8 @@
 %setup -q -n blessed-%{version}
 # disable cons25 tests as they fail in OBS
 sed -i -e 's:cons25 ::' tests/accessories.py
+# do not pull extra deps that are not needed
+rm tox.ini
 
 %build
 %python_build

++ blessed-1.17.4.tar.gz -> blessed-1.17.5.tar.gz ++
/work/SRC/openSUSE:Factory/python-blessed/blessed-1.17.4.tar.gz 
/work/SRC/openSUSE:Factory/.python-blessed.new.2738/blessed-1.17.5.tar.gz 
differ: char 5, line 1




commit python-blessed for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-blessed for openSUSE:Factory 
checked in at 2020-03-26 23:37:32

Comparing /work/SRC/openSUSE:Factory/python-blessed (Old)
 and  /work/SRC/openSUSE:Factory/.python-blessed.new.3160 (New)


Package is "python-blessed"

Thu Mar 26 23:37:32 2020 rev:7 rq:788601 version:1.17.4

Changes:

--- /work/SRC/openSUSE:Factory/python-blessed/python-blessed.changes
2020-01-22 22:47:08.324601847 +0100
+++ /work/SRC/openSUSE:Factory/.python-blessed.new.3160/python-blessed.changes  
2020-03-26 23:37:38.182869547 +0100
@@ -1,0 +2,9 @@
+Thu Mar 26 15:07:26 UTC 2020 - Daniel Wagner 
+
+- update to 1.17.4
+  * optimize length()
+  * add pixel_height and pixel_width, for libsixel support
+  * Documentation overhaul, plenty of examples and animated
+screenshots.
+
+---

Old:

  blessed-1.17.0.tar.gz

New:

  blessed-1.17.4.tar.gz



Other differences:
--
++ python-blessed.spec ++
--- /var/tmp/diff_new_pack.5D2hWV/_old  2020-03-26 23:37:39.962870190 +0100
+++ /var/tmp/diff_new_pack.5D2hWV/_new  2020-03-26 23:37:39.990870201 +0100
@@ -19,7 +19,7 @@
 %bcond_without python2
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-blessed
-Version:1.17.0
+Version:1.17.4
 Release:0
 Summary:Wrapper around terminal styling, screen positioning, and 
keyboard input
 License:MIT

++ blessed-1.17.0.tar.gz -> blessed-1.17.4.tar.gz ++
 6264 lines of diff (skipped)




commit python-blessed for openSUSE:Factory

2020-01-22 Thread root
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 
+
+- 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)




commit python-blessed for openSUSE:Factory

2019-09-07 Thread root
Hello community,

here is the log from the commit of package python-blessed for openSUSE:Factory 
checked in at 2019-09-07 11:50:48

Comparing /work/SRC/openSUSE:Factory/python-blessed (Old)
 and  /work/SRC/openSUSE:Factory/.python-blessed.new.7948 (New)


Package is "python-blessed"

Sat Sep  7 11:50:48 2019 rev:5 rq:728515 version:1.15.0

Changes:

--- /work/SRC/openSUSE:Factory/python-blessed/python-blessed.changes
2019-03-22 15:00:48.865809692 +0100
+++ /work/SRC/openSUSE:Factory/.python-blessed.new.7948/python-blessed.changes  
2019-09-07 11:50:51.858295938 +0200
@@ -1,0 +2,5 @@
+Thu Sep  5 13:40:10 UTC 2019 - Todd R 
+
+- Set pytest maximum version.
+
+---



Other differences:
--
++ python-blessed.spec ++
--- /var/tmp/diff_new_pack.cVOLME/_old  2019-09-07 11:50:52.954295782 +0200
+++ /var/tmp/diff_new_pack.cVOLME/_new  2019-09-07 11:50:52.962295781 +0200
@@ -29,7 +29,7 @@
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest-xdist}
-BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module pytest < 5}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.9.0}
 BuildRequires:  %{python_module wcwidth >= 0.1.4}




commit python-blessed for openSUSE:Factory

2019-03-22 Thread root
Hello community,

here is the log from the commit of package python-blessed for openSUSE:Factory 
checked in at 2019-03-22 15:00:47

Comparing /work/SRC/openSUSE:Factory/python-blessed (Old)
 and  /work/SRC/openSUSE:Factory/.python-blessed.new.25356 (New)


Package is "python-blessed"

Fri Mar 22 15:00:47 2019 rev:4 rq:682178 version:1.15.0

Changes:

--- /work/SRC/openSUSE:Factory/python-blessed/python-blessed.changes
2018-12-13 19:39:54.609340385 +0100
+++ /work/SRC/openSUSE:Factory/.python-blessed.new.25356/python-blessed.changes 
2019-03-22 15:00:48.865809692 +0100
@@ -1,0 +2,7 @@
+Wed Mar  6 13:51:18 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.15.0:
+  * no upstream changelog
+- Make sure tests are run
+
+---

Old:

  blessed-1.14.2.tar.gz

New:

  blessed-1.15.0.tar.gz



Other differences:
--
++ python-blessed.spec ++
--- /var/tmp/diff_new_pack.HpeQyT/_old  2019-03-22 15:00:49.953808956 +0100
+++ /var/tmp/diff_new_pack.HpeQyT/_new  2019-03-22 15:00:49.957808953 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-blessed
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,33 +17,28 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-# Test requires full terminal
-%bcond_with test
 Name:   python-blessed
-Version:1.14.2
+Version:1.15.0
 Release:0
 Summary:Wrapper around terminal styling, screen positioning, and 
keyboard input
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/jquast/blessed
+URL:https://github.com/jquast/blessed
 Source: 
https://files.pythonhosted.org/packages/source/b/blessed/blessed-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-%if %{with test}
 BuildRequires:  %{python_module curses}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.9.0}
 BuildRequires:  %{python_module wcwidth >= 0.1.4}
-%endif
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-curses
 Requires:   python-six >= 1.9.0
 Requires:   python-wcwidth >= 0.1.4
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -81,9 +76,10 @@
   provides only partial support at this time -- there are plans to merge with
   the ansi module in concert with colorama to resolve this.
 
-
 %prep
 %setup -q -n blessed-%{version}
+# disable cons25 tests as they fail in OBS
+sed -i -e 's:cons25 ::' blessed/tests/accessories.py
 
 %build
 %python_build
@@ -92,14 +88,11 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
 export LANG=en_US.UTF-8
-%python_expand py.test-%{$python_bin_suffix} blessed/tests
-%endif
+%python_expand py.test-%{$python_bin_suffix} -v blessed/tests
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %license LICENSE
 %{python_sitelib}/*

++ blessed-1.14.2.tar.gz -> blessed-1.15.0.tar.gz ++
 1677 lines of diff (skipped)




commit python-blessed for openSUSE:Factory

2018-12-13 Thread root
Hello community,

here is the log from the commit of package python-blessed for openSUSE:Factory 
checked in at 2018-12-13 19:39:50

Comparing /work/SRC/openSUSE:Factory/python-blessed (Old)
 and  /work/SRC/openSUSE:Factory/.python-blessed.new.28833 (New)


Package is "python-blessed"

Thu Dec 13 19:39:50 2018 rev:3 rq:653948 version:1.14.2

Changes:

--- /work/SRC/openSUSE:Factory/python-blessed/python-blessed.changes
2018-07-19 22:57:20.925516920 +0200
+++ /work/SRC/openSUSE:Factory/.python-blessed.new.28833/python-blessed.changes 
2018-12-13 19:39:54.609340385 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:46:12 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-blessed.spec ++
--- /var/tmp/diff_new_pack.e5cZSO/_old  2018-12-13 19:39:55.513339422 +0100
+++ /var/tmp/diff_new_pack.e5cZSO/_new  2018-12-13 19:39:55.513339422 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -27,7 +27,6 @@
 Group:  Development/Languages/Python
 Url:https://github.com/jquast/blessed
 Source: 
https://files.pythonhosted.org/packages/source/b/blessed/blessed-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros




commit python-blessed for openSUSE:Factory

2018-07-19 Thread root
Hello community,

here is the log from the commit of package python-blessed for openSUSE:Factory 
checked in at 2018-07-19 22:55:21

Comparing /work/SRC/openSUSE:Factory/python-blessed (Old)
 and  /work/SRC/openSUSE:Factory/.python-blessed.new (New)


Package is "python-blessed"

Thu Jul 19 22:55:21 2018 rev:2 rq:623454 version:1.14.2

Changes:

--- /work/SRC/openSUSE:Factory/python-blessed/python-blessed.changes
2018-05-11 14:28:17.404059323 +0200
+++ /work/SRC/openSUSE:Factory/.python-blessed.new/python-blessed.changes   
2018-07-19 22:57:20.925516920 +0200
@@ -1,0 +2,5 @@
+Tue Jul 17 13:29:00 UTC 2018 - tchva...@suse.com
+
+- Tox is not used when building so no need to depend on it
+
+---



Other differences:
--
++ python-blessed.spec ++
--- /var/tmp/diff_new_pack.kNR1Vv/_old  2018-07-19 22:57:21.509515108 +0200
+++ /var/tmp/diff_new_pack.kNR1Vv/_new  2018-07-19 22:57:21.509515108 +0200
@@ -13,6 +13,7 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -21,24 +22,23 @@
 Name:   python-blessed
 Version:1.14.2
 Release:0
-License:MIT
 Summary:Wrapper around terminal styling, screen positioning, and 
keyboard input
-Url:https://github.com/jquast/blessed
+License:MIT
 Group:  Development/Languages/Python
+Url:https://github.com/jquast/blessed
 Source: 
https://files.pythonhosted.org/packages/source/b/blessed/blessed-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 %if %{with test}
 BuildRequires:  %{python_module curses}
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest-xdist}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module six >= 1.9.0}
 BuildRequires:  %{python_module wcwidth >= 0.1.4}
-BuildRequires:  %{python_module tox}
 %endif
 Requires:   python-curses
 Requires:   python-six >= 1.9.0