1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
taskw (2.0.0-1) unstable; urgency=medium
* New Upstream release.
* Use github as upstream source instead of pypi.
* Update Standards-Version.
* Update copyright year.
* Remove taskw.egg-info during clean target.
-- Edward Betts <edward@4angle.com> Tue, 31 May 2022 13:23:09 +0100
taskw (1.3.1-1) unstable; urgency=medium
* New Upstream release.
* Drop all patches, fixed upstream.
* Update copyright year.
-- Edward Betts <edward@4angle.com> Sun, 28 Nov 2021 08:15:44 +0000
taskw (1.3.0-2) unstable; urgency=medium
* Team upload.
* Add patch for Taskwarrior 2.6.0
* Bump policy versions (no changes)
* Drop autopkgtest running pytest (does not test the package)
* Simplify d/rules
-- Jochen Sprickerhof <jspricke@debian.org> Wed, 06 Oct 2021 11:46:47 +0200
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
taskw (1.2.0-3) unstable; urgency=medium
* Team upload.
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support.
-- Ondřej Nový <onovy@debian.org> Sun, 04 Aug 2019 19:08:05 +0200
taskw (1.2.0-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
[ Edward Betts ]
* d/control: Update Standards-Version (no changes)
* d/control: Make it clear that python-taskw is Python 2
* d/control: Debhelper 11
* d/tests/control: Switch to using Test-Command
-- Edward Betts <edward@4angle.com> Sat, 19 May 2018 19:45:07 +0200
taskw (1.2.0-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version to 3.9.8
* Add Build-Depends for python-kitchen and python3-kitchen.
-- Edward Betts <edward@4angle.com> Sat, 12 Nov 2016 10:08:18 +0000
taskw (1.1.0-2) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* Fixed homepage (https)
* Fixed VCS URL (https)
[ Edward Betts ]
* Update Standards-Version.
* Tidy dependencies.
* Add more detail to the extended description.
-- Edward Betts <edward@4angle.com> Mon, 11 Apr 2016 10:53:49 +0100
taskw (1.1.0-1) unstable; urgency=low
* Initial release. (Closes: #805714)
-- Edward Betts <edward@4angle.com> Wed, 18 Nov 2015 15:50:19 +0000
|