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-06-20 16:47:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/StyLua (Old)
 and      /work/SRC/openSUSE:Factory/.StyLua.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "StyLua"

Tue Jun 20 16:47:31 2023 rev:9 rq:1093613 version:0.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/StyLua/StyLua.changes    2023-06-16 
16:57:01.194477552 +0200
+++ /work/SRC/openSUSE:Factory/.StyLua.new.15902/StyLua.changes 2023-06-20 
16:47:35.883087267 +0200
@@ -1,0 +2,14 @@
+Sun Jun 18 01:16:34 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Update to version 0.18.0:
+  * Multiline ignores (-- stylua: ignore start / -- stylua: ignore end) will 
now work within table fields
+  * Added option "Input" to call_parentheses setting, where call parentheses 
are retained based on their presence in the original input code.
+  * Improved heuristics around Luau type excess parentheses removal, so 
unnecessary parentheses around types are removed in more locations
+  * Function calls are now formatted onto multiple lines if the opening brace 
{ of a multiline table forces one of the lines over width
+  * Fixed missing option --sort-requires to enable sort requires on the 
command line
+  * Fixed parentheses removed around Luau optional type (B?) causing syntax 
errors when present in an intersection A & (B?)
+  * Fixed comments lost when parentheses removed around Luau types
+  * Fixed race condition where if a file is passed more than once as an 
argument to format, then it could potentially be wiped completely 
+    (for example, if an ancestor directory is passed and recursively searched, 
as well as the file itself)
+
+-------------------------------------------------------------------

Old:
----
  StyLua-0.17.1.tar.gz

New:
----
  StyLua-0.18.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ StyLua.spec ++++++
--- /var/tmp/diff_new_pack.KR1aAo/_old  2023-06-20 16:47:37.159094935 +0200
+++ /var/tmp/diff_new_pack.KR1aAo/_new  2023-06-20 16:47:37.163094960 +0200
@@ -18,7 +18,7 @@
 
 %define _bin_name stylua
 Name:           StyLua
-Version:        0.17.1
+Version:        0.18.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

++++++ StyLua-0.17.1.tar.gz -> StyLua-0.18.0.tar.gz ++++++
++++ 2845 lines of diff (skipped)

++++++ _service ++++++
--- /var/tmp/diff_new_pack.KR1aAo/_old  2023-06-20 16:47:37.447096666 +0200
+++ /var/tmp/diff_new_pack.KR1aAo/_new  2023-06-20 16:47:37.451096691 +0200
@@ -1,13 +1,11 @@
 <services>
   <service name="download_files" mode="disabled" />
   <service name="cargo_vendor" mode="disabled">
-     <param name="srctar">StyLua-0.17.1.tar.gz</param>
+     <param name="srctar">StyLua-0.18.0.tar.gz</param>
      <param name="compression">zst</param>
      <param name="update">true</param>
   </service>
-  <service name="cargo_audit" mode="disabled">
-     <param name="srcdir">StyLua-0.17.1</param>
-  </service>
+  <service name="cargo_audit" mode="disabled" />
 </services>
 
 

++++++ vendor.tar.zst ++++++
Binary files /var/tmp/diff_new_pack.KR1aAo/_old and 
/var/tmp/diff_new_pack.KR1aAo/_new differ

Reply via email to