Your message dated Sun, 25 Jan 2026 20:46:57 +0000
with message-id <[email protected]>
and subject line Re: Bug#1125106: pyshacl: autopkgtest failure with Python 3.14
has caused the Debian Bug report #1125106,
regarding pyshacl: autopkgtest failure with Python 3.14
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1125106: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125106
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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#'
--- End Message ---
--- Begin Message ---
On Fri, Jan 09, 2026 at 10:44:18AM -0100, Graham Inggs wrote:
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.
[...]
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#'
While I'm not sure exactly how, this seems to have been fixed at some
point between you filing this bug and now, probably by python3-rdflib
7.4.0-1 entering testing. Closing.
--
Colin Watson (he/him) [[email protected]]
--- End Message ---