From 283703d0d79ffe35d6a551f33612be00e577e4831260e21d45c33088c084425a Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Sat, 17 Sep 2022 07:58:23 +0000 Subject: [PATCH] - Update to 4.7.2: * add support for JSON Text Sequences and Concatenated JSON * allow returning ordered JSON objects key/value pairs by using the keyword argument #:ordered * allow nested records in other records - remove rpmlintrc as no longer required OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile-json?expand=0&rev=26 --- guile-json-4.5.2.tar.gz | 3 --- guile-json-4.5.2.tar.gz.sig | Bin 566 -> 0 bytes guile-json-4.7.2.tar.gz | 3 +++ guile-json-4.7.2.tar.gz.sig | Bin 0 -> 566 bytes guile-json-rpmlintrc | 8 -------- guile-json.changes | 10 ++++++++++ guile-json.spec | 5 ++--- 7 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 guile-json-4.5.2.tar.gz delete mode 100644 guile-json-4.5.2.tar.gz.sig create mode 100644 guile-json-4.7.2.tar.gz create mode 100644 guile-json-4.7.2.tar.gz.sig delete mode 100644 guile-json-rpmlintrc diff --git a/guile-json-4.5.2.tar.gz b/guile-json-4.5.2.tar.gz deleted file mode 100644 index 4a48d13..0000000 --- a/guile-json-4.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ab046ec36b1c44c041ac275568d818784d71fab9a5d95f9128cfe8a25051933 -size 159925 diff --git a/guile-json-4.5.2.tar.gz.sig b/guile-json-4.5.2.tar.gz.sig deleted file mode 100644 index e3b570120d01bccba0f530752741ef51871ed3727ddcf6a86c39becbb70bd2cc..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j+D>{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& diff --git a/guile-json-4.7.2.tar.gz b/guile-json-4.7.2.tar.gz new file mode 100644 index 0000000..4852551 --- /dev/null +++ b/guile-json-4.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942ab7ec5b40856799c0ca9fb81921af17fc4360aebef1cc8cb1f6ad9220d519 +size 164331 diff --git a/guile-json-4.7.2.tar.gz.sig b/guile-json-4.7.2.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..6e86fc07daa4662fb975f3e75d728a4f669c64d33f1f0b95bb6f1ccf6fd9364d GIT binary patch literal 566 zcmV-60?GY}0y6{v0SW*e79j+D>{SuS&{wJN7e@?K)XZ=EbZGPi0%EuvF8~S&5LDF6 zZ~Sy<^qUtD0Lz7-VMpkLL-jf8jcqX3dL7`Re$Rgw1(fbi^5%8rxnDCQP@&!m+FuUI zd_Qsb=}E*Zw?ML&a2Bn99v>cP{l5{0IFWfy05?UjGaRE~Xp(2Ts4N<0tA|DVLt(0= z&~NcB70KtM8^#y*$_jXmX)Q`!<5O=MEGWd$+y{$Q34heZi(>%WnIf+J1L^00+VzYa zkA3Yaxzt{_V$d4=Y(H^6tnwbY`y3m()5;BCu!T2Bz^;+&IY^4^p!8-(1>Y9S`Xw}{ zRE17!x3e#?5AkL@MVdA6VQY<2_lu6LDhRwMCQxWGuEz)-=yM`CG93|oDv8z#fYx|g zKp*pDa`FGnmo7sJ4T7|&vaC5iT0Lex68m;jgx%bFt}xm`vsHae_{2uKM@OkdpG)-t z)}BD9E)Z#Nu2C}yfma_Hq67BiOS z>m!h&U)IVrv*ODTVhRqB&z$ + +- Update to 4.7.2: + * add support for JSON Text Sequences and Concatenated JSON + * allow returning ordered JSON objects key/value pairs by using + the keyword argument #:ordered + * allow nested records in other records +- remove rpmlintrc as no longer required + ------------------------------------------------------------------- Wed May 12 21:08:03 UTC 2021 - Jonathan Brielmaier diff --git a/guile-json.spec b/guile-json.spec index 347592b..aaf835a 100644 --- a/guile-json.spec +++ b/guile-json.spec @@ -1,7 +1,7 @@ # # spec file for package guile-json # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.5.2 +Version: 4.7.2 Release: 0 Summary: JSON module for Guile License: GPL-3.0-or-later @@ -26,7 +26,6 @@ URL: https://savannah.nongnu.org/projects/guile-json/ Source0: http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz Source1: http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz.sig Source2: https://savannah.nongnu.org/people/viewgpg.php?user_id=11331#/%{name}.keyring -Source1000: guile-json-rpmlintrc BuildRequires: guile-devel >= 2.0.10 Requires: guile >= 2.0.10 BuildRoot: %{_tmppath}/%{name}-%{version}-build