doit 0.31.1-3.1ubuntu1 source package in Ubuntu

Changelog

doit (0.31.1-3.1ubuntu1) focal; urgency=medium

  * Python 3.8 support. (Closes: #950481)

 -- Stefano Rivera <email address hidden>  Sun, 02 Feb 2020 13:28:29 +0100

Upload details

Uploaded by:
Stefano Rivera
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doit_0.31.1.orig.tar.gz 238.1 KiB b3e2c0ed09d6809c7d0e08dea277ddd4988c9ea2258fd62976d0b0fd7a22d606
doit_0.31.1-3.1ubuntu1.debian.tar.xz 6.6 KiB cfdebbbf76fd9015cc8956f45b1d85b0432417e689844f42c7b5bcc84d8e99bc
doit_0.31.1-3.1ubuntu1.dsc 2.0 KiB 8ab1679dca015e3c128dc27e90667399183b678865a3e653800d1a05d2649433

View changes file

Binary packages built by this source

python-doit-doc: Automation tool for executing any kind of task in a build-tools fashion - doc

 doit is an automation tool that brings the power of build-tools to execute any
 kind of task.
 .
 A task describes some computation to be done (actions), and contains some
 extra meta-data.
 The actions can be external programs or Python functions. A single task may
 define more than one action.
 doit uses the task’s meta-data to:
  * cache task results
  * correct execution order
  * parallel execution
  * powerful dependency system
 .
 This package contains API documentation and examples.

python3-doit: Automation tool (Python3) to execute any kind of task in a build-tools fashion

 doit is an automation tool that brings the power of build-tools to execute any
 kind of task.
 .
 A task describes some computation to be done (actions), and contains some
 extra meta-data.
 The actions can be external programs or Python functions. A single task may
 define more than one action.
 doit uses the task’s meta-data to:
  * cache task results
  * correct execution order
  * parallel execution
  * powerful dependency system
 .
 This is the Python 3 version of the package.