Bug 1680237
| Summary: | python-nbsphinx-0.4.2 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | python-nbsphinx | Assignee: | Miro Hrončok <mhroncok> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | mhroncok, python-sig, quantum.analyst |
| Target Milestone: | --- | Keywords: | FutureFeature, Reopened, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-nbsphinx-0.4.2-2.fc30 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-03-05 10:40:39 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Upstream Release Monitoring
2019-02-23 09:21:14 UTC
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. |