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 ! |
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 ! |
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 ! |
use mock from unittest |
| remove the use of six.patch | (download) |
testbed/__main__.py |
7 2 + 5 - 0 ! |
remove the use of six |
| remove asyncio coroutine decorator.patch | (download) |
tests/scope_managers/test_asyncio.py |
3 1 + 2 - 0 ! |
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 ! |
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 |
