Package: rdflib / 7.1.1-2
Metadata
Package | Version | Patches format |
---|---|---|
rdflib | 7.1.1-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
privacy | (download) |
README.md |
22 11 11 - 0 ! |
remove remote images from documentation |
disabledoctest.patch | (download) |
pyproject.toml |
1 0 1 - 0 ! |
disable nose doctest as requires network access |
intersphinx | (download) |
docs/conf.py |
2 1 1 - 0 ! |
link to the local copy of the python 3 docs |
sphinx autodoc defaults.patch | (download) |
docs/conf.py |
2 2 0 - 0 ! |
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. Bug-Debian: https://bugs.debian.org/1066016 |
0005 Fix defined namespace warnings 2964 2965.patch | (download) |
rdflib/namespace/__init__.py |
44 29 15 - 0 ! |
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(). |
0006 Don t use quoted forward annotations unless absolute.patch | (download) |
pyproject.toml |
12 9 3 - 0 ! |
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 . |