Skip to content

Commit

Permalink
python3-tqdm: Upgrade 4.47.0 -> 4.48.0
Browse files Browse the repository at this point in the history
Upgrade to release 4.48.0:

- add tqdm.asyncio
- reduce contrib.discord logging verbosity
- fix potential pandas() modifying **kwargs bug
- update documentation
- add tests
- misc framework updates

Signed-off-by: Leon Anavi <[email protected]>
Acked-by: Trevor Gamblin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
leon-anavi authored and kraj committed Aug 4, 2020
1 parent 2359505 commit f026e37
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ SECTION = "devel/python"
LICENSE = "MIT & MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENCE;md5=7ea57584e3f8bbde2ae3e1537551de25"

SRC_URI[md5sum] = "1594eab5b5aef37ef1fd6d36ce4f8f4c"
SRC_URI[sha256sum] = "63ef7a6d3eb39f80d6b36e4867566b3d8e5f1fe3d6cb50c5e9ede2b3198ba7b7"
SRC_URI[md5sum] = "89dbe66a10f78900e4e7be729ddd28ca"
SRC_URI[sha256sum] = "6baa75a88582b1db6d34ce4690da5501d2a1cb65c34664840a456b2c9f794d29"

inherit pypi setuptools3

Expand Down

0 comments on commit f026e37

Please sign in to comment.