py-tqdm: add 4.66.1 (#39952)

This commit is contained in:
Manuela Kuhn 2023-09-18 21:04:39 +02:00 committed by GitHub
parent 3045ed0e43
commit d111bde69e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ class PyTqdm(PythonPackage):
homepage = "https://github.com/tqdm/tqdm" homepage = "https://github.com/tqdm/tqdm"
pypi = "tqdm/tqdm-4.45.0.tar.gz" pypi = "tqdm/tqdm-4.45.0.tar.gz"
version("4.66.1", sha256="d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7")
version("4.65.0", sha256="1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5") version("4.65.0", sha256="1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5")
version("4.64.1", sha256="5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4") version("4.64.1", sha256="5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4")
version("4.64.0", sha256="40be55d30e200777a307a7585aee69e4eabb46b4ec6a4b4a5f2d9f11e7d5408d") 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@42:", type=("build", "run"))
depends_on("py-setuptools-scm@3.4:+toml", type="build") depends_on("py-setuptools-scm@3.4:+toml", type="build")
depends_on("py-colorama", when="platform=windows", type=("build", "run")) depends_on("py-colorama", when="platform=windows", type=("build", "run"))
depends_on("py-requests", when="+telegram", type=("build", "run")) depends_on("py-requests", when="+telegram", type=("build", "run"))
depends_on("py-ipywidgets@6:", when="+notebook", type=("build", "run")) depends_on("py-ipywidgets@6:", when="+notebook", type=("build", "run"))