Package: python-opentelemetry / 1.40.0-1

Metadata

Package Version Patches format
python-opentelemetry 1.40.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Use local intersphinx resources where possible.patch | (download)

docs/conf.py | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 use local intersphinx resources where possible

We can use the object.inv files from the various -doc packages we have
within the archive.
python-grpcio-doc isn't available at the moment. There is a whislist bug
about such a package in Debian:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098648

docs Don t load SVG graphic for Slack Chat link.patch | (download)

docs/index.rst | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 docs: don't load svg graphic for slack chat link

Don't do any sideloading for graphics, this could become a privacy
issue. Use a classical linkage instead without any graphics.

Don t try using importlib_metadata library.patch | (download)

opentelemetry-api/pyproject.toml | 3 0 + 3 - 0 !
opentelemetry-api/src/opentelemetry/util/_importlib_metadata.py | 7 2 + 5 - 0 !
2 files changed, 2 insertions(+), 8 deletions(-)

 don't try using importlib_metadata library

Since Python 3.8 there is the module importlib available in the standard
library module in Python. And since Python 3.12 the metadata
implementation is stable enough to be reliable for opentelemetry.