pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/todoman Updated todoman to 3.1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/571acfc5446c
branches:  trunk
changeset: 361842:571acfc5446c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 27 13:09:30 2017 +0000

description:
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:

 misc/todoman/Makefile |   4 ++--
 misc/todoman/PLIST    |   5 ++++-
 misc/todoman/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 72fc0d0f57ee -r 571acfc5446c misc/todoman/Makefile
--- a/misc/todoman/Makefile     Thu Apr 27 12:59:16 2017 +0000
+++ b/misc/todoman/Makefile     Thu Apr 27 13:09:30 2017 +0000
@@ -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 -r 72fc0d0f57ee -r 571acfc5446c misc/todoman/PLIST
--- a/misc/todoman/PLIST        Thu Apr 27 12:59:16 2017 +0000
+++ b/misc/todoman/PLIST        Thu Apr 27 13:09:30 2017 +0000
@@ -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.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 -r 72fc0d0f57ee -r 571acfc5446c misc/todoman/distinfo
--- a/misc/todoman/distinfo     Thu Apr 27 12:59:16 2017 +0000
+++ b/misc/todoman/distinfo     Thu Apr 27 13:09:30 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index