Received: by mail.netbsd.org (Postfix, from userid 605) id C6F4284D71; Sat, 7 Oct 2017 11:56:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5A70B84D6F for ; Sat, 7 Oct 2017 11:56:22 +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 noko4WZm2WQI for ; Sat, 7 Oct 2017 11:56:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DEB3B84CDE for ; Sat, 7 Oct 2017 11:56:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D9C00FBC7; Sat, 7 Oct 2017 11:56:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150737738150920" MIME-Version: 1.0 Date: Sat, 7 Oct 2017 11:56:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-ZopeConfiguration To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171007115621.D9C00FBC7@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. --_----------=_150737738150920 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:56:21 UTC 2017 Modified Files: pkgsrc/devel/py-ZopeConfiguration: Makefile distinfo Log Message: py-ZopeConfiguration: update to 4.1.0 4.1.0: - Drop support for Python 2.6 and 3.2. - Add support for Python 3.5 and 3.6. - Fix the ``domain`` of MessageID fields to be a native string. Previously on Python 3 they were bytes, which meant that they couldn't be used to find translation utilities registered by zope.i18n. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-ZopeConfiguration/Makefile \ pkgsrc/devel/py-ZopeConfiguration/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150737738150920 Content-Disposition: inline Content-Length: 1886 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-ZopeConfiguration/Makefile diff -u pkgsrc/devel/py-ZopeConfiguration/Makefile:1.1 pkgsrc/devel/py-ZopeConfiguration/Makefile:1.2 --- pkgsrc/devel/py-ZopeConfiguration/Makefile:1.1 Tue Apr 25 17:48:12 2017 +++ pkgsrc/devel/py-ZopeConfiguration/Makefile Sat Oct 7 11:56:21 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/04/25 17:48:12 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2017/10/07 11:56:21 adam Exp $ -DISTNAME= zope.configuration-4.0.3 +DISTNAME= zope.configuration-4.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/zope.c/ZopeC/} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.configuration/} Index: pkgsrc/devel/py-ZopeConfiguration/distinfo diff -u pkgsrc/devel/py-ZopeConfiguration/distinfo:1.1 pkgsrc/devel/py-ZopeConfiguration/distinfo:1.2 --- pkgsrc/devel/py-ZopeConfiguration/distinfo:1.1 Tue Apr 25 17:48:12 2017 +++ pkgsrc/devel/py-ZopeConfiguration/distinfo Sat Oct 7 11:56:21 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/04/25 17:48:12 fhajny Exp $ +$NetBSD: distinfo,v 1.2 2017/10/07 11:56:21 adam Exp $ -SHA1 (zope.configuration-4.0.3.tar.gz) = f698f871eb79b0d15a1e9fb4ad0ad43bdf8fbbbb -RMD160 (zope.configuration-4.0.3.tar.gz) = bb4863227e559de5a1f042cdbe1b8db215f77296 -SHA512 (zope.configuration-4.0.3.tar.gz) = b4ff914dd25fb8be5cfd61c5bc87448b4ba87adf9ff3bce7ab01fa3b7bf1b19a1b7fc6be252fe0582a238fc071b7a762adaad14aafbd3a2e4f65c08bb7bf63eb -Size (zope.configuration-4.0.3.tar.gz) = 487610 bytes +SHA1 (zope.configuration-4.1.0.tar.gz) = 302df15045b52de19dca7838966e704f4bfbd10e +RMD160 (zope.configuration-4.1.0.tar.gz) = 191e0905790436d62bff5e0e6b91ab1edc1d02e9 +SHA512 (zope.configuration-4.1.0.tar.gz) = 86bbc5ac22c61d485fcb55c4dafb5b81eaab0a08de1e5dc3cd586769323a09896e72b1e8aac790d3e8d8f93a133efd3f88a92a4b3c1075bdd0da62cd4e33c56a +Size (zope.configuration-4.1.0.tar.gz) = 77780 bytes --_----------=_150737738150920--