python-pycurl-test-doc-7.43.0.2-lp151.1.1 >  A \̮/=„n+\5@۝'nL;J =̋mF.#u.aD sVL)5˛WjS QguwSK{hk=JKѵlRЩLCꛃ%v 1qlAd 1g M{J_?R6-> 4V'i?;O@=i~-Ы{ ӓ[kY9938f84e92c3dcc519fa8f259a986aa40b313a476a1ba5ef6076a825e5f6088fbf37df1cd02a08f187060323bf01a1ac5ce5f388b21\̮/=„p9`eY)ꦰ~Pҝ&(WEdHl fu-IH@ qEzmD'Bd-&q``,@'g(L;vF{H26@%MHǧNXEA==Uv:N8~͢urT <cm3>l !%Ӽ@l x=eRJqҩ 8:xR~VqGUp;F?Fd" , J 5TZd1(1 1 1 1 !1 T11 1014H(89H:F=G=01H=1I>1X>Y>\? 1]?1^BbCcDdDeDfDlDuE 1vEzF>FPFTFZFCpython-pycurl-test-doc7.43.0.2lp151.1.1Documentation for python-curlThis module provides bindings for the cURL library. This package contains documentation and examples.\̮cloud130alarrosa@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+).cloud130 1556917910  !"#$%&'()*+,-./017.43.0.2-lp151.1.17.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.1/standard/134df03fc3daeb4f026cf0c2a4df300f-python-pycurl:testcpioxz5x86_64-suse-linuxdirectoryPython script, ASCII text executableASCII texta /usr/bin/env python script, ASCII text executable61F9)fQIutf-8af22828a270856ecaea047f467c336a96df03e87d1449e5b4cd44de5c72b2ab4?P7zXZ !t/j] crt:bLL ӕ̟[8$sb@:wOc KCr䯏m:>]•y(kkQ#wð зpfLOعE?}^'zgJ$Hc:7s+yr *r=ظ dGv_ F`qcX@^En1hF  =Ui;S*'z {4Jsϑh/wna g56g7&LA`e,=1ᝒch:muIHt`} /6rfo@_,흁%wP =N;+.8Z*Ba77[ݤM C/kxSzٺ,$ǂD‿?xOf!>C!B*g.͈[o|zDZ&A]ᄁ')6EjklI&Zpz ۄMP. Ĩht0hlr e),cV yE؀#:ƆA~;ͧA)+HlѫLO0Z`^$5DC0z/;@&!QyJtPTCBDAʖ7~Dxy]']5!-5KRR<⌎pQgp.4wJA֎IyӆPEm$:nRFsYdq֩P+LQC:uI/Y4Rñy;Rb}e+ _N>-FF(B"[*kQF-` ǀ{ީ)kHT#VgóZy gxfC7 g*;T2-RExK T.h:5DBlwys"殳Of-w^c Q!H7ϲ>qʥÛ]±xѮ:wVE/`1x=gLIo-؈직vǍNu_@P[RyN4 A8>yԉg}~-AĮ{MWLfg*W&oNDKi05 J R?KNBX*LB™gxk܉ bt4"qJF?~@ɌМ!y#ѓSYIŶ/m ؑ,T#MMcflמ5}0A 3w jT ZYuS2NQܑgbdTsO7,Ap]o!Tbz.c+SJfLM=?Uu tP~z*|°$[vj((4E5VV+!*e$eH ?rZsWdôPWL:1>夓kdtvAHYȯA Wò+^sǸx : p-v7`c.o5z^so)1݂> z.a&&Td'7H,L.roU ޶ U#/ Bs ['^dS#9]RUSX(|7S^8M n)3GĤz+a׊?-MaG ~ hfD(ŁQ]D0w57/Cȁj8fw 9OEQ^;n2,lY؍ $Hx*MI߁O&ڗEKϛ-)/] {n5lmP?[HO4?bYyvE枤\3tPa̤0'iwq \~&#-~p,x {UUdP =T%ӾvHtR,v6>uYHՌ)v/s8C#0t6I@Lq.0bۀX"_10׸hᕐ3+Zh+p@X ^ChHo<TXT"WOKȨԤMMmp]gukC)/t-eh#2̷l ac';Vbێpֶ>!lrzKwJRe { )M)`:Os \slܮsvS{iYj!\aBO^q LhQ7̶ 6I21͒==|Ϫ˲b\*\{'8+dW9\Nf[=:,藠t|b Fc !^ $X6C]͸E*#4 Gp =b L'ĺ"졫x"|}#\\<}eU$n&hbm/$7oHzM+;VAxIGr}L"P%j׊3jy(K]nn{1Wə*ά L=P|D!;q3sEy4y+]6b]k@o9] :>bME#GKd`&eꢚ/˺-]h)8k{LH/KB< דbMYN4%Ou3R,HePky?jURIa ^V5;o w`BZ'=:KR <1n65YGXֆ&20ڀZMdYl\{h ~ˣ4H9w?]^m ġJ_ ֞/n"ZzE` Xe >lkœ>[$jwº,dAM (|O(s7۽[/u^!U L!d_# /)6} $ǃ|5)yL|J~MϣˊF@UB~2x#<_&2#W`%ޑzn)V Ha_48kꝁ)AlJ"]JRuO*AoyƎt g}U.iƳTh8P%I ^p=*TJrAD(Ҙy_#3$3ٿp!4ہꡐPwk%hHC-˰ϓok.36L3'@ϊIde'@x1mrDq uF\t"b4W11̿䥷>/ . Qhֻ5:)l!Xw4"{蜻mZ7 òcht-4OVxZ0*"ʘC JQԏ\={Z7R 2ߪ \9JfLNQT?7Y/[&JC rsܥ6|`6x7(ۢqfq[vwjiKn]ڸ(`pwkzn_F %pXueV*MfzYJ.n{\5 > ׮Z0?9t=56˥>$ #u_:VέDNp4"؏SIޖERp oGz}*T۝x…6kzIց<ᶀP~gS{S{Oo~dcfށ(pEEY#s}{b T " YAqb j.x94i[!}o6pL7RJ'P{X<Ɓh&R@Bk'Y zM_9 hI5r.1JwkJp#]FS}`,L*7߷mbU֞ob1LC|`Me%Ze*72W^Z9軁iVȏWZx, Z[BwbUoǔv(|eR"3pc]ҷ2&IeQUvTW UAmu:Y?쬥_6?OP˲4QllemP3׸жpw O[aVbRrt;%.N*bgf/5^*$v͹-h=٢961r;0fނu6Ȗ(FOch~KesCS[)ϥa} YǨG AMɈr&ܾ7g6~[rҷDJahFkOUA #'apn؛pjkTq23mI ,Tpݧ4p&LR"/΁?w#^(ɉ3K[qJ`|F&F!-r?*4 ;Fw&MO󷯏?.tTM"d돤̾h6`I&W>VLTgIe(k8R5ԏH>w]9+H 氶գ94{L!C;V[2l=ntZӓNzK\oev)Dӌhh[aݾT c' vP9_(3jOhAuA퇑8ƨxp$$VsܞJ@> Q?SG!e{a9eC˙  }]]ٍ$Ha9ފWX2CGqi%nwQyR[]KnmaQm&9*2f7+? W~Oe^>e:9ZrIϠZPk2?-iluDU))4sx᫕d>xn̔G dn\wDfCvѵq } CP;wz- \!X? 7S*CŜ3SȕH’nd7#a6l :vT΍xΈ#aR ]uԺ(s# kx3IYVНY4Yj>w^++ķТ]PS㷷0\9xW4 atKsGr0x75\_+PFkkJBKiB#IB.ŽN_]vb鸺/4u^e_z+%D2;DH?ʀ'"Ru+gz0vd6m_]3v~3Qeܰ3ErE4K l6pBY4 ȝV H1k ` A$P"1ιAc25,UE͋#[*`]'cc^h*vf0}8@(>r; S(k|Γ֒a#iCvܱb 杶R*Mί~ wΑx3jmvooIQKVKLJK2Hy,}_ Hsr;r^ xVIs'qeuWDx;9O(W{W-}T EJ栞8?3wtDQC~j堣`;g<jk@S*MU`+ ]+򕌗?QE*=d?EJ:#G˲zy|1Mӡw G:2RGgr"}T9k9{Ρԥ&09Ccߛ~pbgJ?6b0k"".:B[ӇLb]ɫ&JԄ|cJaG_q P)x Pdh(=|yVSNY0eFXlɔMb dKv )~=9CA~_?Za؄xK! dn$jb1$)ܬ8wagxܛթ] HĆz*D^Dxh|ZB,ww𸝰 OгNK`bPZs7?:⏔21n`Kr738faߦDZQbAii!uK*4 љ |b M:t~LbPaR7$J]<rdV![LjԨqАPZꠠ[+F۝i 5՝kE eʺuܳJ*LO +Lv96Q?vÞf" C@+hZ|Q8 fԮ[D=[n$hz"{chxcȦXgcٳgV_ZyÝjve#nX$) q瀕hL cCJ>aT!n:N5<'7.uw޿O}z?C6>ˎ;8^;ctgN  fKgԴ=l_m\CST&B1L!o]>.:wZr|b57#T zFDgEb+iG*i;mEr§x)>ܓgc]_fS,Ak#+ٞ+jhsKo-̴|mqD;dH=lY9QB|JEEK> qi;[[k6D#״l~;c"n[s`t՝['!}PBZ#Da4r6$rωժ ]CeB\lHo8~܇N2!r+F@%KмypgzΚ$ˌV`AEV:FLS=s0C>,DqeL`ءdGS9LS W@oa> cLޘgEh.~rM)A􅍌W|4dBfcEw_8nfcK&_+1q/]ϝяQ`$ y䩩=ۘ$șc]KL]^iMF`_9z&-;SBYݓ DqE𛿷ujomׄyQqC̥e)wlosv!%*W%('( .񣪦=;Y[(*Fb׵$a<]gn=?XL &˃hƯ&t3P Y9<N_j( W-"PԢPa Y b0aKDz#J *!5BnN=D3xНjv{tNj<_ЪGjAJ NLG䭄g AI#rs:]H]0AiF@YXesؙbLz'EPJ"\,: Osle3!01WCf90t kxi=DF 8 )~]!uXX+x_^8ǼIog~rÃsnb;~7dw{1) 3K&l{MQԵW<LSa㺽ya̻gOR5 f.'>-l *ύi^rN3ABQx6 dZz/uewV7Y]A S7f!O!_i/HHu{ɊX_K*vPA5ui5 2"⧕i%ZXxިIEo ^2I3kd{ P{+?6Cĺ׶ lChc8-F`6gD3n?W֊}`TY[ZošQN cPc?[3"Da*z8 +" =so7ō)0[[Gql +]m` h70o:T6Sj\㣣pJ8 W`:o))"'$dMNWjz8.|Alֈ1(o^ K[~DZnp?IghGc x6:쏋 3&mzZTN&y%.U| => '}֙] 68J"#dF)\Ҏ]fy Wz)lUfwG]v>XsU> w"yaz%o'G+B\3zh@|9NH<b L1|b:w},XuA.ށ_@ǣz ,X'Ktꮜs >0G`6HlG}&*c%F_tћOH*~ZI }X:!Lѵaԑu*QaKhpLYz1J!|梟o9f$cd;ViS/?4TL$ mχgȚڏI3$ԷŶ+#*D%U\_f0oJ7ntB\f0"Dsq^k@ӽW^~֣,@+/Pqw8}lkPئAR(͉ m>]ٯlZt{$NukG w/['`)²;!X2[cQPG*\897%/kNɈ4(t.̬X&ܨ: Ju/pu?Mr zLL+K?+ "3ErqCjBp֎b}ےj LTebEܗ1+KKp^* R.]5F":*m7`tLeaYr8_rtE|1 ti[OJha~$.O($&҆2?VH`\\~@Ξ40^[zZN#!9lrf*Ay&0 d\_VPJ&Uc'tz9x- !Փɢb[Y"]lk uafAJۚg*׀Ea}۵-7#/NOR YpjCFJVԫgSx Q{I'zx7O~TB|[I&kSu|@ZbFdohM{H12߃Q,FɜrS SHpFЎo)xCvGi‚]'+pA(h1w}g\뮭O:}FjIQA\MlJ[o˜L卪! Eӕ-.'g+D eX /$1X9jxA&xB=mf˳t!0O[41-wNYMKBět48!Ed. K}Zn?'VJb:==VݓxE[aigO7}Żd"4 ֻ @LgOR[4cyô3Uʅy$~d.6NVpMN]7`n$UtGKyv4lʟ=&6vnMWN!] $RYc [CD;#^V^cy=$Jg|U!4OdV_L)y"0|S@92O'Љ+oq+5["׆=+uz~EK-iaVK}v[Rhr'PFt٤'-!ROa~-.7הր >b{L鉻` x>cCz*ɼ6!ƓW 5//fRF/J?e`jɼ5Ex`8\c[_␜,~3JYiBASU-Gtj' QIeXR*%3}RNszP4,cym:ǀhK\%fD½4upR1:3\5kk a{b谀/T]Pލu]E]^&4R\B%D`w{!qm#DFs9I8v'0ixxT(mծU0R1IbK,DB p-&:熻f%+KL&+U,K/54캮]Gԉ"}U >}&W}ߊh0)KJ2x9%>eP$|/.eml4-`y]`q3d-o)I5nns)0&#4M+pu[ $O g Yڲx4 ⽪+6z<* r8v5i@[=1-:tS؆S̮C.VLu+{[κ,Hxsb7d4~5LO7oTeJO1[_3dM6@F!o5C^壀:P67r{4,L&BVjZa%9ˆ¾~ay]#7w`@n&iߧCq~`})*e;=H8DmX=)J`å`kMO.n3rr6+> 8^<]|"%E+Rba/L 3p~|?(2.HJZh*zDzUL$ȏ4S%;$tivߩ?"BE?k'{ 6Bo/c0l _ҷ#k*7s#b@be]Hg7xB jyzu=;@ډgpdf'?D|D#[%jo֕gs4Q gP|qvS 3耤GC8~t~&;̢@I5yD!R|w`9<{`F%栩6*uU㣼\܃_]/HiR *#jZ8w5X G >\Z{ź+R FʼOil!5x Fp<oge†{>ZtgAMo 6o1Uٹ1`Yewix,sSǖ#JO#P$ =<,}@er?~!:>H-a~`P98&ՠXҖ?lX ]of;iT?KuzIr;Nnp@Fv6J͗uL9D)4uO!^',ݣ:bı[T:CpW=ÀۃIKoQ\bW@ @(=Zг_Ny*0O:t9&w;B qS%5[ф%DJ?g@b rF TԁPw5ѭ3r ^e'g#z;K@ ̼U>]Lj1uv{JI0ORw#7y.]1 UFA^izSqʐ=3VwdL 8Vzh}_5&vwrQۇ#ujg> n;(?#vhcψ V}:b< :* 6}v4ɣ-3$]!!"3~s{"k+t(5twQUsHY6AW8asX>/(J/Fi:@IYF@Dx!f@YtSj`Y`ydiF: r^ZwD%2fy< AZ._% ּ'A|Gr.r{ U>xWC:X㧮#Nɧ7Ͱ)/SM譞7cVfFp,tڱe{o r_{h8 q 4LE|˯Aw~dQ0̮0.^#N*^nwf\/oE_N0 wR۽1Pey0瀔c C189琍:T<eӥ|N ~7}#TrxৄOi9&|H*e5 kfLB{J;.KNh;,"FViun|;rap\-},z{8A@^o8$0#ӾXQa>xRvM.~H(6<.W"NQS=l,VX 5ɥHO 4/S(cJP_Uw0, xkOpŶ+j, oi00ӇMHWXw">M}Y⬢jd]LBc8ڟsrnՄN ~ @K V /fܽ*2t 07ONT(nnׅu_sqyY4wȶNSؼ68lwi=yvi Oם]|篋_:cfo%Ί#uc0[ |rM35dz4*Z?C[ïS[+ 3%vrԨMP3eV܏puh/~SFRn eOrwJ\]tٻz}1| 7NK`}F[՞K+ʡw]Rv6wNMwCL&HC,@, j)zz أ'N,<.!iʴ4:3AQ }VҲt8o" 6ZͶ".ݴw]iP^$U{6qD'K*a8)DvdMu#DlJ tIW*O1D4pl4lx*Lԏ% jG5 bޤ樷*v-.l ^PF YSjɈ^"POϙr<Į̾€\lLiIad7ʀ) ,1GiLo % ->YzHiՁYwav殠'D]Fؖjt7ڝb>~ ^`bL x+Xf:qsj!|P)-BQR6&)+ yY|,/-`-:D2.E)ÿsa=9ÕUݪNZkm8ѸvPVol[a#x#n)J~%O-vz{R&6j9Rfզ=vd?uȂ 49'J[7z"\ӽ ]oocڊbo&'뚟K+H˹DsLr0_ѝµ(Jʧ|C *1/yg 2!;+_vi.23(zQ殱%}AeYYR/uq]Jz{07%[ZZ46c%(܀F{L/.}yͼ8}E U;9TEy&ɴD(q;Irј߉Nb|E*XjWE쀄4ej͐ P%Qmajyf@\OM-D s >'?ܜQgCo2rҸ+`5!5q^vxw>cty^1`,NB$  Ή]d %4n$$4 ]h"Μ?$Oj4D 駲 -r' E‘8PDjB vdM9Y_ tx8l)o (=ݲa FCac@aqofm(ί MCmC7ρwclW(yűE 8lY2.K@f(f"(;PeD$' d]j5s,g ҜBJvy'd浫2TצbZxc7N_jBOXjg&ߙPXO/ -)YOM5S$FuƵw]C a f2vL],Ϝ_uySFwNڻ.t%X)݀U9 otyFI;_#;sHOE1PBK- 4F!̧K]غ$bX:,8BI{?-@AG¾_U}dohؼg<`-9/3ޔTnr@{Njټ/ŎOQaPusBGq8olJG폍=)CϿ6hBmmW dRJ]@8laQGQsM|ځȇ{=g01MݝР^イ#,i^|P T]{t L54 7Bp[4o?]zDʷѵ|:Qpmc.ݘ)u\hUբlVAO=P<]I;D 0: %>Qk*4S wyO{7Civ װ؈ 3>#\V4 r%wi1^1iiD$ug`#L[38$-[!T.8qna1@՞UY Ǎ$-<8! |31:Uf!P#&wiF$8gi{F$v a)Ցӟ—4SS^t'kk=Q9 iw+*|8tP[s1[PW/!Rh(Jg+L@O)\QN㕛QٳÜXs;YȘn-5,6l*J wx Mx3:R( mQm,${ _;DY' QVc=w Ͼ! v:O1 Lת ܷ̾ @SOv|XmSy-k3\Bbk s<cE6ei{eM-|XV7 ,Ywig.[nFdڶxOH x2t^N6l潗1~8\lhH$v'<_ż{gfYk߆'jlq*Ȑ 2қE#r\[Mڵ-xe鱂ȿB\cG 5|A !H=CXo9ΥuZBwqڦ: Z)R{̎/܅mI_&Fj#V [-[VT4zXiMU50ީpχLԡxQdf'1y)Ed;^Ț OiSoE#e,+ X\*1278Wbuj`X~?fiҐMD2I) cZGF!yJ_>^ 5Cy#|9)OqtD*Ө 9<\Gr[[KGCWA\p/|V!<6@m&jp{s1~{,/\ 㞆P \k @VA7yrp% V"La :efPRYd歊֔_VD8BJ'6Q6)ˆ)cٔ=&6k  3 $Ω&p/CH|ԃk=#>-(q&Xꌨྵu@y?BV e3O CԼSqu EH̷(~gEt{0*= o5|m B9^v~kik3+ϱ >.б'y {PfN I,E F['(;Z)Q} ,#U9^ U6)x K.W9Vg D^,e 3F2ůIecNϥi)U3BWNᕫIJztH{kOopk Je&4|L!\Qp (Y{˂,:s4mPk@B`t x,7ɽA3qתu͡l޳ש4, b7(ڋt8ogK`e^'㐚6HQ\RbMhIS'-bJ[Ƹl-4V4%uSA,i@akv S6"*lSo T-0C &Ǟqde L5m> 2kLC@;a#֢n+mjQ0Υ_KP㽫x ٝUQW4|D(؟d.9eIҋV@Ujo*MT/}{mAߏogY`g`{@Brlpqb8zݠ8F> ա%'/|.ot;8vyù_$TΞj$Ht&c9]RwC o}sg/)Xr xO烇z4 $4Hl-j?]HCĭ௤wo3b;?qi1K62nԛjeS(VeFڀueM7yp?pR?ɯN8EOe(B|!nɒ?-YKn0RIfXZ f̙f̠vpH-];EB<\ i!NM* I㶤MR&>dW!h5r:ї$L$,i gqKCIK3 1"{eWCCk J-Q/BnƭxfU_96 qQ{lqJCAi\غ[]gC+VxM1V?u:3QQy`-W`)r%} < gSOzi}}h>192ZRK~HL ? p; B9=FlBM.ДLxxL肽s6bx)u6אƌL^@pǚwx@h)D98~mR5 |*C1@hwH͸VS5F,i֒@#?nzr\:(O$NM.䡗 sP~Iʀa 8nԵ"VRBc^D` /\8c%4{Ol^ygl)AX{:vL$IS, rm-7(0s-[hB3iyZEiB}/t?6j K}TJNaNw1Ǯ%ϼtǐjTA>6MGCǓ- kIK𕦛:#}dbЋX*uO~>!ϻ轅7jFp0e4–JH҄T ܮzWe_MͷI7QGæ-1u[ļK1)a5dAΈggA&Sy[>iNzS_GZ2>()H0נۊG);p<6 zkQz:ma0˃1hͪ\~X7Y6⩕pz, :u_Bpֲ 7  ꄪorvͯ7lM&=]@ bǯjbKgENȢUCE)w:iW#cb|ΰZVA[-e. Uo-6 [$S#i1aFZEzxrο8)qC7bMTG:gtC&D(X^{Oź0 oH7ؙX9͚,Xwc9Հ]ɞj̩CY fwH ɲ}& Rx@?,yky( /H( m4~U}2eoԬnʲa&߀-36k ʆrCx̂nnž֮,2z0>ޒyd}&[}+7,s\ !.U#n^X1C!b˩_Yw,I޹Jz.?[˧F߲ RtN٦B믴ͺ7[5Ke-9\'fYcՐ`7vyE{cFH!y^Lw_0w#m+wDJ  sզd7D&#y7##u8˜]ME}4iw*=" E0ouLivƝ_=s6uJ*, ?"dĚs.l6RÄw#شV8窖L:MR1P^TlV^MQ=y XD0?yL&|&zulY<C]R7+ziإ}$;=zWh4f4m[tY@z@qѦ Lړ3~n })7ؒa@e P/>`O7`\P#3X9(zl 8H쎆cyT$D iYo":F}ԑkwq-tn7#~\LBSQapx_XT }²ď"ϑ/\ +MK? 4'自wRzc̠ ke//j .GYiԴIFBX7 9k#Q PmZ8ևa 'c6(Ġ [M`փwx QQu @l NxەwU`#3'7= 0s>"_V dI6q$'}lB/Iߣ4ȡ^*zQ~CSq:4) _5JlNLM ;rwZ0qHP+~vxmV18VZ{6XQăjjNŔ*@>3Lã=\;*qfs'heD[{IKYXޭPkQ孢`Uj##/"aSc@|}~&i~\ieMtQLue)cvFp5f,a\n!.n*hŁ)]i_ERsѽo:%1RS,);5!D_bgͯ_341XP&8}_E,GkP [&iyģ"$#5 oYeFW[1b"X )֯]BT ><;-vcO j71GQv΍¡ $dt?[<ѢZqF@u::|+fg XmbkR 8D} R(ۡ<; \MHsi=7,% jș1gVpxMZbw$|^!i;ܯbDA2iIיnU M9XA 1:zmjD(t* re vR9duB胨$!I41&:e26B`KzʱDsY*eCd5^ ##D 1-~y@u '\N?9^4^tY_8Vfޝ7Ep@ܶ YZ