pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ruby-cucumber-gherkin lang/ruby-cucumber-gherkin:...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ef08a6453e1a
branches: trunk
changeset: 453086:ef08a6453e1a
user: taca <taca%pkgsrc.org@localhost>
date: Sun May 23 09:37:06 2021 +0000
description:
lang/ruby-cucumber-gherkin: update to 19.0.2
19.0.2 - 2021-05-19
Fixed
* Upgrade to @cucumber/message-streams ^2.0.0
* Upgrade berp to 1.3.0 (parser behavior not changed) (#1542 gasparnagy)
19.0.1 - 2021-05-17
Fixed
* [Perl] Updated to pass acceptance tests. (#1552 ehuelsmann)
19.0.0 - 2021-05-15
Added
* [JavaScript] Experimental support for Markdown. See
MARKDOWN_WITH_GHERKIN.md (#1209 aslakhellesoy)
Changed
* [DotNet] Replaced Utf8Json with source-embedded TinyJson. (#511
gasparnagy)
* Update Dutch translation of the "Rule" keyword. (#1513 OrhanTozan)
* Update Russian translation of the "Scenario Outline" keyword. (#1499
hkosova)
* Update Hungarian translation of the "Rule" keyword. (#1518 gasparnagy)
* [Go, Java, JavaScript, Ruby] Upgrade to messages 16.0.0: this may have a
big impact on APIs. Please see messages/CHANGELOG.md for more details.
Removed
* [Elixir] The package was not released - it needs to be updated to pass
acceptance tests.
* [Perl] The package was not released - it needs to be updated to pass
acceptance tests.
Fixed
* [Perl] Reinstate Perl 5.10.1 compatibility. (#1495 #1494 ehuelsmann)
* [DotNet] Fixed .NET Gherkin compatibility with other Gherkin
implementations. (#511 gasparnagy)
18.1.1 - 2021-04-22
Fixed
* [python] Run gherkin as a module. (#1480 #1475 brasmusson
[aurelien-reeves])
18.1.0 - 2021-04-06
Added
* Python implementation re-enabled, with support for Rule keyword. (#1449
brasmusson)
Fixed
* Update translation of Rule in Czech. (#1442 plavcik)
18.0.0 - 2021-03-24
Added
* [Perl] New APIs to spawn message streams: Gherkin->from_paths and
Gherkin->from_source (#1359 ehuelsmann)
* [All] Rules can be tagged. Scenarios that belong to the rule "inherit" the
rule tags. (#1356 [sebrose], gasparnagy, brasmusson, WannesFransen1994)
* [Perl] DOS line endings support on all platforms (not just DOS/Windows)
(ehuelsmann)
Changed
* [Perl] Release engineering changes to make it non-interactive, update
CHANGELOG.md correctly (#1350) ehuelsmann
Removed
* [JavaScript] the GherkinStreams export has moved from @cucumber/gherkin to
@cucumber/gherkin-streams
* [JavaScript] the gherkin-javascript executable has moved to the new
@cucumber/gherkin-streams npm module
17.0.2 - 2021-02-16
Fixed
* [Perl] Release archive too large (8MB -> <100kB) (#1350) ehuelsmann
* [Perl] Minimum Perl version (5.10.1) incorrectly declared, leading to
CPANTESTERS failures (#1350) ehuelsmann
* [Perl] Kwalitee (Perl release quality checker) complaints/errors (#1350)
ehuelsmann
17.0.1 - 2021-02-08
Fixed
* Fix building of MacOS (darwin) executables. (#1347 #1348 aslakhellesoy
ciaranmcnulty)
17.0.0 - 2021-02-07
Changed
* [JavaScript] the GherkinStreams object is not longer loaded by default.
This makes it possible to use the library in a browser without a polyfill.
To upgrade, use import GherkinStreams from
'@cucumber/gherkin/dist/src/stream/GherkinStreams' instead of import {
GherkinStreams } from 'gherkin'. (#1333)
* [Perl] Fully overhauled implementation, moving it up from 4.0.0 (#711,
#1286) ehuelsmann
Removed
* [JavaScript] remove IGherkinOptions#createReadStream. This function was
introduced in 9.1.0 in order to decouple this lib from the Node.js fs
library. This decoupling was improved in #1333 which made it obsolete.
(Fixes #1284)
Fixed
* Use Spanish translation for the "Rule" keyword and for the "Feature"
synonym keywords (#1360 sergioforerogomez)
* Use Italian translation for the "Rule" keyword and for the "Feature"
synonym keywords (#1318 mgiustiniani)
* Use Swedish translation for the "Rule" keyword (#1297 johnknoop)
* Elixir implementation - make sure the gherkin_languages.json is added with
the release package. (#1293 WannesFransen1994)
* [JavaScript] removed circular dependencies. (#1292 davidjgoss
aslakhellesoy)
16.0.0 - 2020-12-10
Added
* [Elixir] New implementation! (#1251 WannesFransen1994)
Changed
* Telugu now uses the correct 639-1 code - te instead of tl. (#1238 #1221
nvmkpk)
Removed
* [JavaScript] The Query class has been removed from this library, and has
been added to @cucumber/gherkin-utils
diffstat:
lang/ruby-cucumber-gherkin/Makefile | 6 +++---
lang/ruby-cucumber-gherkin/PLIST | 4 +---
lang/ruby-cucumber-gherkin/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 11 deletions(-)
diffs (59 lines):
diff -r 169f52d8ebcb -r ef08a6453e1a lang/ruby-cucumber-gherkin/Makefile
--- a/lang/ruby-cucumber-gherkin/Makefile Sun May 23 09:35:04 2021 +0000
+++ b/lang/ruby-cucumber-gherkin/Makefile Sun May 23 09:37:06 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/09/13 16:14:19 taca Exp $
+# $NetBSD: Makefile,v 1.4 2021/05/23 09:37:06 taca Exp $
-DISTNAME= cucumber-gherkin-15.0.2
+DISTNAME= cucumber-gherkin-19.0.2
CATEGORIES= lang
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,7 @@
COMMENT= Gherkin parser/compiler for Ruby
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-messages>=12.4.0:../../devel/ruby-cucumber-messages
+DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-messages>=16.0.0:../../devel/ruby-cucumber-messages
CONFLICTS+= ${RUBY_PKGPREFIX}-gherkin-[0-9]*
diff -r 169f52d8ebcb -r ef08a6453e1a lang/ruby-cucumber-gherkin/PLIST
--- a/lang/ruby-cucumber-gherkin/PLIST Sun May 23 09:35:04 2021 +0000
+++ b/lang/ruby-cucumber-gherkin/PLIST Sun May 23 09:37:06 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/09/13 16:14:19 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/05/23 09:37:06 taca Exp $
bin/gherkin-ruby${RUBY_SUFFIX}
bin/gherkin${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -17,7 +17,6 @@
${GEM_LIBDIR}/lib/gherkin/pickles/compiler.rb
${GEM_LIBDIR}/lib/gherkin/query.rb
${GEM_LIBDIR}/lib/gherkin/stream/parser_message_stream.rb
-${GEM_LIBDIR}/lib/gherkin/stream/subprocess_message_stream.rb
${GEM_LIBDIR}/lib/gherkin/token.rb
${GEM_LIBDIR}/lib/gherkin/token_formatter_builder.rb
${GEM_LIBDIR}/lib/gherkin/token_matcher.rb
@@ -29,5 +28,4 @@
${GEM_LIBDIR}/spec/gherkin/parser_spec.rb
${GEM_LIBDIR}/spec/gherkin/query_spec.rb
${GEM_LIBDIR}/spec/gherkin/stream/parser_message_stream_spec.rb
-${GEM_LIBDIR}/spec/gherkin/stream/subprocess_message_stream_spec.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 169f52d8ebcb -r ef08a6453e1a lang/ruby-cucumber-gherkin/distinfo
--- a/lang/ruby-cucumber-gherkin/distinfo Sun May 23 09:35:04 2021 +0000
+++ b/lang/ruby-cucumber-gherkin/distinfo Sun May 23 09:37:06 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/09/13 16:14:19 taca Exp $
+$NetBSD: distinfo,v 1.4 2021/05/23 09:37:06 taca Exp $
-SHA1 (cucumber-gherkin-15.0.2.gem) = 620a3935ed3bbb1592f576c12667af37bad72c11
-RMD160 (cucumber-gherkin-15.0.2.gem) = 260ac8cb7912f980d1ba4c721465bf5e07ca95fd
-SHA512 (cucumber-gherkin-15.0.2.gem) = 88fab9187a6ee2abd78aa4fb419915aa6abc5bf2f2b2fdb338fe48de9621ac4571c1506ca10d0a50cb9415c5a4efa3d7885dd86d0d1e1b967738ace42fdfea97
-Size (cucumber-gherkin-15.0.2.gem) = 33792 bytes
+SHA1 (cucumber-gherkin-19.0.2.gem) = fc4cad00ce167abc8d2027b57d7917435ed98cd2
+RMD160 (cucumber-gherkin-19.0.2.gem) = e8ffcacbc891d99c73df9c8c60ac1c865adb55ea
+SHA512 (cucumber-gherkin-19.0.2.gem) = ca330e07a65db403b84d9501d6c31f2226b3441da314be3a0b3e743bae8fe64a0520750801af6c48064a17969dd4672b9b9b91c497e18c36eb69449cd40059e0
+Size (cucumber-gherkin-19.0.2.gem) = 33792 bytes
Home |
Main Index |
Thread Index |
Old Index