Description of problem: importing bleach on RHEL8 with EPEL8 enabled fails Version-Release number of selected component (if applicable): python3-bleach-3.1.0-1.el8.1.noarch python3-html5lib-0.999999999-6.el8.noarch How reproducible: always Steps to Reproduce: 1. python-c "import bleach" 2. 3. Actual results: python -c "import bleach" Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python3.6/site-packages/bleach/__init__.py", line 7, in <module> from bleach.linkifier import ( File "/usr/lib/python3.6/site-packages/bleach/linkifier.py", line 6, in <module> from bleach import html5lib_shim File "/usr/lib/python3.6/site-packages/bleach/html5lib_shim.py", line 23, in <module> from html5lib.constants import _ReparseException as ReparseException ImportError: cannot import name '_ReparseException' Expected results: module loads Additional info: I've rebuild html5lib 1.0.1 (with tests disabled) in a scratch build and installed it on the host and I confirm that it works then. I did not try to downgrade bleach to an older version. Also: looking at the change page for bleach it seems 3.1.1 is a security release, so if we somehow manage to get a newer html5lib (maybe a compat package for html5lib1?) we may want to consider updating bleach to 3.1.1
This stems from renaming `ReparseException` to `_ReparseException` between version 0.9999... and 1.0(?) of python-html5lib. I'll add a patch to address this.
FEDORA-EPEL-2020-7f0ce51dbd has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-7f0ce51dbd
FEDORA-2020-e1fa96c506 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-e1fa96c506
FEDORA-EPEL-2020-7f0ce51dbd has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-7f0ce51dbd See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-827b677e15 has been pushed to the Fedora 30 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-827b677e15` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-827b677e15 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-e1fa96c506 has been pushed to the Fedora 31 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-e1fa96c506` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-e1fa96c506 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-e9c8bdd1e3 has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-e9c8bdd1e3` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-e9c8bdd1e3 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-827b677e15 has been pushed to the Fedora 30 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2020-e1fa96c506 has been pushed to the Fedora 31 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2020-e9c8bdd1e3 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-EPEL-2020-7f0ce51dbd has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report.