Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rubygem-liquid for openSUSE:Factory checked in at 2021-01-21 21:55:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-liquid (Old) and /work/SRC/openSUSE:Factory/.rubygem-liquid.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-liquid" Thu Jan 21 21:55:51 2021 rev:5 rq:865202 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-liquid/rubygem-liquid.changes 2019-03-27 16:18:07.355570786 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-liquid.new.28504/rubygem-liquid.changes 2021-01-21 21:55:52.477815631 +0100 @@ -1,0 +2,40 @@ +Wed Jan 20 12:53:21 UTC 2021 - Stephan Kulow <[email protected]> + +updated to version 5.0.0 + see installed History.md + + ## 5.0.0 / 2021-01-06 + + ### Features + * Add new `{% render %}` tag (#1122) [Samuel Doiron] + * Add support for `as` in `{% render %}` and `{% include %}` (#1181) [Mike Angell] + * Add `{% liquid %}` and `{% echo %}` tags (#1086) [Justin Li] + * Add [usage tracking](README.md#usage-tracking) [Mike Angell] + * Add `Tag.disable_tags` for disabling tags that prepend `Tag::Disableable` at render time (#1162, #1274, #1275) [Mike Angell] + * Support using a profiler for multiple renders (#1365, #1366) [Dylan Thacker-Smith] + + ### Fixes + * Fix catastrophic backtracking in `RANGES_REGEX` regular expression (#1357) [Dylan Thacker-Smith] + * Make sure the for tag's limit and offset are integers (#1094) [David Cornu] + * Invokable methods for enumerable reject include (#1151) [Thierry Joyal] + * Allow `default` filter to handle `false` as value (#1144) [Mike Angell] + * Fix render length resource limit so it doesn't multiply nested output (#1285) [Dylan Thacker-Smith] + * Fix duplication of text in raw tags (#1304) [Peter Zhu] + * Fix strict parsing of find variable with a name expression (#1317) [Dylan Thacker-Smith] + * Use monotonic time to measure durations in Liquid::Profiler (#1362) [Dylan Thacker-Smith] + + ### Breaking Changes + * Require Ruby >= 2.5 (#1131, #1310) [Mike Angell, Dylan Thacker-Smith] + * Remove support for taint checking (#1268) [Dylan Thacker-Smith] + * Split Strainer class into StrainerFactory and StrainerTemplate (#1208) [Thierry Joyal] + * Remove handling of a nil context in the Strainer class (#1218) [Thierry Joyal] + * Handle `BlockBody#blank?` at parse time (#1287) [Dylan Thacker-Smith] + * Pass the tag markup and tokenizer to `Document#unknown_tag` (#1290) [Dylan Thacker-Smith] + * And several internal changes + + ### Performance Improvements + * Reduce allocations (#1073, #1091, #1115, #1099, #1117, #1141, #1322, #1341) [Richard Monette, Florian Weingarten, Ashwin Maroli] + * Improve resources limits performance (#1093, #1323) [Florian Weingarten, Dylan Thacker-Smith] + + +------------------------------------------------------------------- Old: ---- liquid-4.0.3.gem New: ---- liquid-5.0.0.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-liquid.spec ++++++ --- /var/tmp/diff_new_pack.nce4wv/_old 2021-01-21 21:55:53.021816010 +0100 +++ /var/tmp/diff_new_pack.nce4wv/_new 2021-01-21 21:55:53.025816013 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-liquid # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,15 +24,15 @@ # Name: rubygem-liquid -Version: 4.0.3 +Version: 5.0.0 Release: 0 %define mod_name liquid %define mod_full_name %{mod_name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: %{ruby >= 2.1.0} +BuildRequires: %{ruby >= 2.5.0} BuildRequires: %{rubygem gem2rpm} BuildRequires: ruby-macros >= 5 -Url: http://www.liquidmarkup.org +URL: http://www.liquidmarkup.org Source: https://rubygems.org/gems/%{mod_full_name}.gem Source1: gem2rpm.yml Summary: A secure, non-evaling end user template engine with aesthetic markup ++++++ liquid-4.0.3.gem -> liquid-5.0.0.gem ++++++ ++++ 13345 lines of diff (skipped)
