Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package StyLua for openSUSE:Factory checked in at 2023-02-04 14:15:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/StyLua (Old) and /work/SRC/openSUSE:Factory/.StyLua.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "StyLua" Sat Feb 4 14:15:38 2023 rev:4 rq:1063084 version:0.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/StyLua/StyLua.changes 2022-12-24 14:53:02.703895395 +0100 +++ /work/SRC/openSUSE:Factory/.StyLua.new.4462/StyLua.changes 2023-02-04 14:35:07.884452177 +0100 @@ -1,0 +2,18 @@ +Sat Jan 28 00:55:26 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Update to version 0.16.0: + * Fixed an anonymous function assignment local x = function() being unnecessarily indented if the function body contains a comment (#627) + * Fixed malformed formatting when there is a newline between a return token and the expressions (#605) + * Fixed malformed formatting of multi-assignment or multi-returns where there is a comment within the expressions list (#637) + * Update internal parser: + - (lua52) Support Lua 5.2 fractional hexidecimal / hexidecimal with exponents (#621) + - (lua52) Support LuaJIT number suffixes LL/ULL/i (#621) + - (lua52) Support \z escape sequences in strings (#613) + - (luau) Support Luau string interpolation (#607) + * Several optimisations applied to formatting functions to reduce time taken. Files which previously did not terminate (6MB+) now finish in reasonable time. (#591) + * Assignments of the form local name = function will no longer hang at the equals token, and instead force parameters multiline, to reduce unnecessary indentation. (#595) + * Unnecessary parentheses around Luau types will now be removed (#611) + * Collapse a body containing only a goto statement when collapse_simple_statement is set (#618) + + +------------------------------------------------------------------- Old: ---- StyLua-0.15.3.tar.gz vendor.tar.gz New: ---- StyLua-0.16.0.tar.gz vendor.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ StyLua.spec ++++++ --- /var/tmp/diff_new_pack.oKSDYE/_old 2023-02-04 14:35:08.420455260 +0100 +++ /var/tmp/diff_new_pack.oKSDYE/_new 2023-02-04 14:35:08.424455283 +0100 @@ -1,7 +1,7 @@ # # spec file for package StyLua # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %define _bin_name stylua Name: StyLua -Version: 0.15.3 +Version: 0.16.0 Release: 0 Summary: Opinionated Lua code formatter License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (MIT OR Unlicense) AND Apache-2.0 AND MIT AND MPL-2.0 AND MPL-2.0 URL: https://github.com/JohnnyMorganz/StyLua Source0: https://github.com/JohnnyMorganz/StyLua/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Source1: vendor.tar.gz +Source1: vendor.tar.xz Source2: cargo_config BuildRequires: cargo-packaging BuildRequires: rust+cargo ++++++ StyLua-0.15.3.tar.gz -> StyLua-0.16.0.tar.gz ++++++ ++++ 1626 lines of diff (skipped) ++++++ _service ++++++ --- /var/tmp/diff_new_pack.oKSDYE/_old 2023-02-04 14:35:08.664456664 +0100 +++ /var/tmp/diff_new_pack.oKSDYE/_new 2023-02-04 14:35:08.672456710 +0100 @@ -1,8 +1,8 @@ <services> <service name="download_files" mode="disabled" /> <service name="cargo_vendor" mode="disabled"> - <param name="srctar">StyLua-0.15.3.tar.gz</param> - <param name="compression">gz</param> + <param name="srctar">StyLua-0.16.0.tar.gz</param> + <param name="compression">xz</param> <param name="update">true</param> </service> <service name="cargo_audit" mode="disabled" />