Received: by mail.netbsd.org (Postfix, from userid 605) id 6A05384E4D; Mon, 9 Apr 2018 08:05:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 075CA84D93 for ; Mon, 9 Apr 2018 07:53:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ZfYANY8wAEtb for ; Mon, 9 Apr 2018 07:53:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2550584CD2 for ; Mon, 9 Apr 2018 07:53:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1500EFBEC; Mon, 9 Apr 2018 07:53:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1523260412246240" MIME-Version: 1.0 Date: Mon, 9 Apr 2018 07:53:32 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pyutil To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180409075332.1500EFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1523260412246240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 9 07:53:31 UTC 2018 Modified Files: pkgsrc/devel/py-pyutil: Makefile PLIST distinfo Log Message: py-pyutil: updated to 3.1.0 3.1.0: Bug fixes. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-pyutil/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-pyutil/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-pyutil/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1523260412246240 Content-Disposition: inline Content-Length: 4009 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pyutil/Makefile diff -u pkgsrc/devel/py-pyutil/Makefile:1.18 pkgsrc/devel/py-pyutil/Makefile:1.19 --- pkgsrc/devel/py-pyutil/Makefile:1.18 Mon Sep 4 18:08:21 2017 +++ pkgsrc/devel/py-pyutil/Makefile Mon Apr 9 07:53:31 2018 @@ -1,29 +1,26 @@ -# $NetBSD: Makefile,v 1.18 2017/09/04 18:08:21 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2018/04/09 07:53:31 adam Exp $ -DISTNAME= pyutil-2.0.0 +DISTNAME= pyutil-3.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= devel +CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyutil/} MAINTAINER= gdt@ir.bbn.com -HOMEPAGE= https://pypi.python.org/pypi/pyutil +HOMEPAGE= https://github.com/tpltnt/pyutil COMMENT= Collection of mature utilities for Python programmers LICENSE= gnu-gpl-v2 -DEPENDS+= ${PYPKGPREFIX}-setuptools_trial-[0-9]*:../../devel/py-setuptools_trial -DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson -DEPENDS+= ${PYPKGPREFIX}-zbase32-[0-9]*:../../converters/py-zbase32 +DEPENDS+= ${PYPKGPREFIX}-simplejson>=2.1.0:../../converters/py-simplejson +DEPENDS+= ${PYPKGPREFIX}-zbase32>=1.0:../../converters/py-zbase32 +TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3.0:../../devel/py-mock +TEST_DEPENDS+= ${PYPKGPREFIX}-twisted>=15.5.0:../../net/py-twisted USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-zbase32 -REPLACE_PYTHON+= pyutil/test/current/test_mathutil.py -REPLACE_PYTHON+= pyutil/benchmarks/bench_xor.py pyutil/lineutil.py pyutil/scripts/*.py pyutil/test/*/*.py - post-extract: - cd ${WRKSRC}; ${RM} pyutil/*.py~ + ${FIND} ${WRKSRC} -name __pycache__ -or -name '*.pyc' -exec ${RM} -R {} + -.include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-pyutil/PLIST diff -u pkgsrc/devel/py-pyutil/PLIST:1.4 pkgsrc/devel/py-pyutil/PLIST:1.5 --- pkgsrc/devel/py-pyutil/PLIST:1.4 Tue Apr 1 21:31:44 2014 +++ pkgsrc/devel/py-pyutil/PLIST Mon Apr 9 07:53:31 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2014/04/01 21:31:44 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2018/04/09 07:53:31 adam Exp $ bin/lines bin/passphrase bin/randcookie @@ -183,6 +183,13 @@ ${PYSITELIB}/pyutil/test/current/test_js ${PYSITELIB}/pyutil/test/current/test_mathutil.py ${PYSITELIB}/pyutil/test/current/test_mathutil.pyc ${PYSITELIB}/pyutil/test/current/test_mathutil.pyo +${PYSITELIB}/pyutil/test/current/test_observer.py +${PYSITELIB}/pyutil/test/current/test_observer.pyc +${PYSITELIB}/pyutil/test/current/test_observer.pyo +${PYSITELIB}/pyutil/test/current/test_passphrase.py +${PYSITELIB}/pyutil/test/current/test_passphrase.pyc +${PYSITELIB}/pyutil/test/current/test_passphrase.pyo +${PYSITELIB}/pyutil/test/current/test_passphrase.py~ ${PYSITELIB}/pyutil/test/current/test_time_format.py ${PYSITELIB}/pyutil/test/current/test_time_format.pyc ${PYSITELIB}/pyutil/test/current/test_time_format.pyo Index: pkgsrc/devel/py-pyutil/distinfo diff -u pkgsrc/devel/py-pyutil/distinfo:1.6 pkgsrc/devel/py-pyutil/distinfo:1.7 --- pkgsrc/devel/py-pyutil/distinfo:1.6 Tue Nov 3 03:29:15 2015 +++ pkgsrc/devel/py-pyutil/distinfo Mon Apr 9 07:53:31 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 03:29:15 agc Exp $ +$NetBSD: distinfo,v 1.7 2018/04/09 07:53:31 adam Exp $ -SHA1 (pyutil-2.0.0.tar.gz) = cee5605280d5339dde77311da9dcc0205756d369 -RMD160 (pyutil-2.0.0.tar.gz) = 0dbaea3c25a33855a220a426e5bd9c7060f4660e -SHA512 (pyutil-2.0.0.tar.gz) = 3704c028fdc3894ae635dabd2bace1af1e805f4158dc6d67eac0c38fa8e7959cd093ad39cb2f539e59dd74e957947464cc8c7aed727835e127311062ed27e60b -Size (pyutil-2.0.0.tar.gz) = 125079 bytes +SHA1 (pyutil-3.1.0.tar.gz) = a41d3fc58860b4bb16d0cb0231934be033686f40 +RMD160 (pyutil-3.1.0.tar.gz) = 5c0da996a0a8fef450837ad47db3a61286a8563c +SHA512 (pyutil-3.1.0.tar.gz) = 68b8eb69b4325c926ec915669c4a513b7055fb2d182517892bc5ad0fa47e9e8a4ae0cec4a7668acdab9e289bc17679a5c98b7ff26ee0b8a125c5a7096ff368a0 +Size (pyutil-3.1.0.tar.gz) = 294541 bytes --_----------=_1523260412246240--