Go to file
Jonathan Brielmaier 88029158dd Accepting request 765461 from home:jbrielmaier:guile-3.0
- Make guile-json-rpmlintrc compatible with Guile 3.0 

- Update to version 3.2.0:
  * Fix writing empty objects to JSON (e.g. (scm->json-string '())).
  * Complex numbers, inf and nan are not allowed anymore as valid numbers
    when building JSON. 

- Update to version 3.1.0 (changes since 1.2.0):
  * Breaking compability to version 1.x and 2.x
  * JSON objects are now defined as alists (instead of hash tables)
    and JSON arrays are now defined as vectors (instead of lists).
    Both of these changes are mainly to use types that have read syntax.
    This will simplify things for the user when defining JSON objects 
    which is probably the most common case. 
  * Added unit tests.
  * scm->json and scm->json-string now support an additional key
    argument #:unicode.
- filter more messages in rpmlintrc
- require guile >= 2.0.10 because it implements srfi-43
- run test suite

OBS-URL: https://build.opensuse.org/request/show/765461
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile-json?expand=0&rev=20
2020-01-18 12:04:44 +00:00
.gitattributes Accepting request 342609 from home:sleep_walker 2015-11-06 09:52:15 +00:00
.gitignore Accepting request 342609 from home:sleep_walker 2015-11-06 09:52:15 +00:00
guile-json-3.2.0.tar.gz Accepting request 765461 from home:jbrielmaier:guile-3.0 2020-01-18 12:04:44 +00:00
guile-json-3.2.0.tar.gz.sig Accepting request 765461 from home:jbrielmaier:guile-3.0 2020-01-18 12:04:44 +00:00
guile-json-rpmlintrc Accepting request 765461 from home:jbrielmaier:guile-3.0 2020-01-18 12:04:44 +00:00
guile-json.changes Accepting request 765461 from home:jbrielmaier:guile-3.0 2020-01-18 12:04:44 +00:00
guile-json.keyring Accepting request 343052 from home:AndreasStieger:branches:devel:languages:misc 2015-11-08 21:50:49 +00:00
guile-json.spec Accepting request 765461 from home:jbrielmaier:guile-3.0 2020-01-18 12:04:44 +00:00