py-tqdm: add 4.66.1 (#39952)
This commit is contained in:
parent
3045ed0e43
commit
d111bde69e
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ class PyTqdm(PythonPackage):
|
|||
homepage = "https://github.com/tqdm/tqdm"
|
||||
pypi = "tqdm/tqdm-4.45.0.tar.gz"
|
||||
|
||||
version("4.66.1", sha256="d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7")
|
||||
version("4.65.0", sha256="1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5")
|
||||
version("4.64.1", sha256="5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4")
|
||||
version("4.64.0", sha256="40be55d30e200777a307a7585aee69e4eabb46b4ec6a4b4a5f2d9f11e7d5408d")
|
||||
|
@ -30,5 +31,6 @@ class PyTqdm(PythonPackage):
|
|||
depends_on("py-setuptools@42:", type=("build", "run"))
|
||||
depends_on("py-setuptools-scm@3.4:+toml", type="build")
|
||||
depends_on("py-colorama", when="platform=windows", type=("build", "run"))
|
||||
|
||||
depends_on("py-requests", when="+telegram", type=("build", "run"))
|
||||
depends_on("py-ipywidgets@6:", when="+notebook", type=("build", "run"))
|
||||
|
|
Loading…
Reference in a new issue