Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3965F7A20D for ; Thu, 27 Apr 2017 13:09:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D387E84DAD; Thu, 27 Apr 2017 13:09:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6559584D8C for ; Thu, 27 Apr 2017 13:09:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id c37K74KfbUYf for ; Thu, 27 Apr 2017 13:09:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D6E5184CE2 for ; Thu, 27 Apr 2017 13:09:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CDC38FBE4; Thu, 27 Apr 2017 13:09:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149329857188620" MIME-Version: 1.0 Date: Thu, 27 Apr 2017 13:09:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/todoman To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170427130931.CDC38FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149329857188620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_149329857188620 Content-Disposition: inline Content-Length: 2394 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_149329857188620--