From f053232ef74e49a3bc9aec49f4264ae5b7deaeedb81b5e1589328dc204e6c331 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Wed, 12 May 2021 21:12:21 +0000 Subject: [PATCH] - Update to 4.5.2: OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile-json?expand=0&rev=24 --- guile-json-4.4.0.tar.gz | 3 --- guile-json-4.4.0.tar.gz.sig | Bin 566 -> 0 bytes guile-json-4.5.2.tar.gz | 3 +++ guile-json-4.5.2.tar.gz.sig | Bin 0 -> 566 bytes guile-json.changes | 9 +++++++++ guile-json.spec | 4 ++-- 6 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 guile-json-4.4.0.tar.gz delete mode 100644 guile-json-4.4.0.tar.gz.sig create mode 100644 guile-json-4.5.2.tar.gz create mode 100644 guile-json-4.5.2.tar.gz.sig diff --git a/guile-json-4.4.0.tar.gz b/guile-json-4.4.0.tar.gz deleted file mode 100644 index b79ffc9..0000000 --- a/guile-json-4.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:298bd3233ddf66207b7f722095e2da18be73fb151ddf6634f16eb6c0ad6211e7 -size 157157 diff --git a/guile-json-4.4.0.tar.gz.sig b/guile-json-4.4.0.tar.gz.sig deleted file mode 100644 index d0d3b0cb1b047a3fcc297bb15ba8cac96981fa32b5ebb240796305613bad6206..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j+D>{SuS&{wJN7e@?K)XZ=EbZGPi0$-8sIsgg@5LDF6 zZ~Sy<^b7nD0MLwuF_8FOHzwU)BmiEDLqrYwn3qw2l8~AbWkUV?c5z^;PrpSEJOfnT zQ=S<~H<8Ja48dT7N9zf_C7J(*FFomj_dkZV>%%BJuo0}la7gM4+_A&!co564Q%uun zlx}(T#aqJI#LsIpN>wmJwE238a=7%9NSg^kfC%K!qWvPCTm)R2on^m{+tJodJnBEv|rD5{< zM_TSEo#|_2sbIVcodX1}+|up*?aO?xIfY6o&uQ*y74Pkgu)Q4D-XM+pjbm^$NvsB1 zW4U(nAGjAzhndQlO7tt4*{{dJ>0z`BdrR$WIb#6 zM6{ki3o-PUU5g#cs-Jf^PU(N8#NFDcT-2&m^YkCA_6#TUrN6Uz$a}g{E;m!)7<440 z{(}cSOOm{{Cs~Rw6rYdIzD8eoSgd1j_8U@rpAh||VI*2?*33CE9yU!g<752y9Nq=l zjoGB{SuS&{wJN7e@?K)XZ=EbZGPi0$>{wg8&K%5LDF6 zZ~Sy<^a6Sh{x$>m994IQHeI<5s(lPSvQXh(0zsa@iiTMKV7)Sczm!&(2{&KBzTVUN z6GEc(5Yq-}Mp@Ut0o?jC_BMrvpe1z|Xi*Q)P}L65{UDt*`j3(c^mM1;^>CvxjN`t& z0sRME29xI^D(ZYS8SC^FL$nMLg@yk52y?*F6cb7YspkxBw3^e*RYEi*UaPsT1>MEY zL3Q`2F}extr0f9mF$#0bj(r=B_EzBeux2A*8%!sS=h_E%07T9@`EP5dwEs%JXH1* z*KaU_txrh?XX_=#LdIa8{j^i~L`QWg=>GM$N@pMRS0 z1W%SOq}G(7D{xQ0nTr3Qhr*?0i~y0xN6r`x&v~_6)w9{wzOy#4)t%p_TBTMoSi0xW z8Uyu2ol{OKmI1oB1}+BZ?o>mYEGBSc?vr(Qr3{m~LzBF1MnrJZwAY%cA)jD}sincD z?wMpL$IP~pja9Gf=Wt1VezVvY^p$HvOH7#Us{j$2X+tL*>3xjgiF1QHBZ*!t|7{T( EKv|9!>;M1& literal 0 HcmV?d00001 diff --git a/guile-json.changes b/guile-json.changes index 0f86ce1..0a0ab30 100644 --- a/guile-json.changes +++ b/guile-json.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed May 12 21:08:03 UTC 2021 - Jonathan Brielmaier + +- Update to 4.5.2: + * Add missing modules to record.scm. + * Allow false values in JSON mappings. + * Introduce (define-json-type) + * Fixed a few parsing issues from JSON Parsing Test Suite + ------------------------------------------------------------------- Fri Nov 6 17:32:37 UTC 2020 - Jonathan Brielmaier diff --git a/guile-json.spec b/guile-json.spec index 388ce0e..347592b 100644 --- a/guile-json.spec +++ b/guile-json.spec @@ -1,7 +1,7 @@ # # spec file for package guile-json # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # 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: 4.4.0 +Version: 4.5.2 Release: 0 Summary: JSON module for Guile License: GPL-3.0-or-later