pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/todoman todoman: update to 3.6.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd9e9729951e
branches:  trunk
changeset: 341919:dd9e9729951e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 10 12:24:28 2019 +0000

description:
todoman: update to 3.6.0.

v3.6.0
------
* Allow passing a custom configuration file with the ``--config/-c`` option.
* Cached list metadata is now invalidated when it has changed on-disk.
* Support for click < 6.0 has been dropped (it wasn't actually working
  perfectly any more anyway). Click 7.x is the only currently supported
  version.
* ``click-repl`` is now listed as an optional dependency. It is required for
  the ``todo repl`` command.
* Add the ``default_priority`` config setting.

diffstat:

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

diffs (42 lines):

diff -r 0b81115f06f9 -r dd9e9729951e misc/todoman/Makefile
--- a/misc/todoman/Makefile     Thu Oct 10 12:24:23 2019 +0000
+++ b/misc/todoman/Makefile     Thu Oct 10 12:24:28 2019 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.18 2019/04/25 07:33:08 maya Exp $
+# $NetBSD: Makefile,v 1.19 2019/10/10 12:24:28 wiz Exp $
 
-DISTNAME=      todoman-3.5.0
-PKGREVISION=   1
+DISTNAME=      todoman-3.6.0
 CATEGORIES=    misc
-MASTER_SITES=  ${MASTER_SITE_PYPI:=t/todoman/}
+#MASTER_SITES= ${MASTER_SITE_PYPI:=t/todoman/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=pimutils/}
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/pimutils/todoman
@@ -11,7 +12,7 @@
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites
-DEPENDS+=      ${PYPKGPREFIX}-click>=6.0:../../devel/py-click
+DEPENDS+=      ${PYPKGPREFIX}-click>=7.0:../../devel/py-click
 DEPENDS+=      ${PYPKGPREFIX}-click-log-[0-9]*:../../devel/py-click-log
 DEPENDS+=      ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
 DEPENDS+=      ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
diff -r 0b81115f06f9 -r dd9e9729951e misc/todoman/distinfo
--- a/misc/todoman/distinfo     Thu Oct 10 12:24:23 2019 +0000
+++ b/misc/todoman/distinfo     Thu Oct 10 12:24:28 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2018/12/01 14:31:10 wiz Exp $
+$NetBSD: distinfo,v 1.16 2019/10/10 12:24:28 wiz Exp $
 
-SHA1 (todoman-3.5.0.tar.gz) = b7991a1c0f221d63c0a99e846e91958b27bc7073
-RMD160 (todoman-3.5.0.tar.gz) = 82f7860bc335d915fd9c1305803d419ed731086f
-SHA512 (todoman-3.5.0.tar.gz) = 673e87708eae0740d80539bbc2c5b423d4604d0ba12789d5ad0de788af6de5323a22e83a4532038bd01b75574dcd2ab5c7d5dff4a01df8347843482fd5992769
-Size (todoman-3.5.0.tar.gz) = 61484 bytes
+SHA1 (todoman-3.6.0.tar.gz) = bfdae8a6905d9b6cd1f14afadb199cc02b7a8e7f
+RMD160 (todoman-3.6.0.tar.gz) = a7c06d5edee8cc54ff47ce383144eb0937f1d95b
+SHA512 (todoman-3.6.0.tar.gz) = 310b648a8c4e54c30873ad0c17390d5e71262885f464d3fd12fa70c85bd5eff84d5395c6ccd85f64ce38bc886d130068558fc1de00cefc46d7a8eb7bb29bbe74
+Size (todoman-3.6.0.tar.gz) = 61899 bytes



Home | Main Index | Thread Index | Old Index