python3-pycurl-test-7.43.0.2-lp150.3.3.2 4>$  Ap]Y_/=„(C9=EW L T"0ge;T)nH*g֞c2.`R _-I=mR1%yÙQvfJ- (FS D4~)խO1#%l *t~$lt5y%2 789ef68c2f0696453c6edeb3cfae09db97398d3d695fc055aec2ab68d64e972debc8cfa5749d63425b56deac586d9b39ee1b731f3ȉ]Y_/=„%h*y@漧dcO.cVJl^\6&}(k}h~,%&9x9ZJMJwT香@(.V S0*^J׀r:Kӷ4ISH|^Ka]_ )CɨSS!a]?Gf28R܄TH12( @UГ21bABILo- Id:'4aez >!^XW< âZUl>p;1?1d + I %,H V d   2d#(?8H9:RF-uG-H-I-X-Y-\.].^.zb.c/d0Ce0Hf0Kl0Mu0`v0|z00001Cpython3-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.rpmpython3-pycurl-testpython3-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+).cloud120 15661213007.43.0.2-lp150.3.3.27.43.0.2-lp150.3.3.2python3-pycurl-testAUTHORSChangeLogREADME.rstpython3-pycurl-testCOPYING-LGPLCOPYING-MIT/usr/share/doc/packages//usr/share/doc/packages/python3-pycurl-test//usr/share/licenses//usr/share/licenses/python3-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-8b0172dca8180105e1f6dd0553844a0c3f5595be38f036070487f1f5b01fa58f7?P7zXZ !t/lg] crt:bLL ?LQZt%3,TCbi\?9sifRPC rav a C %2ۖY4=7'bU-L:3 UCx`pW;Otrz˩ow}5h*O h x_o|9Hcgvh/Fn'vgoK>J2Ű vsyR*7o՟LlBY ϩ:]DH\[0ٶ3!wpQe!|a Cc;zSq~&$=dX&iJF*d~P_.[+Wg1FtL)&C,); +(v*~'MŢvfv@tXdl11Ga1Y 1@b SIlLǢQe}lFz0"}տ+&6/6GvG^Ryڭ/B=i{T~hT5"&mepҺUw~% y`}ptY)6w~!!ot@TtnF4:?pFI+:7'6WSȯOW+у~b܋v3\D?K@5_DCP0&J8܊QϣÑJ aWj/W]}(9L$AMCH[ C<1'Cx $9Y'yVp Ъ]0v4j}֔9`)WKZ?V\V(xg݅ mJh6} iސflgku@\ 6 $u4<q_L#(3oOѪDtyȔ0fꒀyLoiΛvΚlpYZISœq]_&z> %PVٯu h\cƬ݀-"Rf. L$ijMhE+HFNf.˱l￘&p^COWG-ҽ&x)NG w5D9nq!qʠ0:uy&~JT.G:K+h߁5\4bt,Ey8O՞-2>Zc4ocvp%i`$ w4MEopb8qXU4%͠$uC!¶5fwKm'uM2Px22Q}6*#uΓ.$NeE[k;VٲQqN Kx+'P՛8Q7N ^'&7kr~pQ\uIE=:S{? f+OR$#jq҂`h ',ZݔCW[\|1lN#|&{NÌn8 ']!Jh!qzL*1a;p q"T*ZhAY eD+M T(&2nC:t沂 =LݟkyfA+ [6f=@@!sby[̄\dD@E~@u"rs'%5Svzp##4(/o*aF.x^'R1Rrk問Y:Ba C|Z+pXR}uwVd-uM7ÔC@(({;T!#wZlEDLyiPZ~S1 pEc A{usCca62 ;.T?-Yfk[Pm$~%5GpZ8ܘQ~)xd!_ze[;1vTM]pI[`I]@*1|˵.1zƙoO5Q46Nį?ʺL !gv > > jt-3@mbqXb 7{@٧m:"吓[P\ SֆNK6qrʫXTJފ(mdjv͖ 燤6tym;PȾds.lN@)G޹9/%KYzPjl"njHO޶8jd'.,qYi zuy#<^^7iS8 j2l!Y>N׵d=0n,.3:`fzJ]+4HǙǪ̱tS󗂛p U#/CicYv2[h`EW+!^w{ ؗOq@6-6LV6y QS,aga@¥ vDZM \FkswZI _Tmиm|Y\-@tu)W? UǯYDmZS\=JBs0CJm?|))}$Ű26XsU'絆ؕZxIs|3)+`'C:>Fm&ѳ9&('H:@| U6g9*p< ^:}QfĦ̼\S((<' 6١cK)R|g, x <+Jf?~:B7kq=сӅYk<%9_/ nGe{sQG(LɒA+! kmjh=>;{c㭓0le0d&h೧|gg;jd8#kcjOֻBrv-F?QlnA*&p/u;3'dﱉ{"HNS%fh+RJ ?W6'h 8skp{JU. jEX+JPFʬ6'1q)Ϩ*njh$/{x*ބp0| W2L>OIr*?v]ȻNwe~EY!iWBfxbW}xwU8H=RY.nE~rդ6~55Q[&> e >hP)s?U%oӔw3W0/n+9G^XϛyB Ֆfy`986T&2X3 KuXz)U-hT|c0Ff-rIƦ,pĆ UpjFN4ڗXǢgƀӸPMSB8OG(,x'ϥdш$ }1~›#PBsF~X8*݇^']4˲8/Y봂3rM՞TVPMuivGNk &=T?TMO\EK NcZjle?ܱǗt/6rb>$wqTUdC=lu f= V~F+ d$hWǀ gN{gMrK̖z`o.N+`GUJ 3u5K~yd{1)A<X)?UK 3ꩫWҔx{b7;2siw8owΨ(YCۃ<BފSqOYX41)RbB5o&8Z͠ި 0O.﫬! 3k5GwٌT. $K"O*%sh?n/>X: L_x:/P;N~UB‡etaq~T|Kҟ\擒$) ìc]UoAֲ?Mh+'OKi tGLb馔%+ft.6,.wƁ!Nb>-zTkc=e AC-~6,`^`78[NջW^Vv8yw v"qЁjWw!/'t(/a\3z72ז𔆂Rjr)⫅.UZhpFp  21'ϛ9Ʒkj2p 4 ᑇn_VADR*mlx7"Gpz^ԀF⮑ٓy/pGGxtj~ qG78XS%e8|eXAb1J&< R7u.{>5?bt#4?ݏM޻=Wo)Sq+^+=2#aO.Aٙ z[xw4xd6SV^ ~rB:coD*"B WJ4Tu'_@;ˊaQ{ X5J.XI^ [u c۴U_6vrK$rEEC!:W8fW!3KZ0EFScǷ%H*'[ڑK)M\Mјp4t[!3'%yGHPO< bŸzaWRPn6A,prȂ?eTwWOʑ0l'g&3Rn~§ \XA-q`"pe 661jCQq7V+mZ|o}NY| )dW+ұr:iC3Ot>& 2EU[)V"Zt a]\Y'iC>%7K|إGVH9q¶fs9wF(͊Xgу7yJ6 w[xUㆣfvҾ @I4U&[5D;P5ƬI6>"T9RȭV~-~7jTeMUur@XP*vF|;E vՆ>]iٮbSs2^;/{a|}ӋƁ.ШPAUƼZ *baXo6J[0a:G˧9,e'er~\| O9[:m-aIj5Tp`Z6zYsF@G2ռfʓD2ūyT$-O:\Ddc4cB𔁊G_]tK6 ;QƳ/!\RV65`3&֛dDYoL T?-|__^7z 86t}TzjD 2XYI% [%2I[:܄!:qT/vi/f=W# x7 ri|1H9*|o-ݼvu](ޫ!swx P{K*9$g3xU{F$]6543em{.@\xR9!$rXH/CM݃DibNdflT5ͮQY=',2i^RKL5`H5x0 P KrCpX#ٜ= `ı~.5<<Aazso.hLjWƇgJb`ɏe&~b&$s_4\ BE}Sb$$ ~q"881=-1MZr}Oi<o*Y:O(maX-OӅOzKkDbHJ׼^>Yim=v#KaeTRvGfPWvhsof4w v,\3{SBL!-FJb8t-[vN2ۙ̊zd#KA¯oߣF=p74|i)qA=/C[LWj|eK4&a< ԭ[fA.o #fW(=^QҔ{AٵttnoU[1Vo8l÷oH^>"`[A 2 () Y!WrD6԰J#8)LUGRb 94v42ot8}#\Ǔa`Vac?Fb5oaf?Qo 6~p}BO>Cѭ!4D߳3f5jٴ::b)r ^v;*A!S S5Hҝ_֒ Aikm߽ti[|ˁdg$J>v+>alu - @No@ϩlftc1^GGuBjObG[\;-:)tO;6YCgAnkvdXxF߾ԉtUAdrAtFi:*작IχTQ+dcS*Ver}IyF_)I ôۀ< ̙-!I"g~c"/ FSռ !Omκm@'GNaF,u|xؘjW}ʯhlMElA ٱƸjNF ,d&]<0[B.9sAП#1dC;?GSkumI @22D%qnK,J-( 4њnEg7/XBNxڀxƔ+₄:8jf:须!3diOlERإJgF~Rh1:,k&"_y8Nh )=f2/] Yբךb+0i P<Ґ C=W*^YI7-uu,yI1& 9N>LAOJ Ίp3 K`9]hI`pgĩ(^t{k^iڿ1[75-Fk5 Б8A]U%ԝ9n=f`-M/*}ooD )˫z%=ȇ͞Ǡv92lJy+H*#YJ/p^pWO-IH ]fO XC”kj3kyG+>H#yN[bQ>yg;_*sUW9{8BK=05#oRLvqk"] Oe?Z3< R>¶̤P$'\ 'Cɮ n^4.1`~^ќ&VZ|ZܩI˒u4Ʌ:YUڣ%ђA3?,j$-UWؿҏV)ۋ6ZB^,$ix6VR3ʳS݃,K.~NGE9/<`L/'ZGjzB^h]$x%v5bi%д5q ?aCŔ`zd-H5In,*L<cA Ac<`L>]_լu6: DĕznG;*峈;L0 K^?LGyAIWKO eyifp!CoW`jNY^u@^8& >|h+f3 X[HBgFgyudJ#j Ү&gY#0,Cr8;MIki9#yӜmO.֖\*+ hZCQWd~[\z\*;IFzøo'.x=R << 3Ch[{bK5?H/U =&>cq/5e%%s!9gU(&)Y/A_F ş@ ܷ\~+6 o531gB-8g0aG.m <2%S>}~^ piY@m kSΓ;]ULPr+ xPhHЁauk/gvrIO-Yn\deYADžzC~iKHInj"cǙsRȩ*(c|>#r dfAemBь?E mK+1/1k;~7xR٧iEFPNCEzrOj  rQ0 RU q*W{خJ'#G!6!*1]a-b354@ Lߓ`5^\[X>;^k匶Tǵԍ  EKd$nT'a,][ Vl3bw;qV`]E8wS]3Yp,-ZώI3c>@>=Z-_ ӆobh&52^~$OCC%|Ձ|oqD)I7Tpܵ2[-*_mu kaswrtrn 6(7ޮ Թ(ItBldip!*r,:A:ʎK"ime݌um4s``ܗ'¬Εx}o ?~f똷xRl nspo ̐zUvMPWR|2=E@`;˸ctrozAΡPFyX ^_>v1:p-.Q0VHձ SGhkvkoC WNQ)Vnെᾣ1"SpK/ Hl\xύM"5#1k okb2­L :CUn;_ɢ $glbP_/=G4u-R*1sKjpLV*$ iPGf㙱ax:IPG"?+#*/P;qE x#[iST*=Ha+XbY9ukPQݢ[myzs̀mcp2uOm|!mlw(58DWGL{xbY}l%$M$Ӡ.G1>h8lȘ gvL|(\4deu9Fp@H[ Q`k:'Hޚmng)ȃq`AԣsX3vug bp폩\J~nUC`PacwW9;3p2y+el~JRfOL T96WdpҐL͹&6~hY5^VBq*b:h,g Wt !nO<#c#VhꌐK-q䲣Dyz*zuSuq +l8(x"1Q%W5r)g[I4m 0`clVXsJqya ~DO3(ڠϴ8Ɋi7+Eps3q*5)P/$po=.ͫzcc#{?K{Gއo~N=h웎K!b櫛NZ4@ʼnظ@o'بmLNgm'HaAGdiuljm}JKE gݰ$I&`$`i\KǷW$d WzЖ>\gua27D)$WC/>:sQ&60LC @ 7x4?Dg~S7ZﵻfsWʽ~ Iis 2e$m?(\I0/l9j :A՜sER޴)AXٙ 9b= vth""Ve=\GFqy%j~[ӒUxEOBA:zʽNN SN^"$E%6a&TcXJRX$;@Z^̚U& u@GGV9>4t6~wgۣE-$Ulh?)%>NjT#X%\ dgdbAQM6Tw>~eUy`nCsb{2+NF$C۳AB䄑m: ]={Kuٱ^EÉG'ĖQZWRjB&6~R R宎 ZD|51~D4S-ÝRLBW6z'޽}bfS§Hr3C 5k@|G .f@jR!:J;Mk&IdTnиDeڃ,e-*gs&"` \u.!d°D&)S yR3 )pHL!{D!SQl2<}rSr= KF'ft"+U(踅!y {'ZNj( b3߂H,YOeҍYb뽱(*rh[ޕ܋EprjC|ڪUG"{$Q\W.v$O6eT먵đr'^T*nj_/eR[el6w5x{l)WeGPPUz*elY7NܨVy(uՈB,\vR')%Afu#-?>#5ELP{|Ah~g,eHׁ}Djg So-rj9/_8~ m'|P.OHi~{/媼aթ) \gڎf+QZFT8M]OU|TJxc5KĈ56~e9Ín8=0 KL_g-X΀@r2wT© " =B޵i13 gV4VGhՉf'f~N@@ M)w(¤4*k n[s11]TX:Mq#a,k/ߍ^)qu{e/!{5uaԕ^9E^`4QaZE7!6ڐR Ӱ=?cdVQ- _}giSÂ=fd 1m x@[X'/%LB5 Y;)Ne6QsMN|BdwDPay]=+;YGNԷ!\VkAfm XEkw'b?` jvKe1ZbPK|NVF/,IFWۙ'f]D~Nc=L5 fX Wh ٝ"^Fi{va#nWi1ut.{X2F୶(o-֘9!ig42&4[b4cS0&ؽ 26NZ %y`I$oh G>-Zޘ,+c,<@yfKa yn'cE$o#,h`!2;`'N|)bCKE$r22[NË\<[N a U$ y|%vmyŋjo7PeZn$艍2?C y0D+awod(#Be),x>iwv.f!ȷL:DP,oi[j_z*}Gzʓ[|Aұx9'wUBJ1_0TOMpQH".5{Q$װQj9ZizQ [&OOAmDwJϢbQky!j\XR_R5Suqcuؒ-a%d6(o?ܾZo>}͉=jC=vXM+Y$>=Czhj5(HWU UWY6ho>]emy/v`i!r7[;E\Cwn5rl;n|s)êpxfP5%+4%g'ܹ-"1-Pl~4Y u_EeJ SlUE,lYJ<2P\ZZ%z {LDJao6Ȯ2e='$f meHXm~N;7hV{nGk:-ѕ{uSn+g%}xjRQޥlEOkQuizֵloAs)1Ɯ2uq9ժ+HuXՠ7o<VMV`pއ1.F@C,͐9f' kҡũˮ'W4dLÓ[GXھEϝD/,`"DmpQ,6bvS)J97WW׋^BUs2]zDr!v㩅*Ux,x+SF Y^U-3ڑM<9}UF3m6e=01=kgNRU+scg,9N}+; 8~ xϹ.ڭ/6Y+=R.eG."WK]K8t#iA)F58fOiݺu_km{`zu[DM1 @}t]G-C a1X$9_oǏqZcÌ~Hd;@t !lL*NJ-Ǝ}J6]Tѽ>6O.@.cAURD^0QST0~,0{iaL:GaN4!jP0ihĬHwWN#RZS3}I5r)dVpP,X5{)!|NƜ ?B2} hX9|צdASheK{21t'ú.bTs8|BDJ3 E 4TYKdEkRt-O ҌqWҡ'8%W1yADsS<9׼ RdRKfb J9f 6}`6NQg))Msfp7W7h2'c=(,|-½ t/` \ЊXM_cYrnD jnc; w]\?b}LI8`f%Bj}qo PeG\~) 8(VX! W k$?kYg5dohCׅ 9ルa wD۸;SBN:k_ X?5:^#JZh&tǫIç=;\on@ zig5N^jx S R CFk!5qH-9<5YNw5ah{p883 ޞWG^r4YZ#c7:ų|ȉ/,2 `.;{%+_h>Z>/ eЧiZ~uCō.q8^'wMI,!nF86@R2%!duq7A6cF[Nz":zAs]qv 﫜Aj䠭z}:|}:37)Sԩc ":A8|E<*\=EMaYP"-I"=Or G v[6UͣK#Aݿ#cz*|ƪ̆Se`0(Y)Y5vӥUkUM8$: B#8UVE`L3r9Uڛ/ġ;Wn:-ȾR~O"5@A)dHF;ka7F v6\Cߥ\qM-`/|lYa?A<(}턽 jp1-/Lfą`Y N n[o匤UfFhuGOv0F>̪Uzh|ighޭo}dOPqV|2͡LxUׁ@T?cA ;$īq[-={r^;ټd52O>r"|M`)~@yØLiA%֓^dQoRұ~ uǡhZA#l%Cc*yJ  J3̓H/ #ۏtmIȆ~P o_u{8*-4*h-EUb> e6HwGd "Py VTY&A**{sP4BtƔ( z8T:e@8r&%`XԳlr~%l~ޠ )M}%S>vy,e姮 4π7[6$I_D{7czx 8-hXhg ek5$ֺ-a8 ׊rEzy$#9їOac< e}A g8aIhlOEƥN( A% Oը>Cj۫zZ % #5 uxisD'h0X,W;GQ)q u |]𞨮!u& do/jM F+ AB97?0J=<YS)nus[\TgX[EɼcժC1'eS8E3Ke]}B&2Gz-\j81s'\<0Pcf6 Z3bQh50o6zJ&ם1/uZ[TXU W si5yUuXaG)ˏGl*mO4m'xg6i!_ff J4SЫS;M[<F/rG˴r7fmAxo f[X5Xs<40n蘲yBʯSr14,)fIdB4OҔ=Dꚜ|\Ɋ͟p.{$@ H饪/7 ry{I[y `jeG&20"Hz/ G$? 7qÕ'5Z$^K 8v@Bj;&\@Szt򊨅MPLgia-]\>i!R0BE(1N{,.d" .l}]j"MoBuu( / ( K]94=YV#HrEK\lD ?ܮə%aݖQ~h| 6>i9YI f; %g j4;l*3nJN6V@tmy~em7PwDTDUص8[tRc='dqOqWyg[D28l3hB{Y;Nh0~l5jÙ+4lD(#~[un__KΨs]8Mzj)TXӉWØ:ls' Q|׭pf(0R4V4A Qw#"/ʣe;%(ߴxAC+A6 vAçI U?B±BL PʏDy$.R,/Rʤ5Ͱ'^pM4aLlzxSnˡcp&_;jy˳躛EZK%h(y!͛vJ(.">>Kw42@bz`7#MYwPAl,51mr^TWk)A r&j1uB?E<%7V@ޠ-#6l︝M%Ѭ Ӫ¨ea-Bl4Sd+J7Mc %g7g|;ؐ$fwUJ +Cŋ#DqpGzؾӰp"ڈ\OۂeD5z񶫥T> s:"ӣ^_u*A(ОMވ(J`lFzwYt0JV@{O<}eDž=o;~ڻ3_]f`ɚ{_{K"])Ps0ΠyOcWŚb}(] (c/惢!4ADRU"g9/>;/=ޡb\'mUt^Ƚ\3ŝ%NY}+E!mGZC6:[ $蹭u޸rȿAK˦~zP$)2 }}zSc]R=)ll5DDE1o \o@JBup<²kЭT|-mĹzV.:v{򈦟?tL=I^TRre\.9B_;FNWL+ <|Gj0 s& că E]4ɝtj#sǽwuk)S$E-?^|3vC_7lD|F>4Fw.uꂭopU繬&53qǧK}+\WDɓe y,KĊ1xNٲa}kzÉ{DH5xQVs dxdNqL.].w>eF\H"4֡~} -Z4ބ:,._}IFSPj.-T~l?&:X%)*1j~\i4:NYMHWTؤ4 w` E=Mp1dx13o%Hr|21>i$k]2;gSyv>8.}{/2Y+Ys}pt,"5p5(g\LNF9" ,gH"#ba?M?(A"t@a*Ҋb(^5v,̂⫁.ibme8bp3}mya%X ۠Y5%wpF]wM 0JO)mpǣI;ZΙ 1;vd)Vn<:L=뵇-C[j]gMp5RQzXW0>&0'lpj٦|H([#0|㰄5oAjMEFaXKx?"v}IȖҦIh$Z"gNtuS]GOy0?UڶBVS}B :nw}\l "]sbigO?4]e2b2q?D^1.`G gyVy?Ü1g-ljs(Kex_+ҙu.4toD{JɈVޓmfvǚѥ B%:Nc?É|[؜A# b_L-W_̬k28aX4钱h6Ѷr+ʥ/ڛHq!],#V Km a~Dy\Н,9$8T3Ԡ ֶA!Bъٿ4s6v]lYK:` Qi}j?yX~>[٠$q1Ư+D9"XQoWA:m '& /_{Q< uj:\Qr^]I8oV<1zD]A´§ +HYh` lI,<ކܦa11*lt28mQ'3VJ_Gbqȅqnhrm;)W;`O$qozUu$zҍq/}e1Ngr%^UPՈ; !i#C7Ml^by63 >{qY39̳ ŠI#'' K4auEm*.x똦=>ʛLz|[\vj׊mF7kN>A=K$4L'}DZ`TḇBKۖr Klck6$g__}siؠ4]%|%(PڽD mH4-[dWJ§2˫{|RW6ƒY Ws8ʗ5ϸGU)m'S2JFۙFuaQf +"csF:uk[ q\ 󼷑"]j䜃}(MkR:'9ylMȺ4S-.$Qyxˆn6^TS2-(-;8D3Pb&ŭShf\E.>@*8\"ޔK=ϻ&r)ތLMȶ YZ