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:           Tue Dec 29 11:28:01 UTC 2020

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

Log Message:
Update to 0.75. From the changelog:

[Fixed]
- Passing multiple tags arguments to prove correctly intersects
  the sets;
  e.g. '--feature-option tags=@wip --feature-option tags=@daily' now
  correctly runs stricttly the scenarios matching both @wip and @daily
- Tutorial.pod incorrectly stated --tags=@tag1,~@tag2 runs scenarios
  tagged '@tag1' except those tagged '@tag2': it runs all tagged
  '@tag1' and all *not* tagged '@tag2'.
- Clarified difference between step definitions, step models and step
  execution contexts

[Added]
- Explanation in 'pherkin' how to pass tag patterns
- Expanded explanation in Tuturial.pod how to pass tag patterns

Updating during the freeze for bugfixes and documentation improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile
cvs rdiff -u -r1.37 -r1.38 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.47 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.48
--- pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.47     Sun Dec 13 06:41:00 2020
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile  Tue Dec 29 11:28:01 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2020/12/13 06:41:00 schmonz Exp $
+# $NetBSD: Makefile,v 1.48 2020/12/29 11:28:01 schmonz Exp $
 
-DISTNAME=              Test-BDD-Cucumber-0.74
+DISTNAME=              Test-BDD-Cucumber-0.75
 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.37 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.38
--- pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.37     Sun Dec 13 06:41:00 2020
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo  Tue Dec 29 11:28:01 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2020/12/13 06:41:00 schmonz Exp $
+$NetBSD: distinfo,v 1.38 2020/12/29 11:28:01 schmonz Exp $
 
-SHA1 (Test-BDD-Cucumber-0.74.tar.gz) = bf907862e8c53908a64771358c1c06cdace6414d
-RMD160 (Test-BDD-Cucumber-0.74.tar.gz) = 6361f6675138a689d45dd427ac944c752fdfda8d
-SHA512 (Test-BDD-Cucumber-0.74.tar.gz) = 566d0f5e2e3178eda26a0fbb319a160a323e77cb5ea0e8602d6ff09996dffcfa8dedabcd9213ef33b9897840aa2359cc2dc088f292343c7f4a796dc2973cb298
-Size (Test-BDD-Cucumber-0.74.tar.gz) = 115520 bytes
+SHA1 (Test-BDD-Cucumber-0.75.tar.gz) = 0bd066765e5e356e708ce599fc84708cf0352dc5
+RMD160 (Test-BDD-Cucumber-0.75.tar.gz) = 66c92c570107a250a76b176e6aa34fdd3d80b7fe
+SHA512 (Test-BDD-Cucumber-0.75.tar.gz) = 084001414c74a3b70a1ad2e8bdaf9e5a12d505b79fd9aa9c3656ea5f167ef6a9b0c91a3b687218b560106c004638bcd9ffe3188ff0997ac54daac306f7c70e76
+Size (Test-BDD-Cucumber-0.75.tar.gz) = 103200 bytes



Home | Main Index | Thread Index | Old Index