Package: python-parsl / 2025.11.03+ds-1

Metadata

Package Version Patches format
python-parsl 2025.11.03+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
shebang.patch | (download)

parsl/executors/workqueue/exec_parsl_function.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix missing shebang to script flagged for installation.
privacy breaches.patch | (download)

parsl/monitoring/visualization/templates/layout.html | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 fix privacy breaches in html template file.
offline documentation.patch | (download)

docs/conf.py | 8 0 + 8 - 0 !
docs/index.rst | 1 0 + 1 - 0 !
docs/userguide/configuration/examples.rst | 35 0 + 35 - 0 !
3 files changed, 44 deletions(-)

 remove steps requirering internet for the documentation.
autopkg skip custom exception.patch | (download)

parsl/tests/test_python_apps/test_exception.py | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 skip test_custom_exception during autopkgtest.
 Something unclear in autopkgtest context prevents this particular test
 to run properly.  The test in question passes perfectly during build
 context, so I guess it expects something that goes missing when not
 running from the source tree.  What is missing precisely is unclear.