forked from erlang/erlang-jsx
- Update to version v3.1.0:
* set github actions os to ubuntu-18.04
* version bump 3.1.0
* Deal with dialyzer issues
* remove main.yml comment from relx and add otp versions
* remove unneeded makefile
* swap master to main in gh actions thing
* drop support for versions before OTP-17 and bump to 3.0.0
* add github link to hex metadata
* version bump to 2.11.0
* Add `with_tail` to `decode` spec
* Make the map term more specific
* Fix error detected by dialyzer
* Prevent dialyzer warning
* Prevent dialyzer warning
* test erlang/otp 22
* add licenses hex metadata
* verison bump 2.10.0
* Support custom newline symbol(s) for format option
* test erlang/otp 20 and 21
* missing description for {key, binary()} added
* Allow -spec(). to reflect what's really going on
* Update -spec(). for proper module readibility
* bump version to 2.9.0
* add `control_codes` mode to strict parsing that rejects strings with ascii control codes
* jsx_to_term:parse_config/2: Honor `return_maps` option value
* Correct documentation of semantics of `strict` option
* Fix typo in readme on utf8 option
* v2.8.2
* update versions to test against on travis
OBS-URL: https://build.opensuse.org/request/show/988581
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-jsx?expand=0&rev=4
19 lines
638 B
Plaintext
19 lines
638 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/talentdeficit/jsx.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">v3.1.0</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionrewrite-pattern">v(.*?)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
</service>
|
|
</services>
|
|
|