Received: by mail.netbsd.org (Postfix, from userid 605) id 49F9284D71; Sat, 7 Oct 2017 11:51:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D0B9984D6F for ; Sat, 7 Oct 2017 11:51:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7mQNLZSorXVV for ; Sat, 7 Oct 2017 11:51:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6292F84CDE for ; Sat, 7 Oct 2017 11:51:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5DB32FBC7; Sat, 7 Oct 2017 11:51:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150737710715680" MIME-Version: 1.0 Date: Sat, 7 Oct 2017 11:51:47 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-ZopeSchema To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171007115147.5DB32FBC7@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. --_----------=_150737710715680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Oct 7 11:51:47 UTC 2017 Modified Files: pkgsrc/devel/py-ZopeSchema: Makefile distinfo Log Message: py-ZopeSchema: update to 4.5.0 4.5.0: - Drop support for Python 2.6, 3.2, and 3.3. - Add support for Python 3.5 and 3.6. - Drop support for 'setup.py test'. Use zope.testrunner instead. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-ZopeSchema/Makefile \ pkgsrc/devel/py-ZopeSchema/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150737710715680 Content-Disposition: inline Content-Length: 1739 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-ZopeSchema/Makefile diff -u pkgsrc/devel/py-ZopeSchema/Makefile:1.1 pkgsrc/devel/py-ZopeSchema/Makefile:1.2 --- pkgsrc/devel/py-ZopeSchema/Makefile:1.1 Tue Apr 25 17:23:28 2017 +++ pkgsrc/devel/py-ZopeSchema/Makefile Sat Oct 7 11:51:47 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/04/25 17:23:28 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2017/10/07 11:51:47 adam Exp $ -DISTNAME= zope.schema-4.4.2 +DISTNAME= zope.schema-4.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/zope.s/ZopeS/} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.schema/} Index: pkgsrc/devel/py-ZopeSchema/distinfo diff -u pkgsrc/devel/py-ZopeSchema/distinfo:1.1 pkgsrc/devel/py-ZopeSchema/distinfo:1.2 --- pkgsrc/devel/py-ZopeSchema/distinfo:1.1 Tue Apr 25 17:23:28 2017 +++ pkgsrc/devel/py-ZopeSchema/distinfo Sat Oct 7 11:51:47 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/04/25 17:23:28 fhajny Exp $ +$NetBSD: distinfo,v 1.2 2017/10/07 11:51:47 adam Exp $ -SHA1 (zope.schema-4.4.2.tar.gz) = a8f10e2d5689ae3237a458966708ea223e096fb5 -RMD160 (zope.schema-4.4.2.tar.gz) = d8dd22c56f938cff71899969c478a5f640c632be -SHA512 (zope.schema-4.4.2.tar.gz) = f1fb005cb95a4d8241bb8942999c9d7c3f039901634e7874179df3b60e4a308d76899dbbf39842e5816f9b486f1c43ee7017d79e19ee7b3120e73369495a097d -Size (zope.schema-4.4.2.tar.gz) = 252161 bytes +SHA1 (zope.schema-4.5.0.tar.gz) = edeb7986745195e1a1332b2c7f49ed22131caed9 +RMD160 (zope.schema-4.5.0.tar.gz) = 48eb220e8170d12a557ecb6359ed4b78e65c14d3 +SHA512 (zope.schema-4.5.0.tar.gz) = 77f3f65a3d0b52f770a381d869b254f5457223b5fdda4b031e9531c57664dd151b4dc293d3cdc6dff5cad58d656d951e0d964fad9521100b7e007b4c15e52740 +Size (zope.schema-4.5.0.tar.gz) = 76962 bytes --_----------=_150737710715680--