- Update to version 4.45.0:

* propagate and close() on exceptions (#926 <- #548)
  * fix nested clear()
  * rework nested close() (#930 <- #924 <- #918, #677)
  * update all documentation & demos
  * add and update tests
  * dev framework: add pre-commit helper
  * fix _utils ImportError => DeprecationWarning

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=74
This commit is contained in:
2020-04-08 06:45:54 +00:00
committed by Git OBS Bridge
parent e8eb1b5447
commit 37a331d5f1
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Apr 8 06:44:50 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to version 4.45.0:
* propagate and close() on exceptions (#926 <- #548)
* fix nested clear()
* rework nested close() (#930 <- #924 <- #918, #677)
* update all documentation & demos
* add and update tests
* dev framework: add pre-commit helper
* fix _utils ImportError => DeprecationWarning
-------------------------------------------------------------------
Sat Feb 22 18:37:35 UTC 2020 - Arun Persaud <arun@gmx.de>