New version: py-nbconvert 6.2.0 (#27350)

* New version: py-nbconvert 6.2.0

* Update package.py
This commit is contained in:
iarspider 2021-11-11 19:58:56 +01:00 committed by GitHub
parent a2eadbbcdf
commit 0d06bf6027
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ class PyNbconvert(PythonPackage):
homepage = "https://github.com/jupyter/nbconvert" homepage = "https://github.com/jupyter/nbconvert"
pypi = "nbconvert/nbconvert-6.0.1.tar.gz" pypi = "nbconvert/nbconvert-6.0.1.tar.gz"
version('6.2.0', sha256='16ceecd0afaa8fd26c245fa32e2c52066c02f13aa73387fffafd84750baea863')
version('6.0.1', sha256='db94117fbac29153834447e31b30cda337d4450e46e0bdb1a36eafbbf4435156') version('6.0.1', sha256='db94117fbac29153834447e31b30cda337d4450e46e0bdb1a36eafbbf4435156')
version('5.6.0', sha256='427a468ec26e7d68a529b95f578d5cbf018cb4c1f889e897681c2b6d11897695') version('5.6.0', sha256='427a468ec26e7d68a529b95f578d5cbf018cb4c1f889e897681c2b6d11897695')
version('5.5.0', sha256='138381baa41d83584459b5cfecfc38c800ccf1f37d9ddd0bd440783346a4c39c') version('5.5.0', sha256='138381baa41d83584459b5cfecfc38c800ccf1f37d9ddd0bd440783346a4c39c')
@ -22,6 +23,7 @@ class PyNbconvert(PythonPackage):
depends_on('python@2.7:2.8,3.3:', type=('build', 'run')) depends_on('python@2.7:2.8,3.3:', type=('build', 'run'))
depends_on('python@2.7:2.8,3.5:', type=('build', 'run'), when='@5:') depends_on('python@2.7:2.8,3.5:', type=('build', 'run'), when='@5:')
depends_on('python@3.6:', type=('build', 'run'), when='@6:') depends_on('python@3.6:', type=('build', 'run'), when='@6:')
depends_on('python@3.7:', type=('build', 'run'), when='@6.2.0:')
depends_on('py-setuptools', type=('build', 'run'), when='@5:') depends_on('py-setuptools', type=('build', 'run'), when='@5:')
depends_on('py-pycurl', type='build', when='^python@:2.7.8') depends_on('py-pycurl', type='build', when='^python@:2.7.8')
depends_on('py-mistune@0.8.1:1', type=('build', 'run')) depends_on('py-mistune@0.8.1:1', type=('build', 'run'))
@ -32,6 +34,7 @@ class PyNbconvert(PythonPackage):
depends_on('py-jupyterlab-pygments', type=('build', 'run'), when='@6:') depends_on('py-jupyterlab-pygments', type=('build', 'run'), when='@6:')
depends_on('py-traitlets', type=('build', 'run')) depends_on('py-traitlets', type=('build', 'run'))
depends_on('py-traitlets@4.2:', type=('build', 'run'), when='@5:') depends_on('py-traitlets@4.2:', type=('build', 'run'), when='@5:')
depends_on('py-traitlets@5:', type=('build', 'run'), when='@6.2.0:')
depends_on('py-jupyter-core', type=('build', 'run')) depends_on('py-jupyter-core', type=('build', 'run'))
depends_on('py-nbformat', type=('build', 'run')) depends_on('py-nbformat', type=('build', 'run'))
depends_on('py-nbformat@4.4.0:', type=('build', 'run'), when='@5:') depends_on('py-nbformat@4.4.0:', type=('build', 'run'), when='@5:')