python3-pycurl-test-7.43.0.2-4.3.1 4>$  Ap\ʻp9|NFL'U~aRs2n?h~?,ʭܴ_O6; 񋥱[q2Ӥ2gj<Tɧ Y1.YpvP~ goa횽 r1Xi' kfZL*3I^VִִwWv,M>BWuRUY)_lhKoe.g(Rp;PFܑ?Nj2Lsχ u|dqv^dx?ea150f3ac06d3d7655ab272956985b5328faecb072e9dc8cde6e2f541d094e0230bffe69e75a4efa89e87a860f0d19aa5f3dab18X\ʻp9|OY% HH9S:ӵۅC cZṜ,q(,;qn=9Iiw9%F ao/L|0^ pc1ziK悆Sg\#eKUV,;&sh5~aIbsy@׾LԸ>ELXz8,c"K0*_P.l>p;0?0d % Cx| 28@\ j x   #Fp/(K8T9:F-<G-PH-lI-X-Y-\-]-^.2b.c/_d/e/f/l/u0v0 z0H0X0\0b0Cpython3-pycurl-test7.43.0.24.3.1PycURL -- cURL library moduleThis module provides bindings for the cURL library.\ʴnebbiolog"SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-later AND MIThttps://www.suse.com/Development/Languages/Pythonhttp://pycurl.sourceforge.net/linuxppc64le DgA큤A큤\ʳ[$[$[$\ʳZ$Jq[$1df5d6fac2ceee4319142175546ac8249384ed75a14a7e53e48e3bdf305f9cbd2740b882d3209dd6c01253640b690cf530caff091fe369186897c25ffc4ad58952c6a95f373a9c3d1957c583dcedf7df8fb53c8185b8bd555bc47d8d6b77fc39dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe55111114d3287f0ee1f8fb5f535585b2e8cdc9f4168ae5bac72c26b9e7f20a91e8brootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pycurl-test-7.43.0.2-4.3.1.src.rpmpython3-pycurl-testpython3-pycurl-test(ppc-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+).nebbiolo 15548934927.43.0.2-4.3.17.43.0.2-4.3.1python3-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.suse.de/SUSE:Maintenance:10888/SUSE_SLE-15_Update/bd0af319e15bef3673524b730e99c762-python-pycurl.SUSE_SLE-15_Update:testcpioxz5ppc64le-suse-linuxdirectoryUTF-8 Unicode textASCII textGNdJNutf-8293a0470d2a96a901bbb2b005abd254797260ef33286ec9d8333b1216372d16c?P7zXZ !t/lg] crt:bLL eDH4^ (ywPxD|Wc_Wc]!x 1ĄQ :̟['3dkA,fE&X-6Uwt2t7^0gz!:Ѽuϑ(gXl>pL#.|ppX>l.&Secu{]+PoӍ=$'F&DA꼦?=Pƛybf$܇MR=/Dr jt2ns+r[oᆥ*}30c ^/7΃J4o )j x"[>l헕-͝`HΩO*{*. 3{ey*-J,t6W﩮ø{mڸ(!Py~,"CUQ۝K4]\~+mElֱ&`4~_29@$*5*$r+OGȜls#ڑTz,m7GWBۺ8U :X)=|A#M9 \WW|TiA5NaV)3$cLK9Dħ NN,TD^ Pl)vn<&\3'x r_+`^°M}mqǑ `bwĮTNzRw#l/3Rw:fn/\nL8gz949`Eٕ|+z }(=OS8%QVlքHw*[X>8qfDS).΄ϼ5;{AwmT#OWʭrP6&o,٘Lo{)\/z "4to =- Mp1(#}@ ` RhKk| (Uc1 Vw G8LK ED%O&An18E79H%@a pn/GL8> .S֚M O;GYQ@?OJ56a#ߌָ6'%1`&z&Z!̯و]х~[!p? >Ƌ^OOV|4.vb6e?^gKs=ƽrMi*tҴDcZYe4naO(Μz܃rUMuzmxPg3H(hXTT)x РM{}Y? 2SwM%Lƈ0;gk?U<+QAy'FG`p\OYhixU-雅`P{m Gik4:F΃U[rUo+r$ZT6&E@"ÇN~ɗ4ye|~ME;W$2HBy1󂱪PfFĴ9$}BM"FajK]sV+OnR(~Zj8;'l1郳<-('8y[uJds4Z+@!z٢m x#rb % `Q3zjTlEr ƙGxx v`lca[I؉%'\16I߄Z}[o+*9$2ƧfNzg4>dc8Orh.{KZ(/n /Hn1K~!g6іBn5Eb/Esv G}ZY_Ge],HuZߴ¹e)Eb3>qSF,CL~[A67Ղ/;e AKV'NeJw01PToJy i 4)&iaGm}+ Sx.o($”a\V*vLIG"=Ðh&M˵"*xOuNC70=@릆rg:CY)ˢȟq J dG98CYqxNd=A AxԵ;^D@&f)3< (~OB<q}-G`&\aM5%e17q@%L7Jk‹D޼XY pY;3{Y)9Ve\]}Dp4zf?wHD؂uc}IXZ$Y-;wnλ^/[ Y"hL/^eTDƒ\ JbFVdބ~+S}LMԍ`ﯚX¸t+{ `[7TG`x@o9m{;⾕ԗM 8.IW@L`_'E;, Zz*ݬ-Pq"R= ?xv"Qrau 9q*iRPqG{5~ޗ(_9AY *<_\oLVҚv4AOwdgqΫBDƅR:pJ< *f]³ɽ| NЋ=.LOZBч/FGRkMG M)bqْk| DR 7'vmV0'ӋPȪ1X!,'_SBd^%d[XC׷-B&$ k\Ca _SV+j1 mXf PӨ y&*w)}\uB ߊ '% Z#~*[S-`nǖv;K~fp&N:ęR ǜ4>֑u n|ҵQl=1Y6;Xas \Q2yƫNڇ B$^( wAiT-m3EOB9Xp_c̶J]K:[U;\8$gCNS^;DZ |Աo`(g{ E1Pm7Ցu:xG9ګVm0xEҿ"1kCҟh?P'ɴi[.xio[Fޠ2k &zTme[ -^XVP-AM M4Uf]3D 냄ųq#=+ I&dNMEàp쓃1W1&K8 (T36;醈LyxS.)c:x%6ӪXq Kg0 JzLM=C=SzOKklBkg{|uy(޲ x$ Fi'3 \AMko FR%k3[:vA2e \YΗ4v*㝀Y[DbhGsp(GNBt/K$*WAeEl *;:/TߝӦ+b1$+?+̔Wi+$qXČ1 fq1EcߠEMܾ'He` 13nuePA fBZA*܍gVSEWO$ܨ#Go]`{F \ L)+劫 Dg٤ht6|%rvM_q ɛ8!sXu%]mrsNi}m%O孕AFǗzB>1<<%uCVG͐5ϋ?Jpj hl>6~*?C4)YŴoG&{a KϤf#yڴt"E)gw?0"#YRfmoIS~>@KmX>zE?N&t\ d?^PBLk%4/Y xW3ZD1GK=I6JANf+}> ]j}e/&D܎m  ~-9  D]z4xw]0 `0fڦ#G/M׺,uR_y]kɥOiK zT{k5Gc屋Cw Q$DANg̍ cSIWfW=2 ep~V*"D"a1+|w TW^!j[xNqF83J!qF6JœZ@_oJ⦝7uzwWgݢs|*Dz>>W 8*vو5̢ܩ;uw+:;KI-W۾7KˊB:Ya@p ziV K}Vc2tqe$-')=HӕLYQDK!kr:9>Jhq/̙VCv-ם YqóWOAH0-?eZvJ-"XOkK_-={9`#D,1 gϭpmJwJț/AiL+FZlyQ P*ʴ mN9%T1 kD n*i+XZR*OT ^ca s/Eu.6Z廮{C͐J\ 9'K) QG$ƇS>= }d_LV¨uIB- ش}OR"K;&TB'Gmv?ht<KAhbE!+?B3PW7ީi+w#х1[1yƲzl)>&h (]Rý_f%.b]21O\: g{> 9$h?.:7?^gLP4v.d]D 9mCvIR5zu$X$D,%D0#`ܶ^SXl gt^}sP1,u ܉k0*J g"ka):k C#Ϊڻ=@d7_u\?w +kIC×S/k?rOyXIK%T.h!إ ݖ/D .٘^803Tm$ᦊGWH˪>(0{>mThoy= ] =j55E(.t57jcK:q@@ˀCbʷ {B2\II޻QCww6 [r9H(a)JN "+/@(CWGT{+]ĢNΑ5cLΛQvm eI,Rvuѻy.NΰY!7ZszʔWM|s'8|UecL@J̎J`nԩݕ~z'`ruMϧ}?BKtJ86a^MBa}a1E:"xE :Q?ǺkH, TK8y=3I{ Ksu΋dv],% NRn1EųҺ!=yj-i10`P}l*Uタc L~}ڎ}{QҭŽ#;ŨtO)E77ݍ{mLiXG|ʋE~w3;c]w.i"2Iw]{eN 6f2QUw\,=KGEV5Jwߩ[đJ'Ul䜘xIZ^St& {Rs'( ؚ9eD(a]]?:t`=@OKB#t7x;,iSPo`=%E{Q&(A,'zV9KڌjQt×[u1`W?'Uy&1ԝ0GXꛫsɼL3+I_[&[^qr7\JE_`D^#'8y|%V,hR3HM8u~]ٌc`,og"ty-oǡt˄ źOԒ `db&Cm=ڕS dEXܜrX+6?.bQeyu{xA;%kXHz LY*5HokL;Cx-6܆iiꛀC#f-ϽL:t1: SLULjDZ@&u!{Wt.;%:D)wڥ\_0A<*pI/튎?{qM)`% ߂4Mg{A2UZF uNRAD#&"3oo`CF[DۨFEݍ}{ۼAʘ!?~A`i`f܂'ZE`6+k '&YrR23#rBQ,i%ē(0I]= Gth[CYbEZǥ yܙIroW,N8ӛ!ux{zGj(ǒg0GPoS {kM]v󝃯?- mE͵Co=73F})mNzzi)\)2ȇ:nׁz6i&B5=Jjcb4vp[Ѥ1:s=%x[;yCewff~aڪ/H_# ںZerR1DIz*ѥ#3Lwx-8ssfŢFx_QpԊۄx|q5rj,!hzk#zw1(&}ZWٞ%KAO{`MՕ ?{m ܟq:lT[B7l?:kIgF>%E5b)[\jv "W1,Í0M,`KVuMvj T\@Ae5 ~`_FNe` iR?Ȓ]L˔:R)䃫.,v%5" w'H!`_IDr5I%dfȹѾ*x,ʶE &.JN t^⭝sLjΣmȘCS AkD YZ-E(_HXJW&"TQEtCj`r98SAWp`&Ȃ:cNt5vZy1AlPu:Q&}(S?j[13ܧnAKG/՞c7>?H @1eN j%*Jb{ RgpFFsR\D E#SnXŻrC7ȯ&MqP,i@o^Drޟ]z96sQtQd9;Y czwMj?q_[6~ġQZ&1 [KLER{Y9)P}T? ]޹K"dUXlcs8R7ri  kPT `7_ T/~ml&#˔;>kuPٗۧYDqJ{`w%2GF>s(K@GWkq |YnhH]O^7lnӷ_UBew(0-qj\hG~fC[SȁR^Hf7xpmvF϶ $[6pRe"h'w &W>LɑmHYtr']k8t zg8EFt.O/na=7|ȯ 9VH׷2&ڎ[+֊*SnZ(Y뷪8Y⻯iX%T! ȍxc4ZV&_2L~14tcy*YFyˍ;*{ "*qM vfO"t;/mioR6dCK3Z@*(_-}4ze )~19w{uӪ^k9 G- UL˵u? .ύrڐR x2aܹIjlE#4єO:UƱ89}l, oGN] 0RoX [Avm2q+ ?W^/^K2w;;,tݮ.u~fnv kaa,9Ƽ3濈~P4v%+"x(BGyU4WH!ѢUwMV&֘{``ĩI!ƯOc3cN;|j}"KT#1ۈW#yKdbI,m}kc˩~My͂ #v,i ŵs^:2nZY&7*ʎ/(30J_xhujaA\#i,!?o[.X;^Bȴ$-&qeOy钳u M_~kayR46_n+&mp<1"P<@֩O)價d&Gܩ^{Hhǹ[tK9,<ݐaU%7x^2oSzSq@x*^+u#6H$)}2#)wʠ71Z/uzw Cz|Jv= n,=LNLvoXƤ5e^p>l/qG[OPfbߗ˶a +prPmG73_E@t(p݂Lx=v+(!gM4]֨-{/Yʳ-H3u;o!c[gN ,v $cا*A}O傹 3 Z /1 :Klz^2gMq !ڋj3;@5X^ ;O)Qڌ=lU' z [ݸo1gt%M:V(:pwgE&Յ^Le(T!jմ+߿o"/FޓE[V LJ}o6NlMDu,Sw`'Z.H>? frxєm1IZebO SE}۟Ng09libku0 )*]1KN_MIfrKm#Ioyp -oBS뒩7ϷJrMV~rY1-ns#aCP6]ݯD-9~[,"j!X#َvgo_3"ᘿJg*a06,ǬIXAVz =,mz՝7EEDHp6Ta=27C?{qަ⣛iWAOwSv!4|;wE6?k׵%C5gvLqdîTg^o-V&&]8k\U oX9Ԑˢ]yې <QSRj݅&ql0/tW^3/0yk FA5פ`}*碃XgVֈOCL.{ՏG?<sr|~uRu(yJ)Vm9vs2XIlrKG[ LihfZS@Xَ^FW]VWFpڼs+e[)+UV8qx@fW|EuarAt= ,7bRm~}05kjɀ o=$P[g:ц+]8 &n}\J_Щ)" &dRW@?b]ӢM+K sbbjsBW.};6{s Iw⮼aٵe6JSgl*f37PEX! ?>lB,7#FE ~ fCH/?WQӓpX<"9?aMڀ6b*}*~7UhwZkS#~jkPǨAIGuF;q[[:9hW{H~h=kQC)W1ɲx(f\}0!2po52##1i6\lHFբv ٨uI A9GwCC| SdbI0!L- ]bu%UeQq Kvղӳ^f1+Lл|bJ@F[]\4G }sjca;qMf,Ts MQ~po zLpVK,{#)c6 +%lW B@?3!l.ԯL6=\kB_|;Nx+Qfl:ͳ03~al)=iʅv*7[3D0ۣƻqQTVoŶFFb+Txe&ؘ"1, JzA40,\-=׼1/ʪ.F 7acPb=B-k஘QudMX_]|KZlZm ozHUqS!'(3 K(tP xN0֝nXu.o ny/RKau+6o#rP,jrQL~f}/Xd_>>Å*_jHXLkMq{(U8g k'=B-01,H/JݣhhЖ%OF[<$œX@)܎&~w~6n#*GYKqHcL`l* X*bT6ÿaT~4.*"]h-hb~ 6|^ M Lˎs)ltg$65iI)+\XA!vݗ/VO!ǮNMEc|)M̸4qz[?ӌQ\MϺ:kݽqѮ(?%Tf-58q+r]`5(7B~$/܇jlj пW#ja,M0ݯ(*,4Fh߳1}!G^9n p {"HelN~6t }vy7P)ˍ6I je á`^O<S 封ťڪ(%W{wx7])qіb5{`0~s^9Q6M?mZ&~fM՗O' yU9g;Դݩ3;}hFW$xV;f~e  +DÏ?zs%%4dzԋ\7GsFϧ;IՍ{<@̟<E7- 2Z- >^<QJ<* غMÐONO8Y]~kLCɌ]6Bw܈?| snp0dL`w kO5|:2?x op^JI ﺕxv3YSd?%=w\NSrȭGR8:yͷ,ğLrh]vFl~`܁p0f21iRGQ*#?KW|Wo7'bJ\\W&+܏'oPD]8LOx9% -wu6'yM7ɇ,pr]tT:vGHS3fw?N'X',&0+r+םnA@,@g Q3ϟ+^$ }Be: (EuBҦk|c%h(hh0qgd-4Mhaa捸~D9(Q.֋FTeDv"=%]jb:=PjiUw eL*<ٙCP~D9BGy}v .1y3]CvoK.+ۻa8˓(6"L iݟYX T7DMZc bG-RgLV(T9-@ y8mK_fLTA(U!IN,so='y´Co1T(0á0kKacO3W'/*'-Sy-[z,WV6{0UtN̾х$X&sƍQhy]0[:7Z~$SN$= G(0- ö8>aNSɞ߅[?[QŮxt.L}XI2 RV?v/G` 1*\^iwbEsg{J`cGam'_zeI0]'ҊF,Au㒃pdt!D+z̭Ĝ\B@C HeDrIlLq*qoqutMWc|,- ",roF-oU`-REe–Ĭ+rLPӯQ9{ +}f'|WquI IYFZdu EL߰ԋfN9"ns|V*F:ڻA1{9晒f(bJ#Q/Wˀ%BJgHo1C܌8U{c* }x9 ([u!~|]d06aF./W.)O4ƕ-@j|ȿo#,t،nd~rb`Ḁ?lKdA&̢lKoXx~=bg1gImy+ MO&SZzR" 鿹ш+ ̌.)Rb" Gϣ?z13dT\&.Qwq 0a3G"t$?*, 7f_qnMo+PP$h+:}H$CZtTb:Ϗ60: m?y] tr1=J"1 |HLj%DrBmIhGK#݃?UV9V۳YW;4T丰9iZ.o j3Vxgw2hM3T[CZI=eWh|,18G/M֨Keʬ" dqus s;dC*@, 9&̂ocmow &-s_+ 9(ѧ&d\#>HܦƼ˾/i;p3jyݽIR=FUs7k]1;#0CJdۻr =SH̓4\-LYzytڅ`:+4hc\ Yt8b@4إ:qʟVqۛ2_jA&_e%0*$IPmVIɹ0$qٵ"J8T#c#ߩ%@4CsέJ MY_*2,Z~u洘ۜ*0Wd`h0%<կ9ŏCk泞eħM1h3NG-RWXdi"ɿ,[$J"`0[оj뾙DûFj d:Wսg?"jPHȽb'AI#hKB EP;* 7YHoRʣֻaއTz38$1+`5j$Ĉ}ivuB=JuU9P6 8kwn4S$kLߛ^e"(~qioL|XߛLo( }|Lod hI+DeB0r[# Z "~e(Z0I-O) ~7. S0&?6 Bɍ)s6&T:Td-jh^GG-jڲTTR˳5\*!pPEgOMhꃂ%7sM*74j\lAeV'Sk‹R\PC1z6&[.&I ݃u\g o]LKz~}oHQ^|1 :\(U 61"PyS'169ҿ| ­xhdXMNHhY R:mKξZK303ΪƇϮϽb seBhI 6Ew2m&AщaxsFXENf46њ[ʫhMa&.yei(o)WE'MGTiQÑG@a5Dˑb߫f @;c~Ǘ'V&7/"KO-?/VŏKR3cZM92ȔS#m4ҽqPe)􊰩3&:j/i)clу TB|]8{)O{hQ26N׳)O#5ϵZ&ca+Un1l@#{omRxsZmBX e"&?]?6(/ǽz ' ƒ+p]'hvuEa=XYe l(~zs!j ߜɫSzݎI}SnyirP.j Vo 12BVzupfʧؓ+_T)3^ əL0Ov$(\<~Yʪ#U6h0\ZΫ:_"nEф :SI6 0&˜Ǜ1.XԣxMpŷ #ڜ ωv2vs N9&o z15@P'jl6R1HBMه7dҨ 6(nՕ1^M.(?(|SINzC;>\Qpk iW oқFwljc#5v~L1 1sJ/M'd{ISd_8-@uK&7΂\3wV]F_;Tp [?Saɇ:<Ŋ=HLR*t>N#b+cY5sq0V'd T[pd '}b*4=L>og7Ɖs. Z Yׯ0Lu$Ё9n (%ePܱÊsWӗ.-GLON >Rs5u#`s3<']vi>YW=mp(A8 EIi)ѵH0gFj[&X{w> ٦ܾt "t3dc:= m=ܶRwZ?)V[x3G;Wo,ŏ#Rhi| nUN;f ? .87f c&($P%`į.h8LZ8, Me"\WQq͔GǒElwn_F" 3>u;L9` ^ŷ8#Q/JBlYEjd?kFf\4 %@d!.}76m+.f3" <(:]M j›45ƱPWJɸhH*DMшN2;tsۃ]|P@Ne hl/Yq+z41 E7]=wg{}չ\%bZ:K,YR2!ṬعH kŤfe§J CN+= P:_p7+OH4 tU FAu1X" )| gȑȡҝC/biN~x|d͛"$rʊήA3seek=pw:Wإ:X1c$Pn&UQ'ʠƎ_ych}|uUzNdҍ*#UiGk頎Mu$%L!b #IOuƔ DYůbDeKhg%91g˷^EM!p3sp4=s7%iih_So(2R8e0V}ئ=Bc"'3UU'=_DvPr̟8Yߧ`t?n-v`nn;@v.,5y\af A<_ :ׄ޺Wf73Xt!23yy~9g4ϊx<[4\0;mtX&"Wǹր!؉_:6q >~&;7/Y*v鋡V|)6CH =&^WӠ~L- 5:3> +%vKtRZ#9Hv+,݌x3䕰;qKhvio`t`ހA9P_QŇO+Lj/vkcLw*^֯ ˀ&] ) "k/1n;ߙ> |V d=\8Nceѐ&Pleҿ4PFqB/䲩\-j^!|\O^ v"oBsFD @i>؝bj$B(k{l_r5Ưy~Cϭ+>:\.2 L <z4YhCrsbG(^gGe-fO$͐p!|`R6׸Hi]Lp[VB/孄af_s(PIF^)ti/XUxe2r9-vkjiΒL*Яdpa;m&duZ] :}"ds2YOJ ^{v`-e%8caFKDj%h Wew˻eP*8JH x|pq V`Uǻ3M؝)r;" W91?'2d%bue4z'SCS,0mEpw9aOC2B5{FTw/$909 6:F-\z~>? )5C^1:}yHޡf!DX\s}0xm,&i+Yy:}U^`]) B\it(ou0gI*LzTFϔf/ ʂ36ԫqUG}.gu uj:86۱F~VyK VguGpb0;lZQPDb)mV/Mٵ67%܇6_,)qBVI(|g'7'Rzs2V\ҡu)neHd ޕ=bD"sJxED;q͢ #ϭPWo99Q?9myJF2xt'&-ړˆ$M<= l sz^ɤ4nR twhWϧu~ĚmssNS;J#r&53ɾ'>qxieB3oWh|-Sby|I O) WD-B6(&{/[  He!$*f\b>-~}ϐ V3y?rML5`|%4d3~ ͹QW)Nي*/D\rֶ;NJ޵o?Ȍ⿣u39Իi#emx(4DɇOT/͐]PiEI(J\`[QPu7&⫋-+fo_iحnֱ89 4Ό:f-'ϊϪ5>)l$z)@͖rLT<': spxS %HxQ{}v#B$HtB" 7XTh&zPX}?כS'Y{]56fЪ&׌y+:];V2J*9.j !y(WdB98C +S")|I|mfEw&YҭH:tK lx.5`י{hx@HqSA%z0A8Wr Iꋲi胎hj-ݚ1 F) 4>  3mR'_1u#ugeg}sXpcQm !T'ıP u^x4[/[τt,\3Ă\#,clL2c$ʿ)U @h!|`qhBv Eh,Z=Txvw<bJKkt=|Vr!]4ryjwN،H _~pKぶF qu-`[?ϲV0bkk\P{RƋ< <*%ݕn6ΙRz U2ӵhP?e^gϲehrh}4O㱋yVE&Av~!#>9$|}U`Ix~tvFpD)OJB֜%lu[c_*Q? %3_;U7N4"|n\|p؁({(dMo|ŀ]ExjFL`ٔD*)4Mu g!!. 3IS1~O[.C,VMAY:BFz?6 tm!1L%o> )@Ro8id{+O'9$TL=lHxu9\WSIް &w6_U͡@(k|Rހ@nۅ7Fk#ůE}ү5Jj p*Q-.X"h L@H{;u35_ 3Q$|@z"&]p!o B L%o[[:`weuHLdm8l5Ε)eF>gKг磭F߻6 TA90{-?ajHa(W?MO2%7V QV?xċPK]YE;躻W%Ǟ #l^}LC\ukWG2M s0b'.,n߳cmb}fps OCOpr"zEuU{A;< mv^[Q?{=68މ@pJ$b#Q]՘_D5X^$@n v5l9)55;J6TlKך[&~J8u]b2v+GM50)>LOXZ߈i|x0g88A\lw qw(q +n:h7>빞Wt`P=H h#+aDLWQ,:\˘oԉNޫvգ&[E2 Ajg7CɌ< 1hq5]Z"s=Qt:oW/}+-gG0Jҵ>$t8ٮ˛ y-Yι]D8KRMgK@ϩik#x$nos} ((r9|c[.ea&Jajʦ*!|Ͱ"F # _%7 VF v ܏au𒌅WrT:]w_g% S,% =z&Oj$^ؔV˓ɓSwgerNsuln8!'KkF0o k B$_? wGb]ecHWVZ`ky“H0S9Lի&N=gQ> 5 Xgjлojx7E dVXGX}ptF9/i&Cz"+"az|,`o;BoJ=zE4?/bCHU2YIf f4=m<.d޼sߗ_AwcCIHEnm!>헥M̊3"4'[QnG/#? /|W!hO'Cfc uXݛ˔)K37ѬR6n<R *E|t6d_qKP=r3 3P*lSH} YZ