Bug 1840234
Summary: | python-apsw fails to build with Python 3.9: testScalarFunctions fails (possibly related to new sqlite) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | python-apsw | Assignee: | Denis Fateyev <denis> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cstratak, denis, i, kevin, maci, mhroncok, mplch |
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-30 22:56:55 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: | 1839826 | ||
Bug Blocks: | 1785415 |
Description
Miro Hrončok
2020-05-26 15:36:06 UTC
Python 3.9 update: The f33-python side tag is currently being merged. New builds in f33-python are no longer possible, but python3 is not yet updated to Python 3.9 in rawhide. You can check when Python is Python 3.9 with: $ koji wait-repo f33-build --build python3.9-3.9.0~b1-3.fc3 And build the packages normally after that. https://github.com/rogerbinns/apsw/commit/e19b2f2ac49d5daa7c6e0bde54441d0fa417ec7c.patch (already upstream) seems to fix this? Dennis: can you do a build with that, or would you like me to, or would you prefer to wait? This blocks calibre. Roger is preparing a new release: https://github.com/rogerbinns/apsw/commit/5e4c3e5488c311b72b7b182d3455e118bf2dafa2 so it's better wait for a couple of days. |