pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Test-BDD-Cucumber



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Sep  6 18:56:07 UTC 2023

Modified Files:
        pkgsrc/devel/p5-Test-BDD-Cucumber: Makefile distinfo

Log Message:
Update to 0.86. From the changelog:

[Breaking]
- Parser returns tags prefixed with '@' now, because that's what the
  Cucumber ecosystem does and what Cucumber::TagExpressions wants as
  input for its tag names
- Tag filters now use the Cucumber Tag Expressions format (see
  https://cucumber.io/docs/cucumber/api/?lang=java#tag-expressions)
- Minimum Perl version is now 5.14
- Scenario's `data` attribute removed (deprecated since 4 years)

[Fixed]
- Filtering scenarios by tags regressed in 0.85

[Added]
- Tests for tag-filtered scenarios


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile
diff -u pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.59 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.60
--- pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.59     Tue Jul 25 20:16:22 2023
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile  Wed Sep  6 18:56:06 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2023/07/25 20:16:22 schmonz Exp $
+# $NetBSD: Makefile,v 1.60 2023/09/06 18:56:06 schmonz Exp $
 
-DISTNAME=              Test-BDD-Cucumber-0.84
+DISTNAME=              Test-BDD-Cucumber-0.86
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -10,6 +10,7 @@ HOMEPAGE=             https://metacpan.org/release/
 COMMENT=               Feature-complete Cucumber-style testing in Perl
 LICENSE=               ${PERL5_LICENSE}
 
+DEPENDS+=              p5-Cucumber-TagExpressions>=5.0.5:../../devel/p5-Cucumber-TagExpressions
 DEPENDS+=              p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule
 DEPENDS+=              p5-JSON-MaybeXS>=1.001000:../../converters/p5-JSON-MaybeXS
 DEPENDS+=              p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime

Index: pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo
diff -u pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.47 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.48
--- pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.47     Tue Jul 25 20:16:22 2023
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo  Wed Sep  6 18:56:06 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2023/07/25 20:16:22 schmonz Exp $
+$NetBSD: distinfo,v 1.48 2023/09/06 18:56:06 schmonz Exp $
 
-BLAKE2s (Test-BDD-Cucumber-0.84.tar.gz) = ef9e6f64a54f4cae0330f7add2556a4973b66cae818609e6cae7c7d793066182
-SHA512 (Test-BDD-Cucumber-0.84.tar.gz) = b44e0c890b06b95563ec00757989c273ebfa950fc79e71eed09f920c1050f64ced51936389b3cb2e5f974aec7b5379ed6299531d999a46dbcba78362374537eb
-Size (Test-BDD-Cucumber-0.84.tar.gz) = 106483 bytes
+BLAKE2s (Test-BDD-Cucumber-0.86.tar.gz) = b1851105a4bd791d0ff55c46aed79e647fc764e399620a556814d389129352d4
+SHA512 (Test-BDD-Cucumber-0.86.tar.gz) = 8d567df15b71cdadac3db1beca578403975f5c308dc4e0bf500215c135b1dd879b7f4819d148c434b09ff068e5abde7761f5170f067546657ea1362e8c0abbc3
+Size (Test-BDD-Cucumber-0.86.tar.gz) = 106319 bytes



Home | Main Index | Thread Index | Old Index