Description of problem: Package linkchecker fails to build from source in Fedora Rawhide. Version-Release number of selected component (if applicable): 10.1.0-3.fc38 Steps to Reproduce: fedpkg build Additional info: This package is tracked by Koschei. See: https://koschei.fedoraproject.org/package/linkchecker ------------------------------------------------------ =================================== FAILURES =================================== _________________________ TestHttps.test_x509_to_dict __________________________ tests/checker/test_https.py:74: in test_x509_to_dict httputil.x509_to_dict(cert)["notAfter"], "Jan 02 03:04:05 2119 GMT" linkcheck/httputil.py:23: in x509_to_dict from requests.packages.urllib3.contrib.pyopenssl import get_subj_alt_name /usr/lib/python3.11/site-packages/urllib3/contrib/pyopenssl.py:53: in <module> from cryptography.hazmat.backends.openssl.x509 import _Certificate E ModuleNotFoundError: No module named 'cryptography.hazmat.backends.openssl.x509' Seems like linkcheck.httputil uses the requests.packages.urllib3.contrib.pyopenssl module directly (ouch) and that no longer works this way with cryptography 39.x and/or pyOpenSSL 23.x
https://github.com/linkchecker/linkchecker/commit/76e27123119deabab973cf27c54ff0b98bedbe0f should fix this and is part of 10.2.0. There is also https://github.com/linkchecker/linkchecker/commit/f0cb2e9df9b93c29aab1af8551bef4c1c69397b0 on top, also part of 10.2.0.
https://src.fedoraproject.org/rpms/linkchecker/pull-request/12
FEDORA-2023-79e0a48109 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-79e0a48109
FEDORA-2023-79e0a48109 has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2023-e220e1d619 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-e220e1d619
FEDORA-2023-e220e1d619 has been pushed to the Fedora 38 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-e220e1d619` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-e220e1d619 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2023-e220e1d619 has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report.