python-pycurl-debuginfo-7.43.0.2-4.3.1 4>$  Ap\ʠp9|Q艪GE7X(՝+Av]f ֎[p2v|i[>BWG:T܂x51-3ŮB*QWe/ ghyVtֆTYr~:$5q)Re/Wo"+0Vh#IY3ʬSuBZ=9ʰ='$npcJ!&˝urpT2FLj>vָ,Fx܄S3}bVM&Y@aT|58435ca1bea5c926548097e02eec983b44704d8b2141f4bb4066fab64bdbfc15a03561f10f32d68c7b41c681e32fab9156ca851cqh\ʠp9|?Ba83$]5(𥓛/bh<ڧa+6VZcNmj:ި"iQyS ;}Wo>{I2;5!ؘ0 ^?ohH1 ,;rv+I,˒K0 ^eT}oj _UᭂpV՗o裊uЌoHxp 7VE6ļ NplG[2f~%y[zXH)jd"Khv>p>/?/d# ) U 1Rl     ' ,8GV|3(O8X9:F,@G,TH,`I,lX,pY,x\,],^,b-c-d.+e.0f.3l.5u.Hv.Tz..//"/4/8/>/Cpython-pycurl-debuginfo7.43.0.24.3.1Debug information for package python-pycurlThis package provides debug information for package python-pycurl. Debug information is useful when developing applications that use this package or when debugging this package.\ʗsheep12SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-later AND MIThttps://www.suse.com/Development/Debughttp://pycurl.sourceforge.net/linuxx86_64AA큤\ʕ\ʕ\ʕ900e2719f5f22f43980a40c32b388ace55bc54e106f53c37bb23553755aba9f6rootrootrootrootrootrootpython-pycurl-7.43.0.2-4.3.1.src.rpmpython-pycurl-debuginfopython-pycurl-debuginfo(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@mcepl@suse.comalarrosa@suse.commcepl@suse.comvcizek@suse.commcepl@suse.comtchvatal@suse.comtchvatal@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+).sheep12 15548934637.43.0.2-4.3.17.43.0.2-4.3.1debug.dwzpython-pycurl-7.43.0.2-4.3.1.x86_64/usr/lib//usr/lib/debug//usr/lib/debug/.dwz/-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.suse.de/SUSE:Maintenance:10888/SUSE_SLE-15_Update/bd0af319e15bef3673524b730e99c762-python-pycurl.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), BuildID[sha1]=0382581e801f996938654125610447d27e420052, with debug_info, not stripped6z8;[ocĮ"python-pycurl-debugsource(x86-64)7.43.0.2-4.3.1utf-890abb519bb0056000dee22eb0135c8492538fc516feca5acd301a18f30b4c2b9? 7zXZ !t/ਧ=] crt:bLL e w>Yw{7p TD򡋁l,bI=.:GŲV3?ö8Ƌ՗k{NU0gp`nX{+ʙ£9IzcvH5c <b"jRАCXK.*6Xs@4c^~o֘+xu%.dJlgB(F.1b T{Kxx`3 ڭਂ:DrґSQ1宲e %'G $V v5_)ħZP^H9Trja#jw׮`E .w2CDbɚ(`P!` N@~K}OI P<{*MCHI]ݴz13-ɕ@,nrU<kpQ/>~#E1wə%xJOӑ~-~/S1BX >6sf*ǺsFA0 \g1M'7»Ɋ,p(2!v MGH(2L(CF%*HZC;Z 'gE$9#~YjJaa@ʵ͠WAۆ^Y8)Pg1}@ΈS 70d%<6H|-8ph3kAJB+ ejY5K[92VN<þ>cf)%olbg3 I>`-_33șcHEitӽڂUU5*G> "|~0V;aX& TQEq7Q~0l焈/m<jvvdz-ڴ2&T E=_~rf8U|[=e /\);ھ7g*Di|Ē6v16Gږ:dr?F9>vW b0&_e"x_UP1 Lr̻QXwOs7ҷkfH TLI!|<^1sdP(Yn2>_hΥFȬq8[ qHwOxTb8#F0ጒ{v൳Z.]k)v\NRই˧=xyAl^5T5¤#u 'epn/*  ByXX3/6.) ^++.ʒ1!%%Á".]2kaLrr|jc ;i4T.PUQx~Jb(i(,6rSsKFK‘,rv(xƥsp!!zxA_l/4s^C#dg`zʰ{%\<^֙PkEECQت-a2eɿF.ػP)rŒ E >JYŴ=R|/vrrjz* ڑ/{[7.7̼=i"gIF|/v#>;e3Y9a`n-E#:#E_#\/O351b?8 VFX߆k!CuMbO2 !tq7v ̿_))X  :-|r;F2ծi"5'Ѫ?m N=pq; PkDCny"EL3'TW_rF6%sYcIV"?  LEzv7;k>JPg݊:|NOׯ4u2_˗VʜQ:QI0~F~ꫤ:G;2"n8Pa>*N_-`IsIL!╭cfEح_5_,eMG)VϿپm]Uf7y!"ԐL{`0\Pt^߶XHq\rk7ڽT}bbdj r=Fݧ 6꺴uΖGКn( VlB'ua\dFaLsU߿\S;=4}]'q.e}u`Sk<2+21U`[s,V("^i2vE$,ƯK(*M*ʤ.EUl|H Zs'fS.Ӱ;qÇ}sj<R)3ݹ z.,HR6zK|RWnXd삢T2W؛@=>CJ,=4kZt7ʮ`,sz @[e-< ʑqߪ2xG/ ?L{viQ+Zkф"jVRW$VLzyIJ1L;8~Pf 5qYnrϸ=q O-:Lc}} s{{!ē1 g cEmFB^ nh(٣R}ąB[děeJtRiZ-.9RąXō+B@ͅ"h@{ MLLAwffW|3!>ڡlPqY_oOE&k94uD<3{,m8m*OX0,%?I<gb?LzoO+t܀4pt!"X&?Msn<-V1dRqunE FbvaJRA+$hpEjM5vbKiNIm n]6z7"ݩ`{' ',ľ K8``BE(򻳙rҼl%[0Th$0@H}$fhJr7(fp]&Bbz㍏Q5txz<5ߒ}eU M=5_fkLFO6u^k[ C/O~ѶYH:Djՠa-3Z*q%Uep6ݦ-gLQ-0( .'F@.vauÅ8?Z8fXj^)IpPI1M[BM "fWzkXtag4˶a?iؽeZzw\(zU(j_ @YѣL: D!7]DMV( ΐo6o⼸ kqVOz7eR.l(G!=QTLI:Q ZGћ) !yǯ:!m㮯_VQJiVi'M/a.a ᦪL[ Ϙ,e;>o`aSSQ d[GijBQ`r/I i-Ͽ=L:ѫjMS>8LĝCEbRݜ_a+jԗ;;_Ɗ0ۍsfQtJ&c@Q`&mR9S.H:LӠ1N?Ïbc~@FȢag E3ӹ-)IP8iJ4jKjDѷiL[/P=o]@x9ŭĺg I%LϠDp/a_ܠmJj"ڧA_=g h&눰~۽q4EH=yM1 %pu hY\R{rO 8ҔJ H C~ R |JDe?[~w~\T{7ao,KԶÝ \e$z~bw~ A:2 F'T Y4%Y4LmsLX>'SkIGAq^y=hgϷkJ̞/rLkH\w'^,EyWR>VP #3]1}] 9#=e3I")IEmx In}w98P ~d\^FX.~ [K-m5뛎4#eb X6܈ #_d)媙q%q:*)Il;vhrG@MҋZd~3}Cv'slPO.j ==p37cAhXHW4=vfO%fE~waW#`C$Ö3>vAT׽`4g0( 'gj:GSTw1Z!I@VN2Ń&{T zb~ Ŵj_vG緭a1 aEZ7HX)Hn%`~ a9AZa/WؾzǍduKmtgg4yf )" | Yd}wE&9n`\7 /C(D7Z&ip%۠58&ޯǖVԬR6i,s,w+KA#"J: 3g!ғQZgKZAL3נq(&^PS֋$6FHH$!u$96 z Q=yge:0MwQOLBpP@,Ҿ$ie,zh 4y+ZXn[Y)9+$cY&v`Kj2Ll4 yY +&Oip"* I d*a:rDX~\\ˣkJRAvW>fva &*`ޭO̫ό`L k):|@i@9ߊxcǗuH6x: /J=(Bй}gyQ}ntAޘ\|@rw#Na!F0J8=k{?6 }6bJkpk:E+.\4ŏ2 `2+3{ X}ŀ限 ?UDX2>J0+[)7oR\麘/ɈSEՌ30xFb).͕=pW&=-iPY/%Z>Mc(r@CI}PA),YIXKSӇzp(&5f D6Qb k;<0O;.J'׊h|'ۄMlް*= !nWl#_[)A(FFB8rG~N/n &dx9釅qmSP=oDɴF! RCo]\P Ozr0C!AO[=Ԍ_V;w :tՑg{|Z kʠb~,q͞c݀T8   yjU_QnuZ9|SSU#c  rcƝt,CiNabIdg@QALQT>iqGN:SHT=dwdrTLa`F D򸈉oE~$qt:P*{OM.OEy*1^+j~\`72 q+sX̖UmCl<Ұ9}rJ]%P6AMEۮH X&-WS{*GCԄ{ UǼ2$Ov.Ӕ' oBpE TDN:Dr&_6QKz9'*`#}յBFaP=)j^r䒞9R̅Q,3 Ć]G? Q Scp7TcZI.F98M|̡ S0ѧ>LS֬'2y;["At^ێԟUj4 ƹR*CT>E쩾-;n.5j܍لs ӏ:%&SLiɺBR#LT1r,d{eOM8X-QuÉ }Q/Ͷ *A&YR$\3>j1T=Ӭbz{E %xm%T916$] 7B[.t2I9dQt& 8/U{j*?+|iL/i$AAU_966fEEF`KUtQ泇v?Ŧy[v.Ywv`B@n\iR~/ o~ZeK͡;[723WԝaMR ԕP0"n|+wZ)ƚJK1=1f5ZP!PM q0և :p:/ـ5Zee :zqzLD bҽaMgb努N9F>τo52~˫P#f'>`;}\.;L87lK:9j%FRh@kK'BIg {ȥOZ8r6k%b)l4mshIo?p:Gbi^vSœX_εKj;;07/8Shs=ꗲ݄Z?wB>9M4$H͛z#G?x.(@7<#" I<\Oق$Na?Ѡo@+B.6]𷚾<.EȒ0BLst>[fo-ӶTD odar+u$֓)R,U#` ZisN4& [ʁ CJ(`hR~'(g.=ì*--x#/`rDBcw 4U)KH 9qK>|sG~*E$:Y~!}=o%8>>s3f\d+u@wi7IWkqw+E`MϥMWțMjWaz'9Xe)}&]~xN 5pV#EHNܔRo{PFytS5P17^'LMKh HsOq2>mD6OS?H:5CJ0eJuT(JS:t%#ӆK! q5^ o[~k)QղV!YeOO@ey:2SPRZ{Q0 u;ٳ9"\.c򏪺JU^ R Xh7l5ODY+|]ŀ'^1љC2#{B A;LDΈvv =c+GX|ջ't5*H 7w%o>iYT$$?- \Zy3˦Y›.Au8&D eUt3 Z&wӲ /N AZk1\v,LI9}7xt'xxB,<63t5(9Lڙ]lg;}ϣv%WG=NGVZjzg MȬogk~k$<1IO)WD_GE{@evӰҪuŒ~T=] Wb Y|Rm7 PE GKzR[]\R4~*<coJa1 PDH"b^l-^x'D|srBH"ڋ*á;zX,VR0u+N8K(N@7霠ÔۼNH`6 Z+`JwO  32uo2atYwD#^%{nawu=a+tpM 2?/kȉ/br۞rs󖙓PVUkhbbs_'QcUT;@eҺdh5.B< HY]THF̍˫q#^sj>^]AP0V' 0ÖY8i$TM0~\ճPJ9LZ|1 I-fWi;\kPew)B?,G:b FyբEJ6d{Pʏ9VfLOg]\|.- $>=>9{q dq6rKvԺ£QI>m@[i<0R#K/F3+YMn/ 66yޙ#g%0p0L{V$Sʥ;G%^!XѸH\4Ѻ$핗I$-C5B(M6VQ'7W5mG{;`XD^s&cey4)nT~=зVet(8P/8)*k*(r)BqQrI.mlF@/xIB)nYE޶:D9<'^ٹ+z-|!J1^! #j-J)I'E26?eG8+.Vґ*p# S嗂K,҈Q/\}҉SMIqٞg-jRw/q3'|㩃N#4J 'κRjlGg;0Be$Ĥ,&듺kC^U@*<ʻ\rCTت{@sMлGyiF9`]n,A+ 0ۋ9štRfgmIp%_Ʉl3BMSG?4,0 \^2<#~xMjRG&PP:UevVOz&r1#2 o8lO>26lwBw!0R/@kM{k}@dzӡњ2OWH,Bm?A͂Bͦ/m 3D7>'2rxK2ҍiQjL[H@6:ԑll?~^G唉%"vJ`pPqeq7sﵷSn^ TT\cPYK'I PHSfTd8v{]7겖UpX(>J=[ `)`FGXV@L5ɋN>b˨z)N)Rٹw:]v"m :"31\^'@CBtN8Nru+ 4֕hj1>K<+q!/erPXzg&i1Np_w*ӄM;=&PcQc/y#H d58%x^$ e\yh)ٚfSg;T\G?uhmh`E(yAF<1wd ן)Ffr=HF K?'kjx 6?dj :`Zݡ+ fC54d89 ԏtzjj}z}W~!~n3[y:nrO>\s$a|hǤ . N6ONe[d#^PR7{Stlk]O}c1E^#GH%DoޝAf`fɅA_'%s? >v-T?woGa~~mJGU"ԇ`>q_uϘ$[QVnSzZbS6wcg AlR^ LѡA_uǝBHXi_*|V ?}~ǎl@ jIc8R?6^1RFm"@K1vgcxM(zپxXťo)XOBㄾLOY[BUd9rF$L0lHB ]`=XΨ/G:PwTyFK: Z!&`ȜBT) CO #OMYQ$]*B5vԒfns+Wۑjj<5^֖WNLy IFޚ-5PDAxm*CU2joO"_Wl|.ŭ߀:˒$3-,\3˯KplP1! RFr h2ׂ -۟sP^2̖Q1:'|cBNyF̣I$R%CLm.c?||rn ^wϰܻ71Bռ]S^bUak8n*(`-\ 3uLt+BKʥd_zyF1#RToOl< ? DQ}`˰%zGL~~%ztKx:?'=F;s-ݐ?b5>DoUHaIوo/c+y8 ?1Q,eB'ֈ>S'UQܘہC#镎IMs*[_{ JѶD^ǻ^GC>. y+6Ë5b("4i ˥xR8qM6a4CɄu8!بSZ—4ę"s eF)_^EAiY3!d\yT0-kiL%^1 st6%!`9sV}z6`,0Wc~Ԃ8djjb\I1On.+Q%t$X৒+RAv4'GS}(WތP; Zݙ49 .`“YwJ3~+[a֭Ek.:Yw'&љ^]b5삆'OqeZ>vo6\?+ .$|2Ԫܘ`_@oQ]h-K&Mm_Bʺ3 eA,"ק< :`uC/74NkWu_o>;a] Z' ?fu5%J*_"ŤB%b῟Uf%G􍶯#Ync.<޾?3u풑 g5i{E8뫹>D@lL hgXY^B,1$ CR^P}"" YiST'E@.? rسx٦b &e+-}&ifkӻn-8Jsʬ<6JI7~wݻK1loe"Ĉ>]VNv 'M/Ĵe@$mx,ŕ؈U,)E3NJ$t1㼿½4-ACvTAa3ep/q0\lDB>]uu!s+`#a&Շ)'GQzhؘ; H'qq9-&N/599c7MPCo_U zBیy_di+l͠׮0E1ax9eE~.ݛU2(GF (\r؆^/ŵ;n͓sA맊^Nz2Ew0E7ʙZPZyyڵyfL_=qs?W/I/״dgȽ[&o[:"sH/+/_:n{j YZ