Package: pytango / 10.0.2-2

Metadata

Package Version Patches format
pytango 10.0.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 Added gevent to instal_requires.patch | (download)

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

 added gevent to instal_requires

ftbfs ipv6.patch | (download)

tango/test_context.py | 11 1 + 10 - 0 !
1 file changed, 1 insertion(+), 10 deletions(-)

 ftbfs-ipv6

Bug-Debian: https://bugs.debian.org/1030297
Bug-Upstream: https://gitlab.com/tango-controls/pytango/-/issues/450
0005 Compute BOOST_PYTHON_SUFFIX based on Python version .patch | (download)

CMakeLists.txt | 10 9 + 1 - 0 !
1 file changed, 9 insertions(+), 1 deletion(-)

 compute boost_python_suffix based on python version in use


0006 Increase timeout to make testsuite more resilient.patch | (download)

tests/test_event.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase timeout to make testsuite more resilient


disable tests.patch | (download)

pyproject.toml | 2 1 + 1 - 0 !
tests/test_async.py | 2 2 + 0 - 0 !
tests/test_attribute_proxy.py | 1 1 + 0 - 0 !
tests/test_databaseds.py | 5 5 + 0 - 0 !
tests/test_device_proxy.py | 6 5 + 1 - 0 !
tests/test_server.py | 5 3 + 2 - 0 !
tests/test_test_context.py | 1 1 + 0 - 0 !
7 files changed, 18 insertions(+), 4 deletions(-)

 temporarily disable tests that fail - version 10.0
 tests/test_event.py is completely disable (via pyproject.toml), because its
 tests regularly fail. (See #1091861)
python_test_databaseds.patch | (download)

tests/test_databaseds.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 run python according to the path passed by debian/rules
 start_database() has "python" hard-coded, which makes that it run the default
 python interpreter even in multiple-version scenarios.
0001 test_utils.py assert_close more tolerant for boolean.patch | (download)

tango/test_utils.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 [patch] test_utils.py: assert_close more tolerant for booleans

Bug: https://gitlab.com/tango-controls/pytango/-/issues/645
disable sphinx_book_theme.patch | (download)

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

 temporarily disable sphinx_book_theme
 until https://bugs.debian.org/1085947 gets fixed in unstable.
add fortify source missing flag.patch | (download)

CMakeLists.txt | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 make cmake adds a fortify source c++ flag
 cmake doesn't understand debian's common way to export C/C++ flags, so let's
 include the fortify source hardening flag manually.
fix mermaid privacy breaches.patch | (download)

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

 config mermaid to use local d3
 and to fix privacy breach.