Bug 1817700
| Summary: | python-defusedxml fails to build with Python 3.9: No module named 'xml.etree.cElementTree' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
| Component: | python-defusedxml | Assignee: | Miro Hrončok <mhroncok> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | cheimes, cstratak, lbalhar, mhroncok, mplch, python-sig, slavek.kabrda |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 0.7.0~rc1-1.fc33 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-05-08 18:40: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: | |||
| Bug Blocks: | 1785415 | ||
Christian, do you want an upstream report, or can you take it form here? Thanks. Upstream PR: https://github.com/tiran/defusedxml/pull/49 New upstream PR: https://github.com/tiran/defusedxml/pull/51 https://pypi.org/project/defusedxml/0.7.0rc1/ is available. Please test. I plan to release 0.7.0 final in a couple of weeks from now. |
python-defusedxml fails to build with Python 3.9.0a5. + /usr/bin/python3 tests.py Traceback (most recent call last): File "/builddir/build/BUILD/defusedxml-0.6.0/tests.py", line 13, in <module> from defusedxml import cElementTree, ElementTree, minidom, pulldom, sax, xmlrpc, expatreader File "/builddir/build/BUILD/defusedxml-0.6.0/defusedxml/cElementTree.py", line 10, in <module> from xml.etree.cElementTree import TreeBuilder as _TreeBuilder ModuleNotFoundError: No module named 'xml.etree.cElementTree' See https://docs.python.org/3.9/whatsnew/3.9.html#removed "The xml.etree.cElementTree module has been removed." For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.9/fedora-rawhide-x86_64/01321088-python-defusedxml/ For all our attempts to build python-defusedxml with Python 3.9, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.9/package/python-defusedxml/ Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.9: https://copr.fedorainfracloud.org/coprs/g/python/python3.9/ Let us know here if you have any questions. Python 3.9 will be included in Fedora 33. To make that update smoother, we're building Fedora packages with early pre-releases of Python 3.9. A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon. We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.