Package: python-opentracing / 2.4.0-3

Metadata

Package Version Patches format
python-opentracing 2.4.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Remove internet images from the local documentation.patch | (download)

README.rst | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 remove internet images from the local documentation.

See https://lintian.debian.org/tags/privacy-breach-generic.html

0002 Avoid linking against remote documentation.patch | (download)

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

 avoid linking against remote documentation

The documentation has an intersphinx_mapping against the Python
website.  However, we shouldn't use the network during builds.  So,
let's use a local inventory instead.

See https://wiki.debian.org/ReproducibleBuilds/SphinxIssues

use mock form unittest.patch | (download)

opentracing/harness/api_check.py | 2 1 + 1 - 0 !
opentracing/harness/scope_check.py | 2 1 + 1 - 0 !
tests/test_globaltracer.py | 2 1 + 1 - 0 !
tests/test_noop_span.py | 2 1 + 1 - 0 !
tests/test_scope.py | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-)

 use mock from unittest
remove the use of six.patch | (download)

testbed/__main__.py | 7 2 + 5 - 0 !
testbed/test_client_server/test_threads.py | 2 1 + 1 - 0 !
testbed/utils.py | 3 1 + 2 - 0 !
tests/conftest.py | 17 0 + 17 - 0 !
4 files changed, 4 insertions(+), 25 deletions(-)

 remove the use of six
remove asyncio coroutine decorator.patch | (download)

tests/scope_managers/test_asyncio.py | 3 1 + 2 - 0 !
tests/scope_managers/test_contextvars.py | 3 1 + 2 - 0 !
2 files changed, 2 insertions(+), 4 deletions(-)

 removed @asyncio.coroutine decorator
 This is deprecated earlier, and removed from Python 3.12
py314 asyncio.patch | (download)

tests/scope_managers/test_asyncio.py | 2 1 + 1 - 0 !
tests/scope_managers/test_contextvars.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix test failures with python 3.14

`asyncio.get_event_loop` now raises `RuntimeError` if there is no
current event loop.

Bug-Debian: https://bugs.debian.org/1123279