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:           Mon Sep  4 14:44:59 UTC 2017

Modified Files:
        pkgsrc/misc/todoman: Makefile distinfo

Log Message:
Updated todoman to 3.2.1.

v3.2.1
------

* Fix start-up crash caused by click_log interface change.
* Dropped runtime dependency: ``click_log``.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/todoman/Makefile
cvs rdiff -u -r1.10 -r1.11 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.12 pkgsrc/misc/todoman/Makefile:1.13
--- pkgsrc/misc/todoman/Makefile:1.12   Wed May 17 11:17:35 2017
+++ pkgsrc/misc/todoman/Makefile        Mon Sep  4 14:44:58 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2017/05/17 11:17:35 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/09/04 14:44:58 wiz Exp $
 
-DISTNAME=      todoman-3.2.0
+DISTNAME=      todoman-3.2.1
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/todoman/}
 
@@ -11,7 +11,6 @@ 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
@@ -25,6 +24,7 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-test-runn
 
 # TEST_DEPENDS
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-flakes-[0-9]*:../../devel/py-flakes
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-flake8-import-order-[0-9]*:../../devel/py-flake8-import-order
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis

Index: pkgsrc/misc/todoman/distinfo
diff -u pkgsrc/misc/todoman/distinfo:1.10 pkgsrc/misc/todoman/distinfo:1.11
--- pkgsrc/misc/todoman/distinfo:1.10   Wed May 17 11:17:35 2017
+++ pkgsrc/misc/todoman/distinfo        Mon Sep  4 14:44:58 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/05/17 11:17:35 wiz Exp $
+$NetBSD: distinfo,v 1.11 2017/09/04 14:44:58 wiz Exp $
 
-SHA1 (todoman-3.2.0.tar.gz) = d4d43f69718a14deac3d8da652adb402b3ef651e
-RMD160 (todoman-3.2.0.tar.gz) = ea8285cab63434cd415b428e45049e785125d8bb
-SHA512 (todoman-3.2.0.tar.gz) = f22af21a40559a047ab86957f9896ef6c0fc2e7ea154a0031da96c611273ea813ea1316aa60f21dba7f8360bababfa897570fba56dea7d59dda6b0fcec0c5508
-Size (todoman-3.2.0.tar.gz) = 52076 bytes
+SHA1 (todoman-3.2.1.tar.gz) = ad7c5ccbe13b1134699ffffc7b1c709031a80c1f
+RMD160 (todoman-3.2.1.tar.gz) = d15072be01073854b42c6f938899d29c1825391a
+SHA512 (todoman-3.2.1.tar.gz) = dbb720c66f55b3fc5b2497aa337d34a9fa1582a2447e6706921721a5a80988deacadcd29ad5dcd974e27f99fc517119226bce544ad857e5af83f92050f25d6d7
+Size (todoman-3.2.1.tar.gz) = 54453 bytes



Home | Main Index | Thread Index | Old Index