maintainer-approval requested: [Bug 276857] devel/py-nbconvert: Update to 7.15.0 : [Attachment 248272] devel-py-nbconvert-Update-to-7.16.0.patch
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 276857] devel/py-nbconvert: Update to 7.15.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Feb 2024 01:14:19 UTC
Paul Ivanov <pi@berkeley.edu> has asked freebsd-python (Nobody) <python@FreeBSD.org> for maintainer-approval: Bug 276857: devel/py-nbconvert: Update to 7.15.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276857 Attachment 248272: devel-py-nbconvert-Update-to-7.16.0.patch https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248272&action=edit --- Comment #2 from Paul Ivanov <pi@berkeley.edu> --- Created attachment 248272 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248272&action=edit devel-py-nbconvert-Update-to-7.16.0.patch Updated patch to nbconvert 7.16.0. Changes: https://github.com/jupyter/nbconvert/releases I have run 1. make stage 2. make stage-qa 3. make package 4. make install 5. make deinstall 6. make package (as user) I have also run the tests with pytest, which mostly pass, though not enabling in this patch as there are two failures which were reported upstream: https://github.com/jupyter/nbconvert/issues/2066 and a fix for them is in: https://github.com/jupyter/nbconvert/pull/2108 Once that fix lands, pytest can be added to USE_PYTHON for this port with the next release.