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:           Mon Nov  7 11:45:47 UTC 2016

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/todoman/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/todoman/PLIST \
    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.2 pkgsrc/misc/todoman/Makefile:1.3
--- pkgsrc/misc/todoman/Makefile:1.2    Tue Aug  2 23:25:27 2016
+++ pkgsrc/misc/todoman/Makefile        Mon Nov  7 11:45:47 2016
@@ -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/}
 

Index: pkgsrc/misc/todoman/PLIST
diff -u pkgsrc/misc/todoman/PLIST:1.1 pkgsrc/misc/todoman/PLIST:1.2
--- pkgsrc/misc/todoman/PLIST:1.1       Tue Aug  2 20:07:20 2016
+++ pkgsrc/misc/todoman/PLIST   Mon Nov  7 11:45:47 2016
@@ -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
Index: pkgsrc/misc/todoman/distinfo
diff -u pkgsrc/misc/todoman/distinfo:1.1 pkgsrc/misc/todoman/distinfo:1.2
--- pkgsrc/misc/todoman/distinfo:1.1    Tue Aug  2 20:07:20 2016
+++ pkgsrc/misc/todoman/distinfo        Mon Nov  7 11:45:47 2016
@@ -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



Home | Main Index | Thread Index | Old Index