Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E4A184D82 for ; Sun, 18 Jun 2023 12:31:59 +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 T5-cO5BLJQcl for ; Sun, 18 Jun 2023 12:31:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A811D84D7A for ; Sun, 18 Jun 2023 12:31:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A594AFA89; Sun, 18 Jun 2023 12:31:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687091518141020" MIME-Version: 1.0 Date: Sun, 18 Jun 2023 12:31:58 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-zope.testing To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230618123158.A594AFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687091518141020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Jun 18 12:31:58 UTC 2023 Modified Files: pkgsrc/devel/py-zope.testing: Makefile PLIST distinfo Log Message: py-zope.testing: updated to 5.0.1 5.0.1 (2022-12-20) ================== - Make wheels no longer universal. 5.0 (2022-12-20) ================ Backwards incompatible changes ------------------------------ - Drop support for Python 2.7, 3.5, 3.6. - Drop modules which do not seem to be Python compatible: + ``zope.testing.loghandler`` + ``zope.testing.server`` - Drop doctest option ``IGNORE_EXCEPTION_MODULE_IN_PYTHON2``. - Remove functions: + ``zope.testing.renormalizing.strip_dottedname_from_traceback`` + ``zope.testing.renormalizing.is_dotted_name`` Features -------- - Add support for Python 3.11. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-zope.testing/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-zope.testing/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-zope.testing/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687091518141020 Content-Disposition: inline Content-Length: 3648 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-zope.testing/Makefile diff -u pkgsrc/devel/py-zope.testing/Makefile:1.5 pkgsrc/devel/py-zope.testing/Makefile:1.6 --- pkgsrc/devel/py-zope.testing/Makefile:1.5 Mon Mar 7 10:46:14 2022 +++ pkgsrc/devel/py-zope.testing/Makefile Sun Jun 18 12:31:58 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2022/03/07 10:46:14 adam Exp $ +# $NetBSD: Makefile,v 1.6 2023/06/18 12:31:58 adam Exp $ -DISTNAME= zope.testing-4.10 +DISTNAME= zope.testing-5.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.testing/} @@ -12,5 +12,7 @@ LICENSE= zpl-2.1 USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-zope.testing/PLIST diff -u pkgsrc/devel/py-zope.testing/PLIST:1.3 pkgsrc/devel/py-zope.testing/PLIST:1.4 --- pkgsrc/devel/py-zope.testing/PLIST:1.3 Mon Mar 7 10:46:14 2022 +++ pkgsrc/devel/py-zope.testing/PLIST Sun Jun 18 12:31:58 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2022/03/07 10:46:14 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2023/06/18 12:31:58 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -29,9 +29,6 @@ ${PYSITELIB}/zope/testing/loggingsupport ${PYSITELIB}/zope/testing/loggingsupport.pyc ${PYSITELIB}/zope/testing/loggingsupport.pyo ${PYSITELIB}/zope/testing/loggingsupport.txt -${PYSITELIB}/zope/testing/loghandler.py -${PYSITELIB}/zope/testing/loghandler.pyc -${PYSITELIB}/zope/testing/loghandler.pyo ${PYSITELIB}/zope/testing/module.py ${PYSITELIB}/zope/testing/module.pyc ${PYSITELIB}/zope/testing/module.pyo @@ -40,9 +37,6 @@ ${PYSITELIB}/zope/testing/renormalizing. ${PYSITELIB}/zope/testing/renormalizing.pyc ${PYSITELIB}/zope/testing/renormalizing.pyo ${PYSITELIB}/zope/testing/renormalizing.txt -${PYSITELIB}/zope/testing/server.py -${PYSITELIB}/zope/testing/server.pyc -${PYSITELIB}/zope/testing/server.pyo ${PYSITELIB}/zope/testing/setupstack.py ${PYSITELIB}/zope/testing/setupstack.pyc ${PYSITELIB}/zope/testing/setupstack.pyo @@ -51,9 +45,6 @@ ${PYSITELIB}/zope/testing/test-1.txt ${PYSITELIB}/zope/testing/test4.txt ${PYSITELIB}/zope/testing/test4e.txt ${PYSITELIB}/zope/testing/test4f.txt -${PYSITELIB}/zope/testing/test_renormalizing.py -${PYSITELIB}/zope/testing/test_renormalizing.pyc -${PYSITELIB}/zope/testing/test_renormalizing.pyo ${PYSITELIB}/zope/testing/testrunner.py ${PYSITELIB}/zope/testing/testrunner.pyc ${PYSITELIB}/zope/testing/testrunner.pyo Index: pkgsrc/devel/py-zope.testing/distinfo diff -u pkgsrc/devel/py-zope.testing/distinfo:1.6 pkgsrc/devel/py-zope.testing/distinfo:1.7 --- pkgsrc/devel/py-zope.testing/distinfo:1.6 Mon Mar 7 10:46:14 2022 +++ pkgsrc/devel/py-zope.testing/distinfo Sun Jun 18 12:31:58 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/03/07 10:46:14 adam Exp $ +$NetBSD: distinfo,v 1.7 2023/06/18 12:31:58 adam Exp $ -BLAKE2s (zope.testing-4.10.tar.gz) = 6c22c999d3d49ece37a3665c0df15c06ed4dda7bd4a16fe2405e904ebf0e1598 -SHA512 (zope.testing-4.10.tar.gz) = 35fd5114b6de3cb47336185feb8bf8f444b53ef2c32f165e57756a017ec9caba9a29f2ec01844ebcf156fff1c2b7424b3ac126b3e8d4daefe73e1a640d21589a -Size (zope.testing-4.10.tar.gz) = 45359 bytes +BLAKE2s (zope.testing-5.0.1.tar.gz) = 1bad029f7593a37fa226f262f1a7277310e3ac1eba876decb0fa802087f9ebe5 +SHA512 (zope.testing-5.0.1.tar.gz) = 357d1c0eb761dba4e0e964a51dbc4368c00c9133a011467a2bb3629a2c5c28ccb3886caad215288b99cda1de25fd7ead674068f275649d94a32dc42d19d78caf +Size (zope.testing-5.0.1.tar.gz) = 41745 bytes --_----------=_1687091518141020--