Received: by mail.netbsd.org (Postfix, from userid 605) id C46DA84D7C; Tue, 8 May 2018 13:08:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D8AA84D79 for ; Tue, 8 May 2018 13:08:28 +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 ud9TJaN1jT84 for ; Tue, 8 May 2018 13:08:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BB73784CCC for ; Tue, 8 May 2018 13:08:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B4BBAFBEC; Tue, 8 May 2018 13:08:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1525784907220250" MIME-Version: 1.0 Date: Tue, 8 May 2018 13:08:27 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-cached-property To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180508130827.B4BBAFBEC@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. --_----------=_1525784907220250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 8 13:08:27 UTC 2018 Modified Files: pkgsrc/devel/py-cached-property: Makefile distinfo Log Message: py-cached-property: updated to 1.4.2 1.4.2: Really fixed tests 1.4.1: Added conftest.py to manifest so tests work properly off the tarball Ensured new asyncio tests didn't break Python 2.7 builds on Debian Code formatting via black 1.4.0: Added asyncio support Remove Python 2.6 support, whose end of life was 5 years ago To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-cached-property/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-cached-property/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1525784907220250 Content-Disposition: inline Content-Length: 2130 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-cached-property/Makefile diff -u pkgsrc/devel/py-cached-property/Makefile:1.7 pkgsrc/devel/py-cached-property/Makefile:1.8 --- pkgsrc/devel/py-cached-property/Makefile:1.7 Sat Sep 30 14:28:03 2017 +++ pkgsrc/devel/py-cached-property/Makefile Tue May 8 13:08:27 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2017/09/30 14:28:03 adam Exp $ +# $NetBSD: Makefile,v 1.8 2018/05/08 13:08:27 adam Exp $ -DISTNAME= cached-property-1.3.1 +DISTNAME= cached-property-1.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cached-property/} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/pydanny/cac COMMENT= Cached-property for decorating methods in classes LICENSE= modified-bsd -BUILD_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun +TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun USE_LANGUAGES= # none Index: pkgsrc/devel/py-cached-property/distinfo diff -u pkgsrc/devel/py-cached-property/distinfo:1.3 pkgsrc/devel/py-cached-property/distinfo:1.4 --- pkgsrc/devel/py-cached-property/distinfo:1.3 Sat Sep 30 14:25:29 2017 +++ pkgsrc/devel/py-cached-property/distinfo Tue May 8 13:08:27 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/09/30 14:25:29 adam Exp $ +$NetBSD: distinfo,v 1.4 2018/05/08 13:08:27 adam Exp $ -SHA1 (cached-property-1.3.1.tar.gz) = 4267fbf689a2b563f273b7c703e5e75e10e286b7 -RMD160 (cached-property-1.3.1.tar.gz) = e2e00d85213671dcbd8816a8a86212666d3f4a86 -SHA512 (cached-property-1.3.1.tar.gz) = 3349751d442ca6e7d4e792c8b076735d5308d68244af9c03044f3d72d619a5c3d7d5dbef434caa954db4b983245bfe646d4a25c99aec39f32d99751edd9e233f -Size (cached-property-1.3.1.tar.gz) = 9648 bytes +SHA1 (cached-property-1.4.2.tar.gz) = 5cf04803ce32be24d0a36d72a91b6eff44ec2ce2 +RMD160 (cached-property-1.4.2.tar.gz) = f15522ae0b7120d02a97f14b88944b2b2d84caf8 +SHA512 (cached-property-1.4.2.tar.gz) = 27ce49c8b71f0337e34c36ef5a45cae273a62b42c8f1b690c2c4d32d9bdf7f532a12787c99257c956ac7ff15d2e7f16868e4cebdf1417ebca493e1037c1a612f +Size (cached-property-1.4.2.tar.gz) = 11201 bytes --_----------=_1525784907220250--