Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EC1E684EB5 for ; Thu, 29 Jun 2023 20:11:13 +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 d043VwVGxHzD for ; Thu, 29 Jun 2023 20:11:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 64C6A84E9E for ; Thu, 29 Jun 2023 20:11:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C9636FA89; Thu, 29 Jun 2023 20:11:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688069467287960" MIME-Version: 1.0 Date: Thu, 29 Jun 2023 20:11:07 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-zope.deferredimport To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230629201107.C9636FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688069467287960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jun 29 20:11:07 UTC 2023 Modified Files: pkgsrc/devel/py-zope.deferredimport: Makefile distinfo Log Message: py-zope.deferredimport: updated to 5.0 5.0 (2023-06-29) - Drop support for Python 2.7, 3.5, 3.6. - Add support for Python 3.11. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-zope.deferredimport/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-zope.deferredimport/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688069467287960 Content-Disposition: inline Content-Length: 2069 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-zope.deferredimport/Makefile diff -u pkgsrc/devel/py-zope.deferredimport/Makefile:1.7 pkgsrc/devel/py-zope.deferredimport/Makefile:1.8 --- pkgsrc/devel/py-zope.deferredimport/Makefile:1.7 Sun Apr 30 12:16:20 2023 +++ pkgsrc/devel/py-zope.deferredimport/Makefile Thu Jun 29 20:11:07 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2023/04/30 12:16:20 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2023/06/29 20:11:07 adam Exp $ -DISTNAME= zope.deferredimport-4.4 +DISTNAME= zope.deferredimport-5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.deferredimport/} @@ -13,9 +12,9 @@ LICENSE= zpl-2.1 DEPENDS+= ${PYPKGPREFIX}-zope.proxy-[0-9]*:../../www/py-zope.proxy -PYTHON_VERSIONS_INCOMPATIBLE= 27 +USE_LANGUAGES= # none -USE_LANGUAGES= # +PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-zope.deferredimport/distinfo diff -u pkgsrc/devel/py-zope.deferredimport/distinfo:1.5 pkgsrc/devel/py-zope.deferredimport/distinfo:1.6 --- pkgsrc/devel/py-zope.deferredimport/distinfo:1.5 Fri Feb 11 11:24:16 2022 +++ pkgsrc/devel/py-zope.deferredimport/distinfo Thu Jun 29 20:11:07 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2022/02/11 11:24:16 adam Exp $ +$NetBSD: distinfo,v 1.6 2023/06/29 20:11:07 adam Exp $ -BLAKE2s (zope.deferredimport-4.4.tar.gz) = 95da06a1534a8b3b0df6c29810d176888d31dcefa57a56bda428d587bd7e563e -SHA512 (zope.deferredimport-4.4.tar.gz) = e480f5506573c2f31a22737d2dfd911343800f9949b9c654399f85ed2e26698be85f82cc6bfa2726412c075e87256b8d5493b43a21b31adaca394f397ffe0b21 -Size (zope.deferredimport-4.4.tar.gz) = 18901 bytes +BLAKE2s (zope.deferredimport-5.0.tar.gz) = aeaff29fd865adc4318be43c304784d11709c07f07b9fc1a001388858990848b +SHA512 (zope.deferredimport-5.0.tar.gz) = 1a19939e2784ec1d37812d4ddf4bb606d6d0eef82378b08ed7a6b67907d2694c2694ea3315bce38316886acecc7ac892851a5a0111d29abac4a62c5d344a728d +Size (zope.deferredimport-5.0.tar.gz) = 19386 bytes --_----------=_1688069467287960--