From 84801663654d482ad37d73f3165926e87600f1e9 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 7 Nov 2016 11:45:47 +0000 Subject: [PATCH] Updated todoman to 1.7.0. No changelog found. github changes: Merge pull request #52 from untitaker/generic-todo-prop-params Merge pull request #51 from nim65s/master Remove ansi dependency (#53) Share parameters between new and edit Add a move command Fix editor support (#47) Add a copy command (#50) Merge pull request #46 from untitaker/no-delete-button Replace cancel button with hint to hit ctrl-c Remove delete button from editor Exclude buggy setuptools-scm version Show error messages in UI (#43) delete cmd: Show tasks that will be deleted (#44) Fix tests done cmd: Show done tasks (#45) Don't strip time from datetime objects (#41) Add `default_list` in config for new todos (#40) Add shortcut to edit textfield in editor (#39) Merge pull request #6 from pimutils/widget-improvements Add basic editing shortcuts to text widgets Merge pull request #38 from untitaker/coc Add CoC Merge pull request #37 from untitaker/glob-clarify Clarify what path is supposed to match Don't require setuptool_scm at runtime Fix inconsistent minimum todo ID Merge pull request #30 from untitaker/color-option Implement color option Fix typo --- misc/todoman/Makefile | 4 ++-- misc/todoman/PLIST | 5 ++++- misc/todoman/distinfo | 10 +++++----- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/misc/todoman/Makefile b/misc/todoman/Makefile index 422747985bfa0..cfef9f3f4ca22 100644 --- a/misc/todoman/Makefile +++ b/misc/todoman/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/08/02 23:25:27 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/11/07 11:45:47 wiz Exp $ -DISTNAME= todoman-1.6.3 +DISTNAME= todoman-1.7.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_PYPI:=t/todoman/} diff --git a/misc/todoman/PLIST b/misc/todoman/PLIST index 3edd8cf36bf72..841162e574374 100644 --- a/misc/todoman/PLIST +++ b/misc/todoman/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/08/02 20:07:20 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/11/07 11:45:47 wiz Exp $ bin/todo ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -30,3 +30,6 @@ ${PYSITELIB}/todoman/ui.pyo ${PYSITELIB}/todoman/version.py ${PYSITELIB}/todoman/version.pyc ${PYSITELIB}/todoman/version.pyo +${PYSITELIB}/todoman/widgets.py +${PYSITELIB}/todoman/widgets.pyc +${PYSITELIB}/todoman/widgets.pyo diff --git a/misc/todoman/distinfo b/misc/todoman/distinfo index 1c43a458280c9..c9ff1ce501be2 100644 --- a/misc/todoman/distinfo +++ b/misc/todoman/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/08/02 20:07:20 wiz Exp $ +$NetBSD: distinfo,v 1.2 2016/11/07 11:45:47 wiz Exp $ -SHA1 (todoman-1.6.3.tar.gz) = 3f850dfbea2ecdd887016fd48374cf82765267d0 -RMD160 (todoman-1.6.3.tar.gz) = ed9056f0869bf3d72aac5a24bf5c5f3a9fb49968 -SHA512 (todoman-1.6.3.tar.gz) = c36f50049520b7ac672b02da29024d5cee186255b35620ed9b483df761878cae8c9ed4ab4ae05a972b6135fe9b30bbbf18c2e5ac14eff85fb6707293059a04b6 -Size (todoman-1.6.3.tar.gz) = 23928 bytes +SHA1 (todoman-1.7.0.tar.gz) = 6941367f41b779c86a5e336fdef4b032d145fe7d +RMD160 (todoman-1.7.0.tar.gz) = 4be28f6bcb121dd893e5ab2f8083854ba83be6ed +SHA512 (todoman-1.7.0.tar.gz) = ffeda45c1f44f1e5c1fb92eed0137c043e6aaaff0f7926caaec910a781c0944d3c03efc9a4c02fb60180cb6a3b9f2a2bd3955be8a21d2b8146bf818c4b456714 +Size (todoman-1.7.0.tar.gz) = 26332 bytes