SHA256
10
0
forked from pool/StyLua

Accepting request 1093484 from devel:languages:lua

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1093484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/StyLua?expand=0&rev=8
This commit is contained in:
2023-06-16 14:55:57 +00:00
committed by Git OBS Bridge
6 changed files with 16 additions and 8 deletions

View File

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

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

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jun 9 11:41:54 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 0.17.1
* Bumped internal parser dependency which should fix parsing problems for comments with Chinese characters, and multiline string escapes
* Fixed comments in punctuated lists for return statements or assignments being incorrectly formatted leading to syntax errors
* Fixed line endings not being correctly formatted in multiline string literals and comments
-------------------------------------------------------------------
Tue Mar 21 04:37:50 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@@ -18,7 +18,7 @@
%define _bin_name stylua
Name: StyLua
Version: 0.17.0
Version: 0.17.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,12 +1,12 @@
<services>
<service name="download_files" mode="disabled" />
<service name="cargo_vendor" mode="disabled">
<param name="srctar">StyLua-0.17.0.tar.gz</param>
<param name="srctar">StyLua-0.17.1.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.0</param>
<param name="srcdir">StyLua-0.17.1</param>
</service>
</services>

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ce478af025cd29914a58c8ff343c18870d25951b6299f2d18560a831b0e4e9a
size 19213615
oid sha256:262710da1773deb5755f89f2683c76cd40365eed8000cf10503afdf80bc6ff01
size 19198923