python-pycurl-test-doc-7.43.0.2-lp150.3.3.2 4>$  Ap]Y_/=„LP>]3TENtM\Ab-!cqJ#N/9{:Dđmw5׍^ӛ'U ұX`N Q-Ď)2sLQKnjO8M: PZU-ދE4yEy<nEN0x:;| *6F|l}`;&.XXۃRH?0]hZ855d9f12d22789b4614fa26b139662bda522845b13c19f4b185af80cf5296dc5540cbbcefc1e4a9fa33021bccd5bf5221f61974f]Y_/=„%}?J\#)dO/T rO>hUC>nZ~^}EpZ~YdE!M>S%l)Eą%v$ʴf4I[rm$Uc+ͯB75 }¸TKq*-x$%&( 6;Akhu lu!GY0d^HHZjyp;F?Fd" . L 4SY`1$1 1 1 1 1 P11 1014H(89H:F=G=01H=1I>1X>Y>\? 1]?1^BbCcDdE#eE(fE+lE-uE@1vFzFrFFFFCpython-pycurl-test-doc7.43.0.2lp150.3.3.2Documentation for python-curlThis module provides bindings for the cURL library. This package contains documentation and examples.]YTcloud120alarrosa@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+).cloud120 1566121300  !"#$%&'()*+,-./017.43.0.2-lp150.3.3.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:Maintenance:10138/openSUSE_Leap_15.0_Update/5c41448fcea34343aed78a2d36fcf242-python-pycurl.openSUSE_Leap_15.0_Update:testcpioxz5x86_64-suse-linuxdirectoryPython script, ASCII text executableASCII texta /usr/bin/env python script, ASCII text executable{3QA‘Putf-807afff0d9c6a94b9a78005f14fbeffa33159446f617df35d023d0d00632979c3?P7zXZ !t/j] crt:bLL ?L$K#06$}]X ٜgyk!"aƇ 7AG~֢E{W#/UMPLwJ /=8ڎqݙ My M&\3w<m㫓k;֬gaw0(aΰ̎&fʂ lVwTA(EgsdX1sf.8 $|4WA!毌pz>ώ 'nvY0<.XKTS'aA$U ރp dsoi(d^ u?JI1O+Uי$E`+N~sPXx\rpj&HB1G"A`]B</`EF9oS.b^];r~;F*bjv#㹇w0 JF6%:dW>3H&$<=It4jT>dR 3gWolkT|jL*La3Q1N!eVū"8ͱVoOpJ~wơR1_7a!g".U$ك@sD .Ԙ7կi$еg(30!n50CۇJZ:gx=-G1lS0tۼfQ NZNE,dRe2dXT1ۧ.ZG Ç- t;Xbk0HNj,1j'PY9CFaXaIX9x}:C6՟K%vwc !>\yڇD|nfEɡd?;sl e!Y6yAdp~0r.8)񾋀 5S .rCer>~0CO F}ؗ`Jr)c?XsƷ6 &:"("PB'SAn$륤k!>T:&v9{7L/^~>gnޞ W Qi}%bǻV* ZTM@ng1뺉~ /۪Xbݐ.0 ;Nf]_cQR@M 9ڡtQP:rN[[ʜ [ 1*8,>PsC_o>|^oBMm#$N*i.n ľ @v<(01cKJ'T#jJeHg& ;mp14wk;o:'&2 w a0pvKFFE+DÑ9}FK;lBsxHG,P>J6 |J}4gT3Ə^tS4$>b]w0Cl@{FL-]lwMEWT:HDY<#pSc1a K"h q*rYF]C|!2]!oPw&G>5Q!\`7V5H+V\p+g7mw0@eh$'`Ya͛Q1d[z@dR p"ԡM^9ڲϥ]yySȰ[ 91Ba(2wsY%o_m徏*1W}%-!? _$I#b6CKrS^$媼/ *M~wJg!:ELQ;Đ>s'Œ8JB h=[`ˆ9h:䣮B94}F{틭mxcJ6( ?f:7y<><}LC)J)[խvlq.`!&59),v],.v?DS>5Q ( U guf G9V#u3dpSzWE`AtVVjy"&gj}Ӽ[H]Grc?͚O݀֗v+[z%mD4Lx\F61 b"'%g{n,"\pr9zg]Uzcqn(B7w:f|-a.TR0Xr0wlQ`.GyI-nRl[Q '!ZK{V_QKwtMz:d33<>c$:Oc3'K:WgݢB0y]wt܃s2=$͕8ay~!Ȇ9t"_V0/T nQH LGA{'|fB[QQ>Ճ=8suGi!;+׍c'215.:QƀGB?g"r3nViƴUmk#+߼+=0MvU7VJԧMqwEzUi2 1+r< ! :4mb2}_xĝ?R^+(ÙX&pDSZ*Xu !l+\!IY6Yq  )%gr(*=4\ُ+t1L{i_KٯI 0RN_;==Y R 5w.BÏ` %A OҊj=2?s^{#} HXE8zpƒf~17_Ǎ%s6E)4&UGX:]hfak޵ %/^8<}LqsHaqٜ^[pa2ʛ1zF͸d7(ylUNǤftMeЎ`=Nv]@N}Qj, \n&v9P}0z`S/e\$s[*)VY$ej±zf"w UrBÐUg< Lxb˔`ǢC7n]MNJ3DD rS,I|KٝhS] 7ZbU諝^epCܞkz5D0N.AXft$VDɿO!c҇BU㠩&[pƩæc|XODb7 w!~ST煹ŕ ّ!6)D5& ,Z#dg;[3]%=-}ۥڿ?ut^$)Q߼xXƯw5MsLl=D٣y[{3}i>% Ĉ9WY@MD,d,:N(miν ӿ9CbQL_OAtuHjjVqA3Tn8 4 ^GHG>׷d(Rd[eLrkc6O{t[L7SNiiѤwÄ3z[UټjqL쏌;F׸'`%fD~z/,rꑡ^Y|X\S=th>ŭbڨل~~OnP˶ tPl6llbch8U"\G~78&qwRBYz4?gI|}=֚nh[Hb\|[+B6u9a6\m[dZXsm9yesԆ\r;+25;IvB׭NEڇfcR X?0ء!/(a5/׺Ihk{Vy O&Mm5/C *@LOXxf7InQ+>g69L0 t5@|S^ʁ-YL`Gngya+R5SwNOn홂D= oLl܈I "5yc.3i~rLy}Ib9!HAᱫA;Md/ڡb>Ԭ  dd܄I%D]i}+A:Lt| 9rϗ/Z>[ f`͊`\zmjg@r[rp1M`;2h sK>ްkͭr^k2HRN"9XLo"ķj~: 3 tE&Z (tb׫}c˫Ё13#>rpCKAN2)MBxߥ!]..zF~:Q&#?JL]Tt [w*l$\(']hzD}I;i.Hf@s#^$88D^ȓ?#YBF:o,ڮ*,xj{͘b](jH_ɮy5Y%wQ` IA~`+cPq*c݉ەPoHA|TxCPwB3@WaB~fWM'E`V :+?˟KE<7^-}+58ٙuøkdny/W{n_^!g7g&" eƷd"`3nj7|>O؃vtK#+FOX>,ٟ|2;cx`ѣ_oTVA g_UNv7P7\q+i0|:"d bU'4ݲ)ұ=AePovp/1^$v_69XcGSRrOZ_Kr< i? RpT$/eHTp)ɨ&G&@L3dg`u({_[Wy<-2BMn @{Y9p{?A? ۷ka"KLv_}W\lGcaF7' 51HlJEO8[;srYHr~|4|xLn,p&Q qX{{ǵ76Z B`N|b@$nY]pC, iK1RGzP!Ee&}a섧q3,=R 7:O( )3cbvL; {|s~l @9v+x-)z3r _xw kZLm2Qx7̿XAYne %EqzW{fo{Y*'m5d. rx{Of$#VOT\ϣ`%[}ﬠ:;2BԧJ{Y>sĝ#HtCÿȋTҾaXEb~Bn15b xr0[-Sx 8hΖ؄eV=R&xElQʡ*sjgOX7(&} $;3)ࠬ^B&v||:ȽkM8G1?%ݾxun{\p~zSHXsH5#:8a:nZ'9,Qm'"Ǫv׎3>D/"7f9uDB?gE0=h'"HWe͋gDz^XW*7o}Z|X '=EqxQtE Fl?_Z趹!? U]5p{t`oB/; 5MG;O5eOOO:65r_9O9Lf1ab5UK |ckb)֒ gP2%:a$xe  +4nB !q<z|,<>Fҝ*EʵcKRI㭛OUb}=.z]xx F7%kj-wg\]jWvG55<1dcs%7F(75φeS9 }'&Eu+5bOy:>g*4Q]Lgs5i{&cW:G4=|:h HKɕ<\3j`k& bٱ'Wh7-Z|og'a葎+E1rO9:h cࣄԤ(Q^Sוf^brMvn8.FSr %ꕱƜ'>Eϝ\aq \UeIygCb~ $NH~˵aJ{tO,ch(rǭ=ӚF@TPʧgY(xCg'Xqrez)>P~ZVW2~zGpD#(4-=M<eM:.FWcе(Q3׬v̜k$Avb{gjf/bZuwSe9 g zwM=!~ '*$woD:gKݷ4C? 7Qљ~9VIlBcAyTgqUD UBM%"Ow.pٸTౄی9_@߆nCÛ 4 yu~Ez@ؗulHH: 3rG:2\+,M;?$NsՊr e1+LIs(-g m#se%WOIY1P[سFp{pu9kLSE|k$;SR{$%;~nG' O4`҃u`C rm=fO7lvBΣfX0 imRSI&"nʙ p*l'[|TyLA)̨i -Y,Thj'k}%/ MFXÒhfxZmt'y2S6ԼZkkdWʋɸxE j}&1ĝrg꼄7:n'\eHfHi0c Cf3TG_?ΖM~r2IK^׷z LGVN'ͺdN?9'E6bÌn>ÉlÛݥXZ;t ]Jr';nl=YC5}E-j+im@kwQ4o"+{r)k'L nA{YLOʢ ]'">>תvq %z"ߙvt4I"usb}-yًۻ.GL0m}Hl |9**vX[@gGbocӡ 2ҔQ׎֩ VY#/r>%rř$S HRT ]-0y e׺r"*)|zap2^nT֐?rVwJriRҳfUώ˒;n[Why[]U猃VePE6nv jz ݣt:VWѠ;GK_ ǟՓ"c`n&s/TDNK`+U-/i?) U}Mwߵ-IЀOso<>Lc7,dT^5md0oI'I:,vC7p&XYNv |!9QHF\xLς-c$BdQS>!fWf22v5)mKzt_s9|@(Iߓ:hĺt[Toh4^VAkSuS]N< Nk흔Z.Aj@juNG 7!M'DcD*#䟨si݄.Wdr;A{f9s18&P]T-ҧ9mߑ,K袽40ʲMr t@Z!A3aY%P|MSO.8YHgGJ(5y  繞.m$v7 1i&M5$C5T@=wDJ(z*@ _U,OP=nE-TFI|[1nbWsE+W=Akԏ 5w% w5c(k _KHoD%uǿbY?N1 KO!,]\>>crPjըH @9TxN։a4E17VK98 %BHc9`| H\cqćl3 ]F;ȅ1HD@HYm'ߩAiGp݌^yGw0Lag3&lDET YoN=08ᯖU]ݸVMqjHĹfAsnrVtrwN6\H)wy TH2 5ƎMtA!K)im<582B]'|6|! 4fhi6-"/ZVP 鲜yWF+$1%j+\fٯ~EKŏ 9T$p 1oܣt}~hKGB7D ֛- }ϜF&8d1ɪ11Ne%XB&ldx77`SPM'OqKz6^# @hd-63sb<+Tǣ׆#G=3o NkMu2$sDiWO=naePǫ? ,us?yq|=]ܘ|g/3 s"a'o1|G73:= ʅ FP!(6빐7 V#h ɴtbU9g(8{[3ĴT̹OzRdk,9t?RJ\|oyB XmVN}hԹ,x$dpDX2xj?.BAJŜ I䕛 U7M)lYUk _OtGp'rv#fwņ2蛫=+"^H##ڦbIpLd.(};'MX=؄UI\=#"qyLzxMTSYNJꢡ&q3?g<w{1$ ICSl8to J[cTupɵuLO<@JoFYa95NR92U)<tװV>sÞQR=봳+fZ17"ϥXA|Ցv⊴3Mͪ@~D!*KQ$ 11!jC-R來[X|%i}ر L1=+&oM?E+"Zj=M8g`ϛlBkVemQseI`m2I3&xu_c1mpVLl*y~TW5U9٪SU,c@WʓN;@tg2*z T R85 [>Gj e?<<!pOԯf=c;MK-Nƶ!q]͉`3ahgBk]Mf3qqE9B]Y59;3-Kx+'߃ CaUikVO<}$do{fy'Q\ݛ”RAE;y@",d7;NFrM4[t8ݳkyXluXKuKllW3F>g\|VEy(ù8"w*h"%3 #aM9+D/)EԛF"t0lfBi]ǘ^r&0z" ݹD%HOd cGhg ӑڣJ98Iؘ~QlR^$uXeRzpjgd+Hk篾΀7"!),Amy:bou '{rs"q`}ve<>gx$¦B5x^굎 o{݈Df$Mސ]ֈ 1etmVk;Gyzw3wu/+K,걬④o7Q>Ը#Vf@mgԟ-#%_@ r!$ѩlT Wo|wNpw|Uo1wRN<*:߮QTJDrIst8% b%M@`-y`{ԤmA8P<ߛY#bЬ=REB11 Mb'^h%[d5i8B`7\XPfvy;G}5"Wv.jĊq?`4?/wy "~wK 0iO٤0XE7RWbh| SZ^XA{3fFmC?ˣ됍w\ø_Ǚ gv3Pa̛;{T6=i{1e,eu3"ۦ87M!!G%^,VRŅO错wS2U'ܭ!'>]^C ? rd`@pm'DkN ѵ=AEs'fp}'iZU!Lܙ4LFjAP!1~/E}nAoc/&ܷl&v[/B|?;4oh-3`]*>:@s[+^u{:R,|A1˧6 ALSN*S|zWF#]1J*JۣgHiK'kiܢmJ^hCoݒM#04@w&p1>t-0F II:|.y dm1̤0ldNzJxݮ}sWUt;UNq 2@l*P#SH qEq¼Q_;.خDkz&17\~NyWxl>,㛵%U1j S)ˤäV̠lViBΡ}P>Z- 5xn1;bÝeFR*+pzu ]i9>NBʕ!G STm FыȚO  X-xW+FwM !Ȓ&8~:Kq7sYWCP*++5(y%a7]htU,0g0tyFDf>źu@Q6ECm*Pdžơ` 7m,ӦyXHo=BP`yjNF~D'~% ׊m*Y>BĠYMzۄLxH{Ⳟ M$+AN@umy; WI&fqR0:oE9>֍urYVR1gŧreufY!NJ$]ʃdFdfT3Lec^4P"ޱ19#.ODkg0@!j\ЀH@Q{U6"̉uoS}nx/@xOE!2`>f #UNaI K73'~.jZY_EI0BQuVv pRAn*.#^!O-9:4)J-rac 1#Lג8:]7 3e\Gw 9V}/xX}Aӑ{bK?y h$?6~̺5Ik,jBƺxo A`(_Ema0ݣogb‹Ê&FLupvJdwd$JN֐VL]a&ՠ`hW-A$MϥTg}CDjG[k+7䰾!3~RU]4NX\ʳƔTnK~(=hvTmžZq_fַF߶e:cfR)rǟ^<Ѳ7U~џ\yiqhƣT6}C-ߌ*!x<:?S,/ePsʣ` @XF*U 2WsaǤ Ѵ{m8SrrHzv6cO9V p8ߨO??F,Ql gȃ:ysÇrF]2#%=8 ,PE4n3ު!ICz6CL=<(F=ARǞk_Gth[R4p ^yu`$z\\ MAZ6K9Dcr|ڙgC ~V!C E#._<-9%|1fܤIFQC+Vđ)!Dp>{VK(^`-%_W"sv*{l8"TOpt #aSg8=9i r; 3ȶxFXL:yaȱs=;o2߇N6\=m\oئ٦eGH%ce^:T2xt*>E};K$gԧ&`/EۅֵMet؏mȹ7zwl33dQ36NW[JOzW󘒷}> ٱ-l3\FS;N@O|Umj&v4ҫ.ysF1D֞vfd}& `Rv`.71*>Oe{_tO9T9xMqQwĢ`'&FJԡ_Gar Emj%ab({v PW~o Gdj1H]o {5߂} ơ5H&Cwމ5RIPȒZ܆7&S:7N  6A`;}sǣ]0Je7OQ{™VO!̎Ď_8+gbdzgU$ *m:!rUSO1X>umY3K;E.4 NIR1?j:YH]]f}HwdUnw+ HQ]F;ͷ'a)|>];vj wRзAJqo1 a㷤NJ捗q(@8ϵ*X(K,f^ QF\M/2&`Xb> (ڈܹ (GB+}-m):[1XXZRby3 z7Ia%@$yt3דU_=#fS#|8^/=xҸV2Pmv6J>HuDx.~aC1sW?hA3-ˁ*hEr}GBh}t́!{k~&jg8PYմ#<1Tn~*K8e3UNpVSz;4ODX^w1>8AZ򚟅ur!&D~s)Pۃͷ/fIٲy7{Ve[)H+11U@)kT>"ў|J"[]܉3%90u2t$`2aca!vJC(Nr/dζpcͽӶ u0zQ~z[RAF53 VgNwO-޷eQ:Vp@|,,ӼN h?{dXD|gkj:DW|+v38ʇ1L&Q" q8HmcϷroZQ~04"2.}䩕/S"Ŋ B!qgX(A|nZj}hbu}!""_ݏ%iN x"|p?Hc\-(u0:jn2R]4IW l*-4- pԀ[CZ уP.m65Sz72BU WJ z~ڛpQѥ'>(Wk;iTަZ/~7/]9  V:i@VJԧAUL< 2.9"zswÄ\0,tS įrv*CA)QٵȓsYì\M$\ܿA3(5xx ׎<$l":2XvWU qzzX[C݀9' d v(הsB0,aM@ gO2=Gx5j"b7# ]Q˪{g.P>YNx3ԓGTӽţՓK>134-a3Mo90X`|`|4Yk#ܼQq5vSТekT{/g&oʬ}z$2ߞY |GдѽY p;2erF˸МY\Ք p0W{!a1җK$$JF> 5.4H^UD+7/y޾,8|nebptXRXa&}fM HGS薤X{DH֦y"[I-TT!ap"~b%ӖE9^h8|QIobk[e=lgăNKnLVAۂbr~dHMlLyME4+MU/BSӀQЛaЇj=Jg}!6 5XY'FBP׬m%8 Oha_:ML\%}-G?jMYzJ%BdQ{IwIc%W>qCV +*Clİ%M}r<)yy bAT${5[ p*?*t7T}kir쏹ZhO9T73l\&f)NA#oaKo\FU*VksY !R YբDJ]L0տ.N$] uQC+1PO}=]65n j!UA֢u,+5jE쏻m3)(>d10xBZHSDzLNM[Y4p#nWؘh&+{J F|{{dzMɡ4"/`!wGw6s<[wŝl/V|9B,$ .šzϜ| %EUq[iTU}ʊL$w܊u/%-=bUn(AQ۹(# zfTofP^S4G/{w wS\#s$iJI_•4T-)eBV[>@C3yp) ˩cT^'52 n>yԚ<|2un1{FdZT{>x~J!~[3YKZΉnW.:eFCS*7)`v(Fw/TTgA7#w8sk(^VpK ҮVc r-rPo.oyɋ Xu|;BSu{rŦGU֒/733d7 czMVݥn1Y|зȒ3\"F~ߧ6A$~/~OؓOfp o|x- 4ʏ2sc.56"Qc(is}e0f#cLFG~L eA +&>;x%8]<`B_W]B K܍`k"Mp QE@{F0磻peKn[uň ̦)Q”DOw\텸bК /6tP`$tD־? Ec1wbwCtk ^duX`pXaA6i]2{6rXuazWLuu GRl6lW?o(tsDLV[s&2m'M?f7sX_8Sb8 87ݟNV*TϢc9lBvhs`cs~e~=wPl)2Z!W{hX^:lUD6MfO?*hT]Kkù! &mրo1(Ǝ϶ݷ(NmD!t,?0OSQ]١`skN3.:1D@rk8C/3!{i#uZntq+Af9>󓙜9NKqBozQLȝ X]ԎcLp{ņei6{ObЦWc҉{^͋c5ڂVu;&Ԣl! U|߳8u3@hudHZR]D@TV"u BRy6@4HMg%jx$FNy4,[b?zr=}9)ʅAk|76ָBy#z]]crcl~ĘWnΑǟRVՎ?'g$y$X:kWw.oc/NpF ®ۨZ E b х[z>ڛʲKP{tjO,-<=U$4W"7w;q<V!t1pjٚ(@yAhn"מ;t T۾XouEclspBFFB)yHV&:@W?ZRpD ;b8V ebb;eb"I߈d v~_޺%(}IJFpJIi =w 9䐃1~79uŜAgJu)Q&ZH"05ڱn##Z9\$ qTgdO*at-o}fD{Cc+OWt 0z_s"`%}Rlv\hiEy傓/Ih~I8 Rv# 2sq>!+7t+ȅacơ<ﮒdSP;M|'3>1 &zI!u/hqPy3g>6V#9+Mܽq: S_.+3b8^R u:D׼YQwr)i nL%_Xj7 FJ˘֣L`9I%n(`0+:]&´YlU14O" DdJ!Y)?z*r*lN(o4*<,wMLH䖌LGk#k0v(X~HkK=C?8rȉ` $dk`NМچAK_N8aI،>A$q16݂իVը#IXK+Sp}@;-_wbt 58hukp qnsv.@$p (ɊwboAYd܌n_7!+<%wU5ZgwZ>ѳ=:+}XڂE]# g!;љ^mAFWpWxT!uC5d بjK@6Ѯ *<ozjƜ>ʗ&D@ o&0j'?c%&$\l LYjaч#wǐm#-u (Mu s*c uל'ΫqJEaiP#98*U Qꭠ!ڣ&NsPU?)ac2;~CꜺK oIxQTlv5ucWL55X:ǠG(oaW# og^g@['(Nm+To>T7eyY򟛺iZ9]&Q,C1pA@t6Dj1TE"å= >m|*<+TbbM/Ґ“GK1 -Q-L6[ݫu.*/lR{rq}PSt y\SE0:ev>}eQJ{TB"P@:i]_kGdXT˜8Vӎ* [ϣ:?s%sjt5sUP KsrsI!#m|<\[?hCpW'У|;_&p2sA%WD}/;4}LBf.3_#6[Dř%^>E܉vtCK}#e)fUɄyOk3øYOn  GmT*= z[h فN g2-w"%nH_-5a6*׍V'F$aybT+,_]~zCVFL8 cAM9s̍T^9(@v:ևs۪0x`Gt {J8ϋWp[L_ ]s$83OH&HSL(OY.73\9u%` *厲l7yc+gAtVX=AJBj!-48r U5󃭝fi['QU-W ϶*%eˆ)wpB^2Vw/>tt|dkvU,ZjN۱Eo,hmCŠRD+B.Z"1ApEykE҇ cF.Pn]FdޏIp|s4ޕ|,Ǹ2֍l?m̱HK( W*;*G869dQg.M2t_!Ag`O<rVfItX1_`1ۺ* b^Q6>ֽԑfqMBGGsf l Vq(5[ɛsQIiDRB#SU+17j<0-gLP-$T ܎5v8j=r÷\zL)C[FKbuHIᇟ%C&Ѐf\%o* _lcUrK72H/E*)hZ- Z\}D.t}-XItTo )S4[EhU[lh[APcLeFXX>L.ϡ}٣9=bD ߘ7T3,T3ٸH@&/[ɫQ! 3,+{5C,is%V~p]r}nŭBO\::cVȭ0} E!nJW|ɍ\ 9}gB(>lFZe’M6a9>LI611 g|U ֕:JOZ7q` y6.p9P{r[ rG,p|ʫP9zz22*'\OgUk@X"T+3YvF/>J:%1:vu~R%Pղz>_z\mw&j3mQ*L% ߯DHݩ|o@N?ബ P*8(>z]ak vg`X3 ʶf:(6 Ea7ڃߧr꧍H@rhy }>]M<>Tel'범,3rktg͍Fi]Y߃V;k{RNxˋөCޑ,$& r&cXO}h6S8@ 3;xp##`Fҥ3{W~GTa #r;c?;­5(pw3ڑ7<28`fVJWb?BF.^}2JK"MB<2, { *5n*3Z}xgao:doٕ:p D){g:\VdUkdYqե&4DT`@w&+f URބHHi v_I]XYYܫ0]Fv)ICtgU2NbM~opK iNrbXe{8^!1Id]F\^k[jWx,CIJ\Ta_A^YnssWZ X׍v!m6{lisqՒW0'e j/*׹Jf|BɐYބZ YZ