python2-pycurl-test-7.43.0.2-lp150.3.3.2 4>$  Ap]Y_/=„E EeFY-q<iD1_pHjtoa<; O}cPgǧ~Y>pN5Jb3[Vߎ: 敟62wm/7FyR dfܚKӍ¦Q7! i_X~қy~/2zVJC6' sWJ;,cA˟P͒q`s`Awbz zF ߭E]1bf674c23c1df7cace494d6747560b29493de4208b64896141cea60232ace80e0cfe631a815b5d7468c6f7d1efc4da776501682c]Y_/=„  n<\ekZ置/uP$ʵo 肐ɭc-n?u&1o{925*MW1))Z-9 tg5VZV˅Aɺ(MGћ挵 YNDzXYI_i8 aԽW7U"Nu#m ( Y@H1i6 ([O)xF<JIu06Nx 1s7'l>p>1?1d + I %,H V d   2dC(_8h9:rB-F-G-H-I.X.Y.Z.`[.h\.].^/b/c0/d0e0f0l0u0v1z1,1<1@1F1Cpython2-pycurl-test7.43.0.2lp150.3.3.2PycURL -- cURL library moduleThis module provides bindings for the cURL library.]YTcloud120g"openSUSE Leap 15.0openSUSELGPL-2.1-or-later AND MIThttp://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://pycurl.sourceforge.net/linuxx86_64 DgA큤A큤]YS[$[$[$]YSZ$Jq[$1df5d6fac2ceee4319142175546ac8249384ed75a14a7e53e48e3bdf305f9cbd2740b882d3209dd6c01253640b690cf530caff091fe369186897c25ffc4ad58952c6a95f373a9c3d1957c583dcedf7df8fb53c8185b8bd555bc47d8d6b77fc39dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe55111114d3287f0ee1f8fb5f535585b2e8cdc9f4168ae5bac72c26b9e7f20a91e8brootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pycurl-test-7.43.0.2-lp150.3.3.2.src.rpmpython-curlpython-pycurl-testpython2-pycurl-testpython2-pycurl-test(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1\\Z@\2[<@[[@[[l,[DZtRZtRZp^@Z*~YYJ_Y9<@XY@V@VV8V7P@U@U@Matej Cepl alarrosa@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+).python-curlpython-pycurl-testcloud120 15661213007.43.0.27.43.0.2-lp150.3.3.27.43.0.2-lp150.3.3.27.43.0.2-lp150.3.3.27.43.0.27.43.0.2-lp150.3.3.2python2-pycurl-testAUTHORSChangeLogREADME.rstpython2-pycurl-testCOPYING-LGPLCOPYING-MIT/usr/share/doc/packages//usr/share/doc/packages/python2-pycurl-test//usr/share/licenses//usr/share/licenses/python2-pycurl-test/-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-linuxdirectoryUTF-8 Unicode textASCII text{3QA‘Putf-89bd37dda7741fc5bd075b14ae3c7874a23b99dbad96a1a2c8e953a767303157b? 7zXZ !t/lg] crt:bLL ?LQZt%3,TCbi\?9sifRPCav a C %2ۖY4=7'bU-L:3 UCx`pW;Otrz˩ow}5h*O h x_o|9Hcgvh/Fn'vgoK>Ҍ @CڴUm_GuҖe&&9=R|=rBJftLSnJ%N5ؠ:)Ɣt&4EjƣgkwK ;9Zbj{߲5U˜hiˍJ0e| BPZE-cKixJPiܽ6 k:ZHҴJ1KR)JiK`^ /ޚɾ1 7ky3f@m9/C;UPRbKe5uV*m&C4X*DƁJ!6B˘'~U%'IXziC%!eGu"eՒSzN-5uHe%_xobdTrX'dKWmV2KŅ e<B03BQq󐄃 v~_c`GF 2y޷Wk3 C.W9 }qDot)b!VJ+h3꺌+-cpQ9f U{z㓇ʑӛʏX= ًƸl2=S1A`s%!i  O嬹ׇSa9j, cC&Փ?##*=MQjF0zxlai0Y5y޶Ϝ׮^*.RRɵ:ϐ.Pp>o }m^xe}i%${'Xy$>=.x-֕3lIN5K-"JOsTn"9ChBLh惑0<рm5{vo^n<) :[k,-ŮILfCB!f oY:ϝ*V@G$";) i:n0cjJ4~ I"Dޥ13.O.^?'GHrVvg/UDPe}xPip: V'\4x>tbȶpV>R#o4au2 z_sؓAv4߁2K`& ltK7  lQMSMn}meE9 _) p&aJF5r`]\RI7lg~ā_-_B,4WJ_zm|qJ3T+Xf)؋F5/&-:@1'!q4vK،y("Il@po Ma&/͙ Zm>aj#L=yvֆ<1MgB觇i FdhBG;Vo'1o&j{98V\^P*. mEa'o hIvBF a 2,"ݺɷ)@t,ه:t#0ϥ 6:m):^VbL`_c+o%^{ҎM2H9o.rDisqx#z:^()$ZUWiO'Ÿ460WP*IKM_ A{Zp =S׍K+f7J21)-M\/R7˄@QAekܝJF["V3;L/|rx}(}qF=-Y|A07u[ۉVԌEd3*,GJ2kt5< &uImmǻ2S? 6Nz-3&_k݂%@מwnƷ-S4ɜXIMl~•;{0st&wٷstO&.{`Q.)76U$ KNv[*-\I6e ɡH =ݥ3Rm[?Md2 ޹]w\X,O[&R1@8ۆ#N 8y;pM찗O'UG8 |vtj L` gq(9-A{,[Od&אYB߰x k}>JF)v.UM.E7 ^Ј.^)ڿ۱Y3un/+`c;>/z}RA9ɬN"ًd" ""95gڔ_He#9RpAVj'bqUA;pìOEb_XJv;{e42]˺Bޜ )G5uԆ٤W J! ̍AU$;~=Jn10d>+2P}Nxg#c?j0Cz +W?H&<4q_vǷCUO4qޒ3],yg! ~@=XLו06G xkY Zݠɬ^H!@|Oʑ):8L^޽ kz)WF0)?n66=(qcrۨd >,7dUtFGu[ tj =%+I/2PfYGq`^!imu+r Aov]4o!Wm kifMtU_u;O:! 8\09.؃ ]5[tZ5 )]/cx4l@u5g/!PD .O;(8]RSy堑r@,.,qIc/uGh/ĠC%$N !&8bG!Mm<[\+N$p~Uk0-cLpsG}(_]&86[K55K̍Wv5%+;c@4cbD(`*)S.u˞O_>\ۅeqx nEcOuR**䞚uiXZHCƼ8h@ Q>SnAқ/#jK|+tcT.ĔM:Nm E97\_掍:{? 㑙pėC]H'D^da!tY(׵7j5c-nF4eYP&Mk0jcvgz#O8T *MÀ F {$;kj0˲I w"H2LDž(Q ⌾q%ݔakIϖ^tKY'N؋ %Og,.[u~iբ q@4"RRzJF0cL^2OVS Jh={N)#s vk(3{eCNdoM,zx vrxH;OɌ?.00ӏC>Peck֫f'LX3LM}]E$޺saϻ+,lN oPw.mC8E{OSp;M,f?ƦW }S0KZnٴ%bGEs= @_wZ#bP J悄hȃ*˾Vs9 3S_?4/ VCU52e$zb8H!}_-a2̿MΣgs^ǹ#@ߛܥkcSoE@mՉPhGO_dd$yGh.u4]; ܅J +u l[zeOuHz_ IeC ۵ߊ='4d4(ZtZד& ?L"QĸԁXmؾ ppgCwduEK`d]|ڍ}u8>.e t<hE( ex݂ߕpl hH+\֢n>Y@Z!b~k"|!RfoM^pƗCVDъA.[,li>O{v?E|z'g`G\zRKhtCŹ^.4<22Jփ}iIX+3[uqz 1tJ1}{iMaUFo$8ͮb~b XmG+3fn ֽІ`|GƉeщf Ʃd<[ny)SހE(?U=Kpފ5k#քHPUX,L  :e0z+ A,qB[Oó-B㲍'j"] KLugPjowg Ռ4dɜǍF][F\ӀOSjZ r]g72ɈʪݫOw& .e\`6Tb\BGe*D/@$o͛1MF`w.mcdf8p=+$O|j"{ɤlb[O2lfļN[e3D`+),r矩ȱ0jqHk=_0nel`l*?b,a^0jXTр;TD]|h! /z&x1^7_EXuu߈8;,l)=ѷ-~i;eە3f_AcZ OQH{M,ED)WJXEٸFt ted&eUly @]g%&z7T71 0҈`6&A2'9gӞ).pRU|ui6٢:3ǥOңHI/|3Pd!^!/U&M-$_А LM `,h؎R_ ֙?yU+۝Q_q0֮nKJ%i$8PQz4gߘ^ʺwWGQt{CgA?: h]oPH%RԀ H~F͝S` y *pdZGIpQA`Xwt=3IUJ͓uhUê=<ϱLskrg+NOUj`O s;qGF粙36aR֭Kԡz ?JI.{Cw2!#dIbYIhyvbמ|z(Mט3Y}x&B YeWczS9}`aϯn+ -XaX%M0hfuNek{&?"}ZZ4nx JItHt:Zȝ4!0.)اk'Qv9Os )~~[ӓY 뻟ɔ `g:R`~!vIԚq<2k{tʿKy0kh1]. R <~a@Vt+f0i@u4@wuND֛؄1 @$֕Pwb9!YgcV^K]J 8C|xIr C0PD jl$L-@o6Mp811~ S3"ט 'qaOȉ~/}5؎FóܖG;}A[MWҼq;/ͅ@5)6F+/߾Na] /[o6>Y%#,UEj ~ d3bIGHl9>C5''W?',5!=o "{N&ίyرsVpBWAs&VeW;b640~ ǀUiv5{W׆Bkֽ1cֲ'%pB!4Ԁ2\bII ȇcX (J%S\pjQ݃e{2PԶvjCG]6< A4,8e rvɄ+V0bzSD Ę\NWk+?|d} OU*(8>p[eN> cr ߎ'Tfk3 7Z5%KTz,7#O+@^!h^~L)ǫ;Zpd`*^%wH".IE:$߮}:m McLէ&恾۱?LS:$glס9}'6ࣲzvZ?5_yw GN3pQ_(ʈ=g8u+IjB8_0Mscضf#} dViVlCU@osM`.FVrrE,续?eSI~Cu(jLAUBTr7lYF(~~vWZqk+Gmit]3Bih[=GBFYAx̞<-wr'ެ",Cs[_f1Ü%f-k&ht4d!TBaT1DY_ߋtwzrWe> ]9{C*pw/½@q(A"\Ɨ28а 5B2yܶ/Eӂbv"R kΤow͒l7@$wFBY bfkh9:cl,Ӳȴ] Ɨ՘ ,D . lD5 SWPK>iL5osyBGl$r=na&)එCz`z{RuBTpuϞNm $0keR:%Y t'Hm`]<Tl#Kuu_h`Һd}Pmwx, ) E Bh- R'eы_׺6^t:Gӧ˟IɝͲ8qNI㶮4`<BjrCyS"`c~6HN>-.?opaa Io!:q:o ؁[>KU6b uzVg(Ά^ Ռ8wbpɣv ;JtwBDf7%T,<><HnO۾ 0.A#X~E"umWT UrțW(rʃ)w'a;Acf[.No1 ِ6ܑ@>Ìj2ZiWQ&KS:s0ㅱfˆUHKѾik}^\0AJ53B|~*7ѥ 8TF;8S NCd'Fp4|:sa}G(\Z.:BlTv<%̨@4+jnE{&?"p -5_ÀAl% z {G (܍QiF͢0ZH}ث~ ؎QXZrHgB5. &NzٞK?7#o+""ac%3L/vin$o TƔ߾g+mkps@!T\wQީ=$pT%\Qߔߙl6$OПk-h AALRYw]_̤5{鼃ca+,5泪+; HsVQ#Qf*1@kC}'j'Q \GM ±ߴv1Ʈ+ &U*NG_C2&H.R5u[j HJ/MqAW O9[r>, #js 6#3N d;Ҵ􏯧8̓y1NU4, gvTF7a@g}ZpU6BquBlG ؔ&qsx Ap=r?'(/%FcUq=>yR#b5Dk{L/|q)ju2[603>BZGbԾ,,*r٤Fbv̙#=\ zъL1^iX$ɷ| |7%RFU5uð9ufa&竝€(Y"&j%y]tp(Gҧ/g|Lڀ*f B[oi@^h0e{@TRDH;bi@!p{Ũ!!5V9r Q#;*MF`)' / n,wW1R^Y.['.(6*N!U9`C}o.HMleL{VH=-n (6/Gi >j r7JhAG+fZ{mxWcÌQ)HmHP+ܵ  eyeQ))m?*cy[;TWfSw ۙs+Ī]fvql; 9MgpJ].SAhtN?8}0 >ʄϵ~oD."LN GFJvPڔ.fN*qf7&.A(x VO*w*1a4!$s?.4;ZcÚ!А[O.o 4]>?zVAu e%/8xYGc9nmJF@q:L\ .i?1o \~y-@7]27L{j4BҳT,&ll:i.(H4 Z'W~rq4Z7B+by*KiÙ9Rp-[2㸠&Eg)tC hvΐ }AB+^qFd^=nޗ+;-'`qޚ4 3Dy;ca$ GQ 6Sc`*J|opbQzsxy%B]F@,[-d0\֋_j;ʧBbMRewWbreF]A?P-!hL:v$k)-Ccc[>_{Q^JQzfq(ө+sLh@! q.k(,]"ͦf"zj_BA4UX6<A%7ܑZs>x."R iro2k$t{oeljIj½ Buu{Q+ᢋF/5#:Kǃ(WD:|*nZqEΙԳP{qμJb?wgõZp~}5ϮG-Sj-F H7Kdff0v,͉ntB_F\|JnrRayc  nXOC*B~*H_Mo'ۧ7p*88g"g{嗚|`I8i)a3f{3 :vgYTl\*{XoN'v- X6jY |{9E݂3 v':2yr̜ ii% LEwLC/_>tăÐGA{(}1}K{:2ytWc`Ej^BJD/yvcݼU{8*sYZ#IlBM :,a>`NׯqgW*>LRWf^NS%7,B/ݬ{]SM[/hWD+)7OEN㺺@x/Xz[핰sa3F(x@b|~8TͶgzry4RD]jM&?pdX9Xę2ɀM$ אԞx61{M;"eh XNNI|| B55Sz``3YI6'" ZS$A:m+KS]ι 6ĀY3⇦{s7tQ$.Q$QvpIa6?Y=%cix,t/"5L5eNCQyC_ώ҃ILJ4 ݎ&xc$vhYsѴ1 :sm`fRxmNՂ5tCN)-@$',4T5[aNpzfFnT Oj/4[LD:7yG`=RccY^Rmբz[.""Xǫ2ҕYJ1Z'Tvd.Onpr(d%l*q#l}NM#HUxx԰=7m4)izHw(uP36-t1|sLc"jpm7l4#Hh(1`UR"S0"B7:AZ''k$v#Ky<6ly7{ȎIz kFTEQ~晑QJ5w *Ц 5a?@eLSs^-|[nb`dծXip 6f(do}˅},4Ku6<˄֊1g01W~U)j>(\pvOB獣W0P|#)߀3K8&P#F07%}"Qf!TQ}w9X] {و'.LtO9 @ﭧj}""?9.fH7PlbJ#Ahw9Q2#5J \b B0 P"<7k$",ݚdB댗;p>f3tF9PߋEtXS!w?2i&}T@F*=)?AH&AG}x|{4fh=H߻J4 3qÖV33@R2ވ뚓jv@] t [=?ru/HU.K>Ǒ+]РNz"^5JN^+oU^4Ihv{LY%o>/B>*vDVyqtFԂCn{QU?3 b*hʠ5xe= X;D,mmۏ}@^@-xшmc=}}kC%lpC gS6e\Q)5o8:ӴX[\RӇ cdThN~|Ǿp]E%?aL.)eW0C/\F2 ¸b\}kJ гt)BIWa|yc%ψ00I:/4dU#[fݏLIBѽ[(f~$%]=,TM+qːS5OP#f+q|/"?"))' YGYFFaT'mAQsz*bGI= iT\鈑f*c1"(N/HkO@I?6wHת}+a4c\N1/BeS`V l<6'P&닒p4T8P08 J#sDD^Vq_|Ե*G}QڐOvouTksL\Qek4jBoOϒQ5d}'It\#4Ԕ]XES[[6&c/9kUsyP%h%e̍͐>+Sv7}Qj _-:$@j! {KkmECCz~=acy-&055 %FO_ <_¸Ř0E| 'Te+ZdF}dZ6 %/.yR;fݒYUT{:Iŷ< zhĶ@7q9DQjn"ܽQEݯ9m%AUmo3>sb޽5̀rPƏm*0kb]9{>]~(55{D}7R8#d+O._JCmsLt|s+u9ԓi,M8:>W@mFF`1؂҃ojI~/,Dfñr^B:A7GВ.5þ=a@9MD&?yq,û)%}ȝI8爸i0N"N' Tan3eI:vlͤ'?u{Xx˼u*cWՙZqX F-#1pn)Z?7q7HUՔ34NUc5Fcz愳h!IPb ,Yi~͉]̝bآr1$bfɍ _o@1?bntu 9с)5|KpE Wd> CFڿ\$Vm(03 Œ\.8 ptX0> 9 -ypԉRz[e寊(LNwkcd{bl{\ ̳ݕ(А / jhŷڇX2>< !%pOmU:^%lg,ٚ~X,yҩS{IV9 GmBý>pL@^/sKO-İ[tJ-T4K ʨYu6.TBy5*[:jG; a^w^u\~{7kzXB?y=SUjaUN8x<R+r{Cޔ91cqm \憱%"D4zRAUJ HD05`kwU 8ôڵw-|6#@ӧU\o;\_;y 'htH\]*}B;,9F2DhFZFC)i6gWOf1X}7ai4v 8orfujk }&IKT6PGGD!m̭X4ƫtMY3'Y;k?TyP4]*`k+wrmyڱ*Ѧ0A.wD_CS0k:LW}J>@hYc.;RmDG?26s͹VSYMm|WSPX8n2yڔgTeYEql)$ )浹̍*UY\A}{JmyMϫ#Qrr ̮g|W4hqESEq#AnOj2aNX7 Sft&oڢ7 '_إ@þ{[bD`C*콠Oa od%'SAS3vR,C<>F~tzV|00T ~B0nλV;1;) 3|9p̗&0$ MlЦ2?/xYksܶ3Ud~*#ՑIC󰓢ًEKVEY,p?f2~ln]e/_ #b`` h_q^srg77`ϩ]ֱb̥Qo‡ ϗyڕfh!ʒ݀l- =} A5b+[]uXCmo(>n$ۥ?[D+N\X9w1+-g(U,D{ u6 wh?z7, B"ǥLҚ (5fD>(͔_X”f~wڙ\y`c.襈ߚ=eIص0Wigah=8v&:K BFCqoz{q@#? %ѸγשYP*?jZݐ7:4hpn=ӢFpu~2-'i=H7$9^FJ[/p[׹>'rKT@.[8 Q^+U^gje4p-1V䈃.!T|h|se n3G)c'75hQg&4HOHOjCT#s;G0 RfpD3YiF(L/J]ZCy[ex7y?3[?D?Y^RܤFE~Rbr "'׽uš !kqIz؅PXtOhɟ'5=3<)ÓR Bl3YMT׮0!s HQws3P;5wvmNӇdpl#ƵPtJ}CUNpFD[ ƋLg8wt:0NPPL ]D<ųzJ6_^Fkݷ#JLM=o&kKS'o>980:aֽ"v>uŽ *i]$I;q»2Py EDDL?xja VSdwJI( ~7>ڌxP89_l21_4td3s`>.Сݦ/*ɔ!ŝ)#Pt떢a%sOm!Zˁٛi[;c `ن,S|hy~ˀX3?ր\phT"+>{a/vE}*"Ӛ.zu6g:C-S/PL("z@|{|TwfyG]ӧćBRU` I4ߑAY'7h6/RJ7cGC+z(T(Ixhլ@4XZ \jP=?SN*y28URۏA@A39hnjEti"w'$x6Ό z{ߢxԆkKBkl8z;l=kEZ$R(i쬄Jg?'H+4s!@pf-&S@7gOu.?xP9-,НgO5խ,^^C"t$:Μ#mҟ! l8]ihSڽU@>3FFr"T}mg:> =eэ&=:WF7`ѻjۂ).w;@#N]!"֓¬lCGvΫbw8Rq7*n 0RaN=j5ٞw"XRT/ }7 n.?ڣ -h ^e%8ҍP皇QcZԦv餂Th[T!&JEnEO$,4)W~*8>((YǼb,6b]{}f~Vw'>)uIDZ阵 `xϚ3RxGdꋭ,'QBŸ}:_  (ن8 n@K2p QC B.LcHYӤ\[ 3'ؠΐ~mY$|. Xpkl3y.0S&?2%15eKxU6IFΤTAb9PLd,]D Vpl_  Pb`Vua'ӤEm t[lfG. A0E36*JoA"6#y9g3:2yk{=>hF/ |\m6 =Ut=%90z<^Z`šyFC,0F^BR=G FR[2?y&p- ^1 /f#w> ״6!2)r&b,?K 8tmlBp_1k ]tVV/ ,Q'kh)19ІB|UCQ؏MGQeyV? #ߐ<@Gj*W[EhAcI}5p'?F3eʧZIK"ێм:l-[g8WpU&f2D[tr'v|.=&Wk¨WrlNC`'{Waxtϡ r9ĤHsl[-3\S?KJu*1'-"&*WciRKwBGvl9;vg@L\&2RHp͸ZJFXY׫n@Fr]ajN@^i,*Z'm(7ylP: ); "B=`v{pq:ʯz58;u hEwy}LJtjL@h!nGtGkԥ`F~됤FVы5.5\B_YNK@SS]@$Wb"D :Hd2܋NT1Ǵm-kUN)@e Ap"QPI"\TZig$}LUԆ=|g{[+3RWയ;zO"8c2lp"gLB Tg%Uχ} K#K1DRT*ec֘rCAg =gs][ "nY1|FǗ | } tsġP)h+hPYQQ:q;`m k "ejY靳ɕ$Pwrw|an+4T칫_PajIӮ!I㕒n Hmf8,md0eڼtwhAhMaay"]\., h]\EWwmXnR^8g "潞[ { 6C\4v8Mdz+CiU=|>MPNkh洞ʳox,237on| OYjEo5u: rxw$y*3=5Jh5uPΗ3l g<)_~qX$塤FK~m[N!`H(B/)ce28Q%ڳʈҁ_ NΒ‚Y;|XBDT=Q{fN˂!<3>GOY B;ў̠?oe?ԼwH0/3lى7sOWJ6N4:>emqm?k^bhaɨޙW2 #\M8K61MbO>a]@M@\≥;?ꨢewtzS _SV?o6jDR('~ wN..|k¹ M1es:٢.m չ]s/F1:ӥDOfuc$řge7f}ۅaBذ[,4ӊW7=Ta76X#8L2aݧwNpؙ 4)3_eV ;+- gv:^[?7TɝhDt'YNLKS^ U2P=xr6zJp g;uk^8L8"iv hvvZHR-擋m/v~*>qj6"`ItɈWH`K{P8HlsH6 ^!uø#²@o3~ z7s[NNV^awtd'-PR/ueYe҂<ɔj/]<ScL*KԲWbݸsge{U<)ʪK_VQVpyic۶ֿV+AMĖ *H„^κ;&KS!߉-_:,/ķA/LL+맴r*Q2S4)[^&}7l%΄s~e$RJT~#>ÝX.`F$B"i[n/]VmZԞ5QXcPˡ9ߓu۟fs1+ݰ.rq!ڃ~)4% ^Zr\h @ox7ihFp׺hpSِN&:$F nV