pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/todoman



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr 27 13:09:31 UTC 2017

Modified Files:
        pkgsrc/misc/todoman: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/todoman/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/todoman/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/todoman/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/todoman/Makefile
diff -u pkgsrc/misc/todoman/Makefile:1.9 pkgsrc/misc/todoman/Makefile:1.10
--- pkgsrc/misc/todoman/Makefile:1.9    Tue Apr  4 14:44:14 2017
+++ pkgsrc/misc/todoman/Makefile        Thu Apr 27 13:09:30 2017
@@ -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/}
 

Index: pkgsrc/misc/todoman/PLIST
diff -u pkgsrc/misc/todoman/PLIST:1.6 pkgsrc/misc/todoman/PLIST:1.7
--- pkgsrc/misc/todoman/PLIST:1.6       Sun Apr 23 07:01:00 2017
+++ pkgsrc/misc/todoman/PLIST   Thu Apr 27 13:09:30 2017
@@ -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

Index: pkgsrc/misc/todoman/distinfo
diff -u pkgsrc/misc/todoman/distinfo:1.8 pkgsrc/misc/todoman/distinfo:1.9
--- pkgsrc/misc/todoman/distinfo:1.8    Tue Apr  4 14:44:14 2017
+++ pkgsrc/misc/todoman/distinfo        Thu Apr 27 13:09:30 2017
@@ -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