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.3.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2ef03d87f13
branches:  trunk
changeset: 374748:d2ef03d87f13
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 28 16:43:53 2018 +0000

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

diffstat:

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

diffs (35 lines):

diff -r 1c5bd614d9cf -r d2ef03d87f13 misc/todoman/Makefile
--- a/misc/todoman/Makefile     Sun Jan 28 16:41:42 2018 +0000
+++ b/misc/todoman/Makefile     Sun Jan 28 16:43:53 2018 +0000
@@ -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 @@
 
 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
diff -r 1c5bd614d9cf -r d2ef03d87f13 misc/todoman/distinfo
--- a/misc/todoman/distinfo     Sun Jan 28 16:41:42 2018 +0000
+++ b/misc/todoman/distinfo     Sun Jan 28 16:43:53 2018 +0000
@@ -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