14
0
forked from pool/python-tqdm

Accepting request 750594 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/750594
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=56
This commit is contained in:
Tomáš Chvátal
2019-11-29 09:43:59 +00:00
committed by Git OBS Bridge
parent 3a42f60ec5
commit 441063e13b
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Nov 24 00:13:41 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 4.39.0:
* add pandas builtin operations check (#843 <- #697)
* avoid unnecessary dedent (#837)
* remove unneeded bar logic
* misc code tidy
* update documentation
+ document default argument overriding (#370)
+ add missing isatty() (#713)
+ update badges
+ add code of conduct
* update framework
+ clean CI stages
+ update CI default py3.6 => py3.7
+ automate snap releases (#686 <- #685)
-------------------------------------------------------------------
Sat Nov 9 14:36:01 UTC 2019 - Arun Persaud <arun@gmx.de>