commit python-PyPrind for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyPrind for openSUSE:Factory checked in at 2022-08-31 18:09:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyPrind (Old) and /work/SRC/openSUSE:Factory/.python-PyPrind.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-PyPrind" Wed Aug 31 18:09:16 2022 rev:4 rq:1000419 version:2.11.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyPrind/python-PyPrind.changes 2019-10-16 09:14:19.959614883 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyPrind.new.2083/python-PyPrind.changes 2022-08-31 18:09:21.639434608 +0200 @@ -1,0 +2,11 @@ +Wed Aug 31 09:55:14 UTC 2022 - Matej Cepl <mcepl@suse.com> + +- Remove unnecessary tarball PyPrind-2.11.2.tar.gz + +------------------------------------------------------------------- +Mon Aug 29 00:47:05 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com> + +- Update to 2.11.3: + * Fixes and issue where newlines appeared everywhere on certain machines + +------------------------------------------------------------------- Old: ---- PyPrind-2.11.2.tar.gz New: ---- PyPrind-2.11.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyPrind.spec ++++++ --- /var/tmp/diff_new_pack.6stJUO/_old 2022-08-31 18:09:22.079435773 +0200 +++ /var/tmp/diff_new_pack.6stJUO/_new 2022-08-31 18:09:22.079435773 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-PyPrind # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 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-PyPrind -Version: 2.11.2 +Version: 2.11.3 Release: 0 Summary: Python progress bar and percent indicator utility License: BSD-3-Clause ++++++ PyPrind-2.11.2.tar.gz -> PyPrind-2.11.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyPrind-2.11.2/CHANGELOG.md new/PyPrind-2.11.3/CHANGELOG.md --- old/PyPrind-2.11.2/CHANGELOG.md 2018-01-31 21:12:08.000000000 +0100 +++ new/PyPrind-2.11.3/CHANGELOG.md 2021-04-18 20:09:19.000000000 +0200 @@ -1,6 +1,11 @@ +Version 2.11.3 +================ + +- Fixes and issue where newlines appeared everywhere on certain machines. Version 2.11.2 ================ + - Fixes issue where new lines are printed upon iterating over a completed progress bar object. Version 2.11.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyPrind-2.11.2/PKG-INFO new/PyPrind-2.11.3/PKG-INFO --- old/PyPrind-2.11.2/PKG-INFO 2018-01-31 21:15:29.000000000 +0100 +++ new/PyPrind-2.11.3/PKG-INFO 2021-04-18 20:09:40.218625300 +0200 @@ -1,12 +1,11 @@ Metadata-Version: 1.1 Name: PyPrind -Version: 2.11.2 +Version: 2.11.3 Summary: Python Progress Bar and Percent Indicator Utility Home-page: https://github.com/rasbt/pyprind Author: Sebastian Raschka Author-email: mail@sebastianraschka.com License: BSD 3-Clause -Description-Content-Type: UNKNOWN Description: The PyPrind (Python Progress Indicator) module provides a progress diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyPrind-2.11.2/PyPrind.egg-info/PKG-INFO new/PyPrind-2.11.3/PyPrind.egg-info/PKG-INFO --- old/PyPrind-2.11.2/PyPrind.egg-info/PKG-INFO 2018-01-31 21:15:29.000000000 +0100 +++ new/PyPrind-2.11.3/PyPrind.egg-info/PKG-INFO 2021-04-18 20:09:40.000000000 +0200 @@ -1,12 +1,11 @@ Metadata-Version: 1.1 Name: PyPrind -Version: 2.11.2 +Version: 2.11.3 Summary: Python Progress Bar and Percent Indicator Utility Home-page: https://github.com/rasbt/pyprind Author: Sebastian Raschka Author-email: mail@sebastianraschka.com License: BSD 3-Clause -Description-Content-Type: UNKNOWN Description: The PyPrind (Python Progress Indicator) module provides a progress diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyPrind-2.11.2/README.md new/PyPrind-2.11.3/README.md --- old/PyPrind-2.11.2/README.md 2017-03-01 07:20:03.000000000 +0100 +++ new/PyPrind-2.11.3/README.md 2021-04-18 20:09:19.000000000 +0200 @@ -1,9 +1,7 @@ [![Build Status](https://travis-ci.org/rasbt/pyprind.svg?branch=master)](https://travis-ci.org/rasbt/pyprind) -[![Code Health](https://landscape.io/github/rasbt/pyprind/master/landscape.svg?style=flat)](https://landscape.io/github/rasbt/pyprind/master) [![Coverage Status](https://coveralls.io/repos/rasbt/pyprind/badge.svg?branch=master&service=github)](https://coveralls.io/github/rasbt/pyprind?branch=master) ![Python 2.7](https://img.shields.io/badge/python-2.7-blue.svg) -![Python 3.5](https://img.shields.io/badge/python-3.5-blue.svg) -[![PyPI version](https://badge.fury.io/py/pyprind.svg)](http://badge.fury.io/py/pyprind) +![Python 3](https://img.shields.io/badge/python-3-blue.svg) [![License](https://img.shields.io/badge/license-new%20BSD-blue.svg)](https://github.com/rasbt/pyprind/blob/master/LICENSE.txt) @@ -315,14 +313,3 @@ - -# Contact - -[[back to top](#sections)] - -If you have any questions or comments about `PyPrind`, please feel free to contact me via -eMail: [mail@sebastianraschka.com](mailto:mail@sebastianraschka.com) -or Twitter: [@rasbt](https://twitter.com/rasbt) - - -The `pyprind` module is available on GitHub at [https://github.com/rasbt/pyprind](https://github.com/rasbt/pyprind). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyPrind-2.11.2/pyprind/__init__.py new/PyPrind-2.11.3/pyprind/__init__.py --- old/PyPrind-2.11.2/pyprind/__init__.py 2018-01-31 21:11:12.000000000 +0100 +++ new/PyPrind-2.11.3/pyprind/__init__.py 2021-04-18 20:09:19.000000000 +0200 @@ -1,5 +1,5 @@ """ -Sebastian Raschka 2014-2017 +Sebastian Raschka 2014-2021 Python Progress Indicator Utility Author: Sebastian Raschka <sebastianraschka.com> @@ -17,4 +17,4 @@ from .generator_factory import prog_bar -__version__ = '2.11.2' +__version__ = '2.11.3' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyPrind-2.11.2/pyprind/progbar.py new/PyPrind-2.11.3/pyprind/progbar.py --- old/PyPrind-2.11.2/pyprind/progbar.py 2018-01-31 21:06:39.000000000 +0100 +++ new/PyPrind-2.11.3/pyprind/progbar.py 2021-04-18 20:09:19.000000000 +0200 @@ -72,7 +72,7 @@ def _cache_progress_bar(self, progress): remaining = self.bar_width - progress - self._cached_output += '0% [{}{}] 100%'.format(self.bar_char * int(progress), + self._cached_output += '\r0% [{}{}] 100%'.format(self.bar_char * int(progress), ' ' * int(remaining)) def _print(self, force_flush=False): @@ -91,7 +91,7 @@ self._cache_eta() if self.item_id: self._cache_item_id() - self._stream_out('\r%s' % self._cached_output) + self._stream_out('%s' % self._cached_output) self._stream_flush() self._cached_output = '' self.last_progress = progress
participants (1)
-
Source-Sync