Debian Patches

Status for rdflib/6.3.2-1

Patch Description Author Forwarded Bugs Origin Last update
privacy remove remote images from documentationTo preserve user privacy Michael R. Crusoe <crusoe@debian.org> not-needed
silence_SyntaxWarnings.patch Forwarded:

Marks some doctstrings as raw, to silence a SyntaxWarning about invalid escape sequences.

Before
``` sh
$ python -c 'import rdflib.extras.external_graph_libs'
rdflib/extras/external_graph_libs.py:79: SyntaxWarning: invalid escape sequence '\*'
"""Converts the given graph into a networkx.MultiDiGraph.
rdflib/extras/external_graph_libs.py:136: SyntaxWarning: invalid escape sequence '\*'
"""Converts the given graph into a networkx.DiGraph.
rdflib/extras/external_graph_libs.py:199: SyntaxWarning: invalid escape sequence '\*'
"""Converts the given graph into a networkx.Graph.
$
```

After:
``` sh
$ python -c 'import rdflib.extras.external_graph_libs'
$
```
Michael R. Crusoe <crusoe@debian.org> no 2024-03-27
disabledoctest.patch Disable nose doctest as requires network access Olivier Berger <obergix@debian.org> not-needed
intersphinx Link to the local copy of the Python 3 docs Michael R. Crusoe <crusoe@debian.org> not-needed
sphinx-autodoc-defaults.patch enable Sphinx autodoc preservation of method-argument defaults .
This avoids build-time variation such as object memory addresses from
inadvertently leaking into the packaged documentation.
James Addison <jay@jp-hosting.net> no debian 2024-03-10

All known versions for source package 'rdflib'

Links