Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

did fails to build with Python 3.14: AttributeError: module 'urllib.request' has no attribute 'FancyURLopener' #385

Open
lukaszachy opened this issue Feb 4, 2025 · 1 comment · May be fixed by #386

Comments

@lukaszachy
Copy link
Collaborator

lukaszachy commented Feb 4, 2025

Filled as RHBZ https://bugzilla.redhat.com/show_bug.cgi?id=2328006
'FancyURLopener' is deprecated since 3.3 and removed in 3.14 - https://docs.python.org/3/library/urllib.request.html#urllib.request.FancyURLopener

It is used only in gerrit plugin.
Python3.14 is planned in Fedora 43 so if we want to have did there we need to fix it.

lukaszachy added a commit that referenced this issue Feb 4, 2025
@lukaszachy lukaszachy linked a pull request Feb 4, 2025 that will close this issue
@sandrobonazzola
Copy link
Contributor

duplicate of #298

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants