Package: rdflib / 7.1.1-2

Metadata

Package Version Patches format
rdflib 7.1.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
privacy | (download)

README.md | 22 11 11 - 0 !
docs/CONTRIBUTING.md | 24 12 12 - 0 !
2 files changed, 23 insertions( ), 23 deletions(-)

 remove remote images from documentation

disabledoctest.patch | (download)

pyproject.toml | 1 0 1 - 0 !
1 file changed, 1 deletion(-)

 disable nose doctest as requires network access

intersphinx | (download)

docs/conf.py | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 link to the local copy of the python 3 docs

sphinx autodoc defaults.patch | (download)

docs/conf.py | 2 2 0 - 0 !
1 file changed, 2 insertions( )

 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 !
test/test_namespace/test_definednamespace.py | 28 9 19 - 0 !
2 files changed, 38 insertions( ), 34 deletions(-)

 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 !
rdflib/graph.py | 78 43 35 - 0 !
2 files changed, 52 insertions( ), 38 deletions(-)

 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 .