Package: pytango / 10.0.2-2
Metadata
Package | Version | Patches format |
---|---|---|
pytango | 10.0.2-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0002 Added gevent to instal_requires.patch | (download) |
pyproject.toml |
1 1 + 0 - 0 ! |
added gevent to instal_requires |
ftbfs ipv6.patch | (download) |
tango/test_context.py |
11 1 + 10 - 0 ! |
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 ! |
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 ! |
increase timeout to make testsuite more resilient |
disable tests.patch | (download) |
pyproject.toml |
2 1 + 1 - 0 ! |
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 ! |
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 ! |
[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 ! |
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 ! |
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 ! |
config mermaid to use local d3 and to fix privacy breach. |