Accepting request 412806 from home:sleep_walker:branches:devel:languages:misc
- bump to 0.5.0 changes since 0.4.0: * Allow converting simple alists to json e.g.: (scm->json-string '((a . 1) (b . 2)))) OBS-URL: https://build.opensuse.org/request/show/412806 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile-json?expand=0&rev=6
This commit is contained in:
parent
9dddaea436
commit
4377a0da26
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0696062439ceb00d1026e9c352e8a6fac22de6fd6e38a9f5e7cc139ec511066c
|
||||
size 97675
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iEYEABECAAYFAlPv5XEACgkQjVOZbl0QdKUxHACeMckXO8uvcemmt8oElagam1rr
|
||||
05MAoIVlBKEqyKZX/ASLv5owvQXs2lc4
|
||||
=rgDc
|
||||
-----END PGP SIGNATURE-----
|
3
guile-json-0.5.0.tar.gz
Normal file
3
guile-json-0.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dd9327f4d6edfcd7ca48c8d854bf4c0028ff276cc4f7ffcd72d5b9128190a51
|
||||
size 98671
|
7
guile-json-0.5.0.tar.gz.asc
Normal file
7
guile-json-0.5.0.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iEYEABECAAYFAlbNSRcACgkQjVOZbl0QdKUKhwCffXdJuYAN207MtLQF3j+c3eWB
|
||||
obAAoKVwSLqHs+r6KGAn3CUienZG+2X8
|
||||
=Zsvd
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 22 08:45:13 UTC 2016 - sleep_walker@opensuse.org
|
||||
|
||||
- bump to 0.5.0
|
||||
changes since 0.4.0:
|
||||
* Allow converting simple alists to json
|
||||
e.g.: (scm->json-string '((a . 1) (b . 2))))
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 8 21:22:50 UTC 2015 - astieger@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package guile-json
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: guile-json
|
||||
Version: 0.4.0
|
||||
Version: 0.5.0
|
||||
Release: 0
|
||||
Summary: JSON module for Guile
|
||||
License: LGPL-3.0+
|
||||
|
Loading…
Reference in New Issue
Block a user