Source: owlrl Version: 7.1.4-1 Severity: serious Tags: forky sid User: [email protected] Usertags: python3.14
Hi Maintainer The autopkgtests of this package fail with Python 3.14 [1]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/o/owlrl/testing/amd64/ 21s Testing with python3.14: 21s Traceback (most recent call last): 21s File "<string>", line 1, in <module> 21s import owlrl; print(owlrl) 21s ^^^^^^^^^^^^ 21s File "/usr/lib/python3/dist-packages/owlrl/__init__.py", line 166, in <module> 21s import rdflib 21s File "/usr/lib/python3/dist-packages/rdflib/__init__.py", line 168, in <module> 21s from rdflib.graph import ConjunctiveGraph, Dataset, Graph 21s File "/usr/lib/python3/dist-packages/rdflib/graph.py", line 292, in <module> 21s from rdflib.resource import Resource 21s File "/usr/lib/python3/dist-packages/rdflib/resource.py", line 296, in <module> 21s class Resource: 21s ...<164 lines>... 21s return "Resource(%s,%s)" % (self._graph, self._identifier) 21s File "/usr/lib/python3/dist-packages/rdflib/resource.py", line 379, in Resource 21s def value(self, p=RDF.value, o=None, default=None, any=True): 21s ^^^^^^^^^ 21s File "/usr/lib/python3/dist-packages/rdflib/namespace/__init__.py", line 285, in __getattr__ 21s return cls.__getitem__(name) 21s ~~~~~~~~~~~~~~~^^^^^^ 21s File "/usr/lib/python3/dist-packages/rdflib/namespace/__init__.py", line 268, in __getitem__ 21s raise AttributeError(f"term '{name}' not in namespace '{cls._NS}'") 21s AttributeError: term 'value' not in namespace 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'

