Bug 2343978
Summary: | python-rdflib fails to build with Python 3.14: AttributeError: term 'value' not in namespace 'http://www.w3.org/1999/02/22-rdf-syntax-ns#' | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Karolina Surma <ksurma> |
Component: | python-rdflib | Assignee: | Nils Philippsen <nphilipp> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | djc, ksurma, maxwell, mhroncok, negativo17, nphilipp, pingou |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-rdflib-7.1.4-3.fc43 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2025-06-15 21:21:52 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: | 2322407 |
Description
Karolina Surma
2025-02-05 14:32:20 UTC
I’ve examined this and found that it fails for two reasons: - Directly accessing `__annotations__` fails => should use {annotationlib,inspect}.get_annotations() instead, I’ll submit a PR upstream. - One plugin (sparql) uses `NotImplemented` in boolean contexts for operator implementations of certain types, this was deprecated since Python 3.9 and fails now. I’ll file an issue. I submitted https://src.fedoraproject.org/rpms/python-rdflib/pull-request/7 as temporary fix |