Your message dated Mon, 24 Nov 2025 09:19:22 -0300
with message-id <aSRNSuiE5e9Isud2@voleno>
and subject line Re: Bug#1117769: #1117769 rdflib: FTBFS: FAILED 
test/test_sparql/test_translate_algebra.py::test_roundtrip[test_other__service1]
has caused the Debian Bug report #1117769,
regarding rdflib: FTBFS: FAILED 
test/test_sparql/test_translate_algebra.py::test_roundtrip[test_other__service1]
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.)


-- 
1117769: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117769
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rdflib
Version: 7.1.1-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202510/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:rdflib, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib  
* Building wheel...
Successfully built rdflib-7.1.1-py3-none-any.whl

[... snipped ...]

test/test_parsers/test_nquads.py::TestNQuadsParser::test_01_simple_open
test/test_parsers/test_nquads.py::TestNQuadsParser::test_02_contexts
test/test_parsers/test_nquads.py::TestNQuadsParser::test_03_get_value
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:11:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestNQuadsParser::test_context_is_optional
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:43:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestNQuadsParser::test_serialize
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:52:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestNQuadsParser::test_serialize
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:66:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g2 = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_shared_bnode_context
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:92:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_shared_bnode_context
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:93:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    h = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_shared_bnode_context_same_graph
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:101:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_distinct_bnode_context
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:110:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_distinct_bnode_contexts_between_graphs
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:119:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_distinct_bnode_contexts_between_graphs
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:120:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    h = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_distinct_bnode_contexts_named_graphs
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:129:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_distinct_bnode_contexts_named_graphs
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:130:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    h = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_shared_bnode_contexts_named_graphs
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:138:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_nquads.py::TestBnodeContext::test_parse_shared_bnode_contexts_named_graphs
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_nquads.py:139:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    h = ConjunctiveGraph()

test/test_parsers/test_parser_hext.py::test_small_string_cg
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_parser_hext.py:100:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    d = ConjunctiveGraph(identifier=DATASET_DEFAULT_GRAPH_ID)

test/test_parsers/test_parser_hext.py::test_small_file_multigraph_cg
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_parser_hext.py:143:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    d = ConjunctiveGraph()

test/test_parsers/test_trix_parse.py::TestTrixParse::testAperture
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_trix_parse.py:15:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_trix_parse.py::TestTrixParse::testSpec
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_trix_parse.py:32:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_parsers/test_trix_parse.py::TestTrixParse::testNG4j
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_parsers/test_trix_parse.py:43:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_roundtrip.py: 1704 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_roundtrip.py:241:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g1 = graph_type()

test/test_roundtrip.py: 1701 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_roundtrip.py:260:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g2 = graph_type()

test/test_roundtrip.py: 13 warnings
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/rdflib/term.py:1620: 
UserWarning: Serializing weird numerical rdflib.term.Literal('ab.c', 
datatype=rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#double'))
    warnings.warn(f"Serializing weird numerical {self!r}")

test/test_roundtrip.py: 13 warnings
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/rdflib/term.py:1620: 
UserWarning: Serializing weird numerical rdflib.term.Literal('xy.z', 
datatype=rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#double'))
    warnings.warn(f"Serializing weird numerical {self!r}")

test/test_roundtrip.py: 13 warnings
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/rdflib/term.py:1620: 
UserWarning: Serializing weird numerical rdflib.term.Literal('+1.0z', 
datatype=rdflib.term.URIRef('http://www.w3.org/2001/XMLSchema#double'))
    warnings.warn(f"Serializing weird numerical {self!r}")

test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_serialize_and_reparse
test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_multiple
test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_result_fragments
test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_result_fragments_with_base
test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_subclass_of_objects
test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_pretty_xmlliteral
test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_pretty_broken_xmlliteral
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_prettyxml.py:13:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    graph = ConjunctiveGraph()

test/test_serializers/test_prettyxml.py: 10 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_prettyxml.py:70:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    reparsed_graph = ConjunctiveGraph()

test/test_serializers/test_prettyxml.py: 36 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_prettyxml.py:44:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    gcopy = ConjunctiveGraph()

test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_pretty_xmlliteral
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_prettyxml.py:173:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_serializers/test_prettyxml.py::TestPrettyXmlSerializer::test_pretty_broken_xmlliteral
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_prettyxml.py:194:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_serializers/test_serializer.py: 10 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer.py:57:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    graph = ConjunctiveGraph()

test/test_serializers/test_serializer.py: 10 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer.py:71:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    parsed_graph = ConjunctiveGraph()

test/test_serializers/test_serializer.py: 10 warnings
test/test_tools/test_chunk_serializer.py: 4 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/rdflib/plugins/serializers/nt.py:41:
 UserWarning: NTSerializer always uses UTF-8 encoding. Given encoding was: None
    warnings.warn(

test/test_serializers/test_serializer_hext.py::test_hext_cg
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer_hext.py:93:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    d = ConjunctiveGraph()

test/test_serializers/test_serializer_trix.py::test_serialize
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer_trix.py:22:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_serializers/test_serializer_trix.py::test_serialize
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer_trix.py:31:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g3 = ConjunctiveGraph()

test/test_serializers/test_serializer_trix.py::test_issue_250
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer_trix.py:77:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    graph = ConjunctiveGraph()

test/test_serializers/test_serializer_xml.py::TestXMLSerializer::test_serialize_and_reparse
test/test_serializers/test_serializer_xml.py::TestXMLSerializer::test_multiple
test/test_serializers/test_serializer_xml.py::TestXMLSerializer::test_result_fragments
test/test_serializers/test_serializer_xml.py::TestXMLSerializer::test_result_fragments_with_base
test/test_serializers/test_serializer_xml.py::TestXMLSerializer::test_subslass_of_objects
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer_xml.py:13:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    graph = ConjunctiveGraph()

test/test_serializers/test_serializer_xml.py: 10 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer_xml.py:70:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    reparsed_graph = ConjunctiveGraph()

test/test_serializers/test_serializer_xml.py: 36 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_serializers/test_serializer_xml.py:44:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    gcopy = ConjunctiveGraph()

test/test_sparql/test_initbindings.py::test_data
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_sparql/test_initbindings.py:275:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    data = ConjunctiveGraph()

test/test_sparql/test_sparql.py::test_named_filter_graph_query
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_sparql/test_sparql.py:185:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_sparql/test_update.py::test_load_into_default[ConjunctiveGraph-GS(variants/simple_triple.ttl,
 turtle, None)]
test/test_sparql/test_update.py::test_load_into_default[ConjunctiveGraph-GS(variants/relative_triple.ttl,
 turtle, None)]
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_sparql/test_update.py:32:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    expected_graph = graph_factory()

test/test_sparql/test_update.py::test_load_into_default[ConjunctiveGraph-GS(variants/simple_triple.ttl,
 turtle, None)]
test/test_sparql/test_update.py::test_load_into_default[ConjunctiveGraph-GS(variants/relative_triple.ttl,
 turtle, None)]
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_sparql/test_update.py:35:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    actual_graph = graph_factory()

test/test_sparql/test_update.py::test_load_into_named[ConjunctiveGraph-GS(variants/simple_triple.ttl,
 turtle, None)]
test/test_sparql/test_update.py::test_load_into_named[ConjunctiveGraph-GS(variants/relative_triple.ttl,
 turtle, None)]
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_sparql/test_update.py:74:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    expected_graph = graph_factory()

test/test_sparql/test_update.py::test_load_into_named[ConjunctiveGraph-GS(variants/simple_triple.ttl,
 turtle, None)]
test/test_sparql/test_update.py::test_load_into_named[ConjunctiveGraph-GS(variants/relative_triple.ttl,
 turtle, None)]
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_sparql/test_update.py:77:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    actual_graph = graph_factory()

test/test_trig.py::test_repeat_triples
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:19: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_same_subject
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:36: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_remember_namespace
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:57: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_graph_qname_syntax
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:68: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_graph_uri_syntax
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:75: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_blank_graph_identifier
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:84: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_graph_parsing
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:97: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_graph_parsing
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:107: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_graph_parsing
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:121: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_round_trips
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:136: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_default_graph_serializes_without_name
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:157: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = rdflib.ConjunctiveGraph()

test/test_trig.py::test_prefixes
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_trig.py:177: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    cg = rdflib.ConjunctiveGraph()

test/test_turtle_quoting.py: 354 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_turtle_quoting.py:150:
 DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    graph = ConjunctiveGraph()

test/test_util.py::TestUtilTermConvert::test_util_from_n3_expectliteralandlangdtype
  /usr/lib/python3/dist-packages/_pytest/python.py:157: UserWarning: Code: fr 
is not defined in namespace XSD
    result = testfunction(**testargs)

test/test_util.py: 11 warnings
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/test/test_util.py:265: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph()

test/test_util.py::TestUtilTermConvert::test_util_from_n3_not_escapes[\\I]
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/rdflib/util.py:214: 
DeprecationWarning: invalid escape sequence '\I'
    value = value.encode("raw-unicode-escape").decode("unicode-escape")

test/test_w3c_spec/test_sparql10_w3c.py: 14 warnings
test/test_w3c_spec/test_sparql11_w3c.py: 41 warnings
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/rdflib/term.py:1182: 
DeprecationWarning: NotImplemented should not be used in a boolean context
    return not self.__gt__(other) and not self.eq(other)

test/test_w3c_spec/test_sparql11_w3c.py: 10 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build/rdflib/plugins/sparql/operators.py:258:
 DeprecationWarning: 'count' is passed as positional argument
    re.sub(str(pattern), replacement, text, cFlag),

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED 
test/test_sparql/test_translate_algebra.py::test_roundtrip[test_other__service1]
= 1 failed, 6667 passed, 57 skipped, 840 deselected, 325 xfailed, 36 xpassed, 
6626 warnings in 39.20s =
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rdflib/build; python3.13 -m pytest -m 
"not webtest" -k "not (test_suite or test_graph_update or 
test_create_input_source or test_block_file or test_with_mock or 
test_query_url_construct_format or TestSPARQLConnector or test_base or 
test_served or test_guess_format_for_parse or TestGraphHTTP or test_iri_source 
or test_query_construct_format or TestSPARQLMock or TestSPARQLStoreFakeDBPedia 
or test_f or test_warning or test_graph_redirect_new_host)"
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:35: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Version: 7.4.0-1

rdflib 7.4.0-1 has just been uploaded
Format: 1.8
Date: Sun, 23 Nov 2025 18:58:00 -0300
Source: rdflib
Architecture: source
Version: 7.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Team <[email protected]>
Changed-By: Santiago Ruano Rincón <[email protected]>
Changes:
 rdflib (7.4.0-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream version 7.4.0
   * Migrate from sphinx to mkdocs
   * Refresh patches
   * Disable failing tests test_sparqleval and test_parser
   * Disable the test-build-any job in Salsa CI
   * Declare compliance with Standards-Version 4.7.2
Checksums-Sha1:
 7bbca7f593b90c754a7ed007aca13ef58d239f01 2081 rdflib_7.4.0-1.dsc
 aea311823c1afe5140824948fd7af35806b28659 5083440 rdflib_7.4.0.orig.tar.gz
 3f532cca7bb88c096d5af7c5b286847c450183f7 35312 rdflib_7.4.0-1.debian.tar.xz
 29fdab2712a2a35db8afd8571f07b0cef6fa98f1 7412 rdflib_7.4.0-1_source.buildinfo
Checksums-Sha256:
 fd567529e9e1a268c0803f23967b97968ff31efd4b504c4ca3f7d7dfdc2407b5 2081 
rdflib_7.4.0-1.dsc
 cb4c56385249850f08643522c802adbcbbd420fdf5d0f1a374c5809022503451 5083440 
rdflib_7.4.0.orig.tar.gz
 302fdb5c00a73620611a651243895cec439bf7551ee6afbb92389cc7a83b61fd 35312 
rdflib_7.4.0-1.debian.tar.xz
 daf0a72d16e6619588c67dfa91d82d8bf2949c87011bed19a2a1e00f35273ba9 7412 
rdflib_7.4.0-1_source.buildinfo
Files:
 830c2c6a9459df4c8cbe78e056edd76d 2081 python optional rdflib_7.4.0-1.dsc
 17bfcac0ecabb87a5e95444964cd8eaf 5083440 python optional 
rdflib_7.4.0.orig.tar.gz
 7c68549104fc23f6cdd5bf733747e0f8 35312 python optional 
rdflib_7.4.0-1.debian.tar.xz
 a49d3f167e126fb9aeafc8ddb5c77d7b 7412 python optional 
rdflib_7.4.0-1_source.buildinfo

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to