Bug 276857 - devel/py-nbconvert: Update to 7.16.0
Summary: devel/py-nbconvert: Update to 7.16.0
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-06 22:04 UTC by Paul Ivanov
Modified: 2024-02-09 17:43 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (python)


Attachments
devel/py-nbconvert: Update to 7.15.0 (1.94 KB, patch)
2024-02-06 22:04 UTC, Paul Ivanov
no flags Details | Diff
devel-py-nbconvert-Update-to-7.15.0.patch (1.41 KB, patch)
2024-02-07 18:23 UTC, Paul Ivanov
no flags Details | Diff
devel-py-nbconvert-Update-to-7.16.0.patch (1.25 KB, patch)
2024-02-09 01:14 UTC, Paul Ivanov
pi: maintainer-approval? (python)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Ivanov 2024-02-06 22:04:59 UTC
Created attachment 248223 [details]
devel/py-nbconvert: Update to 7.15.0

Changes:        https://github.com/jupyter/nbconvert/releases

Also took the liberty to fill out the pkg-descr a bit more.
Comment 1 Paul Ivanov 2024-02-07 18:23:29 UTC
Created attachment 248239 [details]
devel-py-nbconvert-Update-to-7.15.0.patch

(In reply to Paul Ivanov from comment #0)

I discovered https://wiki.freebsd.org/Python/PortsPolicy which informed me that my edit to pkg-descr was ill-advised. I will upstream that description change instead of trying to modify it here.

Updated patch to just the version bump.
Comment 2 Paul Ivanov 2024-02-09 01:14:20 UTC
Created attachment 248272 [details]
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.