taskw 1.3.0-1 source package in Ubuntu

Changelog

taskw (1.3.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Re-export upstream signing key without extra signatures.

  [ Edward Betts ]
  * New Upstream release.
  * Upstream is no longer signing releases.
  * Upstream has switched from testing with nose to using pytest.
  * Switch from dh --with python in debian/rules to a dh-sequence-python3
  * Update debhelper-compat to 13.
  * Update Standards-Version.
  * Set Rules-Requires-Root to no.
  * Update copyright year.
  * Update debian/watch file standard to version 4.
  * Remove taskw.egg-info during clean target.
  * The test suite was failing due to changes in the latest version of
    taskwarrior (2.5.2). Patch taskw so it works with taskwarrior 2.5.2
    (Closes: #978253, #978258).

 -- Edward Betts <edward@4angle.com>  Mon, 28 Dec 2020 11:16:34 +0000

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
taskw_1.3.0-1.dsc 2.1 KiB 7e3243c2d9cbc678187355306d2598b71fa6ecd04ce0de9dbe4f94ef76cc25b6
taskw_1.3.0.orig.tar.gz 42.1 KiB 7673d80b3d5bace5b35eb71f5035e313a92daab6e437694128d8ce7dcdaf66fb
taskw_1.3.0-1.debian.tar.xz 3.7 KiB 1658f755cf54e589c997642c0e3e0f3879e4dcc014bed8ca3c817c93ef9acbe0

Available diffs

No changes file available.

Binary packages built by this source

python3-taskw: Python bindings for your taskwarrior database (Python 3 version)

 This is a Python API for the 'taskwarrior' command line tool. It uses the
 'task export' and 'task import' commands to manipulate the task database.
 .
 Using these bindings it is possible to: look at tasks, add new tasks, update
 tasks, delete tasks, mark tasks as completed and read the taskwarrior config.
 .
 This package contains taskw for Python 3.