Source: pyshacl
Version: 0.30.1-2
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/p/pyshacl/testing/amd64/


 24s Testing with python3.14:
 24s Traceback (most recent call last):
 24s   File "<string>", line 1, in <module>
 24s     import pyshacl; print(pyshacl)
 24s     ^^^^^^^^^^^^^^
 24s   File "/usr/lib/python3/dist-packages/pyshacl/__init__.py", line
3, in <module>
 24s     from .entrypoints import shacl_rules, validate
 24s   File "/usr/lib/python3/dist-packages/pyshacl/entrypoints.py",
line 9, in <module>
 24s     from rdflib import ConjunctiveGraph, Dataset, Graph, Literal, URIRef
 24s   File "/usr/lib/python3/dist-packages/rdflib/__init__.py", line
168, in <module>
 24s     from rdflib.graph import ConjunctiveGraph, Dataset, Graph
 24s   File "/usr/lib/python3/dist-packages/rdflib/graph.py", line
292, in <module>
 24s     from rdflib.resource import Resource
 24s   File "/usr/lib/python3/dist-packages/rdflib/resource.py", line
296, in <module>
 24s     class Resource:
 24s     ...<164 lines>...
 24s             return "Resource(%s,%s)" % (self._graph, self._identifier)
 24s   File "/usr/lib/python3/dist-packages/rdflib/resource.py", line
379, in Resource
 24s     def value(self, p=RDF.value, o=None, default=None, any=True):
 24s                       ^^^^^^^^^
 24s   File "/usr/lib/python3/dist-packages/rdflib/namespace/__init__.py",
line 285, in __getattr__
 24s     return cls.__getitem__(name)
 24s            ~~~~~~~~~~~~~~~^^^^^^
 24s   File "/usr/lib/python3/dist-packages/rdflib/namespace/__init__.py",
line 268, in __getitem__
 24s     raise AttributeError(f"term '{name}' not in namespace '{cls._NS}'")
 24s AttributeError: term 'value' not in namespace
'http://www.w3.org/1999/02/22-rdf-syntax-ns#'

Reply via email to