Accepting request 627953 from home:TheBlackCat:branches:devel:languages:python

- update to 4.24.0
  * autonotebook submodule for automatic selection of notebook/CLI bar (#443, #508)
    > update/add pandas() example documentation (#474)
  * NameError:IntProgress changed to a more helpful ImportError (#187, #451, #558)
  * support bool() cast when disable=True (#574)
  * fix format_sizeof hundreds rounding (#579 -> #581)
  * ensure URLs in documentation are secure (https)

OBS-URL: https://build.opensuse.org/request/show/627953
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=25
This commit is contained in:
Todd R
2018-08-07 20:03:50 +00:00
committed by Git OBS Bridge
parent 7e8a4d795d
commit 8b2c377487
4 changed files with 25 additions and 10 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Aug 7 14:44:44 UTC 2018 - toddrme2178@gmail.com
- update to 4.24.0
* autonotebook submodule for automatic selection of notebook/CLI bar (#443, #508)
> update/add pandas() example documentation (#474)
* NameError:IntProgress changed to a more helpful ImportError (#187, #451, #558)
* support bool() cast when disable=True (#574)
* fix format_sizeof hundreds rounding (#579 -> #581)
* ensure URLs in documentation are secure (https)
-------------------------------------------------------------------
Sat Jul 14 02:18:53 UTC 2018 - arun@gmx.de