Skip to content

Commit

Permalink
Updated todoman to 1.7.0.
Browse files Browse the repository at this point in the history
No changelog found.

github changes:
Merge pull request TritonDataCenter#52 from untitaker/generic-todo-prop-params
Merge pull request TritonDataCenter#51 from nim65s/master
Remove ansi dependency (TritonDataCenter#53)
Share parameters between new and edit
Add a move command
Fix editor support (TritonDataCenter#47)
Add a copy command (TritonDataCenter#50)
Merge pull request TritonDataCenter#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 (TritonDataCenter#43)
delete cmd: Show tasks that will be deleted (TritonDataCenter#44)
Fix tests
done cmd: Show done tasks (TritonDataCenter#45)
Don't strip time from datetime objects (TritonDataCenter#41)
Add `default_list` in config for new todos (TritonDataCenter#40)
Add shortcut to edit textfield in editor (TritonDataCenter#39)
Merge pull request TritonDataCenter#6 from pimutils/widget-improvements
Add basic editing shortcuts to text widgets
Merge pull request TritonDataCenter#38 from untitaker/coc
Add CoC
Merge pull request TritonDataCenter#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 TritonDataCenter#30 from untitaker/color-option
Implement color option
Fix typo
  • Loading branch information
wiz committed Nov 7, 2016
1 parent e9f98c4 commit 8480166
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions misc/todoman/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
5 changes: 4 additions & 1 deletion misc/todoman/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
10 changes: 5 additions & 5 deletions misc/todoman/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8480166

Please sign in to comment.