SHA256
10
0
forked from pool/StyLua

- Update to version 0.16.1:

* General
    - Fixed mistransformation of a function argument in a multilined function call when the argument contains a comment, causing a syntax error. We now attempt to hang the expression (#648)
  * Luau
    - Fixed verify AST flagging a false positive for parentheses removed around a Luau type (#643)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/StyLua?expand=0&rev=13
This commit is contained in:
Soc Virnyl Estela
2023-02-17 10:34:35 +00:00
committed by Git OBS Bridge
parent 76e0f5c3a0
commit 2c40cb4a1d
7 changed files with 21 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a42305c175e44c87f4d3c210e7b89d499d81053b48f4aa05bde841a3702ef07a
size 362893

3
StyLua-0.16.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a16fe46ee0383c6f37b02f37d2cd80d7c1866defa01446f086258f26d6372597
size 363415

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Feb 17 10:33:34 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 0.16.1:
* General
- Fixed mistransformation of a function argument in a multilined function call when the argument contains a comment, causing a syntax error. We now attempt to hang the expression (#648)
* Luau
- Fixed verify AST flagging a false positive for parentheses removed around a Luau type (#643)
-------------------------------------------------------------------
Tue Feb 14 01:25:57 UTC 2023 - William Brown <william.brown@suse.com>

View File

@@ -18,7 +18,7 @@
%define _bin_name stylua
Name: StyLua
Version: 0.16.0
Version: 0.16.1
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

View File

@@ -1,10 +1,12 @@
<services>
<service name="download_files" mode="disabled" />
<service name="cargo_vendor" mode="disabled">
<param name="srctar">StyLua-0.16.0.tar.gz</param>
<param name="compression">xz</param>
<param name="srctar">StyLua-0.16.1.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled" />
<service name="cargo_audit" mode="disabled">
<param name="srcdir">StyLua-0.16.1</param>
</service>
</services>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:571bea1d5365c959d97078978994b19e47e4948b40e4e662b16bb5dbf80d19af
size 15329920

3
vendor.tar.zst Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35c4b8cd035870070f1cb7fe092da9841644a604fcc4dece6601420103511b18
size 19043225