Received: by mail.netbsd.org (Postfix, from userid 605) id 1D86D8501C; Wed, 10 Jan 2024 17:03:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4EA1B84D1B for ; Wed, 10 Jan 2024 17:02: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 pHKimzMBtUGo for ; Wed, 10 Jan 2024 17:02:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BCE3D84D08 for ; Wed, 10 Jan 2024 17:02:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B29ABFA42; Wed, 10 Jan 2024 17:02:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704906178231950" MIME-Version: 1.0 Date: Wed, 10 Jan 2024 17:02:58 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/devel/p5-Cucumber-TagExpressions To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20240110170258.B29ABFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704906178231950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Wed Jan 10 17:02:58 UTC 2024 Modified Files: pkgsrc/devel/p5-Cucumber-TagExpressions: Makefile distinfo Log Message: p5-Cucumber-TagExpressions: update to 6.1.0. Changes: Added: - [Python] Support the feature of escaping also in Python (#144) Fixed: - [Python] Added workflow to release to Pypi (#145, #146, #20) - [Ruby] Fixed up around 75% of all rubocop offenses (#138) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Cucumber-TagExpressions/Makefile \ pkgsrc/devel/p5-Cucumber-TagExpressions/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704906178231950 Content-Disposition: inline Content-Length: 1861 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Cucumber-TagExpressions/Makefile diff -u pkgsrc/devel/p5-Cucumber-TagExpressions/Makefile:1.2 pkgsrc/devel/p5-Cucumber-TagExpressions/Makefile:1.3 --- pkgsrc/devel/p5-Cucumber-TagExpressions/Makefile:1.2 Fri Oct 13 18:29:50 2023 +++ pkgsrc/devel/p5-Cucumber-TagExpressions/Makefile Wed Jan 10 17:02:58 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2023/10/13 18:29:50 schmonz Exp $ +# $NetBSD: Makefile,v 1.3 2024/01/10 17:02:58 schmonz Exp $ -DISTNAME= Cucumber-TagExpressions-6.0.0 +DISTNAME= Cucumber-TagExpressions-6.1.0 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CU/CUKEBOT/} Index: pkgsrc/devel/p5-Cucumber-TagExpressions/distinfo diff -u pkgsrc/devel/p5-Cucumber-TagExpressions/distinfo:1.2 pkgsrc/devel/p5-Cucumber-TagExpressions/distinfo:1.3 --- pkgsrc/devel/p5-Cucumber-TagExpressions/distinfo:1.2 Fri Oct 13 18:29:50 2023 +++ pkgsrc/devel/p5-Cucumber-TagExpressions/distinfo Wed Jan 10 17:02:58 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2023/10/13 18:29:50 schmonz Exp $ +$NetBSD: distinfo,v 1.3 2024/01/10 17:02:58 schmonz Exp $ -BLAKE2s (Cucumber-TagExpressions-6.0.0.tar.gz) = a7d7b51b00ecddab46814361266bc6c25f836bd4218139e52b7923344eca3970 -SHA512 (Cucumber-TagExpressions-6.0.0.tar.gz) = 830b2d2af84840489e4f1373716dbfe56c73645d7b891c501437ec639535f11df11f34de4fbbf3382a27b3a8fb1dff47515ec5dfd62ca75e604d01eda0c1f66a -Size (Cucumber-TagExpressions-6.0.0.tar.gz) = 9988 bytes +BLAKE2s (Cucumber-TagExpressions-6.1.0.tar.gz) = df99c79058553d68798876f988514ecf09e775f9012f26ba1243ce76e154a6ab +SHA512 (Cucumber-TagExpressions-6.1.0.tar.gz) = e198cb642b1a7d9bf0960236fe3ba7d469c6659108430a86f8955a481cd9cf974274d538397dc531039e341531554d1e326cda4acdf85b762ad749c1a40bd69c +Size (Cucumber-TagExpressions-6.1.0.tar.gz) = 10116 bytes --_----------=_1704906178231950--