Debian Patches
Status for rdflib/7.1.1-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
privacy | remove remote images from documentation To preserve user privacy |
"Michael R. Crusoe" <crusoe@debian.org> | not-needed | 2024-03-05 | ||
disabledoctest.patch | Disable nose doctest as requires network access | Olivier Berger <obergix@debian.org> | not-needed | 2014-05-12 | ||
intersphinx | Link to the local copy of the Python 3 docs | "Michael R. Crusoe" <crusoe@debian.org> | not-needed | 2024-03-05 | ||
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 | |
0005-Fix-defined-namespace-warnings-2964-2965.patch | Fix defined namespace warnings (#2964) (#2965) * Fix defined namespace warnings Current docs-generation tests are polluted by lots of warnings that occur when Sphinx tries to read various parts of DefinedNamespace. * Fix tests that no longer need incorrect exceptions handled. * fix black formatting in test file * Undo typing changes, so this works on current pre-3.9 branch * better handling for any/all double-underscore properties * Don't include __slots__ in dir(). |
Ashley Sommer <ashleysommer@gmail.com> | no | 2024-11-01 | ||
0006-Don-t-use-quoted-forward-annotations-unless-absolute.patch | Don't use quoted forward annotations unless absolutely required, because autodocs-type-hints doesn't like it. (#2974) Allow update to autodocs-type-hints 2.3.0, and Sphinx 7.4.x when running with Python 3.9+. The patch is primarily for the debian packaging team to package RDFLib 7.1.2 with Sphinx 7.4 and autodocs-type-hints v2.3, on Python 3.9+. |
Ashley Sommer <ashleysommer@gmail.com> | no | 2024-11-07 |