Accepting request 988581 from home:matwey:branches:devel:languages:erlang
- 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
This commit is contained in:
6
_service
6
_service
@@ -3,12 +3,14 @@
|
|||||||
<param name="url">https://github.com/talentdeficit/jsx.git</param>
|
<param name="url">https://github.com/talentdeficit/jsx.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="revision">v2.6.2</param>
|
<param name="revision">v3.1.0</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
|
<param name="versionrewrite-pattern">v(.*?)</param>
|
||||||
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">bz2</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled">
|
<service name="set_version" mode="disabled">
|
||||||
</service>
|
</service>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/talentdeficit/jsx.git</param>
|
<param name="url">https://github.com/talentdeficit/jsx.git</param>
|
||||||
<param name="changesrevision">46f246dc3ab45fa3229993855a0d720dd2254d4c</param></service></servicedata>
|
<param name="changesrevision">061b1ed91b6fd8b7074f48986ab7ad9a83a027e5</param></service></servicedata>
|
@@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 12 09:46:50 UTC 2022 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- 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
|
||||||
|
* fix syntax error
|
||||||
|
* Add debug_info to rebar.config.
|
||||||
|
* v2.8.1
|
||||||
|
* Enable debug_info in erl_opts
|
||||||
|
* fix mix.exs warning
|
||||||
|
* Update README.md
|
||||||
|
* Update README.md
|
||||||
|
* global: accept erlang:timestamp()
|
||||||
|
* Match jsx:json_term() / jsx_to_term:json_value() specs for empty object.
|
||||||
|
* v2.8.0
|
||||||
|
* add JSX_FORCE_MAPS flag for forcing decoding to maps
|
||||||
|
* add files section to `jsx.app.src` for hex
|
||||||
|
* remove rebar3 hex plugin from config
|
||||||
|
* v2.7.2
|
||||||
|
* mask a `function_clause' error in encoder with a `badarg' error for api unity
|
||||||
|
* fix overly permissive parser that allowed some encodings that should have been failure states
|
||||||
|
* v2.7.1
|
||||||
|
* add tvv's contributions to CHANGES and README
|
||||||
|
* accept datetime with msec
|
||||||
|
* use hex version of mixunit instead of github version
|
||||||
|
* update to v2.7.0
|
||||||
|
* document `return_tail`
|
||||||
|
* update contributors list:
|
||||||
|
* Add return_tail option
|
||||||
|
* add .rebar and doc dirs to .gitignore
|
||||||
|
* add rebar.config.script for checking support maps and binary_to_{integer,float}/1
|
||||||
|
* fix build docs
|
||||||
|
* point develop branch README travis indicator at right branch
|
||||||
|
* update .travis.yml for erlang 17.5 and 18.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 14 22:29:09 UTC 2018 - g.santomaggio@gmail.com
|
Wed Nov 14 22:29:09 UTC 2018 - g.santomaggio@gmail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package erlang-jsx
|
# spec file for package erlang-jsx
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,20 +12,20 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: erlang-jsx
|
Name: erlang-jsx
|
||||||
Version: 2.9.0
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_ver %(echo "%{version}" | cut -d "+" -f1)
|
%define mod_ver %(echo "%{version}" | cut -d "+" -f1)
|
||||||
Summary: Application for consuming, producing and manipulating json
|
Summary: Application for consuming, producing and manipulating json
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Url: https://github.com/talentdeficit/jsx.git
|
URL: https://github.com/talentdeficit/jsx
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: jsx-%{version}.tar.bz2
|
Source0: jsx-%{version}.tar.xz
|
||||||
BuildRequires: erlang-rebar
|
BuildRequires: erlang-rebar
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:38647815e101d550fc2b371d07fc8a523f0a6bb79eafd58838635dbf07590ed9
|
|
||||||
size 33962
|
|
3
jsx-3.1.0.tar.xz
Normal file
3
jsx-3.1.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c8c5bc46b589ce6b0f07df1ff7cd9689e55fd0f2608703d9ec19db2769a6e693
|
||||||
|
size 31256
|
Reference in New Issue
Block a user