py-tqdm: add 4.62.3 (#26277)
This commit is contained in:
parent
441c602d2d
commit
6b94d7e6a3
@ -12,6 +12,7 @@ class PyTqdm(PythonPackage):
|
||||
homepage = "https://github.com/tqdm/tqdm"
|
||||
pypi = "tqdm/tqdm-4.45.0.tar.gz"
|
||||
|
||||
version('4.62.3', sha256='d359de7217506c9851b7869f3708d8ee53ed70a1b8edbba4dbcb47442592920d')
|
||||
version('4.59.0', sha256='d666ae29164da3e517fcf125e41d4fe96e5bb375cd87ff9763f6b38b5592fe33')
|
||||
version('4.56.2', sha256='11d544652edbdfc9cc41aa4c8a5c166513e279f3f2d9f1a9e1c89935b51de6ff')
|
||||
version('4.45.0', sha256='00339634a22c10a7a22476ee946bbde2dbe48d042ded784e4d88e0236eca5d81')
|
||||
@ -24,5 +25,6 @@ class PyTqdm(PythonPackage):
|
||||
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
|
||||
depends_on('py-setuptools@42:', type=('build', 'run'))
|
||||
depends_on('py-setuptools-scm@3.4:+toml', type='build')
|
||||
# depends_on('py-colorama', type=('build', 'run'), when='platform=windows')
|
||||
depends_on('py-requests', when='+telegram', type=('build', 'run'))
|
||||
depends_on('py-ipywidgets@6:', when='+notebook', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user