python-parsl 2024.02.26+ds-1 source package in Ubuntu

Changelog

python-parsl (2024.02.26+ds-1) unstable; urgency=medium

  * New upstream version 2024.02.26+ds
  * offline-documentation.patch: refresh.
  * use-standard-mock.patch: delete: applied upstream.

 -- Étienne Mollier <email address hidden>  Wed, 28 Feb 2024 11:43:21 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-parsl_2024.02.26+ds-1.dsc 3.2 KiB 4f6c5818c4a29fbf20f47190caea2af97aa3646480c7cbbc1f62ddab68bc2773
python-parsl_2024.02.26+ds.orig.tar.xz 7.6 MiB 7fb89ac8571fdcd52d8d5a3dc6d8738a31aa5ac4c87fedb7ef8253f279a2f117
python-parsl_2024.02.26+ds-1.debian.tar.xz 9.2 KiB e6e4b5de2fc83a1a042fe59ccbdeaa62ac3842619f22a90aea8d24db3d02c056

No changes file available.

Binary packages built by this source

python-parsl-doc: Parallel Scripting Library for Python - documentation

 Parsl extends parallelism in Python beyond a single computer.
 .
 One can use Parsl just like Python's parallel executors but across multiple
 cores and nodes. However, the real power of Parsl is in expressing multi-step
 workflows of functions. Parsl lets one chain functions together and will
 launch each function as inputs and computing resources are available.
 .
 This package provides a locally readable Parsl documentation.

python3-parsl: Parallel Scripting Library for Python

 Parsl extends parallelism in Python beyond a single computer.
 .
 One can use Parsl just like Python's parallel executors but across multiple
 cores and nodes. However, the real power of Parsl is in expressing multi-step
 workflows of functions. Parsl lets one chain functions together and will
 launch each function as inputs and computing resources are available.