Received: by mail.netbsd.org (Postfix, from userid 605) id 8792084EE0; Tue, 12 Jul 2022 08:27:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C02F484D50 for ; Tue, 12 Jul 2022 08:27:34 +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 gwUBZjn_h6Yi for ; Tue, 12 Jul 2022 08:27:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2FC3484D2A for ; Tue, 12 Jul 2022 08:27:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2BA9EFB1A; Tue, 12 Jul 2022 08:27:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1657614454100960" MIME-Version: 1.0 Date: Tue, 12 Jul 2022 08:27:34 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-parsimonious To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220712082734.2BA9EFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1657614454100960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 12 08:27:34 UTC 2022 Modified Files: pkgsrc/textproc/py-parsimonious: Makefile distinfo Log Message: py-parsimonious: updated to 0.9.0 0.9.0 Add support for Python 3.7, 3.8, 3.9, 3.10 (righthandabacus, Lonnen) Drop support for Python 2.x, 3.3, 3.4 (righthandabacus, Lonnen) Remove six and go all in on Python 3 idioms (Lonnen) Replace re with regex for improved handling of unicode characters in regexes (Oderjunkie) Dropped nose for unittest (swayson) Grammar.__repr__() now correctly escapes backslashes (ingolemo) Custom rules can now be class methods in addition to functions (James Addison) Make the ascii flag available in the regex syntax (Roman Inflianskas) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-parsimonious/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-parsimonious/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1657614454100960 Content-Disposition: inline Content-Length: 2145 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-parsimonious/Makefile diff -u pkgsrc/textproc/py-parsimonious/Makefile:1.2 pkgsrc/textproc/py-parsimonious/Makefile:1.3 --- pkgsrc/textproc/py-parsimonious/Makefile:1.2 Tue Jan 4 20:55:01 2022 +++ pkgsrc/textproc/py-parsimonious/Makefile Tue Jul 12 08:27:34 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:01 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/07/12 08:27:34 adam Exp $ -DISTNAME= parsimonious-0.8.1 +DISTNAME= parsimonious-0.9.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/parsimonious/} @@ -11,10 +10,12 @@ HOMEPAGE= https://github.com/erikrose/pa COMMENT= The fastest pure-Python PEG parser I could muster LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six +DEPENDS+= ${PYPKGPREFIX}-regex>=2022.3.15:../../textproc/py-regex TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=0:../../devel/py-nose USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/py-parsimonious/distinfo diff -u pkgsrc/textproc/py-parsimonious/distinfo:1.3 pkgsrc/textproc/py-parsimonious/distinfo:1.4 --- pkgsrc/textproc/py-parsimonious/distinfo:1.3 Tue Oct 26 11:23:09 2021 +++ pkgsrc/textproc/py-parsimonious/distinfo Tue Jul 12 08:27:34 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:23:09 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/07/12 08:27:34 adam Exp $ -BLAKE2s (parsimonious-0.8.1.tar.gz) = 38ddb3240ad4751eabb42267e10229af71a203d40681b3fe5f6dc0546495839a -SHA512 (parsimonious-0.8.1.tar.gz) = 8eb3959090dcbc7ea16ff72bbe1a5b695ea07de09865c5ca5832c7db2405fa609844e19ebafd0d156bd8e9efe1b9025caae22e7bff7d94b520691e86f00fcfdd -Size (parsimonious-0.8.1.tar.gz) = 45057 bytes +BLAKE2s (parsimonious-0.9.0.tar.gz) = 2a5c04b5f4319560e1f4ff987e4996f50c50b6e123e0f49d0270bdb6540277cb +SHA512 (parsimonious-0.9.0.tar.gz) = 7d9cd16074f3184e1d1f2a735ab72b9e722429b2164ece4cfa80c51bebbd89e85d677bd520259687ab74d03b4a4273e990c1546365dc03643543e4ba7ddfb3d9 +Size (parsimonious-0.9.0.tar.gz) = 48675 bytes --_----------=_1657614454100960--