python3-gensio-2.6.1-bp155.1.6 >  A dkGI%z ()s4h@{$<=ݟ88tw2欁 yH3M{U3 ,k 7i辞^^|Xi< ͯwt1.~8T~%6v bpJ7oW4zL/i~考oty-ٻ&Al~5$KCzq%QQN~] .\pvR=MrƧz16I#&.e/UejU5o"&łꏇ0ު{O<[lsq7Z?2\d&&U+eej^UNb5085830dd006982e2ddfa8487c9eeadf48a08ab9c26413272bf64af6a4f1f45eda4ddb577d9f5a4401802011bcd9b7b3a9a425f؉dkGI%z U̫@$1&MSlS.͐_Lo-aI,lr&Kf7ub #+Cm5+WaVt\Uhl\NOdKlv:bV'Ly؉#HK,c,L׭O6t#d8FpMp>)?)xd ! ? #FLT\ ` d l   ,4\(H8P9:F&YG&pH&xI&X&Y&\&]&^&b&c'd'e(f(l(u(v( w(x(y( z))(),)2)tCpython3-gensio2.6.1bp155.1.6Python bindings for libgensioPython bindings for libgensio, a library for stream and packet I/O abscration.dkHUs390zp23SUSE Linux Enterprise 15 SP5openSUSEApache-2.0 AND GPL-2.0-only AND LGPL-2.1-onlyhttps://bugs.opensuse.orgSystem/Librarieshttps://github.com/cminyard/gensiolinuxs390xp큤dkHIdkH>d4db2704c56d4afa5f5807bec0bfdcd8dec0fd6116922b061ccd46d592d20f442052cbf8fa2397cc143a9d79adc67d519d5e504d313dc13e1bd130b63e9cd033rootrootrootrootgensio-2.6.1-bp155.1.6.src.rpmpython3-gensiopython3-gensio(s390-64)@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgensio.so.4()(64bit)libgensio_python_swig.so.0()(64bit)libgensiomdns.so.0()(64bit)libgensioosh.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libpython3.6m.so.1.0()(64bit)python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.3ccbbs@a@a@@aaral@a#`g@``_@_м@__|\@_p~_C_/@_p@_ @^^^^1^=@Dirk Müller Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke - update to 2.6.4: * https://github.com/cminyard/gensio/compare/v2.5.4...v2.6.1 * The internal structure has been reworked so that gensios are dynamically loaded by default and can be individually selected at build time. The library itself was getting too many dependencies, so these dependencies are pushed to the individally loaded gensios. There should be no difference from the user's point of view; gensios go into libexec and get loaded on demand. And you can write your own and stick them in this directory and it will pick them up. * The os interface and mdns code has been put into their own libraries. There were circular dependencies, and mdns brings a boatload of other libraries. They really aren't gensios, they are gensio support, so they needed to be in their own library anyway. This make the gensio library just about gensios. But it will change the way you have to link against it if you are using mdns. * The sound gensio is now no longer experimental, I'd say it's beta quality now. * An AFSK modem gensio has been added. It sits on top of the sound gensio and implements the 1200 baud modem used for AX.25 in ham radio. pty and stdio have a change in the way euid and uid setting work. There wasn't a security issue, per se, but the way it was before didn't work on BSD. This makes the usage more standard. - add splitprovides/obsoletes- Update to version 2.5.4 * Ratelimit - limit the data throughput on the write side of the gensio stack. This is useful if you have a slow device on a serial port that doesn't have flow control. * Sound - Yes, you can access sound on Linux * Fixed multiple bugs * This release adds a workaround for non-compliant AX.25 stacks. * It also fixes a long-standing bug with blocking I/O; in certain situations it can crash. This will not affect ser2net, but if you are using blocking I/O, it could affect you.- Udpate to version 2.4.1 * Added support for the AX25 Amateur Radio packet protocol * Rewritten the C++ interface- Update to version 2.3.6 * Another bugfix release- Update to version 2.3.5 * Bugfix release- Update to version 2.3.4 * Bugfix release - Update to version 2.3.3 * The major feature part of this is gensiot is rewritten to support a server mode, which allows it to continue to accept connections after a connection comes in. As part of this, it supports multiple threads, pidfiles, and output to syslog. This is useful as a stripped down ser2net, and also for creating a forwarding application, letting you convert a non-ssl connection to an ssl on, or receive ssl connections and forward them to a local application that doesn't support ssl. * The oomtests are getting better.- Update to version 2.3.2 * Bugfix release- We build gensio with support for SCTP, MDNS and OpenIPMI; let's adjust the requirements for the -devel package accordingly.- Update to version 2.3.1 * C++ support. The interface was already OO, this is a mapping into C++. It's light, but not much was required. * Built-in TCL and glib OS handlers were added. * 2-factor authentication support is built-in to the certauth protocol. * Support for elliptical keys was added to certauth.- Udpate to version 2.2.9 * A user noticed that doing a "send break" operation on a telnet connection would crash ser2net. It would only happen if rfc2217 was not enabled. I've uploaded a new version to fix the issue. - Udpate to version 2.2.8 * This release adds 2-factor authentication support to gtlssh.- Update to version 2.2.7 * Fix: multiple connections to UDP sockets not work correctly. - Update to version 2.2.6 * Mostly small bug fixes.- Update to version 2.2.5 * Mostly small bug fixes.- Update to version 2.2.4 * Minor bug fixes, including a long standing issue with UDP.- Update to version 2.2.2 * fixes a compile error if openipmi is not installed- Update to version 2.2.1 * rewritten the OpenIPMI SoL code so I could make it stable under adverse circumstances, and lots of fixes in the gensio code, it's stable and holds up well under duress.- Update to version 2.2.0 * Support for mDNS in gtlssh. * Some minor bug fixes.- Update to version 2.1.7 * bugfix release only * No user visible changes- Update to version 2.1.6 * fixed quite a number of small issues and things that weren't quite right. * No user visible changes- Update to version 2.1.5 * You can now set permissions on unix socket files * gtlssh-keygen was extended to make it easier to install new keys and transfer them to other systems on a key update. Basically, you can generate a new key then issue a command to copy them to other systems using the old key. * gtlsshd was fairly broken handling passwords if you didn't get the first one right. I don't use passwords very much, and I haven't figured out a way to automate tests on it. But it should work ok now. * Fix some minor bugs and a possible (low probability) crash in stdio. * Add some tcpd capability for setting th ename per-gensio.- Update to version 2.1.4 * telnet - There were some more negotiation issues. * serialdev - Fix issues with slow closes. A close could hang for a long time with pending write data, avoid this. * conacc - Added some extensions to make it more useful, general, and easy to test. * pty - Added the ability to create an unattached pty so another program can attach to it.- Update to version 2.1.3 * No major bug fixes or anything of that nature, some little things. The only bug that might be significant is with the pty gensio: it can close it's file descripter twice in some cases. New gensios: * perf - This is a fairly unusual gensio, but I created it so I could do performance measurements. It's fairly primitive, and I didn't uncover any performance issues in the gensio library itself, but I was useful to see how different buffer sizes affected performance. It does show that the Linux SCTP stack has some issues. * conacc - Another somewhat unusual gensio. This is a gensio accepter that takes a normal gensio string as a child. When started, it opens the gensio and when the open complete it reports a new gensio on the accepter. This has some interesting uses; see the docs for details. * Added missing man pages on the sergensio functions.- Update to version 2.1.2 * lots of little corner cases and race conditions are fixed and a few minor enhancements. If you are using in a multithreaded application, or using UDP, the relpkt, or the mux gensios, you should certainly upgrade. * One minor semantic change. UDP sockets are now opened without SO_REUSEADDR set. The UDP tests were occasionally failing, and it turned out that the two parts of the tests would sometimes get the same port, with predictable results. - Update to version 2.1.1 * fixes a build issue on newer gccs, a doubly-defined variable that I don't know how didn't cause an issue before. I've also been enhancing the tests a bit, and that shook out a few memory leaks that are also fixed.- Set CFLAGS+=-fcommon- Update to version 2.0.5 * Fix some license issues - Update to version 2.0.4 * ser2net will now retry accepters and connect back connectors if they fail to come up or get an error.- Update to version 2.0.3 * Add a control to allow stdio's stdin to be closed without closing the gensio. This will let you write some data and then cause the program to see EOF on stdin, but won't affect stdout or stderr from the program. * Add a config option to not install the man pages.- Clarify license- Initial package, version 2.0.2s390zp23 16847524692.6.1-bp155.1.62.6.1-bp155.1.6_gensio.sogensio.py/usr/lib/python3.6/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:Backports:SLE-15-SP5/standard/ec23063c5549b13ed5672ee73ca66e48-gensiocpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=6efee64fc94fedead52928cdfea9f228aa33f671, strippedPython script, ASCII text executable R RRRRR RRRRRR m6)4Hutf-82e97099435620195110465cd9d61cf1423c786d6cb4caae2056d00c1b8c6d070? 7zXZ !t/W] crv9wH;%]v#\zWPѐNF#!@5@Jnj{J~β-`ʢj(K}? 7OfH MH 8jOהA[Z!1?F "B]LM[sFË&62I BQ8L(vؗxL ôԏR~Dv>;Fw+- 6j gΕ͸o Ğ7ԷuqNܴ3j[)izk)ɔ[5T Xxhz=Ix[AHX[߿QVP^:ZHxդ=at9=^AZmuUNaujvc2cJݫ2PA!n`Gxs r:(و;LNX.`8H0WyquGd"\5WV,&~63G|ؘT{u_DsȉIJitBy9%ڑ |O֏TQFBhXH" rD%9M1P'lrVCso.O3+,GX3$ _,郥EOoK H;D>^4 Y^)Z{Ŷ[-#d3/In\m1;iM Nɠmpĭ7{oJWАՒ _lM!{_Wz><-9&I1(,lin9E'n!Ov6GAA&MBÈ 4|D>"]{ΙG 8WY&kxmsrCxa*A\Rtz; I *uD{Ye9-㿺 V(^f )JHXҕZ2V7nFXׅ’JLةl <[B=mp/\kЗLe^ 9Yߞorp.o2VI6 obUNU:jb%E@Zt#Ss! :$TeW;Ygfbr\}}Ek$R~)WqMІ0 ϸRLY]z%ي;@dXGU"*x7=~BzҦC +c~*ȳm+GjO+*<['IƜո:\8ڰAwfb7>?ijpXMBژhx'PZ VIN6b6Թ*mȲh h%,KS{:D m+@dƞ!l(jab MlTCTr%iqRin"K @R_F ,;IEXX 2&Ѥkr$-^?&+ y|'a_,.35҆`kMྗ߃3=ԭE6PrM_]K&\_oeZoZ;ma<}|AoTiTws2U^ 'w-h7H3R 8>&DH8&ryH9v@ >% dy 9 ?^Y:~xH'2#GDpQgpRc Sw``,#XFے~hQ~{Lbr$י3 ET{D83Ȧװkbd#Dd S/@}!uQT_׳Z(4Ȓ70u22o]Aë8vB~{C1@m#Ǻ?4\_$1kԋE$!hk9 hjg'xwV7cޮ@4!;O wʵ@G;b;Ν&d=蟕qyE |άie$Wy[| z|`d/(Ϋ=f.Rb Fk7T\y *szx/+LחE _4w,z & w5mSg2 )&]ϷUhE*{x}!2qu}˵$POv nOUr,Q^L]c 6+ԡ jWI2@/k̡xoҹZ]<<&oma>@R&dpaU^╖a7"|Y$꽓G lk;ub1gu2PDSs?<#w0F} c IZ7HbѮ%LE?cd ykUɑ_$xNyt15gTj &΃!n?IWB-ŗ8Uԋb𕮠sj7٨`|d SK[[P=c,3@V<"h;9m/齹z`ȢSwǾsuCup\QfYMc{+fb*eXU."ۆή:%E#~-[ؾjxdpDyVW1> 7xvy—Ge5x霵e۲!k;ARH,S} > D$llqwDHNnbn4, a˘Llj5W0![(<{;)"(?>lM:v[oM,dRIٮ3X.LxW$rș ok$[Qm'VX T+ѽ3r9!,ejs0r‡k.G4ylTgp vbAy-W h,{Ӵ$&ȍڝe )kJʜ(P}a<醊KbB!ZՄ_qH6,cQc\=ciw>ʒ{;_< AnJ.t@ ;rⶃ|.0ZeY͈'( } ^Բ/@69B3G뢚q/D!Y ;GK>{wl8<,IX.lWQ}TEn|6딵l zs2E#92$ $cտj=>,s/|dOB,q|s [9*q-s>x+A3h`_)AKi =6d{д"ʱs_ihjt@pBeW&2-`#BP ii=tprl%݈syM]Xg H +I+zJK]7>[!D^C.ʆߞZt߱ j':=?2G^y)Ǜ*+E|@㉌]M/TPC04v L+ΉjaT: f +ݳ0W/T1q*J e o_\AxחP8i+˧-i}};0b$IӿۏzWD7F\4VPy,9 L<a}iiGUS#]& хky^*z  xR3Ҕ5WBh/i}ЃlG沊;E7,ek ȕX;%T1t*འ ğ۞hTMb1L%~<@\leW>YOэMr_2pV.kGnǼ(M%o":ٱ`j"!9hшdG|sN1R8Ya׌/R-{K$6zثOӱ/T. =?AO|gӁIG8 meuqX@X@=g3UwwYUEYpwٷuLMc/efIh_UO눵S# ccw} ݮe5N}4{% ;B&]Uӂjfԗb7- {,qrGsDoɒOv!Aw=Ku3~0od58 /S,Sw>!F=l$f27ISg~jPi.؅p=gzQ L>JIiaa-A Yn[j(gjU}(E?l[ >)c L۔qEc@6tgoHM,?%vԸ:^sFZ3IJ+Y)A#:h`Ig 5gq.w~K:L9oW}Fel"&mjF^ }{M=$E_]4Fzۜ mɒ`?(AWq几X|l#4^EƌN Bq܎.KA.#U/UTzT(|;Ha-)&ҡ>OC؁wt45`p:eMJ Wd!lR.D k.'BSExO$uDh(u L#b\h00NdmW{cd~<<=QSbn€1DSDtês ?FןP؇) 5^ZQ2w#nIpHDɪIW m (t#Rk^A䖦L+e Â9cWDzQ}ziN~_+A<> N^8B9EkCMeGlZj )x4=ou)<;>=aDN;ͪ)Q7cD3RI:008oo|Ud:[}L :%#\P$殺 F3+sƅϿ;އ͝Voi\rQ B:k1#1: X "|h߻ގT,1jcؗP]P lyɩN<ōW"Onh/¨V>'GIV_]´L`w][2MHb~mN}MO$+n~O#ZA]<[ G2AEkXs/ #}Q_eS,)P0[.Fz 3Qwi+u`(Fp2q;!ۓPܕg$xPූ56&] c[.5-j#(b錒7$a;={BJQ2~Ln\Ixb&d'}=9 5|Fć P)f\J&4\}|aɚ3.ѺCh~aj -DCR;Y;uR~9CSV8"l""#0 f%)xkYh&dwGn(`.˓`A=3hwTk>C?q",g}KThgCҫ{/MYT󷞔Au0MӶkI _T=e^Սvt|D bl`1v8Jy{FA_`~L(Dfڎp5u'f^W~BW ܳX:vkJvxS{BO'0[H첩tM0t\Ƕ4 U1] ajƛ\ҔT5x}utN氟> xm /M0Cϋm,e2YRp)Jp3>X kc`fNv[ %gK؁4bL64Vb-3,`д~.$ U0Mte(9n`~RL)k1 GƾAO"#AWl>1h.S: ֠+rDA-8x2TFw Ld Y>LFvZpebϬ8&^}*&3C93hxOAIOzed8v4hʰM@93>9-dS3 K}7j h2UOI}܀V|ArTc2;:G'T<ef/5%WZ9Zmמ[ )ʙVܖzueރ+-nDHz~  w([ڞ9nJ۬wdЂ(֔ᕜ8i> ֟׆sp;NU"/^-?ak,QkWS͋ Cf  Y䚃==nd!UyljG(_|)Kp|KT:Y(C[31U!|i2PwUcvw,!!ؓ΄Y}8pL mVq~,;̺l ʀ#u-ߟg){Qq GiK/8I+dhkBRY'#gn8(Tnp(3ĸ !F1,B=`?ѽ(_ o%ڢH}VۡA6ֽ,_@;޻ݾy=tGX Cj<%,Sύc ؝Ĕ^p YT(+ Spb†ԁDw>א {HX{9#(m/Dk,c—͍͠zI,W#j+DY1eRb!j%- y~G*`ɠ^hS|DkJ孩C ӍW7+*g@?Ҏfq!*zN5̳70:ԱX><˟@tI: (‰Uqv23;\SX #iFyWm(+{5dm_% fYW^M;Q>l`O0jT_![;\3󘩺hIdF62bJ ,,ӍjoyPg4|ǜqf{U-8-Vsb&x |2SdבfYͻi`( Tr, z:oݜ,=س3&B ?y2h;̄j _f2\w޼hcasw6:=zq(] s! kW9uF5[ 6A-79=}ߓtS:yJvx-mGsr,#;NzpGCb4dL|@n2FJK1%X?EbIU]AQ|JN2.né+w^=w%2>c *3R!DMKʍpXg]t\2zGK-kM0*(yP "gl~&m.ߕ,NzR}Pdxu*͠q۞/ssݧ0Mz pypC+fPw_dW? 2{o=x8[ଃm82PSB,n7|ZJ|ȓTc$rHۺ9r?YАFvG6^u!330M[aOph oHkf@Ҙj!~.5dAg9\D)λ:{-.μ -FlX0Fa!vOYGu.AFw8F4UڗqM{TK{Xc~Ġ)avɭ=wUe>&7y~Q6]N\2eĪ &S$SO} (?]iMh8fx&Q^hOp `.a/I7˶U|-)ZDHYV, 7.jxBYͅ"xȤZ#@Nj ڷQ?jqê'UQB_gFZABKz *#+y;iN׿2'gGHv ٴ|Ojc<C!W]9E+cݱL)QNPA=Yyq1fÔWQ 1=2@62҅.VC[֓>+j[ OX._;H#v;.+],{-Q$\9.5~SXϼ d\W1(>{Cnc&j6T .WнE'`5(ȗrtP&lg.,=d@r2^R08$M (|vIZ)iFtSYc=ޱ&nE'ƣC!@J:*녨n/Pij)S @GX3@55/V?28h6 owo0i68|JŌXهoI$ XiyUjJ?8WyaR.ʍjd|V7O?z_͡\aTBZAV-@ʼWthU2zWols+=w'JÒ>qwvCmwJb1j2-i Yp<2;Sx"r)(qN$2 `"5oqa~5U..kLf%(4Bg#h&`^0ysY}|wHO}+:iE0P1f* WpuFNcKE^>I2$k`ҪAHkqNnhmRàQt^5@!8) b;O'˱a T5֠ǶUk>xiqd2MQKNz9^^W8ޠj $ōSF)ADLM!+wŀph|yY-s '!VS&t9沩 q{1N![IR^l3(Q,NwȔe)Rr|svۣ"(^\^dgc{G7aCѽEzNsԉmDT3kwX,iO0&;c>[Ў+TQ4w3,N(3!g6Z2*Z,G/4W+sT-#8zV|c55bK]@a()E:qs[ksىc~ dR"_yv7/gI?e³Ax.yt{HMC'Vn~|0_fd'+^lX0fT['H'Y`QV`sHZr[ P_@9.4[F.ƶXZʆVorK*DXnKIO Ж,N&2pL/wyq!k c֬KߦWO) .k[0=$X r^Zh<;.[~J\>f"Öv͆}!5\]0 5%ހT#]&^亰'紒Ɏnȯ0`EGC4ϗ؁4?/E].=O'ۡ67isrO Kd)LIyI/#gߜc1f ԕKuL+J*} r^z>^G&+}tD(FMBRR (sGơ@^Uj*{̏-dmӯՈ~V$ wQG#qkM-(rN%IIL.ftm^WSb]M{!2Ʈi1=90~ךHGS=/FԚ?{V : ΢ 7IMhd/_ܭWb1k?6KtЭ*a7P; ._|r,f.P-6*"dl> )M86pR@nϐ6XyL"LPC+r?$T-Tˆ=fL8I8M}iP:qxc'#8fq%LEōF(r}knXާ-]֤ƶ2T ^9/6V5BP$z/5 s~ gE]vXb`KqALUpMRGP/VȦX qsxʹ(k S$S<Ŧl"kB]J9䎿fi~Bk40tt* b`7.X~=YO;<+sJ:sEuʬ>n(RE>Yܡ[.-FV4;c'p'I`؞K)OwLN /cvʤGaY}u\MJ~N̟'L+C^5B$bGVaaspLEcvfFJ*Ah\ϛDVx#Vp-U5UWInQIIR? P5h~TK \HwZ_r=riF;Ε4hд dVɠHp%t%[jNN tӹg*mW%InYf/Gi,v@)]V(h ۖG/?$ lz\hzEىdz X58õ D$ jqe~j8t7 OVNJ>,[+>'7ۺ6M {%v7vKs]6감M~@rep5 n9rऺg2g.4ʍhXY$D*)FŤ¼Q1UCS~@LI Y78l]V[Hut;1\ke),e/fV^*:L+]@ڱp9p|7/ )!LV!1ɐZEE'LnXoa%n>]?\s 0@"ƭ3lΓõuJӅkv$b v(mj+{,oP'dս E94/d[4c[P@ Ť$@[\@]sr{fT@"e;"M2v7|Y Tͽ±byKM|i[҃G) :0mMBM4L]#SS"T2yQ[s}aZ\>F=Hna"zƭkd7Ƽqboe'zefFL3ʢ7 qNWbx(N+f_6AXrm i hrP3z,0d~y\#\-:ו=nY2|]%^Y&XdfI .}CnYbސ1Mg@hv=.\ACR`ʛt@3!~J@7c}nOj覿ma7UXmt !Uf(%OEԕ.*J덜8e9*BgŶK5?[Y ʋtlq.tS! U7mOnH8*q=4YŤV䰀\}(֠0OߓId%bhZ+sl3'mZ=\M}ʹ9q嶨[^ssaC^=O45Y/zuc+κUI9b|r,'0 ]_״[.c+[ЮjBF 8!Q~bтAˆH6ޒe?ip5hrU Ike߻7jQ(Q̓"':Zki=) =軇~'%G+AhIA*Yx |Wi4c).b7E u w'k:g*yh`5-.JP9u%z[ 2Յ!;yw@3|dEGIIۅbr>a%K׾81 ]a CWX0(]vC`#*3]z*ۻtTt`as<{:՗܆mz°a7 ׵Q`ܤ؍柃V͢}ƳW>zPnJgk-WW=azn`<є,WgG|P mEH$zP*VDn-ϲLE&)m=\W4W#`d;Z#\& >k2-O.N Jb4bK o=rܖ P>nef]PVgSMkI"\Esm *ug7tET20 U|M)Y1&VƧoEK|t8ڧ^ u4i(e yw7]t}?MA)B;*4s#RWd|=X}cYBN!dӶm 'Q\KW!2d%ǭ0\7+݉dd4`q!Cԫ"_%pFibMzoyOGOV*^>0GΆ;%JDzB0_^Qs9\E,JNT~][e?xfn!]1~MF0#J|? ϼwl^9}?9顃5(M*4քj+9@gGlzE8"dq@T˚[O HK{@=SL."ą%*Ͼ^;YІ*5u 9Oַ$~$OX Ѿ: K!*`Ԯˡy3l7l!aofR䬔KE O#zϟ01s#2W*5V&G.9_E}Ig vֵ! W l (j!\+W.9æq=ǚ6-{D^N>;-Hs]RkLmD׷,C=LU 6Qx=鉚6+3V3*aSnyGP1TEgfxl_ aS88x /S0VYFK{n#0OU 5xczBEw1z 5wyX+֡B#v,fP$>B+*΀r^Cc>im-HYg_^B,#r |g6[[,—V꠮|ۅ<7ݳu f`t_ X-mcC_LH 9ƻo݌ttCy~lcz%AxJQd?!H9Y8 c϶\0//GhS TOǓn3\rYK=ՐTjo}MxPFrW=~ ɝnf]:zx#jH_ aON~E8c%m{C _n6fƘ1^;]* (="+Wj2=|KԔcdV1u#GTƒ, ÏgՁj#F'8,et Ahb%*;9|;U{ F>|v>!`{5o9(/ViiyEle(~(6 :;YDKeܒowR W"dBu1z}Zgb)7;}о`Dh;~$5-&z"0Mջ O9RF5WsڬbڦQi& BqBH: uTfAvI<=Voشtfdu+d j*e`-7xH`+hUTu8v#sWCyF v(z@eG:jGդܫUGauᔈ0]=nk=T^ޫMjpN , #=-KI Vk}v$ 37$x_pKM >Hy9ƻ\UUfUCiJ+fD kId?8R媮6S%.CхuT  ln)@edH y \j`Ҁ_ hO#>xד+ڒXͦţl2gSV}\~+KTŲJ"u[tƦ q}˶d׳ԔD7 &@G+!!>ѪجSy4rcѣ@9o~g$!ptH{Vdn A_'YT%QmN+1S Ar~rթJq d-W41DʼLQM: :(SAQp찮qErRCRUN/_\K׀zB1@b7(Z0fW8f'$SqsL RHLL799Dg~wYܙ}"GqBwp꼎SPn?hMq 3mhog~Y_L;jjiiq%ne~vXm+QJ ^rGo"I- f~(-PrBR(۽w+9b> 26Lr?QPAXu)r7IH[BPFTcFT)3pNm>r(ŋśy5‡ZA"Y.Es ]h4E.*꣱#H=zkKPtrtG9H-ɽ#譃~#&l3Ƭ2Y݇JWXF^HB 睻4vAapl%!B6 = nveO*ӂ|W (^K. xfU"YL; جK[&N0'b Yw9"L,KeQX:?c޿c$)`M9JGc,6cAFN4N)wZCΩ-Ưv\a#->XtbZϹI@ zyHed:Jp\gM`8n8B6T{TJEnCeL)@#?NpQ8/&Dxds.$)W)oY ";޿i†v O"q^H7JEL3͈X 'W͗U8gs%p}pJq9})OQ= t,ԥ-EGMlQ1[6R*( & 8_Qt9UKu a)i"HU/ubv;.Ė[V8)qVCjbSYY%6z8U8DY5iNkxg.vȕ UbgJVLmgt m؁\rlqco@'jN:GFNpkBj׌;?11'2wK^O=yySsؘ fZϜ!uT<7>~ByY)(Kݧ;^Qv~m-%7+wD?caomws碊_7~:uΗ'LhsX gIS@2yW׌+͖>vą-v _%E{}0znFW({17AW\rwj]Ug482տs%tg/P OU4Lݱ< C\O|"lV5HI`=Cg,ⶳ6= Zkl hl=tQv_\v,$x16ۛU_m@tAv ;'@\U 0{\Ѧb:'gF-/άչHFDGՇ|O`>J :,Ec')b1^XFaadCeDGiSDYNo`jǣm3Xu:!.;p~Ȓ,YjT:ъSniODҶ P`G9fc@ +6 mf0ȳ{ZO">Ai[h2ثuw32ąD$ a߆`.Ͼ.S2aE1Bu&jR DNVbN*Gzo?~,vu:=HSfи3,̺>8aoSC='57dv+Hm> jKn\!-!U`Z&6XLo.>d; }uZXeiD:}F'SJ;qܩ Ӹ7N< tLYjG)ٕ}Ӯ{XP2%3*SPЈK1qGхmHh"#g%Hu#i- As,Ro w `*>9gH"0_~1bo=4 8U﫪K ǖs<~n/Jī+!Lu9zhQs<wy}^-:>t-+LDIVŞi&0. QSNq#OR.&j=v_^ ef1$*+!ioe@h42i{eʟ#;*)3B!C{$dZzdt%}dc?[c!]eR,Rr*G$EPe2͉_U Pb7+V<]}%(qӻp>5\dq&g(_RVal828@,9^; R yL-t0!Rc=g"pm诤4{+Xmӎێ|Ѹᘊ?&S/Xf1%Ei-L,WH^>65{ [i, 2mz{|xN{wI HƝpX,<7[,ūƝ)db6/FՅcm C(?,Dx1{v^xgtV9gl+cXnI$6\G&g8*)ʨRr PȦ@ߜ]5soAHy6J̲֮Zz1xz^*.iǷ~h]#P >?`!PPD܂a."qMoz[ݢ>u#I8B6)}SE*4w>\NP!$y,nUw4-c x"7fZ5bƜ%t?lAg"-8V^< #"GІ`c2|8$MF.=բ%D=0M^8{?t2|b3ͧz'gs%RYÝU0$8g~@NO`xOPl^#!C[M};<0q +!{R*G9 p6g  & kqCotOK&<.`A&&T=^Q >Y]>Q{z'UW?⒯cgQB++ LfcR4Ƥrr6YաXu\aY\dNRRpLwGnyj'\yV'j[]@>aeu)]Uiګ?WwWg|=68~N€X ;/̥t {ѸlD3Ӕe]m6~|GpuyGZ[ڑWB<bPӊt?v~LaUv41'1wKWm~o0{G~j[s}X2o{I.H+װ[⵬e~78um%+W8 !c(a a1t Ľm4[k)dGECRaw'Kh##UM忷J(x AC<\jC-A% 1ًOw"塓N4i?[+~L%R~~~7hOzی$[IR -uqa?rZH3'ZtFC%3_̂jG6 [!i3[+H5&bt@T84ȓ-9LKu@H6 ! ZҐ'gN5 ﯐I0ge+hWy%4iH:LxY'B|ł{9Rf,UiCoE{\~jי:]`]HL˔oS+K'GmwW ɝs8O:$@H8K:ٔZVYx2œ @|ќQ˽2JD-Xk8r2x>G# SO/(ޒLO[\tOBmmG8(Bߧu̴H9gz$XܬSgnPWa OM`F\/.F$TM?X[vVE@>LVo^QEMUVК=Lz+U 7xRfԠ ) dݶ6dYQنwI|b|`O`0?gDr-s#PL2cɚ4-G)tO`'}4wi<(Hv=bUM3\ߧ QǦ';~\QW 85r@iSFӤcZyW,zÚ:GOƁ.9jJc0#6r1JV=vX1mJL2Hs5 O/U=aV+ ƨxo"J"h8t "҅AݩNAm*Eض_ACJZ w!MW:K a^r-L0j' BYOwk\΄{t{AcME?2'JəCΥd]92ep߄vj&ڞOG,ܲ, !a?6Q(CcMZn\2zEƊ҆1IY i,q2a!T==Iv-p<cqo7bb^7`ْZ#wfK!+$ O2*%hR1EZEF9tQ7\^r\\=vEJma_G؁A¤pNv+.(&j,cNy;KWs+H"t:jK#IPqf}weu1v-`OۗBS"zPn.nE\X[XF1]l &'fmYiE`~jwjkH[SXaHb!10!UP亟CKsMFR:6Hx D }"%5S9is髳*<რ4) H`R %/^4!J#VCdjQB4&ޒELb,KʚMfFGFHΐXs ::$>ԎɌ(×]#ɈX9&|[WllZ[1SBϜcT9)jMsB\}3E@@5&Rk2Hdb@׬H ǐi|f"}2x,ݦpDftiDP$%"dK|o?%k.1MiƸt<@ؓf`auH7eClQ)x2XrD5,}+hF;;d.vm7Hȷ~ - 5V|Қ{Ut{2#E`iC@+ܦ@+V \ik!|ШRY2B)ɘ7 Q6z+[vXu"ǧڰ#SYEDVՏFSyLE)(XǵfTea/iȇI@TMwې:Gwو JLwɦ>HCD:QQ/TnCv:#Z1NZ9Vj4<_L,?M&0i,̈́ǽ#N7s%aN%!-3#>|S("C^6bcA_Q6=q|P %( 䧻|Ӧ}QQOɽ )oܒ':x };wfv-hStM\ǂ.rIA;.xCBo;%^~\Ӕ\:E` "h,e`Q_Cb/d߱-+uTdLP&04$s<=Y ބw,+dtCOto`ӑ?ΊNVh9-ĺ PH6 nbGnh?;9 t wӌ=wʪ Ͽ@s)bE#3jHu#JrZ5$E NYP+0#?„P9ӅQ,PJb{yдއYGWWw͓F?8 &pWVUR<#z W$GIL(~ bhR_A1ur9M,{Yp_& o[]'s\lo7\TYCHOuɯl$.ilKHV0=M X~wb G)p#`$~0 !X.&Qߚwɖ*FBA0T 0*P}9KYmR24.һ CG/vuhXp`󋋖Rw 8|yef~J$z„TKJdXShc:u[LCHb~Ki`:CMEsd;`YtګfNbSH2.ӸP%1 6|pq26?tIչNKݨ!^ک)hw MWHmPMMY%0.@ptw$Oa(L/M4sW T'_ B9SS~&#r5SLdIs.̙+pU)))#dPw2/ qa&Hҭ!G)VN.2\)^ Րy3ݩ*#,^!1# 2epl潞_I/-§/=?~I3߾ۓ1ߗ@Zfկ \>>FVU7|7-=-ԙPTO͟Pinߓ*{Ų:f!Sĝ+3eė:,X\cQ~qf10mL XMnghD?>³o}-Yvn#⣻fBNv[ 1ԯ=VRO`]YtÊ `vIdِC} s rrlu  )C3j8/.3q]lNm{h[-ocmE4(< c6Jܑ $Z]x`8#͒eXo nn宓0TM9W ?,*s^򄊲K* >!R?W;D=1B| P߮Šz6-.t`{6f`ڣik#(451T oYoO |6-(v XET7WQ0[=0,jq[[ |F CupMbUgJێfͿzE4\3 _! :rD-yZ~0ӟ)$l:ȇ8R' 65(/xj*Ɏbt$G)^w=n_t9 1#zV#9JOW"R׼ ZL-I [Zhdnȭ.FQ~?K`]gOLY,Ai[!SY7Ln~Q@~GIӄJVZ@|6I JHScP,<Ů',TQ&RbwQRNAp,Ks:oc'ЋὩu\˾'rzoQ HG~Y: 9 QɾM[^5 –$pZ+> B9wDh֏STw (${T12yז<֟zݦ¤9g)"ZEDEk="-#Mhѯ\@2>@c]h r`( &|!CQrM(|jZ`(}Mշyy7A%&<j#Tօ_2ޅt^RNoKIapy(fnn@̛S.kvصǦ.&z ((妗kC{, H ];+]I^>klMgci Jn;3fV$Z wD=´*l4Ms2f sb6"y+M =s7P oIQCP8qX^a9)M``?ZM=_"[ ~HllzRhؿ5r8gz^l<xY 4M/(SѾ1 l){"TwaI>$!~ކ30}ݍ734ZM||_`<RcFF~Ѥ1=tqy;7U&2$}6td#J9'ު&&Ɛ7{z> ".(ͳK:sRA x B{GofHLs7ŐvS3 yayF6ynu><UwY'׊ _xYۢGb/}e{279|?d%-/ь]y[]UHg_W>Jרv1!ZbZ,ps͐\mH#e /}8՞C%PrSd>Ӣ%k{B)7wxzI:PvƸO3鶽jκaw x&AǓUy*q)~9 sP( dᴒA-ceY [?`|j#sm;bc|+!+{H5aQ ~tԓ|vc22N$3I,idw,Ju@ZkBd@':Woud8*h"*PB*}:s}r4Sq{.bGkF !?*shsTUrE:=q }$}$Q-lVC]و?wZ7sRiMX$6 J;r2Lm` D\ Ws?'JYJU=7Y}r`|p4g"z]׻ u}? f5|`>W\e]k8Wm8@)DR&9zYm3T{DO/RtxЛaHe DJoNro4 KLY${6r(ǬV'~!-Y(w+Q4=\V /~;;>CGvk6\ILu˟3 VAO{'I`;o^bwlhQ% D>ͽ>fpꉋĂ7BH':qn?/ƆI钮GE-ko'Ҧ2NW+3 ]^8'l[FfYbmm7P $L]ڪOWmUF.;Bu2̵C$I9q2# 4 >Es>}fx)GHB3Yձ6P2V}):;x!$i, {"TIZ˪$or"'9ne% TiҬnpDqc>P`-xw ]'|dDfaob:f8ُ@Y'0Pf9.}DdcYqpk/-.UKmr@M(!E/'g}0Izyx;tZxܢץ/\uRE4=O70f&l̇\T8lpm9\?i^{jOh=xׅOxnD߬{: @>?q1{EA_qrf4Opȇ$R¯Lc֢ʿl!I]41JmhywQ! }"way5LNXx#/ ]>/Ҕi9A!ރA`,D=X6 r_UWTu p=kL5,@J|GErU/P,n$n˪)S_m6q hDse*IKU/ćz@AL}f0Lx2m:'"9m=A ]62yֽtuMI/%6\"8VXH">:~K]%ϧ@_DU54IF%şcMBю:CLn^Gcc=Q 9!KH6͹| ޖcsTUDr7`ç[V*m$ sjbqװ\vk۱2tLYRKT h, /w7PZC˻'&yyV