diff options
author | wiz <wiz@pkgsrc.org> | 2017-04-27 13:09:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-04-27 13:09:30 +0000 |
commit | f3f34fc250abe248a79638fdaf6d22a75b7efc75 (patch) | |
tree | 34852d0ad5fb9f86a9a47a915e7b4a57f71caf8b /misc/todoman | |
parent | 778f55ac8bb0bdde08f30d8d19c729fef29e2eea (diff) | |
download | pkgsrc-f3f34fc250abe248a79638fdaf6d22a75b7efc75.tar.gz |
Updated todoman to 3.1.0.
v3.1.0
------
* Last-modified fields of todos are now updated upon edition.
* Sequence numbers are now properly increased upon edition.
* Add new command ``todo cancel`` to cancel an existing todo without deleting
it.
* Add a new setting ``default_command``.
* Replace ``--all`` and ``--done-only`` with ``--status``, which allows
fine-grained status filtering. Use ``--status ANY`` or ``--status COMPLETED``
to obtain the same results as the previous flags.
* Rename ``--today`` flag to ``--startable``.
* Illegal start dates (eg: start dates that are not before the due date) are
ignored and are removed when saving an edited todo.
Diffstat (limited to 'misc/todoman')
-rw-r--r-- | misc/todoman/Makefile | 4 | ||||
-rw-r--r-- | misc/todoman/PLIST | 5 | ||||
-rw-r--r-- | misc/todoman/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/misc/todoman/Makefile b/misc/todoman/Makefile index 113d460c9c4..9e9bd9fd004 100644 --- a/misc/todoman/Makefile +++ b/misc/todoman/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2017/04/04 14:44:14 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/04/27 13:09:30 wiz Exp $ -DISTNAME= todoman-3.0.1 +DISTNAME= todoman-3.1.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_PYPI:=t/todoman/} diff --git a/misc/todoman/PLIST b/misc/todoman/PLIST index ecf286b5cb1..d3a3534f0e6 100644 --- a/misc/todoman/PLIST +++ b/misc/todoman/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2017/04/23 07:01:00 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2017/04/27 13:09:30 wiz Exp $ bin/todo ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -19,6 +19,9 @@ ${PYSITELIB}/todoman/configuration.py ${PYSITELIB}/todoman/configuration.pyc ${PYSITELIB}/todoman/configuration.pyo ${PYSITELIB}/todoman/confspec.ini +${PYSITELIB}/todoman/exceptions.py +${PYSITELIB}/todoman/exceptions.pyc +${PYSITELIB}/todoman/exceptions.pyo ${PYSITELIB}/todoman/formatters.py ${PYSITELIB}/todoman/formatters.pyc ${PYSITELIB}/todoman/formatters.pyo diff --git a/misc/todoman/distinfo b/misc/todoman/distinfo index a4edcffb802..02fea7fee65 100644 --- a/misc/todoman/distinfo +++ b/misc/todoman/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2017/04/04 14:44:14 wiz Exp $ +$NetBSD: distinfo,v 1.9 2017/04/27 13:09:30 wiz Exp $ -SHA1 (todoman-3.0.1.tar.gz) = bceee304dc6850799f2b197a55ef4d42d851a046 -RMD160 (todoman-3.0.1.tar.gz) = d6bd77af6a98a9975694ca1d643d208a1a443736 -SHA512 (todoman-3.0.1.tar.gz) = fd17b3f3acac05f6ddbe82c4f663b203985a11b7d9d947752140511d4fe84a51e424a36363407647a7e8056601c68a63c5f6697b6be9c4cb587e3f14f823a92e -Size (todoman-3.0.1.tar.gz) = 48056 bytes +SHA1 (todoman-3.1.0.tar.gz) = 5d2e6e937bbbc19d60d2e94843c3cf38466c4e54 +RMD160 (todoman-3.1.0.tar.gz) = 13f4d5b4c43344d45067aa82226add41896f99e9 +SHA512 (todoman-3.1.0.tar.gz) = 78395f0780eda0ea441bea7d770fb8553f37c0cbbeb85a39039ebb928e93acf52f3e580835cbbe5734da943c0c3c5b0629f2b7a5e940c233204a85222703ff6b +Size (todoman-3.1.0.tar.gz) = 50913 bytes |