Hello community, here is the log from the commit of package python-tqdm for openSUSE:Factory checked in at 2019-02-27 15:05:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tqdm (Old) and /work/SRC/openSUSE:Factory/.python-tqdm.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tqdm" Wed Feb 27 15:05:36 2019 rev:18 rq:676949 version:4.31.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tqdm/python-tqdm.changes 2019-02-13 10:06:33.269543541 +0100 +++ /work/SRC/openSUSE:Factory/.python-tqdm.new.28833/python-tqdm.changes 2019-02-27 15:05:41.322455416 +0100 @@ -1,0 +2,69 @@ +Sat Feb 16 17:24:34 UTC 2019 - Arun Persaud <[email protected]> + +- update to version 4.31.1: + * fix file.encoding==None caused by #598 (#673 -> #676) + + add tests + * tidy code, update authors and tests + + add setup.py test to CI + +- changes from version 4.31.0: + * Write bytes to stdout/stderr in py2 + (https://bugs.python.org/issue21363, #589 -> #598) + + Add write_bytes parameter for py2/3 default override + * support custom bar characters vias ascii parameter (#223 -> #227) + + implement, document and test custom bar spinners + * support custom bar_format with unknown total (#282 -> #284) + * fix TypeError when unit_scale and unknown total + * document format_dict + * expose elapsed_s, remaining_s to bar_format + * add unit option to bar_format (#368) + * auto README.rst generation framework + + add notes in CONTRIBUTING.md + * update tests + * update documentation + * misc code tidy + +- changes from version 4.30.0: + * avoid moving when leave=False + * generalise nested bar tests + * add display() helper function + * add and expose format_dict (#562, #482, #494, #656) + + allow arbitrary keyword arguments for format_meter + + document format_dict overriding + + add tests for overriding + + related: #660 #172 #587 + * add and tidy developer documentation + * fix py3 CLI pipe decoding error (#663) + * framework overhaul (developing, testing, Travis CI updates) + * tidy code and style (flake8) + * setup.py refactor + + setup.py make + - add support for multi-line commands + - tidy and efficiency + + replace setup.py's built-in make -> py-make>=0.1.9 (#290) + + add requirements-dev.txt and extras_require[dev] + * add, update and tidy tests + * include interactive Jupyter demonstration (#652 -> #659) + * update documentation + + add FAQ about py2 pipes (#359) + + add badges + + update examples + + update authors + +- changes from version 4.29.1: + * fix classmethod lock bug (#617: #457 -> #658) + * add unit test to prevent regression + +- changes from version 4.29.0: + * Avoid global multiprocessing locks (#611 -> #617) + * Add support for infinite iterables (#651) + * Fix missing attr pos when used in multi-threaded environment + (#573) + * Do not join TMonitor if it is the current thread (#613 -> #641) + * Add OpenBSD NIX support (#638) + * Unit tests, general documentation fixes and tidying (e.g. #642) + * CI travis improvements + + py37-dev -> py37 (#622) + + fix py26 + +------------------------------------------------------------------- Old: ---- tqdm-4.28.1.tar.gz New: ---- tqdm-4.31.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tqdm.spec ++++++ --- /var/tmp/diff_new_pack.YWYmka/_old 2019-02-27 15:05:43.238454832 +0100 +++ /var/tmp/diff_new_pack.YWYmka/_new 2019-02-27 15:05:43.238454832 +0100 @@ -21,14 +21,14 @@ %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define test 1 -%bcond_without test %define suffix -test +%bcond_without test %else -%bcond_with test %define suffix %{nil} +%bcond_with test %endif Name: python-tqdm%{suffix} -Version: 4.28.1 +Version: 4.31.1 Release: 0 Summary: An extensible progress meter License: MPL-2.0 AND MIT ++++++ tqdm-4.28.1.tar.gz -> tqdm-4.31.1.tar.gz ++++++ ++++ 6017 lines of diff (skipped)
