Received: by mail.netbsd.org (Postfix, from userid 605) id 2B66584D78; Sat, 7 Oct 2017 11:40:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC76284D6F for ; Sat, 7 Oct 2017 11:40:57 +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 XPIxE1kWqfSL for ; Sat, 7 Oct 2017 11:40:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2C51284D2F for ; Sat, 7 Oct 2017 11:40:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 27698FBC7; Sat, 7 Oct 2017 11:40:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507376457241300" MIME-Version: 1.0 Date: Sat, 7 Oct 2017 11:40:57 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-ZopeInterface To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171007114057.27698FBC7@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. --_----------=_1507376457241300 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:40:57 UTC 2017 Modified Files: pkgsrc/devel/py-ZopeInterface: Makefile PLIST distinfo Log Message: py-ZopeInterface: update to 4.4.3 4.4.3: - Avoid exceptions when the ``__annotations__`` attribute is added to interface definitions with Python 3.x type hints. - Fix the possibility of a rare crash in the C extension when deallocating items. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-ZopeInterface/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-ZopeInterface/PLIST cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-ZopeInterface/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507376457241300 Content-Disposition: inline Content-Length: 2883 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-ZopeInterface/Makefile diff -u pkgsrc/devel/py-ZopeInterface/Makefile:1.28 pkgsrc/devel/py-ZopeInterface/Makefile:1.29 --- pkgsrc/devel/py-ZopeInterface/Makefile:1.28 Mon Sep 4 18:08:20 2017 +++ pkgsrc/devel/py-ZopeInterface/Makefile Sat Oct 7 11:40:56 2017 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.28 2017/09/04 18:08:20 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2017/10/07 11:40:56 adam Exp $ -DISTNAME= zope.interface-4.4.2 +DISTNAME= zope.interface-4.4.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/zope.i/ZopeI/} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.interface/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://pypi.python.org/pypi/zope.interface +HOMEPAGE= https://github.com/zopefoundation/zope.interface COMMENT= The zope.interface package used in Zope 3 and Twisted LICENSE= zpl-2.1 Index: pkgsrc/devel/py-ZopeInterface/PLIST diff -u pkgsrc/devel/py-ZopeInterface/PLIST:1.11 pkgsrc/devel/py-ZopeInterface/PLIST:1.12 --- pkgsrc/devel/py-ZopeInterface/PLIST:1.11 Mon Jun 13 12:01:00 2016 +++ pkgsrc/devel/py-ZopeInterface/PLIST Sat Oct 7 11:40:56 2017 @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.11 2016/06/13 12:01:00 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2017/10/07 11:40:56 adam Exp $ ${PYSITELIB}/${EGG_NAME}-nspkg.pth ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/pbr.json ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/zope/interface/__init__.py Index: pkgsrc/devel/py-ZopeInterface/distinfo diff -u pkgsrc/devel/py-ZopeInterface/distinfo:1.18 pkgsrc/devel/py-ZopeInterface/distinfo:1.19 --- pkgsrc/devel/py-ZopeInterface/distinfo:1.18 Mon Jun 19 20:50:27 2017 +++ pkgsrc/devel/py-ZopeInterface/distinfo Sat Oct 7 11:40:56 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2017/06/19 20:50:27 wiz Exp $ +$NetBSD: distinfo,v 1.19 2017/10/07 11:40:56 adam Exp $ -SHA1 (zope.interface-4.4.2.tar.gz) = e840f723ca00af379265b66bcaef6b89ab1c219c -RMD160 (zope.interface-4.4.2.tar.gz) = e80013cb4a55e3edc855cc45254cb3047c8a5deb -SHA512 (zope.interface-4.4.2.tar.gz) = 11b95cf358e3151860a0f8a5d3d151cc4dad582aea39b5268e67b683f14343938b66315051d0ffae48d1890ec4c4a0dfcb16de912aae5fcb78ab128668735c2a -Size (zope.interface-4.4.2.tar.gz) = 150150 bytes +SHA1 (zope.interface-4.4.3.tar.gz) = 5d25841d8d4c4cce043119351fd9944d38f8422a +RMD160 (zope.interface-4.4.3.tar.gz) = 461b105e52165fec6b314d459f9e3f84a1e9d5cf +SHA512 (zope.interface-4.4.3.tar.gz) = 29d9f3f1fe9af8a4ffb1e6d2f067bba1fa1bac7b02690ba8429985aa6ca76d3f337076bc8c48f39d0f338ccd855800b2f28b319a183a285191cc007bf8d9c9ad +Size (zope.interface-4.4.3.tar.gz) = 147052 bytes --_----------=_1507376457241300--