14
0
forked from pool/python-tqdm

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

- update to version 4.61.2:
  * install colorama on Windows (#1139, #454)
  * add telegram support for leave=False (#1189)
  * support pandas==1.3.0 (#1199)
  * fix keras potential AttributeError (#1184 <- #1183)
  * fix py3.10 asyncio tests (#1176)
  * flush stdout/err before first render (#1177)
  * misc minor build & test framework updates (#1180)

OBS-URL: https://build.opensuse.org/request/show/907606
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=102
This commit is contained in:
2021-07-22 11:04:27 +00:00
committed by Git OBS Bridge
parent f0dcbbf6a7
commit 1554d320ff
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jul 22 01:29:29 UTC 2021 - Arun Persaud <arun@gmx.de>
- update to version 4.61.2:
* install colorama on Windows (#1139, #454)
* add telegram support for leave=False (#1189)
* support pandas==1.3.0 (#1199)
* fix keras potential AttributeError (#1184 <- #1183)
* fix py3.10 asyncio tests (#1176)
* flush stdout/err before first render (#1177)
* misc minor build & test framework updates (#1180)
-------------------------------------------------------------------
Sun Jul 4 00:17:33 UTC 2021 - Arun Persaud <arun@gmx.de>