Latest upstream release: 0.4.2 Current version/release in rawhide: 0.2.17-5.fc30 URL: https://nbsphinx.readthedocs.io/ Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from anitya: https://release-monitoring.org/project/18806/
This is missing a Requires on nbconvert: https://apps.fedoraproject.org/koschei/affected-by/python3-nbsphinx?epoch1=0&version1=0.2.17&release1=5.fc30&epoch2=0&version2=0.4.2&release2=1.fc30&collection=f30
I can add it manually but that is in fact a requires generator bug. install_requires=[ ... 'nbconvert!=5.4',
Also, we have nbconvert 5.4, so this might explode. Sorry about not noticing this earlier.
Building a fix. Reported to generators: https://github.com/rpm-software-management/rpm/issues/639 Also, did you get a notification about this? I'd like to get similar ones, could you point me tot he right settings?
(In reply to Miro Hrončok from comment #4) > Also, did you get a notification about this? I'd like to get similar ones, > could you point me tot he right settings? No, that would be nice, but I just happened to be looking at koschei to see if some unrelated packages were working.
https://koji.fedoraproject.org/koji/taskinfo?taskID=33182209 python-animatplot-0.4.0-1.fc31 scratch build https://koji.fedoraproject.org/koji/taskinfo?taskID=33182207 python-nbconvert-5.4.1-1.fc31 scratch build Both passed. Thanks for the report.