pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/todoman Updated todoman to 2.1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ecb13d73d515
branches:  trunk
changeset: 359104:ecb13d73d515
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 27 10:24:11 2017 +0000

description:
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.

diffstat:

 misc/todoman/Makefile |   5 +++--
 misc/todoman/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 54addd486ebb -r ecb13d73d515 misc/todoman/Makefile
--- a/misc/todoman/Makefile     Mon Feb 27 10:20:11 2017 +0000
+++ b/misc/todoman/Makefile     Mon Feb 27 10:24:11 2017 +0000
@@ -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}-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
diff -r 54addd486ebb -r ecb13d73d515 misc/todoman/distinfo
--- a/misc/todoman/distinfo     Mon Feb 27 10:20:11 2017 +0000
+++ b/misc/todoman/distinfo     Mon Feb 27 10:24:11 2017 +0000
@@ -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