head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2017.04.04.14.44.14; author wiz; state dead; branches; next 1.2; commitid BtnzdwjRxluN5eMz; 1.2 date 2017.04.04.12.21.26; author wiz; state Exp; branches; next 1.1; commitid RQRmSMxLrqzTidMz; 1.1 date 2017.04.04.11.45.24; author wiz; state Exp; branches; next ; commitid pxJEr57ZdR716dMz; desc @@ 1.3 log @Fix test dependencies and remove then unnecessary patch. No change to binary package. @ text @$NetBSD: patch-setup.cfg,v 1.2 2017/04/04 12:21:26 wiz Exp $ pkgsrc's pytest does not support these options. https://github.com/pimutils/todoman/issues/233 --- setup.cfg.orig 2017-03-26 21:03:46.000000000 +0000 +++ setup.cfg @@@@ -3,7 +3,6 @@@@ test = pytest [tool:pytest] testpaths = tests -addopts = --cov=todoman --cov-report=term-missing [egg_info] tag_build = @ 1.2 log @Add upstream bug report URL. @ text @d1 1 a1 1 $NetBSD: patch-setup.cfg,v 1.1 2017/04/04 11:45:24 wiz Exp $ @ 1.1 log @Updated todoman to 3.0.1. v3.0.0 ------ New features ~~~~~~~~~~~~ * Add a ``today`` setting and flag to exclude todos that start in the future. * Add the ``--humanize`` to show friendlier date times (eg: ``in 3 hours``). * Drop ``--urgent`` and introduced ``--priority``, which allows fine-filtering by priority. * Add support for times in due dates, new ``time_format`` setting. * Use the system's date format as a default. * Add list selector to the interactive editor. * Add ``--start=[before|after] [DATE]`` option for ``list`` to only show todos starting before/after given date. * Add flag "--done-only" to todo list. Displays only completed tasks. * Make the output of move, delete, copy and flush consistent. * Porcelain now outputs proper JSON, rather than one-JSON-per-line. * Increment sequence number upon edits. * Print a descriptive message when no lists are found. * Add full support for locations. Packaging changes ~~~~~~~~~~~~~~~~~ * New runtime dependency: ``tabulate``. * New supported python version: ``pypy3``. * Include an alternative [much faster] entry point (aka "bin") which we recommend all downstream packagers use. Please see the :ref:`Notes for Packagers ` documentation for further details. @ text @d1 1 a1 1 $NetBSD$ d4 1 @