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 <[email protected]> + +- 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.000000000 +0200 +++ new/yaspin-0.15.0/HISTORY.rst 2019-08-09 15:09:48.000000000 +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.000000000 +0200 +++ new/yaspin-0.15.0/PKG-INFO 2019-08-09 15:27:52.000000000 +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.000000000 +0200 +++ new/yaspin-0.15.0/setup.cfg 2019-08-09 15:27:52.000000000 +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.000000000 +0200 +++ new/yaspin-0.15.0/yaspin/__version__.py 2019-08-09 15:09:48.000000000 +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.000000000 +0200 +++ new/yaspin-0.15.0/yaspin/constants.py 2019-08-09 15:09:48.000000000 +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.000000000 +0200 +++ new/yaspin-0.15.0/yaspin/data/spinners.json 2019-08-09 15:09:48.000000000 +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.000000000 +0200 +++ new/yaspin-0.15.0/yaspin.egg-info/PKG-INFO 2019-08-09 15:27:52.000000000 +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
