Bug 1807186
Summary: | python-feedparser fails with Python 3.9: base64.decodestring() was removed | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | python-feedparser | Assignee: | Haïkel Guémar <karlthered> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | awilliam, cstratak, karlthered, lewk, louiz, mcepl, mhroncok, python-sig, quantum.analyst, tir.karthi |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-05-15 16:19:30 UTC | 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: | |||
Bug Blocks: | 1785415, 1818600, 1836330 |
Description
Miro Hrončok
2020-02-25 18:48:10 UTC
This seems to be an issue with feedparser itself. I have created a PR https://github.com/kurtmckee/feedparser/pull/206. asv now also fails to build in rawhide with:
> raise exception_class(message, screen, stacktrace)
E selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed.
E (unknown error: DevToolsActivePort file doesn't exist)
E (The process started from chrome location /usr/lib64/chromium-browser/chromium-browser is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
E (Driver info: chromedriver=80.0.3987.122 (cf72c4c4f7db75bc3da689cd76513962d31c7b52-refs/branch-heads/3987@{#943}),platform=Linux 5.4.8-200.fc31.x86_64 x86_64)
Chromium is broken in Rawhide: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/LYIUI6T2L5YBTR62JACVWAVVC63AVWXF/ Also, I just noticed the traceback. This is a bug in feedparser, not asv. Haïkel, could you please backport the fix? It's blocking other packages. If you are not available to look at this now, would you mind if I push the fix as a provenpackager? Thanks. I just went ahead and backported the fix for this, it seems clearly correct and safe. https://koji.fedoraproject.org/koji/taskinfo?taskID=44538036 is building. |