python-pycurl-test-doc-7.43.0.2-lp152.2.2 >  A ];Y/=„*é$#8TNnP}DԀk*]J?ԱX]#z@(Pls;FZSs)wrvȺ,1 sHip!iex4^ܹȻ|Lx='sQyEbFϫO*kaƼqm=>4i 9e(LD1q\ݠjF¯ݑ=tmRpv`֨'m G lW tKߡƸ(I4987df9e628f22dc40c57cb18286af0e7c7a5d726d640ec75faf9ab6ee03f550360a9283e32cc242e9b11d0982259c82d211b28cc];Y/=„igޘkGaR.xB*HsiXc.,. lf<ϤѢrHW-玔hзuA7>;CoO5 :0 |g~I3gvވ5!!P)̏2l7gә{P\Lj}Q#tz # \Mɧ;YĘfN%lC b)WP'KƽCbù >p;F?Fd" , J 1PV`1$1 1 1 1 1 P11 1,10D(89D:F=G=(1H=1I>1X>Y>\?1]?1^BbCcDdDeDfDlDuE1vEzF6FHFLFRFCpython-pycurl-test-doc7.43.0.2lp152.2.2Documentation for python-curlThis module provides bindings for the cURL library. This package contains documentation and examples.];Qlamb53alarrosa@suse.commcepl@suse.comVítězslav Čížek Matěj Cepl Tomáš Chvátal tchvatal@suse.comtchvatal@suse.commcepl@suse.comtchvatal@suse.comtchvatal@suse.comvcizek@suse.comarun@gmx.detbechtold@suse.comalarrosa@suse.comlnussel@suse.dejmatejek@suse.comarun@gmx.dearun@gmx.dearun@gmx.dearun@gmx.demcihar@suse.czmcihar@suse.cz- bsc#1128355: update to the Factory package to get multibuild and better working tests. - Refreshed patch against the new minor release tarball: - pycurl-libssh.patch - Added patches: - disable_randomly_failing_tests.patch - python-pycurl-7.43.0-tls-backend.patch (from https://src.fedoraproject.org/rpms/python-pycurl/blob/master/f/0002-python-pycurl-7.43.0-tls-backend.patch)- Set LANG to en_US.UTF8 to fix the tests- Add missing setuptools BR- Don't run tests that fail randomly or under load * add disable_randomly_failing_tests.patch- Switch to multibuild, so that we don't need testing BuildRequires always.- Add patch to match up Fedora on how we detect tls backend on runtime * python-pycurl-7.43.0-tls-backend.patch- Make sure we build on Leap 42.3- Start excluding flaky tests- Update to 7.43.0.2: * Added perform_rb and perform_rs methods to Curl objects to return response body as byte string and string, respectively. * Added OPT_COOKIELIST constant for consistency with other option constants. * PycURL is now able to report errors triggered by libcurl via CURLOPT_FAILONERROR mechanism when the error messages are not decodable in Python's default encoding (GitHub issue #259). * Added getinfo_raw method to Curl objects to return byte strings as is from libcurl without attempting to decode them (GitHub issue #493). * When adding a Curl easy object to CurlMulti via add_handle, the easy objects now have their reference counts increased so that the application is no longer required to keep references to them to keep them from being garbage collected (GitHub issue #171). * PycURL easy, multi and share objects can now be weak referenced. * set_ca_certs now accepts byte strings as it should have been all along. * Use OpenSSL 1.1 and 1.0 specific APIs for controlling thread locks depending on OpenSSL version (patch by Vitaly Murashev). * Fixed a crash when closesocket callback failed (patch by Gisle Vanem and toddrme2178). * Added CURLOPT_PROXY_SSLCERT, CURLOPT_PROXY_SSLCERTTYPE, CURLOPT_PROXY_SSLKEY, CURLOPT_PROXY_SSLKEYTYPE, CURLOPT_PROXY_SSL_VERIFYPEER (libcurl 7.52.0+, patch by Casey Miller). * Added CURLOPT_PRE_PROXY (libcurl 7.52.0+, patch by ziggy). * Added SOCKET_BAD constant and it is now recognized as a valid return value from OPENSOCKET callback.- Disable tests on arm platforms as they are very flaky there, on multiple runs always different failures- Disable strict aliasing as reported by the rpm checks- Since version 7.58.0, curl may be compiled with libssh instead of libssh2 which differ in supported functionality (bsc#1078329) * add pycurl-libssh.patch - update license- refreshed patch increase_test_timeout.diff (updated line number) - removed patch pycurl-no-runtime-curlvercheck.patch (included upstream) - update to version 7.43.0.1: * This release collects fixes and improvements made over the past two years,notably updating Windows dependencies to address DNS resolution andTLS connection issues.- Cleanup Requires and BuildRequires- Add increase_test_timeout.diff so tests don't fail when obs is overloaded and it takes more than 1 second to start a service.- exclude http2 and ssh tests if curl(-mini) doesn't support it- update for multipython build - merge python3 project - update and apply pycurl-no-runtime-curlvercheck.patch - run test suite - single doc package for all pythons- update to version 7.43.0: * Highlights of this release: + Binary wheels are now built for Windows systems. + setopt_string method added to Curl objects to permit setting string libcurl options that PycURL does not know about. + curl module can now be imported on Windows again. + OPENSOCKETFUNCTION callback is now invoked with the address as bytes on Python 3 as was documented. + Support for many libcurl options and constants was added.- specfile: * update copyright year * update patch - update to version 7.21.5: * Highlights of this release: + Socket callbacks are now fully implemented ("CURLOPT_OPENSOCKETFUNCTION", "CURLOPT_SOCKOPTFUNCTION", "CURLOPT_CLOSESOCKETFUNCTION"). Unfortunately this required changing "OPENSOCKETFUNCTION" API once again in a backwards-incompatible manner. Support for "SOCKOPTFUNCTION" and "CLOSESOCKETFUNCTION" was added in this release. "OPENSOCKETFUNCTION" now supports Unix sockets. + Many other libcurl options and constants have been added to PycURL. + When "pycurl" module initialization fails, "ImportError" is raised instead of a fatal error terminating the process. + Usability of official Windows builds has been greatly improved- update to version 7.19.5.3: * python and nosetests binaries can now be overridden when running the test suite (patch by Kamil Dudka). * Files needed to run the test suite are distributed in sdist (patch by Kamil Dudka).- update to version 7.19.5.2: * C sources made 64-bit clean on Windows. * Support for building against Python 3.5 added to winbuild.py. * Fixed build on Windows when using MS SDK 8.1+ or MSVC 14/2015 (patch by Gisle Vanem). * Added automatic SSL library detection on CentOS 6 by loading libcurl shared library in setup.py. This automatic detection is meant to permit installing pycurl seamlessly via `pip install pycurl` on CentOS; as such, it is only employed when no other configuration options or configuration environment variables are given to setup.py (original patch by Francisco Alves). * Added --libcurl-dll option to setup.py to take SSL library information out of libcurl shared library (original patch by Francisco Alves). This option is only usable with Python 2.5 or higher. * --with-ssl, --with-gnutls and --with-nss options to setup.py now result in PycURL explicitly linking against the respective SSL library. Previously setup.py relied on curl-config to supply the needed libraries in this case. * List and tuples are now accepted in all positions of HTTPPOST option values. * Tuples are now accepted for options taking list values (e.g. HTTPHEADER). * Fixed a use after free in HTTPPOST when using FORM_BUFFERPTR with a Unicode string (patch by Clint Clayton). * Fixed a memory leak in HTTPPOST for multiple FORM_BUFFERPTR (patch by Clint Clayton). * CURLMOPT_* option constants were mistakenly defined on Curl instances but not on CurlMulti instances. These option constants are now defined on CurlMulti instances and on pycurl module, but not on Curl instances. * Fixed several memory leaks when setting string options to Unicode values failed. * Fixed a memory leak when using POSTFIELDS with unicode objects on Python 2 (patch by Clint Clayton). * Official support for Python 2.4 and 2.5 dropped. PycURL is no longer tested against these Python versions on Travis. * Added CURLAUTH_NEGOTIATE (libcurl 7.38.0+), CURLAUTH_NTLM_WB (libcurl 7.22.0+), CURLAUTH_ONLY (libcurl 7.21.3+), * Added CURLOPT_SERVICE_NAME (libcurl 7.43.0+). * Added CURLOPT_PROXY_SERVICE_NAME (libcurl 7.43.0+). * Added CURLE_SSL_CRL_BADFILE, CURLE_SSL_INVALIDCERTSTATUS (libcurl 7.41.0+), CURLE_SSL_ISSUER_ERROR and CURLE_SSL_PINNEDPUBKEYNOTMATCH (libcurl 7.39.0+). * Added CURLOPT_SSL_VERIFYSTATUS (libcurl 7.41.0+). * Added CURL_SSLVERSION_TLSv1_0, CURL_SSLVERSION_TLSv1_1 and CURL_SSLVERSION_TLSv1_2 (libcurl 7.34.0+). * The second argument of DEBUGFUNCTION callback is now of type bytes on Python 3. When response body contains non-ASCII data and DEBUGFUNCTION is enabled, this argument would receive non-ASCII data. Which encoding this data is in is unknown by PycURL, and e.g. in the case of HTTP requires parsing response headers. GitHub issue [#210], patch by Barry Warsaw with help from Gregory Petukhov. * Fixed build on GCC 4.4.5 (patch by Travis Jensen). * Added CURLOPT_GSSAPI_DELEGATION, CURLGSSAPI_DELEGATION_FLAG, CURLGSSAPI_DELEGATION_NONE and CURLGSSAPI_DELEGATION_POLICY_FLAG (libcurl 7.22.0+, patch by Dmitry Ketov).- Run testsuite during build- Update to 7.19.5.1: * Added CURLPROXY_SOCKS4A and CURLPROXY_SOCKS5_HOSTNAME. * setup.py now prints PycURL-specific option help when -h is used. * LibreSSL is now supported (patch by JiCiT.) * Fixed an oversight that broke PycURL building against libcurl 7.19.4 through 7.21.1. The bug was introduced in PycURL 7.19.5. * Tests are now included in source distributions again, thanks to Kamil Dudka and Johan Bergstroem. * Added CURLOPT_MAIL_FROM and CURLOPT_MAIL_RCPT (libcurl 7.20.0+) and CURLOPT_MAIL_AUTH (libcurl 7.25.0+). * Tests removed from source and binary distributions. * Documentation greatly improved. Quickstart guide added. * pycurl.Curl, pycurl.CurlMulti and pycurl.CurlShare are now classes rather than factory functions. Previously, the classes were "hidden" (they were accessible as e.g. type(pycurl.Curl()), but could not be instantiated, nor could class methods be obtained from the classes. Please see this mailing list post for further information: http://curl.haxx.se/mail/curlpython-2014-06/0004.html * When passing a file-like object to READDATA option, PycURL was mistakenly looking for write method on this object. Now read method is looked up, as would be expected. * Python 3.4 is now officially supported. * Windows packages now build libcurl against zlib. * CherryPy is no longer required for the test suite, ssl module from the Python standard library is used instead. * Fixed a reference leak of SOCKET and TIMER callbacks on CurlMulti instances, thanks to Ben Darnell. * Fixed build against openssl on cygwin, where pycurl needs to link against libcrypto rather than libssl. * Added CURLOPT_SSH_KNOWNHOSTS (libcurl 7.19.6+). * Added CURLE_FTP_ACCEPT_FAILED (libcurl 7.24.0+).lamb53 1569012561  !"#$%&'()*+,-./017.43.0.2-lp152.2.27.43.0.27.43.0.2python-pycurl-test-doccallbacks.rstcurl.rstcurlmultiobject.rstcurlobject.rstcurlshareobject.rstexamplesbasicfirst.pyfile_upload.pylinksys.pyopensocketexception.pyquickstartfile_upload_buffer.pyfile_upload_real.pyfile_upload_real_fancy.pyfollow_redirect.pyform_post.pyget.pyget_python2.pyget_python2_https.pyget_python3.pyget_python3_https.pyput_buffer.pyput_file.pyresponse_headers.pyresponse_info.pywrite_file.pyretriever-multi.pyretriever.pysfquery.pysmtp.pyssh_keyfunction.pyteststest_build_config.pytest_gtk.pytest_xmlrpc.pyxmlrpc_curl.pyfiles.rstindex.rstinstall.rstinternals.rstpycurl.rstquickstart.rstrelease-notes.rstrelease-process.rstthread-safety.rsttroubleshooting.rstunicode.rstunimplemented.rst/usr/share/doc/packages//usr/share/doc/packages/python-pycurl-test-doc//usr/share/doc/packages/python-pycurl-test-doc/examples//usr/share/doc/packages/python-pycurl-test-doc/examples/quickstart//usr/share/doc/packages/python-pycurl-test-doc/examples/tests/-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/134df03fc3daeb4f026cf0c2a4df300f-python-pycurl:testcpioxz5x86_64-suse-linuxdirectoryPython script, ASCII text executableASCII texta /usr/bin/env python script, ASCII text executable%D!?+rȾy@ utf-8be9874592c4c336c76ea3e22a36fdcbb0bf3cf74f16629b48a68ad5598e96df0?P7zXZ !t/j] crt:bLL "p:znwLz',=i:nbAehZRFxf;rhn9k7fj!vQۥ5>^>\luy9pOVk`A7WS@\BrPb4$0bۂR~3BLEi~+Q˦X'⃡lrjgd\B&%*{h ̙mRVFߙ xa7m!9͝=6e5eD q?H[[[|  KTvV뛫.r NlFiKCTms{t6~ݻ@NYX5oUHi^-ӹ( ` Rm2 n.f"W<*C!r?>,A? 5 VNӬ@bf]OjV!^=;u#OY.۸iLQf6WHJX PJ߂Bi~V =,7x]Q[h mhX[PAIiqfOq1aUL%Tߤ&yd+K$(;̛Q> ;YM؆xzҥ(ehom/D̔UU *mʬًRn8$5Y3< tXR!ob5 XL%ǫ"O%}rx+Kf @z)dk>S}ׁ GQ^npD7G,%<E1~Ҍ*J,wD`o߃i?렪K. ME  I$6$?3o#-P77Պ7J_&59_VHq$ MWck:3Ӵf2W`(1դ6$P|r_UcSgc??IhSkĮ.<?!h`g32#+JyÖzdcabuKuPJ?e=WGa8,!] kS17)V)AvGQ[yt 10V(~Ntٓ댛bl7ۺaRՅEBD5Ν@TTU~ JTU` mƁq}.R"j(cou1%2oȡoz!< *i$IOّFFߒ UfAD"Ds!%WhB'/N-mP, 3O?sP'J~쭰z]zZ] hX_?A9Y~] \hE搆.RB(4?Z$uk:7\FsэΤ}fr4YM~DǤ~snΐ]w36JNˬW)5ڮN"sYK>OBK(vCK]C847PR趢rbN{w}R6*fmLiMk+L0s+Z5E]fUh+^齖%fm3oVdۆCV |@^*A'``j@Ҷsb7BDj锱e!̱-~zl""7-쟱#j3 ɕt|z]hbGs{*E *nu!]wxwcx|pj~}#CvTp]F{w6xVSt %bV`gݽ,Kr}]B@Y0]*5>.5d?'~ P# IIA|<#A?< _afeCm5f^e{Ȯ:\`hG0f \%ӈvzIl1LIة#Yp&D4!H=x;=U 2Wf_MS2puG|v/\l[VEFK#OB5A>KXNHDleK.Ѩg"Ka\ݴ2 Akʬ;54ꢿP&Kq]ǍfaXyw!jV>A<ꍬ8>;/nNjzʨ(ޡiBh2d{E`_ͩNS`kk^sU[NB'vݬ.uum%Bw }Nc$IM%~ xB&Ch㩭5 BrFIuGg#,Oɻr-hd=` _-Uw]JyYڻƺ_b Z懀*8C$.eD>dRWϓ1#c%+[{TwYAVOUz&up.j~o߸9բAR,hK i~Qu|+> JeRp5v UNj-єX97>#xv3|8yW.e, Xx<$O'ԡU `$"|ÑSfU?)wZAu/e=|MD}"V ӖB'ɵf&2223dMw~w+㖕f;&@K͗t{i\"ḫMoCwzYP|m, qW5̒@!ncz|o.ƾ`-|꼛V6fXuNx, UjE`]?|o\FOl!7oͽKZTވar A8vA37sX'_APoLŽӓ;d];D Q1>I 4 gi@gP+"ɽ/J 2^7XeTXkoBVc!bdU=<"EGkoL:a D.ŤG3<1ڈW%7<S!xYR%\y$=#L`JW:w~vL 2ل %15h Ɏt G$1EdbLM ?Ɵ{,؍By"imh>ڧODvFŧ1[Y4 ">9.H{{v_{+gE%+~D.㳔(Փxs?v@ Un~:֔k:j{R+;jSDzdQʧU]<.J72ϧIG|RUGo[o/> di |o`soL899H`'& #W9]K(\"vWI_7n'TR?!SD~x4nK%r6tHNˤ>cԔ9'bRޭJ 9QM'U}'Ir9lE!Aay"(+) C^tkx+9I>,JNM^xi~r, 6zӜW9N'nj>K&䰤= 5ֳC]٠pOjڹOj$e+A|f+/}؄{^oe9UZ墛2cSc5P!=p?\"hZڵs T9jǪ,؏8=񻴚*K9;*5z3啭$1/Ǹ4 X2`xR}^(bfPBm>h6C; E[Z: Vj*;JX@5yrݗ^﫜GϮbsq9l,=YA䭊weZY8ȺptuY >]H_`/`kD[!~H[;7!u@33T2~FU=ޘPgFHÅ 'gqLqSe}0o_9* ٿySФv#~r\-i#R FR~M5K4o䶯]ò9prk=}Ԃ݅6C5ޙ/AKUܐ9x.!ܚxZJ=Ct|v1"ٿLG)> ^#5\6ΥW|{R`%as %"1,ʠ9Pۖu(T-aKQ#9^ ( 9%#J}Zʓ79{zqqWaCd˸NhԐ"ΖZ xJ% MmuB i?`O˘c. ]U͸{YlebT9r):PiͅZxݧ$`n&o1z{M 8;ug1 3}"UIIu qׯ_OZPxփ`?Uo[sSsNrcVo/[ߐq (O,2r%+=u|:ߜTy,OAM[\PkX(h]{, %2ז:`!{x!65TzEĶkv]Y$ew j& 3iW5$y<*=5@a۳%H %4zZtoK ,`>ZXo((FrCI1.!ಡ-؃($IOjH)M\ⶨ:2%"]C"tTz:^A+V w-U%K4?KSV_JU%<7װ8 8K ̃sɘ{v@+}ޑP ;OQHvWkC޼d9LiH醧tDAI S;\/3=Nё[b8f5`X#L;BP-Yyp7EJ'ܒ^]'bM@.y}jHA&anW)PP/jb |mīb Xߖw%S[7axkXr̩)fܻ d-y/(|gYΕc\L5~P=aMO}Wd tжmUEh`dz =|.4g~* V<Ԏ >$(#}b>++hSz9#3~f}egd19.ne̾}1!+E}PG'OQԼ*J- M1/rXz7-,a;4m!o *k0Dfg<Jwn\#s_DVB6A)jVVؠxj;V}1THvdvzhB}v22hLl,I3rṼExAs߀OrI RrTSD}g6veK1*mT2uf<8 rKI~90 iҟɎ7r6i_Ƌ 8@H]VŴ VzVT}2+v+*6';2*+!ʫl}N{AK T DO7FzNBpb-HTLˍAzRC"k t>FTMK?P_AzfB!n:!'J5 UC;V tsM NsVEÌ\K5r,&ogw0W&73o/)xCDL.Vj;4 ž7ӧv/1z 6!Uo9bdwFUjF&h+ )wUTi}FTͰϘm41L"0]Pc6=^(LͨYZAa"U6Ą LZ?Tsz#s Ar<,Bvf.CvX}G qI3ǽSqU N^aU_6@CdrLIŭ=X쁝AW\V,rF?k]B:]68΋WXy 58iQ׻i`d@#9hRզMomSIMcG[;AgK1ȍ w,d S_.4+j٣dۅKZQrM.f쁟fT&% -58%NGC{q}` mVQcQg䃻 (b1e<ψ5teI6[!CHP"daGWW-L9OeR/2Q4*cNUYHZZu4ϼ" zjdO:suB 4^ irOBIoӟU'%%Zٸv(z.DtR6 @kܱ#ql噉7O0ȷt9lذXيJgLF0t9ſUg[ 8[퐇\ÐIl1ə<+;ā!'/_l(X1Bk`;gSJKޒյ%vxȋ+NS* 9 Y u笖Dþi{sP$6zót joHkf`ٻR(H#k$Ys-[8+sN擙khc2d2/@n[Qj(EpGIIxALm+ˡÌhRht&Z9&?"O9O(vy_ vf2nhm*6ap[톄1R`c$#E+ֲb]}EYTh+'H"Jd h`e|ke"G%KNs˜|"eM$S (,LGW227>90Ғx#{SSwsk{n9p``%l]`Bj$i35 +G&w)ga0`Hj,4J2CO9G /~NKJ;ƴa'8!B:I;JE\d#f@&-+DÛD̢̗fQ3kQoH sm~<\]=Ҋ';ߩ&sF(;|GLU^cH4b&+tmPń# UyN,♆:3NYx g) 1q2w!{P#>]/JHkeDU{-nۈE8IByUal^h&KI)7^F ֜!фkJ:QzŘZ|$K:;3T}`t?|֗kG4PI9?"yV%&w'* D6*SS~K󓿐 ̈:ST1n&gϏ')RB{fx|j ʄg|)qí_y1&Q``Kl#s@ɗnOo#RF2#jF!t+"P9LRdF<=Y`9IMt(0j uƴ@l [xNzܴP?,cո@*UUv/L`l!) nܟe5ƛ+w;*WlSzZ%HS/'w_gVr#H ^r޾PYnڇ3 RoNnFH ܄2XKH*H|Q/W )*P?zgE/KcVz $QW 0L/{_e_VX#`3Kq *xx$ȩO\S|Vr+ҘL-ND_]ҕڜVnPX_ 5"qUl\ms"+F~~^udis!G{IJwd]pwJ>Un:O\g_ƉT,3`cd#ϔȝضz"LBE>߆lt?^67Ig̚KR5t0_)/OkfQ-hq.x:=|I89 N[5G$ȖԆg؂):97V4;ױ(=bQxT;tta+34f)70$c|(17vliU{s1șʘpIzVuU.c0ގ`p$,AB9keL$uRUb6C͋wSu9L` @)?:}1 *#+].x,PIk@VT56깐Uׂ4hQZ\Lg#R0ȅL[#g8o`(9C~Ai$[xkeRrn5ԡI=`GQY ܆&6c t}r#|V~ǁDR'Q!$٩ONw_8Yz5 ÒKvm S3 t°SuwX4>?I&6XN1[ 5w,/ڽ:7\12 hq4[~U%_0017TZ13w֍,@I{Ւs`/?LzXe>2!1-HOηφ`Qy<Jp66xV5M> $vx;T.d=mA/oucH8#BkaWƩR!0U 82Q߷&5͋;ҔwKH.!B.%HX[L]g)K@jB}dh%Vf-r]v 8yǦl){Fy(9^3C]Q<7~.6 4Cm)#$nݬKS(a1ϑfwuIpY_mVHҖ5 *fn;PC{M 2rw&MC0{9ò9T! Cm)G@[:i-T/*{WtЍH?*17[]S@$i6v-.^-3 *`5FSԢ<犫{GBzÐ.$xF2; ]XbjL 9+Ϫӫ TblVaC{?rmO a<)(p(p*484>#`5:XP1nZ2t[͙ 1GXE: V`>ǥɔEй1d<"P×AѴ(-E=[4%#9IKU$ux"'\$Xk ~%Mb#ґhW02ȼ̊OQա8=S!nI6T@Ƽ |+Op"DxGÌ#m6RvUbN46A^Lndr-*.+\ZPզAF1j5`*i -c!!?a4\hl!MUĂ{+.F .)SȆn.BBRBy)!-N\(C~S]35snп!H,fu|*_"tR0|HGbA?J5p =_4H;=ub6rۥ+YoidTw4?WOJjwvB y~uqvu$Pk\c`;F՘z8D{LC^|<5( Q}ݳFA"rWڊy E4=D/6U%]eCy<#k dgX,h.eYVr蒽/< BF`YXL 3c>(ߢ{7 ?Rp:Cw?~u*O>=DS㎶v8e K [ P*^f?W pC:<ѦMkP7YdRPk(pac9'%0󱋺s\xM.N]HXCL zT217(u1͵ju4">4pp>Ep4Y|p֎E*]{8u H_ZnAnģ0k> X}8fH!ۧ]aµI/ߘ|l?l{zp -|26"\~X`1 ΂PLpEiԂjH$JxPm.O8S~tJomI:td4'1qC>g7 WWUd5tk"R"j QyP5ؙr09M3k2xWϸ,\ٷyĉHTa'״(;W4a ~ ^n !(J:>KX+e} xi͗w{L7Op,"5yyH]z?E%lˠ=;ڋ{H0Y.isءhrlٓget yPE}#TW;e)KcA8.^>3B N9'Ėw$ϖR:{Bt^IX591<.Dآ"RvAn7KXjմԯJZbb۾>ԫB2Haڷd ځ&C E1p膬 \녅 Knh\Fd<:5Q*C%Ь',ruOb+]΂%4pl,g],˹d?q}X֔Od3oVPݸ.dZ[)Pu7&e7둬W`6B:|Z }])7#s4:Mr~:j)U4\䎱uύ>FQd%9L~OsG8 ǹ )6>{VU>8 4[q]d/z 1QMSԩA{π_-viWEwگbv=(B7 }عn>#Rҍ>";YV %^@2x`=¢OPl}ֽ,9ЀV>tN5&4o2q+LCW%]Od#xJ״c?HA'RT۝re$̕~;6hmzOhj$ڠ/t GjNX{cZ]1s ;+eB"|mTYN^ 2,|(z1 UechJ47fdB$˾3 $I"]X`pH'7"Ǹ48'K!o}" } gl4zt#гEZ0ñKL{LzR SBk h9鶜1 j< S01N*3Dܚ s |ˊxU{;z !{ø$hGX[8^0k r fDGP#`i#nw w5WaH~yv`'4=-NE~kͯ"h@&JQq-bpd[;4|[>#2bx ܮ'j 樎VWyks~⻇Z.=3FD|f]+lx!rוqn~w>ښG3 vEEqa,_6#aCxv?UX X6RJ^8ܳ'"tW3,D1r|ȝY6cNoIr%8}f+ evYbeHXҀR=ς-\v ABzUXrkX$L1/GI0\춢l ~ 3GjW*-D(d[ a^:&Ln`#"G˪YG^ h C2 ",!o a(w)xJ~t0XJrR:h5."6v# u :BNǏYIͦh^H)J7}@v"VxPMN:%h-_v!,vQF@.Wݲz#@qvt(O}ͿnJr{OIU[wERszjL-+DkaKoSw阍gӳoHj٩v#wJlc$L+*?t|Z<1 `\n_50mdM30 q=BH J0 kOh5qvѿ{ _zB*rMb~_Km_= 0[1:Y7" ɴ߭٥ \J~ꃜ:!ݺskX rݸ=PQ53~Ghh* ֭esI|VH!T0xh[B|`ԾSût5CI .sG"Hėo3&q!c4lA{S8ʐ@'Z=ɶA{N gRn56al,-JDXෆ3;qqNt;'Jo`e`qiV?As${519\Óĸk5TݎLMLouX8vBe$wtSfܹ9v,]^v Vը[k8]f׈Fc ,l %0{jpgU.g'9=j&M/CEDo뚑( .Xn-m =pz$UT cEuςJr K"+ gq|ȡ0)aΉ4g(L y}›U/J̢;r*ō?׊)1͖_R5B3^ Z-s@u8㗯׬xg4rӹvi£ lt%)A +CRV:yc~X ?Qe非%gi~̚W1b [S !9Jw93;YSH&S̅ B{tm1'cH.C%WW L!`1~\gǎŢ$MX}LhϢqj7J~bA&:5Ӵw)%9]w(:O/Oc40p9@64 `d`A#̓ҝ Y>c[LIHM!J=HC Ǜ39rOM5WAih;[5FaYgfV{ɤ=;,f;Wu5 Bq8,wޖ>@r%'8cKo#tgloRz}+'W=82k{ve9yFXe >aEF{Ԗ̔,(ޣFG;kHgDZV7#{8ォpk5whTOd˂J6o˯ `9Y恲j-:+kζ)t_0j|V=I%vϠnǬ 7wp4aB6*@I]d'yJ8Fٺ,3dl_xgbD{)/7 9H"dCOọN2ӄpL0mxTf8B[m\D/U(cezL -z%hIvAWnCcj`]%`AA$aM샅`Iiq|\'쭚+ʞ3[I,gN)i'=yBTn+.y_z#vmT澮AuMro+yXo7/$.^n,ow/DuIjh9}2?LD{D)oJ0 ݫv5ev#`Pz mMw\9‚b2I= OIe6 zkD{^ر1 c!xղhD>Nk},МIgcsSC!UXDR/uRlxe9G IN 3ՊyIWp>Pf[GD_UnkS ˩~.8!K 0g֯Dcx2j\^`u}*Iՙ"TȀp X1D87\LzO =8?f#kW_ ;cE@ze-#=N͙6/0sַwI#0n6^)& g i_K/~l<(,F-*WB'y8\q ڙڤ^^`ګsG#QR%=ПQOYSS|BkTLw2ևu s>br2fD!mXsbӂ%Klf5|gJwd-OؙEZy𪂨WtqqEkphn 6a35?Y׮1 )4P+c^#wŊD{<]\$4=h/IM':dݕ_ԦLqxwRğ7ETAg!7? v28Ft֐(7+cW0=ƃfF@U]l.4T1a-};p3-Ix $87H gܳ^3 ]6L>׉وe^JD8 mT`rjK'>g:ωr qԗ]eһİC9=GSP%uh˲ǩ*uB4HIn]hQ {5 W1Ļ`,m7 Tiݚ8T)ۿ'K cphy`]r[H{~d0]SX1|〵-@c9iB> OKpB%@)IezLUd,_-Nk*2@/2#\86zEDmO_xMqhvQ%g}R'CUӸ!1wPÜw:3n]43.FngpPh8 v>يA> RxXOHn·vH=h`[K=H"&k޹$꣍xLBX8s{<- {DI#fY}% 5JbL%%;olD7àP|_-W]y߬Adqcql5S$5 LDD3Mf̏ P yA $x:NdWR-áMз !Nb7/z,鋝5_ۤFۖeMO>}IM>:\b|=b {춢nBpu,53U [g)t^p.+Ka PYȿE VrwW*N >A(`3@Д5 8AC,(O;_jN >l2$D4gD3Ĺx W /K6LTvD.k-rh(t SQj}L oI|:ĦU`{|4M : ,eUiLc9utv[d 9)1m?\B|nz3v~Źdd:A^Y6*UyE&;*A/:H䐼QsUČ8ƍy Njٷ E?p&jmdI.R&'2$*sBaxE0ȤQ/%?ML;ӥ1+3N{_>Q~(Ҧ1DTsu~Gi‰Z 1Zv=8ˆFlF2 ]fN*ќR'&RTKz⼥џkB<|a}MwjׂG1=6 {_L{ndOpoJ?k&&sG74p+kaH̓/Mrϙ,DG- 3_Z*r0ٔ_ycN1"- gRBBȖhBXv9,)sr3q:,{ΉI3vy_.g]|nglV֧`ciW{cf;OHIbQ x Y-Blu}ffL` JdwyӋoPC>"hEA`b&ܽV/A'Mg}BF~{%-=71__>P&|='?[8RAA^OYO=_hZA\АϹm`q ѽSVEO!(n9(:Ϲϊ[)xr}'#_qauʻCg{$4mx\X۠ tnhNm(?#B\UGA:=32khRC $pN$4(ldEtL )PU/|yvdj,Vމy68g'*4I;( +764YjyoKE."ý4t.^g_l\%DF #gǣ̤6osjo>{o,wbRK}.0N$5e5i ,Q?ummfX$w !6p,+g 51p M'U ς_/ ]Pۈ H"9GeyPA XP束Xv!s_b6 > `!3(] pۅ Sm`'}&3m(~`7U\= |Ps܁ zA>yd=ju׻MXe|ve0N G1E;ϐ$Ut%]GjN ycվTW~_ȴ.EЖ실_'\dq~PiWWFZR.%FXϮ3 Ėž]sT^:U?\uI UQmh '86 euSڅЈ~s7Evg 9J ndޚNACzC>Y^j,4pGJ&U]p6b@n%?Ai&3`Mq6wٟM@,p:l?v|?SGUwvk߃l4L)0%L ǪRK2)Qo߂1ֲQdK{-e-[X]3 "w㮌Ju/E: @V/ET,[wrO "2= ^r̆1a{DfoN-YICm_R16kO'U#4U`ї $Kկ\|?pvh.kEj~P@ttΡbfQ:J :&~r|QE߁龗2I_*6!lb0$<Yi|78X%~M>:6^dc(A[jHsoHTtnIJxq6ҶJ&K*!ui}GiirE9~dr_(FH NoR RӵTe 4E@z:# ءPɥ{+YEjFc*/QJR}.g:)V߳B) H z)Nd>DLҬTf ӼQ4L.]UCmi9ېSiȌ~+ԇ_$XylNDV3$[IyӁv\f" )#,$E7 cnqk:']_qת~ 2f˓ \2/m 5C:Gg_fg%r%`t "X)_5'lF5S=/?>/{3^ ;\A 4[ G:673`.\s_+8>i S7Gc}͢9 j܀jk<+1KEF-ʠi%$.GTg.*[ U%nϬV:cL.jk`: W'a &}h;"dm#}b!3$l=!5|^d re{EXg$L&pmVIP ; NXh4 Q+XX=<~L7ɽ2Pɳ ið*ۅn- s,幛x_^)M<-,Ux"˄]:W *(R9yadC\fuw=4A5( y%pĎbpA .3^w ˏ]z!)zhJ@D}w{UV/l97K14*&4YL-Ʋo$ {.^8y'[40}7{ϡ,4 E5ÓY`| o^@o#G ˁ * (4b _xY>}>$)*H_ T 0^7=\<*z7}:wT5洛h=~/QTe/_M$I^˶/lku @X!i+K)EQR'V˜aH/H>G:EqY.>'; l^c`i^4ܔʛbQϹTg4ٰG*dو)W;Lƾo5py sg[H],ѳo*n]"t? 9]tHjz9HYqQn^)<%T+aA za9Jdr:N^~ߞEܒǎjoPh5_JQRbrjk~4ZՓe(jk"x WxݯPŮ<=AOP+oer t $t*/6&-hi RO$6?s`9iD亮4fޡm-jl(Mqܧڊ|rq!LY"$WT__1ŚҚA1%A- ܗ$Q tkJ"M~ўXoקcs48ѝIAێ-aݵI2Aյ%9Z` &cbu$,Y)܍W$څkfB/7uy R6" m}vh0L18/9agWuB|}x_)nsIidhs:"kB7Xoka v摟Ŝ8ͻ8&$@!L0 rD0k Fjd4r?FH0Jd`S@J஢3?\ťOn/r,jǺl I$+Vw=Do6'2;U.SWEK11[]',P}2OZkX;@k'܇{OҧR/~fR 5Y+&'Y|ۭcr[p]6XcuC*&|/p){Au^fe?#|5cCHV* Rh4qrtc*uK^u Ӡoi*(+j漁sHN'*©wHhm:Tic/+Fp0( %-ͭ)Hmh8M ]dAxfyrZKJIpt˘ Tǯb*Fϕ7Ϧ4'*|k/7eKF\啦t9b|]/}(a&@\YTڲ&ikEf-n3`T(܅Z .jCow;M!w FR?31\zUz^:tPy1:5k$ENhKa}D/K=]fgJ^J{p/%7wr3uSGsL)7߼Sb@%uNJ2&!){'aԭ}b&b1CNM`F5I/|2S(K3'/`-1INЃѕϮ&s('؊,Mzw$(ɶ][H5rM\-weFƈ:a@0`>;II;)i 2`HoМq M#o@ ] l|vӦ}NQC[Ԝ#윞X=JudSVc/=Έ7m&gL}Q(X)9\)OT(W$pA(2iPu, H( ;,kU鰆^%wmiuY҅9|>+̚H~nnRp (CDVҜr.s6bĎTҏ}RIz98>'kf7 {VfkO9)o_.Я+nu8$u6Ibב.lq,@*kC3 Hn^W0 vtSV`苿SJ{Vi) {V|aI:5 bNmM%{W YZ