python3-simplejson-debuginfo-3.17.2-1.10 >  A `Bp9|chp4㙓W.ز ]!9Z0X0'h Czk_b Iz< O2*:]>t~W]՛da똝]sX"|;/\R~oh˛X>oe^4Ra(;ӛfe6CUƾ^xܵ>;Rc,ȞA X_"o@'[L)/إ9cIp O f"JiVaLQe3e4c86af3835593d542243e9b90bfd531f12eb53cbaa5891c8670dad2527f573bc87bb1315a6e7c9d6d13520250bdfe9c75f875`Bp9|I(ز]`zU"Lx&FUg1at*/~[/Si@e[qjRxF?)YO# p !'RYc,)Ϳ!oPEp%grl-7IZA=Np@$?$$ ) Z $=^m      $  P       2X w(89:F G HL Ix XY\ ] ^ b!c"d"e"f"l"u# v#@w# x$ y$Hz$L$\$`$$$$$python3-simplejson-debuginfo3.17.21.10Debug information for package python3-simplejsonThis package provides debug information for package python3-simplejson. Debug information is useful when developing applications that use this package or when debugging this package.`Bsheep66SUSE Linux Enterprise 15SUSE LLC MIT OR AFL-2.1https://www.suse.com/Development/Debughttps://github.com/simplejson/simplejsonlinuxx86_64eAAAAAAAA큤`B`B`B`B`B`B`B`B`B`B`B5652962879483e57e823cd7499c26c6eff9b41a7080635f28d60541b7367863f../../../../../usr/lib64/python3.6/site-packages/simplejson/_speedups.cpython-36m-x86_64-linux-gnu.so../../../../../usr/lib/debug/usr/lib64/python3.6/site-packages/simplejson/_speedups.cpython-36m-x86_64-linux-gnu.so-3.17.2-1.10.x86_64.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-simplejson-3.17.2-1.10.src.rpmdebuginfo(build-id)python3-simplejson-debuginfopython3-simplejson-debuginfo(x86-64)    python-simplejson-debuginfo(x86-64)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.17.2-1.103.0.4-14.6.0-14.0-15.2-14.14.1_!d]p[[:[:[Z@Z@ZZNYXX~@X.@UQ@mimi.vx@gmail.comarun@gmx.dearun@gmx.detchvatal@suse.comarun@gmx.dearun@gmx.dearun@gmx.dejengelh@inai.dearun@gmx.dearun@gmx.detbechtold@suse.comjmatejek@suse.comrjschwei@suse.comdmueller@suse.combenoit.monin@gmx.fr- update to 3.17.2 - use pytest as testrunner- specfile: * update copyright year - update to version 3.17.0: * Updated documentation to be Python 3 first, and have removed documentation notes about version changes that occurred more than five years ago. https://github.com/simplejson/simplejson/pull/257 https://github.com/simplejson/simplejson/pull/254 * Update build matrix for Python 3.8 https://github.com/simplejson/simplejson/pull/255 https://github.com/simplejson/simplejson/pull/256- update to version 3.16.1: * Added examples for JSON lines use cases * Add wheels for more Python versions and platforms- Do not package tests- specfile: * be more specific in %files: %{python_sitearch}/* -> %{python_sitearch}/simplejson* - update to version 3.16.0: * Restore old behavior with regard to the type of decoded empty strings with speedups enabled on Python 2.x https://github.com/simplejson/simplejson/pull/225 * Add python_requires to setup.py to help pip https://github.com/simplejson/simplejson/pull/224 * Fix CSS in docs when built locally https://github.com/simplejson/simplejson/pull/222- update to version 3.15.0: * Clean up the C code * Bypass the decode() method in bytes subclasses * Support builds without cStringIO * Allow to disable serializing bytes by default in Python 3 * Simplify the compatibility code * Fix tests in Python 2.5- specfile: * update copyright year - update to version 3.14.0: * Defer is_raw_json test (performance improvement) https://github.com/simplejson/simplejson/pull/212 * Avoid escaping U+2028 and U+2029 without ensure_ascii https://github.com/simplejson/simplejson/pull/211 * Fix an incorrect type test in Python 2, avoiding an unnecessary unicode copy. https://github.com/simplejson/simplejson/pull/210- Remove bias from description.- update to version 3.13.2: * Fix additional Python 2.x compilation issue on Windows - changes from version 3.13.1 : * Improve CI to catch speedups build regressions * Fix speedups build regression in Python 2.x https://github.com/simplejson/simplejson/issues/193 - changes from version 3.13.0: * Workarounds for NamedTemporaryFile issues with Windows for tool tests * Make TypeError messages contain type name instead of a repr. https://github.com/simplejson/simplejson/pull/191 * Ensure that encoding of text subtypes is consistent with or without speedups https://github.com/simplejson/simplejson/issues/185 - changes from version 3.12.1: * Misc updates to build infrastructure * Fix an assertion failure when make_encoder receives a bad encoder argument https://github.com/simplejson/simplejson/pull/188 * Fix potential crash during GC https://github.com/simplejson/simplejson/pull/187 * Fix a reference leak when sorting keys https://github.com/simplejson/simplejson/pull/186- update to version 3.12.0: * Fix threaded import race condition https://github.com/simplejson/simplejson/issues/184 * Move RawJSON implementation to simplejson.raw_json module * Move JSONDecodeError implementation to simplejson.errors module- update to 3.11.1: * Fix issue with item_sort_key when speedups are available, and add auto-discovery to test suites to prevent similar regressions * docstring fix in JSONEncoder * Call PyObject_IsTrue() only once for the strict argument of scann er * Fix a crash with unencodable encoding in the encoder * Remove unused imports * Remove remnants of Python 2.4 support * Fix argument checking errors in _speedups.c * Remove the `__init__` methods in extension classes * Fix typo in the doc for loads * Add Python 3.6 to testing matrix and PyPI metadata- fix pypi url- Switch to single-spec build - Update to 3.10.0 * Add RawJSON class to allow a faster path for already encoded JSON. - From 3.9.0 * Workaround for bad behavior in string subclasses * Fix warnings flagged by -3 * Update readthedocs documentation links * Add build status badge to README- update to 3.8.2: * Fix implicit cast compiler warning in _speedups.c * simplejson is now available as wheels for OS X and Windows thanks to Travis-CI and AppVeyor respectively! Many thanks to @aebrahim for getting this party started. * Fix issue with iterable_as_array and indent option * Fix typo in keyword argument name introduced in 3.8.0 * New iterable_as_array encoder option to perform lazy serialization of any iterable objects, without having to convert to tuple or list. * Fix typo introduced in 3.7.0 (behavior should be indistinguishable) https://github.com/simplejson/simplejson/commit/e18cc09b688ea1f3305c27616fd3cadd2adc6d31#commitcomment-11443842 * Do not cache Decimal class in encoder, only reference the decimal module. This may make reload work in more common scenarios. * Fix compilation with MSVC https://github.com/simplejson/simplejson/pull/119 * simplejson no longer trusts custom str/repr methods for int, long, float subclasses. These instances are now formatted as if they were exact instances of those types. https://github.com/simplejson/simplejson/issues/118- update to version 3.6.5: * Importing bug fix for reference leak when an error occurs during dict encoding https://github.com/simplejson/simplejson/issues/109 - additional changes from version 3.6.4: * Important bug fix for dump when only sort_keys is set https://github.com/simplejson/simplejson/issues/106 - additional changes from version 3.6.3: * Documentation updates https://github.com/simplejson/simplejson/issues/103 - additional changes from version 3.6.2: * Documentation updates http://bugs.python.org/issue21514 - additional changes from version 3.6.1: * Documentation updates https://github.com/simplejson/simplejson/issues/102 - additional changes from version 3.6.0: * Automatically strip any UTF-8 BOM from input to more closely follow the latest specs https://github.com/simplejson/simplejson/pull/101 - additional changes from version 3.5.3: * Fix lower bound checking in scan_once / raw_decode API https://github.com/simplejson/simplejson/issues/98sheep66 1614987152 b528552cd569f19449cb2ea98c4f02b815502f7a3.17.2-1.103.17.2-1.10debug.build-idb528552cd569f19449cb2ea98c4f02b815502f7a28552cd569f19449cb2ea98c4f02b815502f7a.debugusrlib64python3.6site-packagessimplejson_speedups.cpython-36m-x86_64-linux-gnu.so-3.17.2-1.10.x86_64.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/b5//usr/lib/debug/usr//usr/lib/debug/usr/lib64//usr/lib/debug/usr/lib64/python3.6//usr/lib/debug/usr/lib64/python3.6/site-packages//usr/lib/debug/usr/lib64/python3.6/site-packages/simplejson/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP3:GA/standard/15d1b455d3108452ad2321885ea9e890-python-simplejsoncpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b528552cd569f19449cb2ea98c4f02b815502f7a, with debug_info, not strippedPNg\݈Rgpython-simplejson-debugsource(x86-64)3.17.2-1.10utf-8cfccea965f7d90b58d81c1dd8ed822c363990b8894d8287ecd8349c010e178de?7zXZ !t/x] crt:bLL*d7Ѱ A7@7FdQƢԟR2-/b3H񭼼Aw"!@nusl^j(1$M(R 2J./V* jP|_#|:bSR~7! &Pcdmm;-+aa=uq_vҋl/7}@NUiͪ!$mfr^M`{F1Kg`#zHB.0H.>q85L+9YhD.MaFt[̢s ~je,UyEPP&OT9Mka,&+61]X {V(KJRukZПW54Wq^/)\I솰zʫ#t }vLM$8OlG&? 8D2]t\ԩ[^OrYe7Rvtr˄01PFc0<:c6 (u=h"r7%{%jf3\.g-X{ ʒZN%=4zuYyM8h$A /#4=Am),O:nMZ`y2틔{*lۜw*H29㳊>HCa .լc]-J1i9H|޷eO:W5[璞^ ʳE3|S1.fs羟xڼ[S2%Mp-~H<1#pBZ|#Ͽ (c&n `EpR8)'"*' S<:>P=h'Mi|v%5ٕ;zAMnTat$:dLH 7ўKն~Y11" O R1 rla斢iYU,C9"Oэ)& zW_~a$~J>>9 [V$ ׫^AGp&"PmOMC˱`dOnVz(z)#\C~E=pE ,Tʽr v_3'f0?\~d+_OoZ/aRl0tDNAYwެteJc :-"^ě*[ nUhHq 4SN~{X?4.B0̱y@=?\pLrdC.i$i( /kSW0{=:zQo< #n./iN)%h8/~$.!:n_'_TwmWk[ dS f(˦Ok_ (/v#F5-ϦR*P,"zL_&ĿtXp*ع}?'S莵KV6/{4>60#sDO]MeyzOA qKk)Q c,0#2_nggu½A1֫vjkU8L @/W†w໐ ~[rjɥh!Eko9n]3vfe\ ˖̓ G2O7kó(Q? 0z UP'!x<yk(Pne{OTWL*GD?6<;YgB^9]o|]Bhu3CGHHtpÉ\m8wHXTR0P'-}}XZ뭈Ӄ+GGJfR .F\ ^ڃQ1v_aK E[B.1d,!uwh@yƼ'$E/UG 3u)}&KoVoKDG]#/ʋz4a(FWc;ͲB2SMY Z=Uwl4 Oqm=5TQ3#毃k`JS$5P]?M+G6 hrx\(8dhs L2 tG(h\π_c׉USgá|- Dێj*= CMضmnT# Hw"J2y[qX, pSܺȹ$ /|F!vuO1tr%:4}D|VͶ3`rú h"`pqԇR0͗ؒrO*账ڹ <89Ths?Ө,asEz k 7o3(-AKX1BcfTDRt|Ĭ;CCaoWz\zy|E٘@4u3Z-q^WʗQuї2Y~#F{3?֡tkuh8$?M CyW+'Gtc2 c~  )\;$)l>}l=j/^T٫ywy* ]܀-AJnI1nnhqRsϪ$7? oUM9)e_BEo /=[h SrV+`'1@64V20m*Sdk`%ŒϚv{?n%*sJ4y΢Vc U 40f˝Hf\8mˬJroaYeV#\Yg ͓T;MKZ,wFb,pXT=ظt5ûH'&82%/[vF۫S0Y?(ki!p#A|iPhZ/ʀ'&ݐ7JndaXFzBB>=?ByYkTi#[@~N$-_?U:Y&Oΰ hylEsoci`1Qᬔ)Es)q 2Lo tハaIᛝm-2q:b<*y31eZ]A%&J˧yP >͡Drۨ '&k2F^iEk 6TK8\S/獌 5a]W2jp;tvB3VX#TD\TV1 7jjCڧ` W| W`3NjRP f۰ `(K]fG (ݰk+3hRp~rN\R璪%Sɞۼp7i + ev"`h`1[L'Rk&}xҚlFme J\ ŃA$N3꥔9xeaSe,AC=x6WRɡa'Kye~~͓޺8X l<@ vf4sk,,Ɂig|;@Sy?u'WSh<[rv. R+b@uم#qH35twD;]YK=?m?mF($Jv+C@j${idXI8GR}DM(Y a!lXwuBЅ.ccn{Z'x.q8BjHVEm7,m`x~ tث,!O) 5:^t~ Egnx݃SoDi)/(UmAl>56(܅<.h\yo&7݆ ^t=hP JLuQaO29D?xbgNj]G\x7hЖbk ([Ǩ 2vm(F)S\g\d"/d>Ӏ6tbŻ82OكfQ2Pȅ9n:@қ4VMe.+Kзcޯڽ[jz>BQzM.~9)[S{{72jtD9J^nȗ!3,8_ԐH=.W|9 c2j,,{ E᥉Y֟1r. "@5\"AgPrJ &g &q}ZafcK-. Ґ Xٶ!VRCޭHU.A*0*T` .l6uLu50xw8I#7C)}z=c*$'~}&e02¼1bĝX~[ 8eXtpa,kIș?p>/µL#$P<:9E^ܿ${w!. 4l90,kfMlLar_.y/5@\;ԝ{G1޻_ofG9%y=b}PliOf /xR!}*cjf2a-)"i!Ŗ6uW~Zp|c@3xADTdxGƗ ?Wx=Ko|Oڪ|Lq5eDEF; o@:c'4&WxLE<ޑjl9ox˳yNFɫrk?{F/`\Q,!1OZn>w6_dxgdi3գt.>S,g9'LJݿ6vNa1U=HKhCFYh籺0ˊnw G`NzݓЇzؐ =v ?KV5MOh,7Gq+k/.X.U ^Co}Ȑ%7 h:ј_knH;&}mNd؍ѠPW>l*]$/J,5X \wMP@ñAKaֱ,xywnB?ʢf>AtXb&n_ȰgG\S͝Qnbi} x|vi8)+_BdUуeDF6Fӓ:h"GVnMSӆ8r&c2tjh/lw0Hc/X5{ھDŽ]Y4?_&t{Y@4BފeyiNwcRWN.i1ˈP[,I۴/ge$Tņ<_䛳 uZkA?^VK$.&'H-lbC*])A`ч!º!KY6Fy Oθ?OLzWjgoaOP~{/69J`8Wt &,Y[fQ|֫C@#,yYOp Q2:j6z nЍgţ ^[LcXE4";A2?c=VTCОE R̔ڶ)|ٮ@Z}15gJGRj޿`x8vZcKjlvql-ems78p9=?Z~@3Dƣksgy!S#%sZ=}5;6=4^D ڈ7A-[`36.D(_)gNMm`HQq%f-K  qү>{%v=i|E #A.36rPn}Y5T)Js*,p3@^-7(Yxl,k SvYj#M8hn#Wf:TvD~vlR/ri$\`*ƿsGFc|@.H9-h7 k7gA 3smGxq~?X.Қ'j tۂ@v+[xd{#_VZ^6+7_<bNk"`ss'I*T҇F6R5-Evh`MD"9#8";*ꅉ˿S[RP)9uSd&C$ ` ʉ`chrttm >4jx7BY 4= T;Wl*<'⶜?\wdW IYW(Oi3Vy8Ii`(=:x h7t^މDS:V U:d\E*Mlb<=  eZ:T̪,&/-]ґ[Yˤ@=dp BVߴ|RaJ][<@kE(3{ޑ|*ڈ9lx^pןX§) 3͍=* /?p$"LUHf {gp:rNdA 6b)8kAd:1pqԋGp0>]%Q 8\ 0iIX]4tVrYkF!hÑ"@u¿@n5e?JCZef#*B^3s K; duRP|56>;KQXmmYإ }v{\v!P7J*jUI և4[56,7o7У5=ېJ[I9 3e4cKDdDk=hJ"w] k\`\X-a EsP 3lBĭOgJ;AɩQMʈ Mc@tΫ ѯ:\Lۃ|oȬnzp؏ձ6xd ]kJ#5) 4%4=~HF/2dVk-ohx)P0ox}*Tk#tLWCJ/5:u()w>ٞ3ѩ,߰Q+<ܬCA1ЕJ(￳ԧ2TO'&Qۜj]/qUK6z jO'tr,.9= c;7MG]bEBbq0 GYLzlm*L͝3 84+JU27w|Pv\S"wDqUIqAtHOb3.9 O>WZ_G`n%$vkxfmːkv;{W2 Qyדpqd 9-%oFynE[XƕDU$.dYdK%z*m&HLp16~݅xrɋ֞K3>^!n>Eۛr>ү6$/$oN]4!=͉2m̼aD}X,9ػnJAΙH a!(Az?Lww#Aq„pHO"xi|>4A/\ej¾ dGu`~q#0gߨR#:O9 j|ثgD 4@ qa qIv_:spuoD$ŭt;Oo|&iG ℂ$uLR^=B ~GhdKM4cvL:+TC@ J7윚$2+Ʈh3QYw*I旑Llp3RA^Y6J0r,a(|U> 0:0 71tR빓m* M7[o7~iW_coobz;]uEڽ{$磼IQgk6g4[Q)7Tvf'0 t5a1ja &Vr[yEEcSijʀxY<_]w@cpg(zsm]shjɼmkM*;";[φI=f,zdS жL2Z*hrCMd 7FRg5sv;1 *O0o8<8rf!_Ȗr}L-+o5!E8*\qWB MU,:6OA~zkAVqA=mS;*(VtbPRUl #~Ce,:Q+'m6_Ԥc{l:̲Rءů&|`߂=o 3"pNZBXad&3G5m1?O1$VWJX]dћ=-*MW.zym/W5>!5)z?z=! jJDS>LtJ+C5B L UV߁;'e oUl=U[uV%ax5Ux{zMTyߋ> ,+v':j{8CO[FQe%,{*]\")DSc"! E]z~$(1~m4; 4f(8) ,So٥F :#i]ZGG^%\|W*&{ 2@.aŠ;w8ym' "ՄaY$6LwsQsD̜Ϫm(hz~sϘg|ňi$T!f _)̝(mrƸ$1GETJѬ%3|Y B6t+:{h9(q΂\P`! GO!PzߧZ PzKGO@L~PeWVjU[l|)hŅ<;OLg7\+D,M,}׺O@Eۻ7K# ;:b^炩_lHKi&e9oY!, B#Q, 3[lǒlAipӔ 9ի8}xMWرq#[3Iw~`0;]a⭹{ˣ~#lnZP SI ӐzEyw1 J Z=>m%p9иÔӛو1 .&ي vwu~Ȑ@xEM1z:9UYikŴR> Z6U'ɜMH.V1=$cpƴޝ._Q )`*7SZ5z[5Zn+?XigTL4??I[7 1ِs\!=n˴2$l PB{J鶖25e4UVNf ;TG'2֩+RqP.)"L *`A"3\L ?Ȣ@D0C&vF]O*M]^vuFSm>.G8e #'qǗ|:0"XdwP[w/pIh2|KF=傈xhk#}lda $vA!m"M@\n-40Mjc 3@SW:zS5+M]$ 9.">-3)A4 EyVXF1E>p/x,q"PDpLecx$$X(ځWT~ȻqK e!wh4[AUi|&T_@P4}"䝤sTܐ8{ oJfZYo"z`;>d`g 2,1ǐRjxoА]v'S7 Ǐz$OstW"' 2hTFYm)' D|A{g|@%`XHcs+5Z5[HKlZiWPI'vtYlcid;3! 0?& )Mr|Z Pwm%wM,M\33!}$TH1R əƑݿ?rT&Ar!Rw2bQZ9bqGAV1μqq-Ɵ*l.{yH?OqKa\|apSM'57;\EvJ¼_p߄$ di緋* :⦘# ̤mۉCO9Uw$KQc !_aoXa]ssK2K5]+4&)nKs Cwq Grf/i.^W`e~U|cZ8|%v":0v,K։~+sK޹<77Q~3VH~A1_[4R)z@^d/3~IW-}2,Θ4HHp4uX 2`U3IsZ d*#G]`}:?$9m}@6J!̶'l ț`w!R_Bp^FЫsб=oNW#HV|!zLWn0rXjc/);iI Fk44 N]ޯXQ uC-/N9> xKMkD.5;ȼRzAB ope//BURs(ĈW҉d̀\#].)}"3oOv`' d]Anտ 'zo¦dKn*D2Ui(Ir ~2`cĴz*Iٸڎ?foRuWÿ5*U >Ҵ0u\@0"15P.XV+/Ahr8;5ϚYQD@@ @ vrǀ :bBͻ97V S:]ZivB, $34cp׼4XmMɖuu>0&^?R"Fgb [(hG%`O\a6x"MLġ 89f_XƶJ ܼ"2>И\LA`"Ũ;JDpP,e;o.wkȰ?rexO4~zU4WU%.6xBbgTN{˾wp.I!y#JpTY S-b>P,9mR:H51zƄi:ry#]׶8р"Řm'=~[[KUh|h#eϛ- Z[ץb>" .\vcZ::Ɖ‹820_>%Lt 外vU;8!y5`cLa!%F*73!#@ktk&-\׸@+Eo9mcO,h.r9jAuzSއJ~kFCxih(ͶxVN? ;! DQ2$8e\5 j /lyc4f¤͢Ma>82M4dؾ8^'T}5")" 9 Q@+zKI >@A؀94[jۅ0uGcj3 ۯ3#dE(a ZB9cw&F3Sx_}YpK=IKr:JIjwLG>!aBhkwX>rShՔVΧ6-uC=T:R`D<2 m hCԓ߰xj2ɷF}-̣UٲN1}x4mIE7&\KNU)?}Ѫ}wib,hPHɘJXM}\D+ۙ$P|dT'N`%O dž> %Zir>u:Q6o}/wS~V .vTQ= MVspJrga#+-^)+Ņua5K\6]R+TA Jq=ق]d+Y> 9/0bj?2blrx !U2}0UC\0Ȭ1iaRj -g/ wѧ0: Z}(jWl/_dFpaA41Z.by_+;ߡ8>EM%,O3-ϟ,:ct ZW)9“l"|t>^hg~CXj1Hi](S116<˙U{&ExDM&( ({ȓ/SQ/rgi; %eM:kӲ7cJfN _CXP>2g0,{ЯZ-&Tf˄@`*tPO5:D(?Ԟ!2)Uz.ђO?*XuI5bK[_˓k*xa}-}NDqȒm,:PQx 5#/T*㶏֬Cg0 {#J&q*b9j|AHyŰ<0&?v<>RGݿ_]m@]SK㜰hrP39vB0*,9JU'^M_WړZ3Hop#_GzNݥ hzeiV`Ed qӑ %w\^un-@@+8=yE "$8F͎|-<1y߰VlDA,gn:^>݉V0Ə<;bwڹ%_ϦȔך-q`\ɝ^.6) Q6=/x#*Q|J`JOrzd27NZR̈́JeŷE%2ѮUð< a7#Ⱞg#SVTi({0!;.w_ bdA]WLXm2d~Q_It{3^瘮<3 qG=H|JB 2'łȵu<u#Kł#`wgNpEk@sZuig,#uN 6DE[CqѤpkHL,!/WiEMݧx a11%!|b ꂇyT~8:^tKBB O#h丁WxC>-Z\ +b;*|ҋ]jg5S1l6?G~8&tst4 ݬIz K uH&uA-f   L?:H6ω^ȶ9_ӗLjJ -Rcs+V~I&% R lZQPKāD!@]QFqe/api}2/RlYS€8._V /ZlRڞuEEW9@7K|'e 4_tqSþfc `y~UUbE: ox=N?Sכw /Jb >u~ľWsC$?;pdBН3<%Z#)FI7ΰMEHB@Μ(yY7҆,NUn@}>L;m "T rf,.d7CN4q7-Ѝ;18Sx9\^;lCUS2BM!{J?Zyٻ!YRʫ93!v~,$ {m]P-oD\-)5bzٵ {hS>iѭ/w5B4OqUl;(49]}<|̱4Z&RƉvm *}oͳ4z@bwR &~/=P=5ڧĖUD#8  NL4qI@}h="[N嵫%4cW.*G!ga2M)ĄA" 'Q : TճJ]+E\da& &>A2~#=(C""e@;7GM)cbtTuLZ=պ.UC$x턽 [ M Q C[uT3l:EwO%v [ćܰޒd z A%R}53jXz+AHUl]y $K4.[+9=tUH Ww>5z2s>ojuh媇F)X%ضOZֽMQMV8 isR:VM3L|Ѣ=?*|lZdi{8XG'~b!U92K [K3LzjVPrWCJDT_/DR'h)+ k;k|r |h<5Fp2J̣єj:i*dPF1(NJ~ve\5hU t+nm3=7ˌA Nhʫ.iyYb}M \?KLGMJ#ejƴ<^7UO> J, n{aLUEk ]AԵ*Vu* W!`{%|?)Jc+YV`:r\^!~z,0@_SVv `E~N*W`UN({gIJ9H&B%zw{poQA;;_wpyazqB^T[;XdR?(dj/U'SP|1Ԋt*i fe!! z23'o HJY9.<26YzevƿFAJ>TE#EO &$N^g@:cMQXx@7[q-࿽"K Q}e-U<>$NP CG5mLCWf04aXyix659Kȶ-yKК*6 uovf c3W: ܱ)`E[fL 9׉=u kh2$&>a/^0vT4{~h'g!1/7 9t ٻɧ(pH${}'9&% *TA{6 JxbcNIMpq4!v~oMѫ̞8*xɮnRy8 p5>tC]jΨ1Ocϊb|WB<%-{{p;4|f"qSVH`dQ?CH=6ĕ LsB_5lR| 2ag" &iHF/׵Y\o%`Cꑧ8GTM]ʚ{K%IWBePBʲc/D._s7HJ1t#¿$ФwMSDY͞c~ M9Oţ>A(+Iܨk],̦pFǶW 7n걋S?5WcWi/aږ8_$wZϼΖ=$haqvBc/L,A@m|Aq:{P4l(AŪ+?{7V@gq;10(j;[G}.Q8i6'z!U29"(&P`&,Gk-!)!sKn\wOT" y(&UCN'5ٱhzBQXTһ̏o|1yJ>@q$ܩ(}_:2rw>h$RqQ#~qKЦ_3];#%T#`84z-ZY~Q;5YVMk`f~9Xy1 NJcZ(qsQźPQ(BxN"GLG]CO~0'_ s x>T(IHW/;GLK|:- 9Dh[,{kxk;^~ֶ{6:_"6}"Oݐaod|}`N20'F0*0iU7rMY1}lV 8@c?xa(w=35+58 D~!IpX:^DIr{:,}c^@Ǹ`vX0%~؛3߇' n:gDEu՗[|libP{ñ3?uQx7F/B)綻ދQAhjqY@z,ӿpL mǿCѽ=s@mk^CT3zŵlEsxDK`NB Ak3AÅe" 9ݠƍ濝wc+^ 2Q# ~OXs@El/$HImG5ˑQzcZM8N@tBKSe~Āp5 º @IZ侪8ePAy ݽ!?4'EGKbINIaDlV&&S$zVjGzp>Ro"wD\&‑U& R+ lzcmQ-{yN?o*s+B9\R+>rs` %‰{ Gi6pҜ+OO~o2:/(Y^RJ Ilegň4,FQEǿa0SUeq x}IĂg u6yssц69:Uh~v!E*0[)EOB>J.@P7CuaԊ,sAA ނU Z&WɳƁz z.l `r@LA_nK\jޛ_4\^#RyNrch#5+gXjvbuQgM~L)!ma.$3a{*Ps|lIYb~V 4w=p 4-I%83[.hSsۑ"cov#.tk>|2I,e1Ae  {kYVF u.zW֊BgPSr%P#$]**"To1SU *ƱCx1ȣ'UGs1,KP;@~N(pnZʨ6tE ҵr|}4dA] ~6,9)<9. )4:C|grjt&r$?#j $˲<ۗC(lqiǟqO- Q5m9WXSkW_v:Vn4[_~H௠!堎!Ԏ(id<&ɆE^U7Sj<Ie븴8Lj[m)͵bo>9ɿ*#DL_1+ntTrg vs;XK!,_JQQڙgRmbXi60B]棲 myMըL5 GI}M Ϟ$  jQjʝwNaN SuY(Aua@<Ȼl 9+8do~PaƓ[]˜o[V.FPUkF/*E ae&fl' xi# d>S,Xz_ {lƞ*᮱ lj}XJ\?,ty'c>(=\V%9vW ½c{ BؑVEH.O}|"Ya.dT`4ꐿ7UZl`:/RZhb(#7mnEOpBmD^n(xY[-k)Tݒ60,ucLP-%eZKBJ)=ٺؠ[|1oPtօs:|g/|yap3!- ~mNB ϊHсRE%Yϛ4p.=xD i-L (v kAٔRzvO>HrUT+Bi<t|WB V΂+q1l N<֗,~K5(&_$>t~gczgr>8Ob59(!,<\>Lȼ%Ns=c~1| _}`U_Fl>L#Td5E,ʼUCdǾUe!_ti?ƘX-BXxC:b{jؼ!AjDFHm^:_cؑ HNʬA0=*U)X}K.ڍɧ(&PxW~^e#褡DlNZ:9aS~h&[X竂mC~? )Kwڤc!S<߹adgB4/ka&7 ޚ3㍊t֫$|f`,H9yjN| jHjyv)ycM䄠]PsHM2-oUm0|ף,ΊU`޶_.q Fpk# #)'\KP 2݆ jtB>,W}{cUޓbMٜ\ᮛs@69T<)Fw~'Zُ^n_kHV;c7ړU;jzT7 SPMB.X}. W%N럚 izUK]$wh6NR51]iwȊbMjL qx,MqOs=` le_ D&`q, ; lhLTxa͊ -n,Ϊ=-6J}kPCfւKnozBf \]d*gvcUWS )^GްA)&~|v{!Nt;Y%9PJL!`\XTUᏃW嗩G5ɠ1Lii}P<| ʥd`{GB(:jO-L쓕ԜN, n)fkl=[:0?ed\5>5 8c}9Bb_Piܲ NT%hHDCL4c!۽uhh-pXQA6ۮDX3 A2u2S5rp 1m5d 1,sL*3O'n<9oQ4bevKO"RR S`H)y8mO!8 :B,b2^g )j !QRgcYK_{%^v5M0}WhmdZicYKԄDZ*/D}I[0^z{>bSǻu\S8/0CM6 \G;ICc2Ar0#S[,Z_bǙhnA<~ mIn1%7vg=(oV.dAN=NAR x(Fi.)YoǦQ4RKIb9]5YW ZNj>a]Bjk޺̬j|Q zW]O[sE1 q@#Zi w":5n7}hbIb;Voz6ͳoUjPe/2khZ Z5^4IydE>9&uRtUm_ao(j6hɢpa%mBc@޽ BCm?uQJCs XH*9@h!.Η68GRIacU2sxJ3:)O=MccGXCgW P#Çtǩ6,wԦh= h?;giH dIdF=th*S)7VBǔ< W Ԓtk*TwS>Z"(jp٬9оv,̣+ii*m` Yh?W m7[1֍jB3vv>W</q>Al ɌW]XMڎ7V-.dH;HO]]x3UԺiF0O6OyV1+tКi ɽ]E[[wN v=]}7;s'R'<_,JJ:اH8QSY4%-,S pty=;Ufb=mNFE P~ܧUE&߹󉆓|*%P@J]ې&Q "5?7] w A8#`?8 U+bkH*׏ZOY]+@ΆdXHp+t^6&=X!."X=kF)_5D0 ?233G^8KwmӐNiBlIW/읓LS'7Nm463Em>w;s ./v.dV h:g YZ