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:           Sun Jan 28 16:43:53 UTC 2018

Modified Files:
        pkgsrc/misc/todoman: Makefile distinfo

Log Message:
todoman: update to 3.3.0.

v3.3.0
------

* New runtime dependency: ``click-log``.
* Drop support for Python 3.3, which has reached its end of life cycle.
* Add `--raw` flag to `edit`. This allows editing the raw icalendar file, but
  **only use this if you really know what you're doing**. There's a big risk of
  data loss, and this is considered a developer / expert feature!


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/misc/todoman/Makefile
cvs rdiff -u -r1.12 -r1.13 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.14 pkgsrc/misc/todoman/Makefile:1.15
--- pkgsrc/misc/todoman/Makefile:1.14   Wed Sep 13 08:40:02 2017
+++ pkgsrc/misc/todoman/Makefile        Sun Jan 28 16:43:53 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/09/13 08:40:02 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2018/01/28 16:43:53 wiz Exp $
 
-DISTNAME=      todoman-3.2.4
+DISTNAME=      todoman-3.3.0
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/todoman/}
 
@@ -11,6 +11,7 @@ LICENSE=      mit
 
 DEPENDS+=      ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites
 DEPENDS+=      ${PYPKGPREFIX}-click>=6.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
 DEPENDS+=      ${PYPKGPREFIX}-humanize-[0-9]*:../../textproc/py-humanize

Index: pkgsrc/misc/todoman/distinfo
diff -u pkgsrc/misc/todoman/distinfo:1.12 pkgsrc/misc/todoman/distinfo:1.13
--- pkgsrc/misc/todoman/distinfo:1.12   Wed Sep 13 08:40:02 2017
+++ pkgsrc/misc/todoman/distinfo        Sun Jan 28 16:43:53 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/09/13 08:40:02 wiz Exp $
+$NetBSD: distinfo,v 1.13 2018/01/28 16:43:53 wiz Exp $
 
-SHA1 (todoman-3.2.4.tar.gz) = c32f43f14fef553622056897a8e1a3200e1a3c64
-RMD160 (todoman-3.2.4.tar.gz) = 25b8c6551f94d392bac6b5aebd0944e8dd199730
-SHA512 (todoman-3.2.4.tar.gz) = 36f18a7a17da002118cbdd52b877ac1754a42928b2522e17325e6f861b9d1319a666b886beb19a8ad16f93c935df852f715125f474c505283ec7066363cf55c8
-Size (todoman-3.2.4.tar.gz) = 55333 bytes
+SHA1 (todoman-3.3.0.tar.gz) = 75d806636977d307b4c2941ce96dde92f3c20a52
+RMD160 (todoman-3.3.0.tar.gz) = 5cdedd04cc178455628153bf9031d06e8d11bbbd
+SHA512 (todoman-3.3.0.tar.gz) = 120ed80bdefb26ff7ff6e88875997c82f30f1cecdb06a504013b1b4907215e10e1795bacd93481b0f7bcb6bcbdcd53b61d5b210a433d22c9eb3cd7444536c027
+Size (todoman-3.3.0.tar.gz) = 55534 bytes



Home | Main Index | Thread Index | Old Index