Bug 1830821
Summary: | Please build python-pypandoc for EPEL 8 | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Robert Scheck <redhat-bugzilla> |
Component: | python-pypandoc | Assignee: | Orion Poplawski <orion> |
Status: | POST --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | epel8 | CC: | dank, orion, zbyszek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | Bug | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1831942 | ||
Bug Blocks: |
Description
Robert Scheck
2020-05-04 02:29:15 UTC
Branches requested, but it looks like we're going to need pandoc-citeproc as well. Please make a request for that as well. Current situation: The version pushed to the epel8 branch fails to build with a test failure: FAIL: test_conversion_error (__main__.TestPypandoc) ---------------------------------------------------------------------- RuntimeError: Pandoc died with exitcode "2" during conversion: Unknown option --blah. Try pandoc --help for more information. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "tests.py", line 367, in test_conversion_error f() AssertionError: "Pandoc died with exitcode "6" during conversion: Unknown option --blah" does not match "Pandoc died with exitcode "2" during conversion: Unknown option --blah. Try pandoc --help for more information. " Not sure how serious this is or if it indicates we might see other incompatibilities with the version of pandoc in EL8. 1.6.4 does build fine however. So I'm tempted to revert to that on the epel8 branch. Thoughts? |