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:           Thu Oct 10 12:24:28 UTC 2019

Modified Files:
        pkgsrc/misc/todoman: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/misc/todoman/Makefile
cvs rdiff -u -r1.15 -r1.16 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.18 pkgsrc/misc/todoman/Makefile:1.19
--- pkgsrc/misc/todoman/Makefile:1.18   Thu Apr 25 07:33:08 2019
+++ pkgsrc/misc/todoman/Makefile        Thu Oct 10 12:24:28 2019
@@ -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 @@ COMMENT=      Simple CalDav-based todo manage
 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

Index: pkgsrc/misc/todoman/distinfo
diff -u pkgsrc/misc/todoman/distinfo:1.15 pkgsrc/misc/todoman/distinfo:1.16
--- pkgsrc/misc/todoman/distinfo:1.15   Sat Dec  1 14:31:10 2018
+++ pkgsrc/misc/todoman/distinfo        Thu Oct 10 12:24:28 2019
@@ -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