python-getdata-0.10.0-lp152.3.10 >  A ^% /=„yL|hZVY]G*3lڈ_ȄVE/Tñ7-nA(<с?Z^ig70hMҪI3 Z m5sqҫWXK)">Qa&< 6LyG{?j R.+'j;HY&r xec80L=;DB95S,#]$8E˘&q=^T5E~ 2db4ec4c2cf49bcb353da32f2f23da5fb3dbd3d58375cfcdf7320df5e871aeeda3b8d11a9866878eb852a18b1500fac4908f1f35f^% /=„5 'q"xd:6m35avp59A\<"StBH[vh>B݃ExA/S#E)kr<h>x?71⟍;N5A0&\\Up.R7rQfIټSˆH~Tqx@ Xs{:h)399/yR -s$ @/4TOR۾,% fi5mS"5jTzR i&c;k>p>.?.d # L  =]clp r t x  X(8 9, : F,G,0H,4I,8X,<Y,D\,h],l^,yb,c-Fd-e-f-l-u-v-w.Tx.Xy.\ z.....Cpython-getdata0.10.0lp152.3.10GetData bindings for the Python languageBindings to the GetData library for the Python lanuguage. Uses (and requires) the numpy Python library for large numeric arrays.^$lamb51hopenSUSE Leap 15.2openSUSELGPL-2.1+https://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://getdata.sourceforge.net/linuxx86_64h^!T0922fad51a2880d4951c3708d87224997bfffea8ac985c7e8a484a431fab6879rootrootgetdata-0.10.0-lp152.3.10.src.rpmpython-getdatapython-getdata(x86-64)@@@@@@@@@    getdatalibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgetdata.so.8()(64bit)libpthread.so.0()(64bit)libpython2.7.so.1.0()(64bit)python(abi)python-basepython-numpyrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.10.02.72.73.0.4-14.6.0-14.0-15.2-14.14.1X@X6@WRWV@VVV$@UUȒ@UUTjengelh@inai.dectrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.orgdvaleev@suse.comctrippe@opensuse.orgctrippe@opensuse.orgcgiboudeaux@gmx.comctrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.org- Fix RPM groups again. Drop useless %clean section. Update descriptions.- update to 0.10.0 for all relevant changes see https://sourceforge.net/projects/getdata/files/getdata/0.10.0/ * This release introduces a new Dirfile Standards Version (also numbered 10), which adds three new field types (INDIR, SARRAY, SINDIR), and also field namespaces. This is the first update to the Dirfile Standards since 2012. - Added BuildRequires libbz2-devel and flac-devel to support the corresponding encodings- update to 0.9.4 for all relevant changes see https://sourceforge.net/projects/getdata/files/getdata/0.9.4/ * BUG FIX: Arbitrarily-long reads of FLAC-encoded files now work. Previously, each FLAC frame was written to the start of the output buffer, overwriting the previous frame, and leaving most of the buffer uninitialised. Reported by S. J. Benton. * BUG FIX: Data read from FLAC-encoded 1-byte types are now correct. Previously, although all data requested was read, only the first half would be returned, encoded as 16-bit data (i.e., with a zero-byte between every sample).- update to 0.9.3 for all relevant changes see https://sourceforge.net/projects/getdata/files/getdata/0.9.3/ API Changes: * gd_verbose_prefix() can now be used on invalid dirfiles. Previously, this function would return GD_E_BAD_DIRFILE when passed an invalid DIRFILE pointer. * BUG FIX: When trying to access a LINTERP table file in a non-existent directory, GetData now reports the correct error (No such file or directory). Reported by Johanna Nagy. Library Changes: * GetData can now read SIE files containing the optional nine-byte header (which can be created by daisie). When read by GetData, information in the header is completely ignored (because the GetData metadata contains all the necessary information). GetData never writes the header, but calls to gd_putdata() will preserve an existing header. Calls which re-code the file (like gd_alter_endianness(), gd_alter_raw(), &c.) will result in an existing header being deleted. * BUG FIX: Filenames and line numbers appearing in GD_E_FORMAT error strings returned by gd_error_string() are correct again. This bug also affected parser metadata sent to a registered parser callback. * BUG FIX: On platforms where char is signed, the library no longer rejects field names containing bytes with the top bit set. - remove patch fix_test_alter_entry_scalar3r.diff included in this version- added patch fix_test_alter_entry_scalar3r.diff to fix the test alter_entry_scalar3r on 32 bit- update to 0.9.2 * BUG FIX: When using a FLAC-encoded reference field, gd_nframes() no longer leaks file descriptors. * BUG FIX: A segfault in gd_entry_list() introduced in 0.9.1 has been fixed. Reported by Christian Trippe. * BUG FIX: A descriptor leak on error has been plugged in gd_desync(). * BUG FIX: A segfault triggered by encountering an I/O error while writing metadata has been fixed. * BUG FIX: Memory leaks in the FLAC and ZZIP encodings, plus single-byte leaks in gd_add_string() and gd_madd_string() have been plugged. * BUG FIX: gd_alter_entry() and gd_[m]alter_spec() no longer mangle the values of entry parameters when asked to remove scalar field codes. Reported by Dan Horák. * PYTHON BUG FIX: Fixed a potential segfault in dirfile.get_carray() on platforms where sizeof size_t != sizeof int. Reported by Dan Horák. * PHP BUG FIX: Calling gd_discard or gd_close on a persistent dirfile now does nothing, instead of closing the Dirfile and corrupting the persistent resource.- update 0.9.1 * Use perl-ExtUtils-MakeMaker instead of perl-Modul-Build at build time. Relevant BuildRequries where therefore changed. for all relevant changes see https://sourceforge.net/projects/getdata/files/getdata/0.9.1/- update to 0.9.0 * the legacy (pre-0.3) API is no longer built by default for all relevant changes see http://sourceforge.net/projects/getdata/files/getdata/0.9.0/- Explicitly require Perl-Module-Build at build time. Fixes the Tumbleweed build- update 0.8.9 * BUG FIX: The metadata writer now correctly stores bytes in the range 0x01 through 0x1F to the format files (encoded as hex escape sequences: \x##). * BUG FIX: A number of memory leaks associated with error returns from libary functions have been fixed. * BUG FIX: Attempting to create a new field or alias with the name of an existing dangling alias now fails with error GD_E_DUPLICATE, as it should. Reported by Alexandra Rahlin. * BUG FIX: Random-access reads on a RAW field with a frame offset no longer result in mispositioning of the field's I/O pointer, which previously would result in returning data from the wrong part of a field. Reported by S. J. Benton. * BUG FIX: The return value of gd_nframes() is now correct when using a sample-index encoded field as the reference field. * BUG FIX: The sample-index encoding no longer creates sequential records with the same value. * F77 and F95 BUG FIX: Passing zero as the field code length (F77) to GDFLSH GDSYNC GDRCLO, or, equivalently, an empty string as the field code to fgd_flush, fgd_sync, fgd_raw_close now causes operation on all fields, as with passing NULL to the corresponding C API functions does. This is what the documentation said these functions did all along. * PYTHON BUG FIX: Accessing the prefix or suffix member of fragment objects no longer leaks memory if the other affix is non-NULL.- update to 0.8.8 * Fixes build on 32bit - update to 0.8.7 * BUG FIX: Opening a Dirfile read-write (GD_RDWR) no longer fails if /INCLUDEd fragments are read-only. Reported by Alexandra Rahlin. * BUG FIX: Several fixes have been made to the sample index encoding (SIE) engine, which should now produce properly encoded data when performing random writes. * F95 BUG FIX: Passing the empty string to fgd_reference() now returns the current reference field without modifying it, instead of crashing. * PYTHON BUG FIX: Querying dirfile.reference no longer causes a crash on an empty dirfile. Reported by Alexandra Rahlin. * PYTHON BUG FIX: Memory leaks have been fixed in functions returning lists of field names or other metadata lists. Reported by Alexandra Rahlin. * PYTHON BUG FIX: On error, dirfile.get_string() no longer segfaults or leaks memory.- update to 0.8.6 * BUG FIX: Computation of LINCOMs with complex valued input fields now correctly happens in the complex plane. As a side effect, gd_native_type() now also correctly reports such LINCOM fields to be complex valued. * BUG FIX: The gd_[m]add() functions now ignore zero-length scalar strings. Previously they would store these invalid field codes, causing problems later. * BUG FIX: Returning complex-valued CARRAYs as purely real now works. Previously only the first element requested would be returned, the remaining output buffer containing uninitialised data. * BUG FIX: Entry members spf, bitnum, numbits, and period are now completely ignored by gd_[m]add() when corresponding named scalars are specified. Previously, an invalid value in these members would result in the entry being rejected, even though the rest of GetData ignored the invalid, unsued value. * BUG FIX: The parsing of the \x and \u escape sequences is now correct. * BUG FIX: A scalar field code specified for the last factor in a POLYNOM entry is no longer ignored by gd_[m]add(). * BUG FIX: gd_[m]add() no longer rejects MPLEX fields with negative count_val. * BUG FIX: DIVIDE fields with complex-valued divisors are now properly computed. * BUG FIX: Complex-valued POLYNOM and RECIP fields are now computed properly when the library is built in ANSI C mode. * BUG FIX: gd_alter_entry() no longer corrupts the DIRFILE when modifying named scalars of MPLEX fields. * BUG FIX: Writing complex-valued MPLEX fields no longer corrupts the stored data. * BUG FIX: gd_bof() now returns the correct number (i.e.: zero) when reporting the beginning of field of derived fields shifted to before the start of the dirfile. Previously, this function incorrectly returned values ranging from zero to one less than the samples-per-frame of the requested field. * BUG FIX: gd_flush(), gd_sync(), gd_raw_close() no longer segfault when operating on a LINCOM with only one input field. * BUG FIX: gd_seek() now works correctly on PHASE fields; previously, the sign of the PHASE shift was flipped. * BUG FIX: gd_seek() now correctly positions the virtual I/O pointer of the INDEX field. * BUG FIX: gd_framenum_subset() now returns the correct value when passed a field_end which is beyond the end of field, and then is required to extrapolate outside of the specified frame range. * BUG FIX: gd_error_string() now produces the correct string when reporting an out-of-range poly_ord encountered by gd_add_polynom() and similar. * BUG FIX: gd_[m]alter_spec() no longer ignore co-efficients specified for POLYNOM entries. * BUG FIX: gd_alter_encoding() now deletes the internal cache of RAW filenames of the affected fragment; previously, these old, cached filenames could lead to I/O errors when reading and writing the re-encoded RAW data files. * BUG FIX: Calling the Legacy API function GetFormat() on a Dirfile with MPLEX or WINDOW fields no longer results in a segmentation fault. * BUG FIX: Attempts to read past the EOF of a gzipped field no longer results in an I/O error, but successfully returns no data. * BUG FIX: The internal recursion counter wasn't being properly reset on certain error conditions, leading to spurious GD_E_RECURSE_LEVEL errors being returned from valid calls.lamb51 15896506750.10.0-lp152.3.100.10.0-lp152.3.10pygetdata.so/usr/lib64/python2.7/site-packages/-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.opensuse.org/openSUSE:Leap:15.2/standard/9aaaeae94cdddb8507bb9f5101172c73-getdatacpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=dce055a807f1a28dd63be32ff181e6267d1f2456, stripped R RRRRRRRRemIrx0NxRZutf-813815a4811239c20c1fb83dd09494d70372dc7955d4772d32d9084470fbf8ddf? 7zXZ !t/ⶃ] crv9uQǹn G4SֹƢعY&Qux+dϻIY|ء̇r7mw IEjZ"~փ0Yw<{\(4)ADF<*zTs+ؙ @&4]tޥ]00E5}) yt}Э^h~zySrf\K#Q؇Y;G0r}'9 $QP3#xD)ʟsrs+aFCGu [ȶ75gnR9|$Fw+zᦆ+paV l s$P j>>4QԔ##?5/sAs "qѻB<ݬz?ЭdTH.>MNr9M:=P6SX,Tfi$& q~)h@>vÉ% MJRZhɐF$P:ص{fI2U͗iH91?*PT库 5)n5y!6֩3㪵d_~zpw#a ?8!ܒ W#cODS`8i-s1A:B'jzڀG_6ۂT검yŎ Sdjaų{a8㎞y+Oe^m(GIՙ/$3ּOwUk琩cO+% t mRI3so0VeEFlqo7by?>l2wg0O:0S!F%e<vu ;|;B\" zS}$!SSgcI:Yq;) Mb57 O;Sh g )wKUniI]8EلVuPaVv+^gՍ(w|)N{9a#6x)!6-e G3i(@O:6! kY|pe|56R4Mڰ^ op`7-i翝DKs8uAK~KABEY@J)`gf״{DҐa8, RL70!ͣW4NOz-:uZ"VLJv V7;V$]"'~3% rI٘B f)dj<ْ2 y>|xP;=#Dk ׸,juljzچD2,ܡqvs(k|ilj2WdaSmW-x=#=H[!]LZ\s%O̸>A|+Zݻ?/"gE8L %ֻ.[#7ҲE0Gޗ*p]ƐzG/ӻd$R}yClALw9Tdlz`P䋪ZCuhl5YTBݴ9J? ^/w"qty}Θh9|O)yM_E.3nǣ՛Ҥ92 pp0Y J*ɦ~܆Nތ~MNu$Ʋ94ڲ){g_>C<:* 5e>10.c^CeH, tW=K68,͂ )GI2j~$&  ElOE CHmw%p``(ER?کd0>U5^ǺBsC"BYJ[:{{>9מDxx1aoƻ [wYv\ѩxp7* ÁRuAdv[i]C%OdG}ZZxvThgm&ЖgPP5m = yj%ݾzz)F4wm)w&az Yq020f_a31ۣ*C:KM<=`ITO&+Q̕փ2 $)lfeDm$[n}1|ǓWדcS+eSao $A*9s>Ægx^Rnz}]k7߶ܞJ&Z8SfYy/.pq}Ϛx;Kk#B璪igŒ=iѲ06!wuO4I8g9TW G\8ݻ$ގ `, AYm4su/LuepqnKk_·q`F%۱ ,6vN_E 16L`2 Wvx;0RZު.{Łk a8ٶ`S֑7 e`o%$T`.U@2/9@QK/\ei3(fPf^XFbjy]lb T s T(頭')m8TwYgs-܁;13{W 6q<3ZrfڴN.LA%`L_mN?|c*r,\ {+V?nyT˦VdŒ,Ƨ9Pxj1o9937+`}ݛW#ƾxDo2{zHRD51T~<ʦAs ݑ_"]!G`Ҵ`DA a@]EvgrՆ"0HeHC[ (ȕp?<%qg-CE=gQNbA*D9kFL8 ṊfL7ܖe A6ª=Sfa3 aYSNyld#ܦ6jG|-7YĤ dH ~mV([SŕP=N D8[ńM룞뢖|x_z3XM5 *w`Ժ`)P&iREՍz.kiٟ~5,_A@Li lڲke2+ju@HJ5-GoŲTM"z0I˫=5H,#QgK*\V#Q+䘓x O*Kό߲_!&ַ( ? =>ir-4zk@),GUBpIiQkt?$VTa=9l$֫ H,x '+'cPw9r-p33" "$ʳZ؇Z`Pz_R.J#1{4Vnk _/۪.km^mrCBU˖tN!8vp Q p=QYnV8evv呑!3&m}jW;)vȕ, jdbҲs5ƼA Ƌ%FqB ;iϑC>E x]"gJʛz¨46䠾$'n1/]+CV<iIOmM^_;`k[M6{ВH83el k0dyŏ# |(`N"EaUE a W?8'vkK1J=ѹR )Vo.$Y77p25]V/ COڍrՅF D\^A@13ycU*?}K .>^Äyiox dUVY@ε0⦡ wz\ PetYoii<,`_T\7:s^A҇+df9ػ h෉wet+:͒58HWi3QprHtq;+s:*0k@gDZ@PhN,FáՕ(g)%dTM dcY#z(8. nm=ۛ{^?"Ke Ynsrmu8\ޅr:=IT k/l;@M3Nj&/ŧ< v>{l_47rP"+H~eXͰOM,ag^R+H} Xnz{_f*=pR^[DgQT݈n0C83;0C}=!W *LWwtl}[xJ%CdCeTag˪e1!qϋ=e>d>iciweaT %T fڰ$7s_7 >{7Q}CPO۩o c" 9+p³)Cv\?>fN;΢*qjKe4"OΈP2p[KqpWfHQy;6=*Ӗ[r=uCT7.P4J Z8DSЗ>PrG6,hM\4{ʡ:kqe#NNq;̯9I`a&J%g{O)I#V1iD(=߿v HU#ksJKT5it+j~iS: @Çh\\&c#H#D2:bUC EY]O/XV:4`mݐE6wP8*Цl(ź I\y4'sJ3Ҁw|@X0NH ,,7&DB4Y~(T' lmsAŷŠmtM|GlHV\FCD 05$침Dd֠0vC7U`Nh'!3J•Ob@AqlUz.??ۦ1zvq~+m*Ż6]tsGGڱjyA`9ǬL_W\ņF:*;9,Pn;:aQ7X"UaP\[4V{)83}牖uA5}Wru c4<1zj5MWݘT`㱊Dq៲~:NL\% $Mj M٤1k |HXQv>Pjۣ>06>fj$2gBEx9LR&IZ2]ǹ;s3 3;iP9k4+~bA v~Ċ*N@}KQq,'1īd̰!MdRGIgx1\f?N Qk31_m7 K2,$1G#^H_>τ.#+T$D]/zl;1VJ-V1zۤ0lyi$RvXغ7ԍ ~]25T]ӆqrr?Xy^~=9b$hrB;nb`Gr'>VSĬNAhX* <10^;2ri7bc}D,3{^bw܅FَALH}j=Ig6TϷ49ᬷrzKtp"hWt6 OůAL\kHUm< ">wha !5.zAE4q@b[Gy8=t- oP9%{Zrc ?$Bik' %Ӗ-c. 8X|5_ep}6[)wZ9~"(6Pb0XǐDb[[#kiX!2$I@x#"pNP1Zj!A3}. 7'iފ{0Ch A;:;FU/FLb^E-5ԳZB3rszy[^Fd&L-/lWp5|^UHC 2BdpA>3DqT_A1t $UbO4/Wd({VeĽDs-;޿Bt EEZ%QHUSK \q*ܙ(ɾmHwT}7f_!z΋:X˾"DBƄD,]E' Q@[L3d;~h R;N1GkqCp[:@,*qgkjB$Uˢrc+@m6#[&g _ ZWm Q3/)ecܷP#0ܛPPyƢôY!T5.:1U޳n˜Oi%pV”JX!e4Eȹ V\Z@ v'ϺCSM5Em;}a7smʹ3f~wUY&e0=^iJ5I!\JCS~0(_u9jQZbĞocybDV._hv%` ymL4~ 7 WU\B@T3!z;@2RZ2xf=xtKVvfcZ陚^AvrPj;!Z C?z"o ls[[z-%(2 ׂ0z㴿YH^?UsFNv(1/>JqH'=gkBK>XM8+ ʀ`J!Ԁ5?LuU'_w={ :v}X`ߩj!ej͝ X `R_3[ˤ4Eꎾ{15삟6L"\̎H ~:)@ S&  )tY}_d`ĪbJ=ǿ)dHM\~v e{>T-;M im pe*fX1@N 4]185җLƼ5v+tC/\G~DD/tM|Ct [!S&.!7-*. Y9^q 2rv)A1W d!{Z2%J#nH7kmsFXD # w*x3G4\d@sG~Odd< 7 uSHS¨h0!cZ߃+bUX󦕅Fk']̍em 6w BO%nPo}99]TK3L(}#t 2~VX.Mvy|q8ٍszt0Bo-[i)A)K]O*)~P3V+8h'/H@Qf:qo+7DojiDռF_o^&+ҷ XT?6Oc^uJB#4AFS-B"h43*#f?Yp~y}"[Sɉ Ba{x>qIJdȂY¥9]g,<нV14TyaWba".#7RB}dbh܍aq}rwHYwZ4QJ~DQòZʮo;YUH<-9r)7I Siz|F;E5޲)Ǎ>Sjw 4G ,~?x{Tݤ3 R=:$p"r JeTlQq;|oEi=ߒwr!!Dݳr9>QK Ǥ g62HPmNTc'S|DZFp@XJ^&|S`Tc$;/rb18%I(\d^P4"8? $u5 "Il nviN$r{ZrcR@[!tZJ1'?g917ѳ cXs]}5qgt⋃ 6WW/nreɥ7Rs϶Vj[\Tp3Z'a4nIUTv^ɢ.RcI6H:'Iȣ/EV}< +O" b)Y3+(ԱLgKJ}Ss{5jѿcz!3rQ7ߕDԶN>~KQKc I8hʋ 2 S3 #x)T 11CSi1R]Yq4uo|Cw9,noRmƐxIߪJΆ^׼X=*YI MkB(Jv0ml稵Z0{pי WD H=#9*#%=t$ߠnp ΚV׆8^%|-\mgea0#!fT 2ZULBu8u5ԒwQA|_CGJ,BjNl}.֥0bF [j-]\b8h&՝ Nd3;O  LAmT7t0*}hn)+4PSJ04/:m8?15@@{uIEiNF"4 {kG.A|a3xe|N0~(xj_ B p ֱ{AP\++OQW]R;@eI 2; gZsޣ`JY6sٯʶ*KS6qA`eQpE` n0QdI3 4 1{ZHr zK&j t<²152;2|ڀ݌7fR#;Ǎ 8X7`Bq=JIMOנ_fݴ9C~ *q{ ]Aiw{KDZ {7ن2VBNN'A:GxnO )wB!~]/(uT@yֽc@StH^aӚ5<~p#+ch$Lb/@Q`z3h3.jWVJIr6{[5Э."B-ӌb(DM|k ^z*2E{SD)YAMGҴ`ƍeZ`4rzZl8$x$FWzgh|z~!WR©tb G/g._^hƻx:L3sL ;שG4{W&8Y:zލc&*}HKrNZyI1l1NS0̈1aZ6x;c*eRӭQk;*M*P~)QGPw?yf\irH5=8_{|lz0qR#or4փ4>-ٮޫf;ђPs;cf$>G^~@/վjH~ =ZuoY7ݬ/ 8 +sy@`FI69q'j5 Ob3<}xܼRT5>L-:-K ݠ=dʚ唎|r nV!7IJc\ؐTZ==kIC@oz9ELٖJ[o*K2ǠZ $ x,KO+>ϴds?{"nM; -@ivam_oNcte6pzG61 A*C c!ӃԄ` t|zB֤+ꀒd(PEɊs}7xYsjp=J};W c|)n` :T*Z lJynN!@x>UTl: p^ ]]K޻ѤXk)_ϿmALmw~ZK uV([yC)V)/&n!` VpP  ϓ>nJ[{ri/3~wEq^1dC5'gr ={Ɯ%yK-MݾԕRK/S%sE&NB\te6<*G9sTaD/# |b@AMω}Ebz󥮰soBl䔩Db}$^R XfA[)1(ē5y V炆[(ȤnN:vPWJ4Vg/{j*"E|0xF,AKQ[k|x]4a`%t|a4CRjxij6E†Nصϭe;]zzF=xSYSuS׍CKr3ucd͓O40r) #Z^qv&U&? @7 d ~ov,50w0u8UJv-D)j}u۲HndPw wq pd{5Aഓb߲G( 0j9ԋZY>gj' CEw)M@lX6_1Pb)t^b՟Lzxm_jFawUҁ#*Z<+17ϑMOqff\SB"rorЙ`-tOŔÎ,♭[)[@{!S! X 0#EBV ?I9cc";{}N,U zߔwvO!MVLNYn} | iZHkGY+6!;iJ5ժ{rA+;3a ,o,ncG|pa5T@<&( =b<+C*KyZu;:,Ch#'E6N|f_oTϝިLT _kh[na2oY>r4xDi9%5#DU .jU0#571x̀qߴEC?oYf hBP4::o Ƽ?3K Kxq4.0 Ţ >yC6Ϙ%8r.JA 4_yB8DSV]( ƞ~|¿QG8Wōb Hv6)S8+FD܎sUvk䏑D?h0ݨRV'̠ 0/lslV5畠)k7JpN1\:Cm9V]M+!d=[Mw&?}iA*q`< AJ]'KkЛ%gʉ O4 ŀqhݖ݀1_aˈ|t4,t`#y8V3AI !90=%1,`/OZ 6p稱> cEL=Z35/rl8u4^.3\WH~.D*>?SS6yOYU;O\D!ܽ1s1L?4 yT `p6f԰BP!;㑣 cF{ó)K%7cּv[J Ϻ= ڲ70#Lv l~RZdLEnB2afq~]wTkx=˟cfNo65ƏLxީ=%~2FZGMǟe!$t`e`*'U]3WV48d|4KŽ(}he)hInbD|pǽLȚ.yյI/:*m:…JV 獉ݭ ELAxU!V+Sc!|WwEGȾ(:6E2~Ѽ- _T54$\ B)Sl1T,39Ƞv`n*LkSx9o+Lb+~&JIp/v2KX* TLk&z@ֽm-@uK*=m{°&VaKݧ&U(vw\"^.Td.LN{";7%[㨽巩[{ovv[Q<⇙PcXM_p~ - fҨ<Bǰ]e_0#=ۂף/ d"&u%+Wօ@J,⍰`sPC ~%@Abv$J? ФǽL?]lZZ[sP.%Rkm6)Yv';12¶0G`krvx:3Qp C-ݟ2[SVa"!j" |Fw7v T=EUB^OE®uYJ#g3Bn‰T@VrQ.AI>37-3 vS4֤~+LN2-bݕ|o%lgo^wnG[iI̋D(Ft*~%SL!J W8Xͥsנ_S,6*jQh!W'?b1u p2]Vnl8te Uy#>";{O>S@r˓*q0CmE D2E «W"+LA"IU;ZԚ٠K)n< 8V[?P]~e1bEf{jݧe'}L#jTƶwYJ[~-* m" QL39mJvf4!`-VYkt}yōtxV#ED(pI]74o*Uwڌ=33̙4?w62Go>լ\XmM&.8~xPY2Q?49cg ~\=i1C.FK#RĀZjl\J]Wsoj>}ڊhF;) 4W&[;j.OD`SC8 f2tpdeNerX]ΞraY4:lg# ``GY &$Led:[VkNwUfhv;Lljy^AZEr 5aDScl(ؤ*͹=y`jB w#8Lvie܉Q[q55zqj tsEfk yMUUb\AyɫD!*z- @ryˆa/m5 {^4$y"=Wo $x40˜B;mUzn*138{xBK '>%XGFϰj۳c9h',Ȳw,.w鰟XqQG`Pe/$##s /OaTb3[^\TL/ 8lxU.KQ4 `' >wWSAӫtMoEY oc?T_/5ڕm 6wі,"ctS:UK,HύnNmV2ڔÒ:H\/o~~LdpJq+>EaadZ{UrMCnN Bw>gve6oȉTsG줹w,4avPpdylaӰEa)t7t \& FnY.bzJJ6䶬C#31K]Uzdyw~dGĠcdW͒z邲Ƣ/0_PuPq/ʡ$I-'| DteCؤ,AH8 (wԔ`,&C/૘b S#; \ל3g4pia7M|[w_8RЎɻ>4| ? |5qCugc|V%|9yKqՇb磑1]xO6P_7z`p+wq؇3Vn|X7 7_bbX4}Vph5 .jjm})D02[Ef< pv6Dc2ȭ0=ϸNA)xd7Mg[]rbtL]>Ķ:ҽkGs(\a@婓^D>g& tY6`0äKC0NuZ_(H!,aw+J~%5!?Vxaf{`X[ 5a#'cVH0_Vm*6,ggiSj}Yd{D,=E._^d `*d9 &X%}>&@B ]U\]fu=kFNg_A8_%yo0L-:zu ")$/MH RGNZv:ctW@VUE9+fmX斵BH}T6;+ZZ}i~0^dG2~5}'O̎c6pGp+D&}c?r-k>llF}]Z6D}̦Nbvo e.N'4?!Gy-xtD# s}1-%??" 񿍺b31kHq]Ԕ,whۭױW⻊J]vb52@Kq|C8SׅGy8RniDN.RM`o >$q6L`d/!,haTs+ YɇE &p0UQ'm J@:ްAwbΆ4Lt_H.֬1@h~gK'; kr8AԮt LpeˣdM8-n;k 3-Q탭@2[b8V BlHf!&~j9.& ]0>%0Π/i)l}~䝛@X~\ "O-?FiD+xA"g>wʺ[xl2s$YũZNO0YGkt |f|@itZ̤dkpP->jjjqd%R3z,r!6(OacE}-gS ;ebgF+H,{N*}}ֺgeqL lQ9$vq7MחnjGNWg׶WVZCc Aڐw+ #ȁiFX ’Z:m7 #A,GOEIS)$"ĹzSqXjyL=Ace2ތ)_&(W|\xa7]7cQCs6x X@-lI(`\n1\XVUh>5y.A+KXsK@Ue F1?7$r2ϓ(]QΙBe"tb 4ě`f&0*;%" 0fUݝy3ze([ @T :! 7IW)40:Ag("pqJXrL85d*g-BrzЌd (O1.#Q$H[^wfJ*t JP *,)XQrV,m9qr}4mAJ0wcbmۨ1d דZ& )7D=C2c?Ύ$4۟>Pao]eL6̷.](ir󇔔"UCDM,^ q"\n.6F`}:4bt/] l+() Nj$;$TaUjaٱ 8'd|.j63<}J=K[ dH72 7\Lb`y2~b/Fuu6Bxۂޗ^m`bSahZ0R)x}czX|? (PVs9[=TolElLљ8hoO‰Bg*VLΜm(i&?0n3FHpdȠ8PaĜorK-zC~Q'd8&} "Npjꥎw!6Eo}]umW;/(E0r,{}PE]M웦P{Xb2ڣ22z5TfEyУid.V/K>?M41z0L ήZ5#ĺ"bCJkBq\^/!%Ɉ)@맖Ja{Kݸö5-6zmmEB>e;R6uGRGZ[*KiZ֖0(BU>ZKX`G؎?Ǐ) $Rt D"pλ-"zC}KB֙d!<֌G!}O;o8׊-,9'&[nD@|ZtE;,7N;l׵vw * VDC9ľLّpY8Gq8q/čQϭMX J+dc ৑oyWLdzCԴSPA΃ ,SxݭU@!n/¹ґ|$LnNvHT%l&Dy$\ LމԲ $+l{5Q; od̵đ՗`yL/a$GG$^8Uu m=2bg䯓SȚu8 3k"|R ς^;S O7dKbνj?ehѣҧ9ҤBzC H)"RgnFyHȋYFN>e/qH۾cM 4zuIgg)8Z{1Gw&)X` ۻRe6-oޱ4"$wˤm5Ej6qnLl) k=$m:U_}$YKw w/oTM`[Z7xuf{oe— %:BHSY_M-ml60:č&x 5RK93}JO=&Ruj X05ùOvrk_L' [8n_&~׀mT9y\V.uzy:62۝IdjX>g#Lعm , [yѥxO(fͩl3ߤqotzǶ2?.vf}M0)i xfHO䶢:$-uOxYe`tzP]Թ.u* dM,4'p1 kfVxB@D5+:zviV?B,w!F?k!Ռ ]:eЕ:OH"ϚYcN2xMޗ`t'\Gʪ~"Ɂ ,UGSf5Z rЫːH@po]^gNТXy$984V R;/M SA('D@~צ?262pCxH _ğK e43)drgnLO'$1Shk%(o,m(1YLx6EtR(tf9kYw2~ ˢ_)2uGS9o>|z&"1I4GV eqQ}ڕdt%@a[RR$AcHsYVSJmNQUꨗj8#QʩSZm+$Ʒ:E>VfS\ [\]x,r ctcN+]Pƈ\DeE[G~hčP79FڐH&~]aຕՇzDqHwj5qmk7˼s3 _ /_DPb*CR&r׉%b`zc 'x>:\&N!Jݝ mYeMT$(,N85u_ \mV6ToPE-A@ز)ctU:tKMU*ID-I!_O!^O9s~y(*:שc9P+x30ח',JԆT_`D&1NW;: \A $Ϙ٦Boq;l] ?A 1%wwifI'!_`>"/ңtqg:sS3!Q]3g5 *t>ȚȃZ32<+8+lbAU9΀CEsq2ȯ7Q,l3M`eu#dJ~ʄ5JhG|%mgą)k&\-9k^i6wpϞ9!Ÿtއ7qBu-SF>b(*1tsq5ɺU=Qn(\Lpa ?ŕT U#8|q?*-3 ~B?ԧ]t po2hG b 4acVKެ]C&,=p\yxK_:̶q8Doh* ƥm5fj3('nՐ.pPJٲސp h "Z (O0۩P"Mu9eEN4 Ky T:(j~MpEc3!"w$"R\GRkO䟖YTi֌`+: 3T&8#a^xMG B=,!3O}4'd'x‘mkȝ2)4&F8NF4o؏װ[iLYr `  |wRݳʾLY;~IuSEQ9~%Dѓ^id'o#@8-LI2)DL+6#Ao̬Lm!|?2+3iQo7'2>0jP:ޥvL'cTt"æwZBA|2Wb4Mcޜ wxD1KӰlC/u9AJJ|G`:<,\A٬26 ㍪JI녂Z4a]Q[[d s9}zQv*vתѬT{?9h:e/ܨ\ xwY|͛O^2iA!4L2cʰ"h-'♧ѡG.ZdUR#.75~.~M"Vaj+TG.^ ?Ly{)w(w7m@ ŴQw>UןK~%k<2ju 8MMDiyy8@g 1W|Y4/#S$0r֝ W457L]n]S4K> 1I~)7}EZ]ˮgN 7TClqD_{QHCZ&{j$Ms`_R34}ޒ=,tLG [ۇi9DZYaQ|na.3F#;+i,}~_>oѱ͡&;njzuuTNJSo64da#?$9Yw=].?n:9vz.U\*4g$k39q#OUZa5v; `Tbps~ W5WO]e g^ Ū 6j/h۬4151!}qv䨻$Xu}4 ?AK";~JB?i_L7Hz9OfΗq*_׏r5/MzzTwIƈՎZ 7A 7wxa'OΥo^!4G{v;>JN>䗧iа7 w0kLLA8-˧ޖ~O s{G;#!EKd+IǚH>vQNCO7N R~mU8u8MY*8!,qEx*VY3qNh.ٝ ./őv:(V91fyuq>MC.z7ɡ0KCW ET'[츠CYzw\hۮ4geY5y49.|ӷ`eMiÈu ]v ~ZoF+6b_Y5՛vHxS,_/HY֊*+4E|ʉU ئ40l&24B]Ÿݨk(-a>UU@⟃ +V UsKt- Sb6݄A9X?3ǃ~N骹8B^(g>unr(im7l[Y")ɽ >/Q^ .97>H/9ִ׿[Q K5lJAD.e/fcV5_z fieUiqdzv&wT۠|\`YގhC8^MIu[ ^^xb6Gұ/r:l/;, .vgV6/3LCéWm'˵?`҄=%,CuFirwmHV^]ѢpۓYzXGK.R%oKTGxNQwL#l(@(16Xr GϺv>Cp=eOZlLy?8) E!, *(X}{)ʧᛝ@-޻M*RF;^ qv7"Ibe ;MۤSmNea@ rOy;\0qEBH&Qga|G䖐xdBGv[e Kb*Wt8T ̟|n_\G,< XG4#I [_%c1"' _\sl;}|6,Q(Z')3 3xQC' ;wO_ Zُ~F5+Dd6Po}e "3i{#/oTUq`hK#NTg|{!d abݛ:wSZbyD]3֛ 2񧝑M[_%qhu% g6߁(E9R!z6sΙ[͐=6?;{T|^L<a>RO~"3`4fsfTbڮ؛׆>jQN/c+d LY$[({lA䁍G(-xdw%2-mBk3%C/Fԩ"˵T:.-7PygVr3qp(2DjHW3yCWG~^OU!p YTv ="KwTf&yQrpK KOdv=f_3V]Uv V%XdD ~ߎV b%v_g?<86t.xYj-eC70N+.9wmpI̎T?ݕ-_&#E$4=Rl8/;#$}b➝yTQ%SlDRm<;*]K0m ^^QXkW_+[4qg5HIBd#J`kLF`#?J#dG*cO!0!ClW11wB] dtGx0X{!2!kJDR`8,̦=[{hh7g, ˯FE‚CA`E{/jڭE c uqoy ӻ_|  Z (PqBSi]/_b_jF\qkY sa1ͣ=JiOkY֟0 )nk^$|dycQE"ޟf^l3H;-{!A,kgh2bcwI.5_U-g=1"wFTz&_ڵpz<@> xv0k,`yu*" \J-JLʗ4C(vǏk 2c`ѧ%Ru[:ᅃk=}7 QQfм4ΰE ¡w3$-Y_Q'ʐ3!zx {sahb~-P[7d.ZRC5^b޺bH z Q@C("jg>|P%h,|t8 {t3JzԻ[k w{ieg¢{lǶ~v& 08=lh4XÁNThg{5n#{]C|4k$,&k,fr8B+p`RHmfXz8E R MphGqg9I=Fb#3S5#Vy(q%-]З[P۱?I˷iZ\ZZٱbdjM!В9BKoMIj,=Mj1CK(gн2CVW+cʴ5D~5 @znp|"N.!E碎~9SgG*jJ}ܐ~%׃Z8Eꠀ.iy_aSxFiu`xZV S*bXZ/iGjcX$H!'c(8R|kD{d~ۣx7paMܮ7Վ .1pަ5Uhĥ}$$sl'CtF$!UiiaB {zv3T@l|fM%"y8JP!5Am vSH[Q UYQBp_}?κ -FnW>j|&OrI{XvyE5תbzWڭpI6c%lv &ww*"&Thgi#::@IkPZRH#Q_1(M5 E\*Uq[|eF9&ޯb^O"`w;~=`.DKIM* e Yv?a#r v?YvBkIMk Io/bMűƭd3aH ^M~2Fy%D'*drP5)OxDb[:f/5uY n-AH)\@KE ~8e@X@q|(ly nԗ$fHV \Y~5:.ĥ4u~ 9RHvi&,AM9Xh~730[{.Ƥ`Rd"&ZeE|T.0^(M;*j4]|̖77\fɈvO0*hi!МW߄9Fs%oc m`FP5BBSo%)6*mfHY˸ ̓+B/-Xi$obo>LSn^_G0NY,|)-uy)2'NNzĤVwl/ Ub x6:F{v% pFz!^!Gnv]U\ hz6{nC9ga5g’ҡ\{ ܟb~>s*l<6j2k k<G P$g|>,\ oNqo"<`h. fMW)fW okf&<Hވ"?]F};YĔZ.:Z(S}M4U^n8/O̝%DsT65Qn$J])f|)P`G>v=dŕ2VoKva췞\y^H{bhhLQ5E= ,i fmy)ontߨЇEs30Yw׭;,sLlA`ĐKg##4$xx56:J[?z*lhZHx3:1&M|H6C689lfۂsi٠43S껹~lΒˌg4:G.nɪaZ@a:ɳ gM`܊t薙3;;lU(xkPcWpSɷ>>ҽǠ3(RvDmp8#rf9  U;6!Xe qq4ٔ@c4-n#ϫ$|(@gŸÁ*'mIE@̼ypp!>ep˾#)UI##?,! M,Dv/ Q}k9D01M 3#ˌpNx(jפM@W+wu E[hH!yJ+9!6[ .z8 <ƪK?ԎZ u<.jHTFe'U3ߴ=W;j(/*^t"#zRl;DiwV@oH!$nDX (m s3PL7jpvS.-N7 YA ˳\R: R Ϫaδ,RKCDdJ^eکV\п=l=6f8w& F~%MI$Tk!ʲEJٌUSu|x\GZn#[}'qcw}YrB*8j;dqW2Azf";vAJtp{5Ry,L 3r"4h6`k^!k"Rrfg & ٙD3/)0f#z6̘fCFfNZ[tU$jG쏵~Yi*L0u>t^A!<Ґ0R:+ &GYBSFl3J-cas_&U TV-#G;Rp\=EZiY e?ƧO~t&n7Kt{'+CaYi RPq}?]CxʫTJ^a)0ljt^#r%7%ziH[!.i/.eH>-?i5cy~6/hʨ`-,i]y&%'cHzu\t&[^ aS^AJZb?hP*fYoqYAtl V*y|o+%3Iʪ%9h|bCɱd ipgU8R8F+<Fo}5UU_8C*(WZfĽ H~:-x61%Q4YMf Iq&/W{fvFYC>,FEc6BMr[)@>_3 S+㢈 rMƧdי #&/^RU} ɇ&3ICIfZ26c Q9zdOty 9Q?厤+WM_8~ȫ fF;@x/ns(WTm/ Vӽ@Q@zc$z+ז'#0 #?vllVNJvֹ= #*p A(>c%5''HS vKX<ʓBrƑN[|@@mJ5'q:P I+as\V@Rk u۰<0:%`O8\@wB,I_M{OM AO>B|ΛM7(~‘ S&o،ٲ&5v)1x[bP;\76QIƩD>'u)|FRjHUCjcYv2ZBDW>is{FdbPMcX@5TY">6OBwRdva0EҚ"͊}ӋlxE7M3 2Bdg"j$"sQcET %6]ggR`>Bo 8R\A MGToxod-l9grm WR..DkGt>' ]Rv|ocR9a n0]\o6BAM(kL5\i3QA;)$ Au:+nվ a}0P6CFbѾ4{4pvHP>o- ű҈~G4Xv8ocظ'C+0r$u)p$S-޸HCٟM,٢T5NPxc\$xVaBH[SďaѮ3<`T[#ٜ]X_+UfWn4fgG'y Fʢzuo>x벙?6h /K ă?7?* (ĚMgmoaF̺\͕/wf#s4sAOT#-㢩.wvx@I,z_]!`;`:.)*b*?%x)#]*Ww[['BkgB!nlXEi"%IM o-azΑa~c-"j@X Y9*.Y@J*@:'ŘMJ_lqRlV 2Ϻfq|)2xeڵM#aђñ#4c{%g}nDݬӪ g>C^϶ۙbyTj{#-oC1`,@ %TUfR%ӌE]47_D\Pd]5(+;40GެHu|Vh֝΀DtU2AuSyb07 D=#h~ts W1Ig8 xp]):1yṈ:\E”1H{LHŬclh)='GU_̀?UL(%澾nxcF |~-8X+?lO"M3j"$7wC0U8O)@YQ zeXp. ^r`۰,7$) s`ZS͕t;t=м4wdi7ȿ92Uq3 NQ`T_ ^0__kZ^b<\=Y z4SL KPN(И>GB<XӌJP7R P_2GؘdRS݋G]^3UM'HԧU2z?F̵I.ef%A0)S!9RTwW_hS}z8yUZgBulF >I{l+Z.bH08{z! 2 nB-&n͖Qn:m1,vϖ{Ø FǢ|`",2s,Yv%(d!!Ў[ulL<8_ךs޽ZQ* uGoO3n8;;>%(A.K-8&]n(  S ܗѾ#2?xgo=wY5AG .[Y ;[ őq]}t ہиk8WkCᬻoV11^z_ h(s:CdEBEuw c xPg= _mqfl+sT[i%COI`6}0A]q {}i~ >1h8*1I1W/‚=J4ynY:#՜l2ib)޹#.$SڢF'W'o+);.jx􅤄, &J( !¯9ݵ]ƒ7˨ח|6؞z@(m3^{OO{__ K|x:P Z~׸?lTSY Xx ]DwIoƥ;uF̳ G|Q(Ա56#<&^i@2sC xNPk\S,6` ^xӳ-TW&kD-{RP*O92%8L6\t6.B+H٪K&]2 XƄO%_0wHJ# mg0 #tk޵6`>1X; 34 YZ