Package: python-structlog / 22.3.0-2

Metadata

Package Version Patches format
python-structlog 22.3.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Remove hatch fancy pypi readme dependency.patch | (download)

pyproject.toml | 41 1 40 - 0 !
1 file changed, 1 insertion( ), 40 deletions(-)

 remove hatch-fancy-pypi-readme dependency

Not packaged in Debian, but also only useful for generating README.md,
which we don't ship in Debian anyway.

Point intersphinx_mapping at local Python docs.patch | (download)

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

 point intersphinx_mapping at local python docs

Resolves issues such as:
  docstring of structlog.processors.CallsiteParameterAdder:6: WARNING: 'any' reference target not found: logging

Add workaround for reproducible building of docs.patch | (download)

src/structlog/processors.py | 6 6 0 - 0 !
1 file changed, 6 insertions( )

 add workaround for reproducible building of docs

See https://github.com/sphinx-doc/sphinx/issues/11198 for context.