Skip to content

Commit

Permalink
python3-tqdm: upgrade 4.62.3 -> 4.63.0
Browse files Browse the repository at this point in the history
Changelog:
==========
-add __reversed__()
-add efficient __contains__()
-improve CLI startup time (replace pkg_resources => importlib)
-tqdm.autonotebook warning & std fallback on missing ipywidgets (#1218 <- #1082, #1217)
-warn on positional CLI arguments
-misc build/test framework updates
 enable py3.10 tests
 add conda dependencies
 update pre-commit hooks
 fix pytest config (nbval, asyncio)
 fix dependencies & tests
 fix site deployment

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Mar 8, 2022
1 parent a16670a commit aa0c155
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SECTION = "devel/python"
LICENSE = "MIT & MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENCE;md5=1672e2674934fd93a31c09cf17f34100"

SRC_URI[sha256sum] = "d359de7217506c9851b7869f3708d8ee53ed70a1b8edbba4dbcb47442592920d"
SRC_URI[sha256sum] = "1d9835ede8e394bb8c9dcbffbca02d717217113adc679236873eeaac5bc0b3cd"

inherit pypi setuptools3

Expand Down

0 comments on commit aa0c155

Please sign in to comment.