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 Feb 27 10:24:11 UTC 2017

Modified Files:
        pkgsrc/misc/todoman: Makefile distinfo

Log Message:
Updated todoman to 2.1.0.

v2.1.0
------

* The ``--no-human-time`` flag is gone. Integrations/scripts might want to look
  at ``--porcelain`` as an alternative.
* Fix crash when running ``todo new``.
* Fixes some issues when filtering todos from different timezones.
* Attempt to create the cache file's directory if it does not exist.
* Fix crash when running ``--porcelain show``.
* Show ``id`` for todos everywhere (eg: including new, etc).
* Add the ``ctrl-s`` shortcut for saving in the interactive editor.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/todoman/Makefile
cvs rdiff -u -r1.4 -r1.5 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.5 pkgsrc/misc/todoman/Makefile:1.6
--- pkgsrc/misc/todoman/Makefile:1.5    Sun Feb  5 19:30:42 2017
+++ pkgsrc/misc/todoman/Makefile        Mon Feb 27 10:24:11 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/02/05 19:30:42 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/02/27 10:24:11 wiz Exp $
 
-DISTNAME=      todoman-2.0.2
+DISTNAME=      todoman-2.1.0
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/todoman/}
 
@@ -20,6 +20,7 @@ DEPENDS+=     ${PYPKGPREFIX}-urwid-[0-9]*:..
 DEPENDS+=      ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 # TEST_DEPENDS
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test

Index: pkgsrc/misc/todoman/distinfo
diff -u pkgsrc/misc/todoman/distinfo:1.4 pkgsrc/misc/todoman/distinfo:1.5
--- pkgsrc/misc/todoman/distinfo:1.4    Sun Feb  5 19:30:42 2017
+++ pkgsrc/misc/todoman/distinfo        Mon Feb 27 10:24:11 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/02/05 19:30:42 wiz Exp $
+$NetBSD: distinfo,v 1.5 2017/02/27 10:24:11 wiz Exp $
 
-SHA1 (todoman-2.0.2.tar.gz) = 19a1bc0aabf21e088a8be571a771ba690a8ddc4d
-RMD160 (todoman-2.0.2.tar.gz) = dd70c28b92f0a1274e0cdfbab81b14e71cd3e49f
-SHA512 (todoman-2.0.2.tar.gz) = 250206d41d6347644a53cf6dd87d9e63c662643cf0e87d7ed40bd391851d0cc833a50a265e09b4ded3a5d08b343992eb2dff1eb2d1bb6d56d2f39350783d401a
-Size (todoman-2.0.2.tar.gz) = 32567 bytes
+SHA1 (todoman-2.1.0.tar.gz) = 18e49b583883e138128b95741fc5e993b776365c
+RMD160 (todoman-2.1.0.tar.gz) = 42a8860af0da4b567bd003eba5f858f55e681a00
+SHA512 (todoman-2.1.0.tar.gz) = 4fb95ae8c5f397f421490c3e5cabd7e048efc0c6387b7d914c4cf26541503dd8ad2cd829aed61d115e45cff8203e6ed9fff741b6dd59e65dc9fc95b972613986
+Size (todoman-2.1.0.tar.gz) = 34246 bytes



Home | Main Index | Thread Index | Old Index