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:           Sun Apr 19 08:58:14 UTC 2020

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

Log Message:
Update to 0.70. From the changelog:

[Fixed]
- Due to hash key randomization, incompatible column sets were reported
  where in fact the sets are equal (with tests)
- Multiple examples would always report incompatible column sets
- Multiple examples trigger parser error due to accessing a
  deprecated scenario attribute
- Too much code was running with $/ bound to `undef` when parsing
  Gherkin from file
- NAME section missing in two modules causing Dist::Zilla to fail
  insertion of VERSION section

[Changed]
- Some improved error messages

[Added]
- New --strict option for `pherkin` which causes an exit value of 1
  when there are 'pending' or 'missing' steps


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile
cvs rdiff -u -r1.32 -r1.33 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.41 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.42
--- pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.41     Sun Sep 29 12:11:08 2019
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile  Sun Apr 19 08:58:14 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2019/09/29 12:11:08 schmonz Exp $
+# $NetBSD: Makefile,v 1.42 2020/04/19 08:58:14 schmonz Exp $
 
-DISTNAME=              Test-BDD-Cucumber-0.67
+DISTNAME=              Test-BDD-Cucumber-0.70
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}

Index: pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo
diff -u pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.32 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.33
--- pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.32     Sun Sep 29 12:11:08 2019
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo  Sun Apr 19 08:58:14 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2019/09/29 12:11:08 schmonz Exp $
+$NetBSD: distinfo,v 1.33 2020/04/19 08:58:14 schmonz Exp $
 
-SHA1 (Test-BDD-Cucumber-0.67.tar.gz) = f5031b091ad5ec95b599313fdd803dafb0603ba4
-RMD160 (Test-BDD-Cucumber-0.67.tar.gz) = 151803e9b86a73e3ba6b68cb40293e619595aa31
-SHA512 (Test-BDD-Cucumber-0.67.tar.gz) = 907513791e22b70b44fe3a30d03d8cfb0cc20372d3285a804846f7e704cb200fea983e340c33f83ebe243ac9910728454471a5c063c8e6acbdd1e98cdac2c55e
-Size (Test-BDD-Cucumber-0.67.tar.gz) = 100261 bytes
+SHA1 (Test-BDD-Cucumber-0.70.tar.gz) = a52a73188e0396304ddbf0a5190c19d6f65bc3cc
+RMD160 (Test-BDD-Cucumber-0.70.tar.gz) = 30747a4227bf40ef4f73c04e0f459cc084f8b6de
+SHA512 (Test-BDD-Cucumber-0.70.tar.gz) = be3e983153c5f2e59e3b9cd70a6a0e68612adfd9212806307b2069c9586377edfa45ecfead2a71e0ed9ae35c076281e978a93484381dd278a2041dec5d411b78
+Size (Test-BDD-Cucumber-0.70.tar.gz) = 101316 bytes



Home | Main Index | Thread Index | Old Index