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.000000000 +0100
+++ new/yaspin-0.14.2/HISTORY.rst       2019-04-27 23:05:29.000000000 +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.000000000 +0100
+++ new/yaspin-0.14.2/PKG-INFO  2019-04-27 23:11:40.000000000 +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.000000000 +0100
+++ new/yaspin-0.14.2/setup.cfg 2019-04-27 23:11:40.000000000 +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.000000000 
+0100
+++ new/yaspin-0.14.2/yaspin/__version__.py     2019-04-27 23:05:29.000000000 
+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.py    2018-12-19 10:09:54.000000000 +0100
+++ new/yaspin-0.14.2/yaspin/core.py    2019-04-27 23:05:29.000000000 +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.000000000 
+0100
+++ new/yaspin-0.14.2/yaspin.egg-info/PKG-INFO  2019-04-27 23:11:40.000000000 
+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


Reply via email to