commit python-yaspin for openSUSE:Factory

2020-08-06 Thread root
Hello community,

here is the log from the commit of package python-yaspin for openSUSE:Factory 
checked in at 2020-08-06 17:32:53

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


Package is "python-yaspin"

Thu Aug  6 17:32:53 2020 rev:6 rq:824592 version:0.18.0

Changes:

--- /work/SRC/openSUSE:Factory/python-yaspin/python-yaspin.changes  
2020-02-06 13:18:28.480650155 +0100
+++ /work/SRC/openSUSE:Factory/.python-yaspin.new.3399/python-yaspin.changes
2020-08-06 17:33:26.821104707 +0200
@@ -1,0 +2,18 @@
+Thu Aug  6 05:55:07 UTC 2020 - Tomáš Chvátal 
+
+- Do not install tests folder directly in sitelib
+
+---
+Tue Jul 21 10:44:10 UTC 2020 - Marketa Calabkova 
+
+- update to 0.18.0
+  * Update cli-spinners to ``v2.4.0``
+  * Update dependencies
+  * fix(#59): remove ``tests/`` and ``examples/`` from wheels distribution
+  * Migrate to ``poetry`` for dependencies management, building and publishing 
project
+  * Add tests for Python 3.8
+  * Deprecate support for Python 3.4
+  * Run tests under Ubuntu 18.04
+  * Update dev dependencies to the most recent ones (compatible with Python 
2.7)
+
+---

Old:

  yaspin-0.16.0.tar.gz

New:

  yaspin-0.18.0.tar.gz



Other differences:
--
++ python-yaspin.spec ++
--- /var/tmp/diff_new_pack.NAEiDR/_old  2020-08-06 17:33:27.345104653 +0200
+++ /var/tmp/diff_new_pack.NAEiDR/_new  2020-08-06 17:33:27.349104653 +0200
@@ -18,11 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yaspin
-Version:0.16.0
+Version:0.18.0
 Release:0
 Summary:Yet Another Terminal Spinner
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/pavdmyt/yaspin
 Source: 
https://files.pythonhosted.org/packages/source/y/yaspin/yaspin-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
@@ -45,10 +44,11 @@
 
 %install
 %python_install
+%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pytest
 
 %files %{python_files}
 %doc README.rst

++ yaspin-0.16.0.tar.gz -> yaspin-0.18.0.tar.gz ++
 2372 lines of diff (skipped)




commit python-yaspin for openSUSE:Factory

2020-02-06 Thread root
Hello community,

here is the log from the commit of package python-yaspin for openSUSE:Factory 
checked in at 2020-02-06 13:18:27

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


Package is "python-yaspin"

Thu Feb  6 13:18:27 2020 rev:5 rq:769610 version:0.16.0

Changes:

--- /work/SRC/openSUSE:Factory/python-yaspin/python-yaspin.changes  
2019-08-14 11:36:55.340701694 +0200
+++ /work/SRC/openSUSE:Factory/.python-yaspin.new.26092/python-yaspin.changes   
2020-02-06 13:18:28.480650155 +0100
@@ -1,0 +2,7 @@
+Mon Feb  3 13:54:16 UTC 2020 - Marketa Calabkova 
+
+- update to 0.16.0
+  * Allow use inside zip bundled package
+  * Code improvements
+
+---

Old:

  yaspin-0.15.0.tar.gz

New:

  yaspin-0.16.0.tar.gz



Other differences:
--
++ python-yaspin.spec ++
--- /var/tmp/diff_new_pack.p6Xh3C/_old  2020-02-06 13:18:29.120650468 +0100
+++ /var/tmp/diff_new_pack.p6Xh3C/_new  2020-02-06 13:18:29.128650472 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-yaspin
 #
-# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yaspin
-Version:0.15.0
+Version:0.16.0
 Release:0
 Summary:Yet Another Terminal Spinner
 License:MIT

++ yaspin-0.15.0.tar.gz -> yaspin-0.16.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.15.0/HISTORY.rst 
new/yaspin-0.16.0/HISTORY.rst
--- old/yaspin-0.15.0/HISTORY.rst   2019-08-09 15:09:48.0 +0200
+++ new/yaspin-0.16.0/HISTORY.rst   2020-01-11 21:52:31.0 +0100
@@ -1,6 +1,13 @@
 Release History
 ===
 
+0.16.0 / 2020-01-11
+---
+
+* Allow use inside zip bundled package
+* Code improvements
+
+
 0.15.0 / 2019-08-09
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.15.0/PKG-INFO new/yaspin-0.16.0/PKG-INFO
--- old/yaspin-0.15.0/PKG-INFO  2019-08-09 15:27:52.0 +0200
+++ new/yaspin-0.16.0/PKG-INFO  2020-01-11 21:59:09.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: yaspin
-Version: 0.15.0
+Version: 0.16.0
 Summary: Yet Another Terminal Spinner
 Home-page: https://github.com/pavdmyt/yaspin
 Author: Pavlo Dmytrenko
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.15.0/setup.cfg new/yaspin-0.16.0/setup.cfg
--- old/yaspin-0.15.0/setup.cfg 2019-08-09 15:27:52.0 +0200
+++ new/yaspin-0.16.0/setup.cfg 2020-01-11 21:59:09.0 +0100
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.15.0
+current_version = 0.16.0
 
 [metadata]
 description-file = README.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.15.0/tests/test_spinners.py 
new/yaspin-0.16.0/tests/test_spinners.py
--- old/yaspin-0.15.0/tests/test_spinners.py2019-04-27 22:31:42.0 
+0200
+++ new/yaspin-0.16.0/tests/test_spinners.py2020-01-11 20:51:20.0 
+0100
@@ -9,18 +9,16 @@
 
 from __future__ import absolute_import
 
-import codecs
 import json
 from collections import OrderedDict
 
 import pytest
 
 from yaspin.compat import iteritems
-from yaspin.spinners import SPINNERS_PATH, Spinners
+from yaspin.spinners import SPINNERS_DATA, Spinners
 
 
-with codecs.open(SPINNERS_PATH, encoding="utf-8") as f:
-spinners_dict = OrderedDict(json.load(f))
+spinners_dict = OrderedDict(json.loads(SPINNERS_DATA))
 
 
 test_cases = [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.15.0/yaspin/__version__.py 
new/yaspin-0.16.0/yaspin/__version__.py
--- old/yaspin-0.15.0/yaspin/__version__.py 2019-08-09 15:09:48.0 
+0200
+++ new/yaspin-0.16.0/yaspin/__version__.py 2020-01-11 21:52:31.0 
+0100
@@ -1 +1 @@
-__version__ = "0.15.0"
+__version__ = "0.16.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.15.0/yaspin/core.py 
new/yaspin-0.16.0/yaspin/core.py
--- old/yaspin-0.15.0/yaspin/core.py2019-05-12 15:28:48.0 +0200
+++ new/yaspin-0.16.0/yaspin/core.py2020-01-11 21:31:35.0 +0100
@@ -452,9 +452,6 @@
 
 @staticmethod
 def _set_spinner(spinner):
-if not spinner:
-sp = default_spinner
-

commit python-yaspin for openSUSE:Factory

2019-08-14 Thread root
Hello community,

here is the log from the commit of package python-yaspin for openSUSE:Factory 
checked in at 2019-08-14 11:36:52

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


Package is "python-yaspin"

Wed Aug 14 11:36:52 2019 rev:4 rq:722643 version:0.15.0

Changes:

--- /work/SRC/openSUSE:Factory/python-yaspin/python-yaspin.changes  
2019-05-27 08:30:53.655246191 +0200
+++ /work/SRC/openSUSE:Factory/.python-yaspin.new.9556/python-yaspin.changes
2019-08-14 11:36:55.340701694 +0200
@@ -1,0 +2,6 @@
+Mon Aug 12 10:29:31 UTC 2019 - Marketa Calabkova 
+
+- Update to 15.0
+  * Update cli-spinners to v2.2.0
+
+---

Old:

  yaspin-0.14.3.tar.gz

New:

  yaspin-0.15.0.tar.gz



Other differences:
--
++ python-yaspin.spec ++
--- /var/tmp/diff_new_pack.29KhWP/_old  2019-08-14 11:36:56.568701474 +0200
+++ /var/tmp/diff_new_pack.29KhWP/_new  2019-08-14 11:36:56.568701474 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yaspin
-Version:0.14.3
+Version:0.15.0
 Release:0
 Summary:Yet Another Terminal Spinner
 License:MIT

++ yaspin-0.14.3.tar.gz -> yaspin-0.15.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.3/HISTORY.rst 
new/yaspin-0.15.0/HISTORY.rst
--- old/yaspin-0.14.3/HISTORY.rst   2019-05-12 15:28:48.0 +0200
+++ new/yaspin-0.15.0/HISTORY.rst   2019-08-09 15:09:48.0 +0200
@@ -1,6 +1,12 @@
 Release History
 ===
 
+0.15.0 / 2019-08-09
+---
+
+* Update cli-spinners to v2.2.0
+
+
 0.14.3 / 2019-05-12
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.3/PKG-INFO new/yaspin-0.15.0/PKG-INFO
--- old/yaspin-0.14.3/PKG-INFO  2019-05-12 15:31:30.0 +0200
+++ new/yaspin-0.15.0/PKG-INFO  2019-08-09 15:27:52.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: yaspin
-Version: 0.14.3
+Version: 0.15.0
 Summary: Yet Another Terminal Spinner
 Home-page: https://github.com/pavdmyt/yaspin
 Author: Pavlo Dmytrenko
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.3/setup.cfg new/yaspin-0.15.0/setup.cfg
--- old/yaspin-0.14.3/setup.cfg 2019-05-12 15:31:30.0 +0200
+++ new/yaspin-0.15.0/setup.cfg 2019-08-09 15:27:52.0 +0200
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.14.3
+current_version = 0.15.0
 
 [metadata]
 description-file = README.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.3/yaspin/__version__.py 
new/yaspin-0.15.0/yaspin/__version__.py
--- old/yaspin-0.14.3/yaspin/__version__.py 2019-05-12 15:28:48.0 
+0200
+++ new/yaspin-0.15.0/yaspin/__version__.py 2019-08-09 15:09:48.0 
+0200
@@ -1 +1 @@
-__version__ = "0.14.3"
+__version__ = "0.15.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.3/yaspin/constants.py 
new/yaspin-0.15.0/yaspin/constants.py
--- old/yaspin-0.14.3/yaspin/constants.py   2019-04-27 22:31:42.0 
+0200
+++ new/yaspin-0.15.0/yaspin/constants.py   2019-08-09 15:09:48.0 
+0200
@@ -44,6 +44,7 @@
 "arrow3",
 "balloon",
 "balloon2",
+"betaWave",
 "bounce",
 "bouncingBall",
 "bouncingBar",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.3/yaspin/data/spinners.json 
new/yaspin-0.15.0/yaspin/data/spinners.json
--- old/yaspin-0.14.3/yaspin/data/spinners.json 2019-04-27 22:31:42.0 
+0200
+++ new/yaspin-0.15.0/yaspin/data/spinners.json 2019-08-09 15:09:48.0 
+0200
@@ -908,5 +908,17 @@
"=",
"≡"
]
+   },
+   "betaWave": {
+   "interval": 80,
+   "frames": [
+   "ρββ",
+   "βρβ",
+   "ββρ",
+   "βββρβββ",
+   "ρββ",
+   "βρβ",
+   "ββρ"
+   ]
}
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.3/yaspin.egg-info/PKG-INFO 
new/yaspin-0.15.0/yaspin.egg-info/PKG-INFO
--- old/yaspin-0.14.3/yaspin.egg-info/PKG-INFO  2019-05-12 15:31:30.0 
+0200
+++ new/yaspin-0.15.0/yaspin.egg-info/PKG-INFO  2019-08-09 

commit python-yaspin for openSUSE:Factory

2019-05-27 Thread root
Hello community,

here is the log from the commit of package python-yaspin for openSUSE:Factory 
checked in at 2019-05-27 08:30:52

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


Package is "python-yaspin"

Mon May 27 08:30:52 2019 rev:3 rq:705257 version:0.14.3

Changes:

--- /work/SRC/openSUSE:Factory/python-yaspin/python-yaspin.changes  
2019-05-06 21:17:29.769110931 +0200
+++ /work/SRC/openSUSE:Factory/.python-yaspin.new.5148/python-yaspin.changes
2019-05-27 08:30:53.655246191 +0200
@@ -1,0 +2,6 @@
+Fri May 24 13:43:28 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.14.3:
+  * fix(#29): race condition between spinner thread and write()
+
+---

Old:

  yaspin-0.14.2.tar.gz

New:

  yaspin-0.14.3.tar.gz



Other differences:
--
++ python-yaspin.spec ++
--- /var/tmp/diff_new_pack.XNTwsZ/_old  2019-05-27 08:30:54.367245913 +0200
+++ /var/tmp/diff_new_pack.XNTwsZ/_new  2019-05-27 08:30:54.371245912 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yaspin
-Version:0.14.2
+Version:0.14.3
 Release:0
 Summary:Yet Another Terminal Spinner
 License:MIT

++ yaspin-0.14.2.tar.gz -> yaspin-0.14.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.2/HISTORY.rst 
new/yaspin-0.14.3/HISTORY.rst
--- old/yaspin-0.14.2/HISTORY.rst   2019-04-27 23:05:29.0 +0200
+++ new/yaspin-0.14.3/HISTORY.rst   2019-05-12 15:28:48.0 +0200
@@ -1,6 +1,12 @@
 Release History
 ===
 
+0.14.3 / 2019-05-12
+---
+
+* fix(#29): race condition between spinner thread and ``write()``
+
+
 0.14.2 / 2019-04-27
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.2/PKG-INFO new/yaspin-0.14.3/PKG-INFO
--- old/yaspin-0.14.2/PKG-INFO  2019-04-27 23:11:40.0 +0200
+++ new/yaspin-0.14.3/PKG-INFO  2019-05-12 15:31:30.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: yaspin
-Version: 0.14.2
+Version: 0.14.3
 Summary: Yet Another Terminal Spinner
 Home-page: https://github.com/pavdmyt/yaspin
 Author: Pavlo Dmytrenko
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.2/setup.cfg new/yaspin-0.14.3/setup.cfg
--- old/yaspin-0.14.2/setup.cfg 2019-04-27 23:11:40.0 +0200
+++ new/yaspin-0.14.3/setup.cfg 2019-05-12 15:31:30.0 +0200
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.14.2
+current_version = 0.14.3
 
 [metadata]
 description-file = README.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.2/tests/test_in_out.py 
new/yaspin-0.14.3/tests/test_in_out.py
--- old/yaspin-0.14.2/tests/test_in_out.py  2019-04-27 22:31:42.0 
+0200
+++ new/yaspin-0.14.3/tests/test_in_out.py  2019-05-12 15:28:48.0 
+0200
@@ -8,7 +8,9 @@
 And all output data is converted to builtin str type.
 """
 
+import re
 import sys
+import time
 
 import pytest
 
@@ -159,3 +161,22 @@
 
 # ensure that text was cleared before resuming the spinner
 assert out[:4] == "\r\033[K"
+
+
+def test_spinner_write_race_condition(capsys):
+# test that spinner text does not overwrite write() contents
+# this generally happens when the spinner thread writes
+# between write()'s \r and the text it actually wants to write
+
+sp = yaspin(text="")
+sp.start()
+sp._interval = 0.0
+start_time = time.time()
+while time.time() - start_time < 3.0:
+sp.write("")
+sp.stop()
+
+out, _ = capsys.readouterr()
+assert "" in out  # spinner text is present
+assert "" in out  # write() text is present
+assert not re.search(r"[^\rb]*", out)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.2/yaspin/__version__.py 
new/yaspin-0.14.3/yaspin/__version__.py
--- old/yaspin-0.14.2/yaspin/__version__.py 2019-04-27 23:05:29.0 
+0200
+++ new/yaspin-0.14.3/yaspin/__version__.py 2019-05-12 15:28:48.0 
+0200
@@ -1 +1 @@
-__version__ = "0.14.2"
+__version__ = "0.14.3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.2/yaspin/core.py 
new/yaspin-0.14.3/yaspin/core.py
--- old/yaspin-0.14.2/yaspin/core.py2019-04-27 23:05:29.0 +0200
+++ new/yaspin-0.14.3/yaspin/core.py2019-05-12 15:28:48.0 +0200
@@ -76,6 +76,7 @@
 

commit python-yaspin for openSUSE:Factory

2019-05-06 Thread root
Hello community,

here is the log from the commit of package python-yaspin for openSUSE:Factory 
checked in at 2019-05-06 21:17:29

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


Package is "python-yaspin"

Mon May  6 21:17:29 2019 rev:2 rq:701067 version:0.14.2

Changes:

--- /work/SRC/openSUSE:Factory/python-yaspin/python-yaspin.changes  
2019-03-04 09:22:20.712579712 +0100
+++ /work/SRC/openSUSE:Factory/.python-yaspin.new.5148/python-yaspin.changes
2019-05-06 21:17:29.769110931 +0200
@@ -1,0 +2,7 @@
+Mon May  6 11:50:48 UTC 2019 - pgaj...@suse.com
+
+- version update to 0.14.2
+  * fix: remove extra ``\b`` written to stdout. Fixes ``write()`` in
+rxvt terminal
+
+---

Old:

  yaspin-0.14.1.tar.gz

New:

  yaspin-0.14.2.tar.gz



Other differences:
--
++ python-yaspin.spec ++
--- /var/tmp/diff_new_pack.9flVPw/_old  2019-05-06 21:17:30.929113949 +0200
+++ /var/tmp/diff_new_pack.9flVPw/_new  2019-05-06 21:17:30.957114021 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yaspin
-Version:0.14.1
+Version:0.14.2
 Release:0
 Summary:Yet Another Terminal Spinner
 License:MIT

++ yaspin-0.14.1.tar.gz -> yaspin-0.14.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.1/HISTORY.rst 
new/yaspin-0.14.2/HISTORY.rst
--- old/yaspin-0.14.1/HISTORY.rst   2019-01-27 23:22:13.0 +0100
+++ new/yaspin-0.14.2/HISTORY.rst   2019-04-27 23:05:29.0 +0200
@@ -1,6 +1,12 @@
 Release History
 ===
 
+0.14.2 / 2019-04-27
+---
+
+* fix: remove extra ``\b`` written to stdout. Fixes ``write()`` in rxvt 
terminal
+
+
 0.14.1 / 2019-01-28
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.1/PKG-INFO new/yaspin-0.14.2/PKG-INFO
--- old/yaspin-0.14.1/PKG-INFO  2019-01-27 23:40:45.0 +0100
+++ new/yaspin-0.14.2/PKG-INFO  2019-04-27 23:11:40.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: yaspin
-Version: 0.14.1
+Version: 0.14.2
 Summary: Yet Another Terminal Spinner
 Home-page: https://github.com/pavdmyt/yaspin
 Author: Pavlo Dmytrenko
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.1/setup.cfg new/yaspin-0.14.2/setup.cfg
--- old/yaspin-0.14.1/setup.cfg 2019-01-27 23:40:45.0 +0100
+++ new/yaspin-0.14.2/setup.cfg 2019-04-27 23:11:40.0 +0200
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.14.1
+current_version = 0.14.2
 
 [metadata]
 description-file = README.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.1/yaspin/__version__.py 
new/yaspin-0.14.2/yaspin/__version__.py
--- old/yaspin-0.14.1/yaspin/__version__.py 2019-01-27 23:22:13.0 
+0100
+++ new/yaspin-0.14.2/yaspin/__version__.py 2019-04-27 23:05:29.0 
+0200
@@ -1 +1 @@
-__version__ = "0.14.1"
+__version__ = "0.14.2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.1/yaspin/core.py 
new/yaspin-0.14.2/yaspin/core.py
--- old/yaspin-0.14.1/yaspin/core.py2018-12-19 10:09:54.0 +0100
+++ new/yaspin-0.14.2/yaspin/core.py2019-04-27 23:05:29.0 +0200
@@ -327,7 +327,6 @@
 
 # Wait
 time.sleep(self._interval)
-sys.stdout.write("\b")
 
 def _compose_color_func(self):
 fn = functools.partial(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaspin-0.14.1/yaspin.egg-info/PKG-INFO 
new/yaspin-0.14.2/yaspin.egg-info/PKG-INFO
--- old/yaspin-0.14.1/yaspin.egg-info/PKG-INFO  2019-01-27 23:40:45.0 
+0100
+++ new/yaspin-0.14.2/yaspin.egg-info/PKG-INFO  2019-04-27 23:11:40.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: yaspin
-Version: 0.14.1
+Version: 0.14.2
 Summary: Yet Another Terminal Spinner
 Home-page: https://github.com/pavdmyt/yaspin
 Author: Pavlo Dmytrenko