New version: py-nbconvert 0.5.5 (#27347)

This commit is contained in:
iarspider 2021-11-11 17:37:10 +01:00 committed by GitHub
parent 569a9a9dcc
commit 9ce0abf34f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,12 +12,15 @@ class PyNbclient(PythonPackage):
homepage = "https://jupyter.org/"
pypi = "nbclient/nbclient-0.5.0.tar.gz"
version('0.5.5', sha256='ed7d18431393750d29a64da432e0b7889274eb5a5056682be5691b1b1dc8f755')
version('0.5.0', sha256='8ad52d27ba144fca1402db014857e53c5a864a2f407be66ca9d74c3a56d6591d')
depends_on('python@3.6:', type=('build', 'run'))
depends_on('python@3.6.1:', type=('build', 'run'), when='@0.5.5:')
depends_on('py-setuptools', type='build')
depends_on('py-traitlets@4.2:', type=('build', 'run'))
depends_on('py-jupyter-client@6.1.5:', type=('build', 'run'))
depends_on('py-nbformat@5.0:', type=('build', 'run'))
depends_on('py-async-generator', type=('build', 'run'))
depends_on('py-async-generator', type=('build', 'run'), when='@0.5.0')
depends_on('py-async-generator', type=('build', 'run'), when='@0.5.5: ^python@:3.6')
depends_on('py-nest-asyncio', type=('build', 'run'))