python-pycurl-doc-7.43.0.2-lp150.3.3.2 4>$  Ap]Y/=„.iaoej}!N1cMn$8^dDM^u ^L'ћ ~)p _7"(Znj -pԪh1k}Q!KS.1_!V_p]ιlz&g<`_?4xz< j_Ic{v*^xWYT(P 5ŬHf e(@kr/M@2RQ\\x7 5G)ߧ*567839ff12790307c1128c6362afcd6a6d720fe3bece311562c139fcb4189e0f0d433b624d0f0b04dfc879f119bf793cb8efb682]Y/=„Dgw` &@Ȗyu5-Zgs>} aB9k:v>=W凋tЈǐK"'4>p;F?Fd ) G ,KQX11 ~1 1 1 1 H1 11$1 4(890:F=G=1H=1I>1X>Y>\?1]?1^BbCcDRdDeDfDlDuE1vEzF:FLFPFVFCpython-pycurl-doc7.43.0.2lp150.3.3.2Documentation for python-curlThis module provides bindings for the cURL library. This package contains documentation and examples.]Ylamb66alarrosa@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+).lamb66 1566121133  !"#$%&'()*+,-./017.43.0.2-lp150.3.3.27.43.0.27.43.0.2python-pycurl-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-doc//usr/share/doc/packages/python-pycurl-doc/examples//usr/share/doc/packages/python-pycurl-doc/examples/quickstart//usr/share/doc/packages/python-pycurl-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:Maintenance:10138/openSUSE_Leap_15.0_Update/5c41448fcea34343aed78a2d36fcf242-python-pycurl.openSUSE_Leap_15.0_Updatecpioxz5x86_64-suse-linuxdirectoryPython script, ASCII text executableASCII texta /usr/bin/env python script, ASCII text executable^ ظD##butf-8aebdb434b9e8aa1cb8b85f8d93897dac1193555e6afcdf722cdacacb74ce29f4?P7zXZ !t/3j] crt:bLL ?a ~`HZzV.K؀#2 .V H["fX p9N0v޹ jW HZYV~T2R (p(~Qie؍2 Gp.}{>>Dr:O*zA /N\o߅-5!҇ꮠVATcKE51zq-f;8qpuю$P#f" w}sxx{~Kui iT,!l}Kw7K ъYӁfɈ'tUȫ`ֈ'>E:G)  B1w]BK92Og螟B-V)n(\nAҎb-&!;Xc['h{( '-Y@7PLtTId[̲#rRs䴶HfB]=f^QQ_i T:Ko}Q= Sۗ|!_ђ)EHwtֹ0frM*RKɇP>13(y$? (a9~ ]dA6Q!ӂFʬIݯQ-b%sD(Nv}2yf.{(ufAd@uT|.8G6tU/<^:{5 V ċ T[rtl DW2׈2[ⱆĥLO(UlGe1n:D665ė0u<Gt/fE:!%L uVMJϹ9=X,=aR@[)715 bFs/1I*9;&a.r͑ GzզCֺi+GH΃CktYG}tM ʘwe-E0WB>~pL.ƨb%Xr"o:Q;~h8L@&bbV1H|"P ]9!'w~`N[E٣??ș}}xi錾߆Vc'QXW8vԋ*+k: 4@_52]2o-Y}yc|07[#خ dȪS>G pRvkwWRLgQl/8Jf9<_oeNqAR5DVߣV5I]]Rޜr&#HꞤ9_^]Tas=ڼߚc2QQ\6u( ;/dbl炪xw #3i%T޹ZelzS:`:`04;[X e\;2YRP>L@1ѡj/f-x[,rĖrhvw%0H'5CBv#?:g͔eC5_YIVR'?;[#kp0_JH/d>ˊ^umX@.(PЭE07G@ Yn"8QF nuc$i{66 Uxw-+Ԥςn։ٔcD#;?Stw*;)-p Њٕ\´^%v>) u2x0?7xAa쪣W*U>eœh#ܛ+m1nqW1˜dϷ`xdKBmH<6dgsQ-{ EY/3^Q .~vfT}ݍ(|m Td G_ق5<`A#/v1q`]H fI'dx?uy+L=CPZA p;wL"1?+$Y3 r+IR75VVl;ɺ5Yf6g~ejj?#*D5>OW/zp%$1eН(OsV5SdsΘV ٟ ^uso6Vo7"m>|ajJ'kBVA΂QD fMO_ tg ޘ~_ma}Ag2Ӈ- w@ i 4Ko>leN깐)ۊY'jq-UKpDb' /*v| EOKe &s7 , 薒*f8:Y0~.\Qi"3nQU$|68c ;>'<;nʛ1ݐ'>~$awKB哖vt E8c?d4"c+ ~-3ڶdmk h}xbչA~Dc96)eo5F 셢d-ҸPM|;R˵xR% >2u8m'4VVPs9Gf~r-d#0Q˲k$;~ɒ|e"š԰l'?fNp ?F4RMƞ@CV!/ F.^ɞP-:y:FS!Vu~ң)W䮜Y uọD=k/iiڅ[)#mH˯P2|/ZZ%K%RVߍcV'הVOf$vrÞu3!f|Ye\?|(2hƒ]2W_/I${C`)ĄRU7ܤvY>Ds9ɣ *cxrc xY NY7*J0׶iYl lm&ёYP-E l0H To.C3lE _.)fz>j>+<Ԡhf>mSFVwd%7> 6ssB~4:7Ʀ%Vޗ7Nyvs<> u_R7 (5xpw.n =0*ȡ|0= 2%ng`UU17,05Pc1AoP9KNo͆a8}@^(t?x-LYH\S_zW6i4SV,ov{7:~'e٩ ScE`ȣ!G ғZ,W1U!pЯ.RBr:K(Lp~ogRh*1\mk ֒k_ߵ G' sfҹDhfc 92,:Hk>`uC~ ;a.qb>,CFz랯l,ӻRD1\+%ղ`1OVpt] ,3}L \of'Yk391sbU"3JQJ@)&dB 3xLHVg/xao>Ù1]0ҮZr;Kv絏?IS CԓPTb,=Ozãcw X5SR63 9ݷC0y>l\Z.lK8) Ͳ(=ixWayolo&,3n'+!q"ީ 1fY [zp(ݝl >?Z(nc~P_͖!zg:YRy0onUg w5/2"ŧ/N؜xO wJL*{W@:66b'Y@ن dL8A:21lSIRYs{fnd"0I-@cRK:"Ou,?6zr~WZ9;P9KG,F#+;U9՟# :p@Q(茤f+-=2nXdٰr4 %y^p6QVQ l"wyt p+D?HJ,Xgy6t/L1VR ɦZj^[y`sd\AåGWFՂ5bbQwN7AtVF65_yWy]o\8BIvJ}- v#u &0it/[%8A ʳ b'W~(Ŧo`.7 9i5"h/:τˆЮd%m \v83JDQ1d(uK|Ennp].12ƎN)WT븭kし:! !WQ*nW Qf:G`w@Bgh1 SyB(W~Z&+=}x,lOS]XSCjBLҋbRUISKg: D9-xgl8h\ 7QIuݻG8B_-v+?š9rf54b|P6O]۰!:ܔb9\7%29iD&jĩ1D;8[[NS 5N_ݟ̝ [(b.]I ',6j:I}>g۸:FU.UM(yHuuCGm)7ʏO=8F f8Vە{7kp}_t۽FU PW.B/@nzNZ=5!5b,/Ad:d[O- gPjn\rw 0 tCap4 (GyN_̸;]MLzĂgh*9ع( brO/%BaAP Aٓ`{ibyO3"C^g^\pζA夫F[jSEp1 'sF Fw<l(E`upsi~ u;M$IMYݴ`>e}zڌ]9zY -4;5" q}+ԴX~6X` @mNImZ+ /6Qk;y_Cs~MךV~?ls&U`](u,>'bu>ïm^pNWg(/se?1+FR˂b90Jjz{kէb[_ kPH$HpX2\ݳZBPR?KZl>,*icvُ+CWyI]|dJ{Y2cvOd™JŸ4D!M}DkT߿ CK/g3V1Z)+MV'e_f_HЇy\}NY^\-ٸIQ@$heIcⰠzy<ɾ}F./u¥r!`lIȂ؈K0CUcGjM/q9WV-w ]P˖cC|x?vhȷ?8hpKf;wp0)wZgGU ay[Gro?11xm3v*A{W 9KDw# mʫ%jE ż~Ofst`[9栮gfxHꇓ2؟ չwtc5/8-a b_V;k& =ȓT#XA! KX$;ʋFouբ_uEFC~ u@sv0펖9*bd9q@djJ@w}Z< 0I- a l/yY;H8ь#A @ Eg;p'&/o@js5-Lh<~d2ukxBwu@Z@AL?||,ogB/.|홺 e%Ǭ˜l $-7P⾂ЦU\_sn&*>KdHR=rL(+  iQJC̿"Tޤ]&*3cN$sy7%=O2/ekqmZ3n\\ܪi]5uIŶ0{ms ##2-ؗ-!v)3~B0O; [D֗lSZQ6J8hs>ڶrXY (|g|TjL5U:j௥O119ۅǞIZBi3#lrIܧ5o$].Kt إJ*S Țj#!pnk2*k+0wP3:4em``BLug8@.Spx׃cAR%7F^b"kͭz (ޠd$zx4&~zf2܅;j;\aŴ!/[:'CzV;̍N)Wd^$ "|Dg5T=K`xّh{$s'*EԹ2`I-*R{93BhQ*" TXV|'x er$$l nW0-cQ,P-eꊐ[58Ft yIJ?Laynt-0yS}rfUj$[&<~:rϠ摠 +Yz O!"}J&ZZ&xf.y:ÑNŗ*z_T ("mJ.Lnݔ<5MUx~8`CF&[n>a,}$}ANՅAbЧ]i !pNgj˗_uΕ.Vb_20ƾve jбS>^2J^=ۀ'R$ږdeVj-< ~85#(71z#h'׊?{k;Cх~@2CgaIw1auS3:AVR;lbu(:a< 9TwS\[OY7d{;(,yH<86=w'|Zg&ΆBUֻ"sy5|ZUYHQjdKc 8 {ZWՑhCu=λhvِTBNJ{SaEM܋z\[4Zqn ~Ys`]$ @\k~; 8T4H{Q"EvQQ7U2HFILY@=Eexޅ\TgTo钊i[UfB_u|(ۗqT3`2uJԠt+hZE$qvma_VE8}D FgSH"aM '2\42#C܄C&n; bfu2uX|Γ- Hdl8xDNtTl%^:8D@N<f >bUESrF&egS*-} >>h<-?}nZƤ p>L(L~P${2s!obڻ!sp673SMxM{ьHp}YbkH}-K))aE]㳰?sQZJE}Ay_.kbQt|Z'~5A"V9S< 9@[Y^RѼ/|4K  ڃonpn3c첶6ԧ&hYNX^fW]-΀5.!X`N kl+3{`+OnBQ*1CW6H(癘[?8eh)Gytzh.j{(@JN/yZ^K̪l1 5>pJ&Grʅҡ/J1EE:ـATC:R~2KJ C+527>n>2ix{K]5'`DSoڔ@V˅=1WȊ*Q\=qK'|W:յ3W)RqdDt5ʣ~[/f'^"}pJ*' E@P-Y[q"MϜ/ٯɰ\>?VEY^/d״l;,;)f.g "zFeEd((T Zz#ĖMe.ZmS[II~-~VeCU oI>G * yN'EIOs`E^sY^}1+*VM.u|$R$"{X@t(Cg(wR~-əv0M?R ]:$_Ac@[|$uݐ4G9|㋙WNA +oNv`r?I"VsZ;5hk'M}-~+S]N>-lf}XnjoLثBqvT&VQ+JܸI$ƹhKz9gpjDM֕ M(e1uur~q>L1N\9g^,P&aл. ͉ڴ,炾f]-'DnNRsl?7Fϣ֟-AnYxFr?ZxARߓҾ!ODu,>i[i' k$Lَȴp)ɔ:X;_i̻hssk$V{27 ؙΡ:.~m$t}G z9( $k <3'{IUbx$5|"&G%7zx )z/V?@KmB5{mZ?D3u۷;%GW9Nk'N#㼧Gxul+bg7r_uUmccu}SIo޹q(e/VqM?0eZV򕠫6 s!PnaMpt< !<߸em^{y1ٶpŮ(}RlO )Pл c9ZGg!+*ܖȣ1* Ak0O{bq5B6g8A3٭8KK$a$,W6/J eD0[ʼnLbsB*Nr)\:)0޳N9l ]O]rbCmfK2,K~2h'Jɭ0TjͥyAC -;yDbݢrK:h,SE@G,&ގTLYC8놨e%l1&x*B3GQ/mz,jQi |3-%%bui&0 WJ5\G :{8g=-q;.]B|;-ÖʫtƩzR،~|WuF !ipe[%N[]%\l1jY_9 w}O6d= MZ ȜJ4UFՆlo%4I$+2#}\/Se+fbHq7 U:-0ChWzi,>;DŽuF=$@E#Q(MY@5Ns^ K]b4?=gM:q+ݏJ(VY=㰓k0H[ɯ.i 赁5?,/$ Tu>U"a]vh9o<iR %i[1pP)7A&ozRl@uY҈)W<(ű_ :i(V'g{D)bBP$WDn1?_EKn6ڧftOB彭U!:1-"xJgט ˛YB()V!OG8 p%s Ʋ+L"xm[bJ!qa:FE}VPӗY6x0_Ć0%v*oR+.m9]F!?xVOCI EBix|,/).jO 7&%Ӌ4_WDրNȥsܐc۲.M$DAmȚk_۩#[tc|Z]`@E鑲InvnNŁSF᠖^5mf|QA`1"?&c@GF}uޣqH_=mx6G9e-(-nc![VN":<1F)pp(2i+ 8 VWO@&)Uj00)% 6g<<ߺuX>Ձؾzn6]{!NLU?;6ZjV&yryA;/\e#8@<մnr%|>0L`/HKǘ'5_z iD"qi ˥n=3 '5cHpzpIsx;A0G>$^p/!OA$m+yw>\Ǜf%kY~E㹊Za&Z=f^ Lۗ~P_xsdH& ZŋY9CgoXo,x?wԢB:Sȍ茱9X?fJ5ch$ ~8R MnT[mUx@32ATۙ6?L!L0)!M\cۣ:k!v9w^v=,E-\v (9`Js]4 m/14U2kn/LZ 78 $C3Llcִ OVJM9cb-739\|hf%b[h4 &ϪDʢY0D9s=- `wL2!oJ2ɏTu\쌧vX\.)X%|ԋNr+ &%-O zL%GFޟ½ko2P]xi<)%D1 sg+0:q`GȇЍ֚sD{L~T2unice,~I;H';i3L/SS䤧)Q~nf=cdzmF[#ĀJådsXt|n?V?[ ElC3M"%S^WƤ}D%vEMM2 s((=^:Hb0qhf;xKx:0Wv푥kAENjQ=fz~rGd%Lpj[p3Dk>׽ tVE4o&R;0t3ˮmh= WM8pPM?SHyfG*;`ߒ^/SQ )"Y tiEG"w1|Ugߩ .sp_gj0. 5 CJLM<rHG@]{tQ)d^(X5^#`i/bZ.u(#5W11Ilx€+Nnl Dۣ rG!= ]DAZp SXeįp 6@jf^hة4>I~:t9KaFtVuZ0}pߐ^nDTL`WjE %S?ݰPm6p,fu-fD򾓷n^-!B2'%J PM?d;Q: {вں"/jEս;.:&k0dLF QmiSٴꞹkqUDOUR7Ux/5A:LgL.''ovq  Em=/Ԛ>*;dM:yXD!}/\"T^ Ci%VbKAE-چ :F.?q!h^1 {z tZ.Sh[UG]#  5O,*jIS@ܴQfVj+ S^ qHqz DLs&_5@HN]݅cc7zl# !p+oq~@0{ѭ_I[Z]7XZ\9U$nG,z̔bЛ]5BZ:@$ppӁ9Y* ivo>B)YxO$ &`.jΙIZpםr2nqhYQ`@CHjF`<)Xx\;.#iMhr+,G")܀]IsW.6X8ݩU_#1YSxBԪQw+@k1 [m3鏔a6Pg2TX\1dD;eGz*&JЯjޱ ]1+a4('g͘i:_^BOWi*\j'Di[IIo"RA eh2,5p9j R]"#j٫mEv=|py T.*_KɆnl6vDWIYpoцmZHN>bNjw:t.2}'ByRMS =9v(OΤnP @&Mc[y@0)AO 'l8Yn >Xjv6Ft6rYGz~T$-sm.:Y>3%ٺw}}j1!ҌPG Kz{dB]r_\xS Ay|B>b)& w4s<%ϒs^WZ ;qWr9j{=OE/%jO^5!qpP !9'i g&[!4B&ًS`aJ߳_#:+qFsИYC^ N9wY,*g<>B?""4O!L˶ 3W|J+nzoj;p o2]-f!$]( jʕwDKJHD+w= bWdcM[?)|ٸgA˃/okן7 `:H<tPj_SJ Vg؎#Ý5^iO %==d"=da.J7_eόeS=EfY')Kf2-Ciן6Wqdܟ_'j/ "uŬ2L2ʃ]^:}b)]vF|ybbzLy_&%-0o;j`oO lE*Lo\F@q*UWT4&^ W JI/ۺ&8ɍ+1=a'|? ܇Ӹ䍿ǟ' kaXEGX tF>u3H0#[i RB%ŧ!^8>f dT}C6KpxGM8Έ /t}c(A0;2s{,ڹk i~v*CEmUHdvMՓ x@Bfm4 U !#5Qu1g#:bc}Un5haf7ZDTBo덿Bw˜"G35FZq _b-nPqN I9'NKp8p8cAy/[)z8а2A\Q00A+"Y-h"]TXUIOQZ,RƤXfaTWh@(W5>sU5t*xtR-nwQvk; !`&WUj"9m{.Y& fʉUAa|+!ۥ/| ms.UT0g{ȑ'ǴP2b:Gf" +:xťF4[o`(:L*4-rspp-bՏQ89ԸQǘAhB@y0[m31 5뢒9!zAb4µxYc=5}_f>=+-#ഴظgݿMnyDm֨ U@SS-ں@p=|g%81Qw!eH9u&ڿu˟yu%J)-NCc-7B'\%ⶕ|$bUͰ!-ٳB 8*SIiU6 >UA%UBt>4FicLC}NA0KM+ 'D&aTnTw@ u[ORjR$ ]RA73O/OJ`RR2EPچѽ74Òml z7c9x$ab':oLou߆`-5F֒6¾:VDo_Gjs QX%d>O#;3f#i4܎A.S ~{]屘@j3ϲﭷܾ[1r|Olɵm~V{[`F[v=#2l3wUf6 #uE3%{+s$wpfg<:i;ȩygz@B}$i\V\qK)^b)x"Y,q#ko>?O $C&UWr`gK`& foY{V#<ž(Ҏw})l7ŇZq ;Q%O@XcAL6aFUl6sf.aQ3C&h}W(zM$E99äTv UyE%0Ę Uyq Dntzũ{6Cv,; FA]=I+LH)OEe隍KzGU8vsMEof#e]8ڰ֭b_=&#%M.eبd+w$\) JX`' }[lC:6D˽ R=^s x6&D/Hɟo6ػ˃'ɻ KoGu'Nu)Ɖ?\C|=Ojeɱ9#uvQ i rn5q޹ |)XK!; OƒiVv4s1uOC[Cnai!G@ĺ,"D5`.Vg>~srւL1ӜGJw g]#)--2yvu=t`RΟ2$Lmy$piԧfW4b/Ț[~ %]]]&2{ۢiO*MRiF>woe.葆j5xd| $@~ yP->A]=ܰLNq$}s/11â 6C~NxWD ,DzyXv$bS2O]wB}behZ낹U`2wZ./,tAC gXF ˵eO)Tg %Tݜ[^5]f^gaMޙXcC-}ݍ&߬=a8ևu[$YŹ;Y&LuD$qV"J@BE=L46my Zw[奕ILc/BV)vI'fqqH WKI :0m:4e5șGLLͩ+_cP65$Y7P5q|D }bݙ >ӨlQNrd3SҽnUt74\d}2ʠj6<'6馩*e$H- oa6{SY&ρW{\"KAY߃T% 3=p}LbG$$vq#'$i˼})ٸ1h~Q^ѥVKOK XdW&)Tr#goBe%\T qHWnT7 gG.P[r#:!Č `n&;. uAQBeZmb-ID97g_NBKTkcӭױf%8EopUD.ڝmXRD~G" 3]'_v[ִYp߬1ggJlz7" 3h`XaFW )vu>h;>-%d2)ޅ]5ؾ_T6*QQ@G86n[_t3ޘ 6:U:.p@&Qe1 PL Nա/=-yF b7BLJPS\ď2\oz-D_uteգ!-%ņhz mt('Q8ô9~.P;!+y ԗSgCU`6o ??9۲x'%}ŪF 3ҟ,ފ]V^osJٰ>ZѬQ;%4ZI㣉E.ĮO͟<|C [ v׮h~ K7CUp".?p/xb1+=H{W|Wjbc^.w p-@q0i\oتjKgF0Ĺ:pC<tYFJC=xHBF/[e^wkj@N^Bd"̾1B~)SsKvɪqdPW8˯p %ˆY+@ Am55Y3QSc5W*f,GD*ӉH a>a٠x'؀pZOI(l%-2Q.+\C'9(CXuw?;t>F661'v|[y}A;;~<ԩ?I:1mWާ'4dAƚ 3QIEխ9j ]*W쩈. C#N +̗~@]@Sv*:FTwMZ_߸D+;T t(SlUct@ɁB@V8,b葨N,t?cy;meq&׺p:|t CGrynevsgg3nz)P8t;Z ,n8blC>OwYylC!1Tkcw8av^#`tiV^zpSi3g 8ɢ]x,!%X4aAn|iF(篋 9t>d*@zE紞{cs!~Ikl1cCl3QEWK:a(XH~q/׶)=׻<zRq2v9l-inP?rߤ ^q{d&5fhxo_\񓢍)W%RzS˛+7+|}ԟa?x|Kf!WZ8l\FuUѴ Sx'<]ߨZydB)#re\{7*T~Id 6߁s 3);ʰPi}Q@ )&h>sIIn~xyCyMt0<@fk`sdwĎf8Iy a4ެg$2 d/ٔ]k`j;}Sco-SW$0Tw;YuM1ۡs*1Q莨`:*;L8r+"@1O<Ō#nB#(ךp3+hDqh6u1ǗP1iB=n>s\ Q竬t%(s%Ed${[qqu*!:3x4 dmAJF> uv]dî0kIjVM6F7;|CmM,庒4ݕ [^ha3X YD8!&xL҉7jkWŌ&r2s)ؠP$" ڔA0U$o1Kl}  Gy }"xSR=H N`3͔Xij?(VKezKJ`9 g7:5Ԍywm?[5r_mIJאQxշNƏu)b۠kBSs@mUDb IҞF+b) #VE'6}K6Y.jEF%sxl]In2 j1RyF/hJ%&S9v7休 er5:MP.(DLT]@$n~9g>5v7 ^y7~}Y ,]ox;Yw['ݞR9|@YgLq"tEkq'.mz_3TQ&,Lo&n`]bԢm㇏7Rm/RMd5WU> YZ