python2-pycurl-test-7.43.0.2-4.3.1 4>$  Ap\ˎp9|Z*V?aGJlBt=NvppU-6ux6ms}$TR~jO !#F@t-0ƗmNY-hIlS[3)<a4tA$"Ee4c510a9ad76f1c7e0d07a710d40510039b425b4db72acfd687cc5865c024e497880e5a0a955281a81dbac970bd2d12026b8f6557\ˎp9|f I⵪Ε?vk4p9+ȼf :P]0h잱Nwy֟`D1k}eB#P/-]٫aK}W1 0,9Ϸg#x\i yo$`Bct d* zVpGzOb+ پQ)o@߁Ih6剮$d!%Y*YgqG0u`^d5 x""& nhϦp Ң4z7eYl>p>1@?10d % Cx| 28@\ j x   #FpS(o8x9:=B-`F-G-H-I-X-Y-Z. [.(\.@].\^.b/>c/d0le0qf0tl0vu0v0z00001,Cpython2-pycurl-test7.43.0.24.3.1PycURL -- cURL library moduleThis module provides bindings for the cURL library.\ˆoverdrive1g"SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-later AND MIThttps://www.suse.com/Development/Languages/Pythonhttp://pycurl.sourceforge.net/linuxaarch64 DgA큤A큤\ˆ[$[$[$\ˆZ$Jq[$1df5d6fac2ceee4319142175546ac8249384ed75a14a7e53e48e3bdf305f9cbd2740b882d3209dd6c01253640b690cf530caff091fe369186897c25ffc4ad58952c6a95f373a9c3d1957c583dcedf7df8fb53c8185b8bd555bc47d8d6b77fc39dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe55111114d3287f0ee1f8fb5f535585b2e8cdc9f4168ae5bac72c26b9e7f20a91e8brootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pycurl-test-7.43.0.2-4.3.1.src.rpmpython-curlpython-pycurl-testpython2-pycurl-testpython2-pycurl-test(aarch-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+).python-curlpython-pycurl-testoverdrive1 15548937027.43.0.27.43.0.2-4.3.17.43.0.2-4.3.17.43.0.2-4.3.17.43.0.27.43.0.2-4.3.1python2-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.suse.de/SUSE:Maintenance:10888/SUSE_SLE-15_Update/bd0af319e15bef3673524b730e99c762-python-pycurl.SUSE_SLE-15_Update:testcpioxz5aarch64-suse-linuxdirectoryUTF-8 Unicode textASCII text~{)ls<utf-8e12bd581df38bd6bdfd2f7f8d05232d0eb7dc09313d393f3adc621edaac6c46c? 7zXZ !t/lg] crt:bLL 5O־̩|W#(^q]$RͩO2NL^.h`B9? EFi_2!Q>DH4gS!036rD(D"HUN#p7,:F7yz''ХF6WQWD{QAketGp& m%׀$_Í7:1]woIaeEKo`} (0UWȘX`۠Ui0 ޚExV%q+/fŘ5޶]'- x฀ևE׬XR]A VOf/eF:3M:oC<ңo h]G?ċfX n$з{ eTyͺ1qmA{ Q2/n8*?ܐ" &Zjl8-O}y֓00-rpX|]G)ÕߗCsxhҍs=0YN>\zՃ#g5KHM)ݩ"Q)5z4I\ͪt|5hhCL`eiMJ?as0{r i83ݠ!"#AnZ.}+cVv R*dXP0H:EDbZ| ɕIǬ h͌B>s wisXlUNJ2E~&bkjA}Xˆo X1f0틪M\{{8S42}\WW< DT PF$?1jHVGZ^ZV!{b" tS8g,sN|z1!v7vѾGӯ i!vlJZmګOvH#8؏ Xɧ dbyp;]4X3Z6xU_0^؁)98b3`y̅Yۂ}y/Sp +v* 5aN<Dh6MF:uO0cZ煶) S h@'+?Q騍hU#"|Ziu@(-) Xr\30sFnc; xZ .myД%5L-T&"=n- X J״[wczOς,jl=ƼU)++6.a4<`\F=@fNuwtSG%T+ hV\Pgq\$;jxM$3:A60 Q]?=fUяoXmoA}S]0ώIsM4OzhlSWԷ}Wk ^_ݐqY.Fםv) R-KOy$H@/E6<&V7?-t%2U!u^l[T?M_b7Z]rRiM.ϣ/Յ(@JCܯ;5ylJ06 E{vN6X#ugрrT U'5NW_CpUt$)vP0s~;!(y n: _GbDmvrB_8]^o)DGGj~F8N)ꪓH3Z:`5Pa*_WZ#5AmW\l E ̸h*ؔ`#gyua&F#3xTBoZ[YSlԳ6/ "и^a's-G99HBBv3{ʵ GJੳ'ktE,+H3g/Ѷ5\7z.ZN Aa)op,[=VKq <%>UZ[IxpiԱEz-giUzkSv_aůIPLlcꅘKJDM$5QQ5n"ί3}^u\hO/(Va=L΄5{WYb=a?įH$RN7ggғ#u$K/"iU NKǏt|lj2RߔkI̘AJezVuGeÓl'fs[\to p-!P'Ln] P7K/V0yfuQwk~hJ9 DPx|2N?55ELU !ZkD(!i+s,N6~1s hX0oqm!ъԣr%$(1JpX@|8˟('CT>n.$H:<}QwQ6՞Ceӑƨw bN(ëX8wt(+J+@|8 *)Jr4.[:]g#+M`|RbΘNyŭ>7XZN[Dges\I}I_NILw@yw SKUC(6'figO +AZs vAH4#3,sa2P7Aɵv%Q){7L7_n%ு sF/CAk`]]a&U1_u'TA Ma3Kg$&"!z5JAB\M ͉ky+Cs'='񄑌GxqTɡJIs+<_9Z`ͱxPޥJŅXX<2OH;i (X}=:wa1NEWйG_g k+ /6a= Gf;~3REYHX6=cDw?Q#ƚ"!ei*QD xH5':9BifIѾXstm1m+G^YL5AC(_:vunU˱--t)r"VI/ .I9z;=:v!MESUm)ز^)_֫]l4>wfvr-G!0rCqo "xYi:cƄtP@ʛ`7Jcсpg4%\VeCL.SϷF~OUؗmo;-1<7=@@ʉ'Қ557`p^?oD`' 䤮nWWVSD=^!qKTTi11IJY*N{xsM4 wKɨ8ٮ$S I5+jO@ے$ꝊIF%8Gc9n2lnZv~|H}хz[ _E!mQIv},Z#i'X57bZt$ iQ]}eB!~u{?1(OȚ#ajMYuf𱰍yevS]q̏k C+nsWH7nҡE$*ib׳ *lDn=:#mb"͡Dku]߽ҏ\/Z8n`o&T5]!wIəYn!Ⱦpxsᙎn& 5_[SpE%cwwnr>۲׈.jH{4iNd'B g!݈}*?YAML:$04"sqpDkM[]KvՒS>X&ԉr4%K 9ˎ%\WjSH,H9vHظYKXK *Qy\Ismf$ .CpQRz)/.t|qY@i[Mʰ%g?GQSYkI`l>«y*:V/ 1nZ9ٗIAiÓ=Lo&Z.W}4T/a4w{ ۨ)W4,Gs ͼ]rXR`ɕ-ԢnΦ I;rOن#_#_\lh%M17 5QCCkV/K +v9,T`603Ggv>@{`9MgrxaA}'ag~&=]N78I; X~\XwY$DԚ̩*\6ݿ@MUʆr:0QPWl4|s"jj00qzI>_ JKX5:?\V3c>}s#GE22mki_n'o ?Q/b=/7`@T¤림Qwc_RM6tU#Sp:G:s&{2OHw(>Dғ~W|nNÉ/oԷr|1)9 PK9$\stVWClz֤+܂h.Âtx2meLȫ4s[5߼e ؐӺ4uuv>A&l}PS&7o~#Vp٢!Ǎ4 ' !͢K37 GB2Hv ?٪~1ӥ)^LH^*)\Ccc×=^xPu w*t*<be@3*Q؊9G3hE9/35Dۢɫ!휼)!0lp\2~-N-]G4|S˺kOCZd^7<nqJp,HNkG炱Py*t.+c$`_<'|DcN<&'B|ǓnZEFuSl}jn|# އm&K|l຾R+4?ѷ.?Sx<%@%\ 5k^IMZJs 6RQY" nT?v&DC -=oph. kBMy$"ބ}[/ơs&jg#%00wjGP! py"MٸWWJ)2.l<+T<3'CB㪰/C?:`!Ѭ2OZtyo, ]kl 7uFRpE{}|6}G&ǠFe/QuI.]pU'ߪNTBX|б69S*J ^ Z}h3%ٻ9!e6)c!Ȯ7vS[zI8CL&6|p5u|ͬGiN4`̘@\yFKQD$o0Wg"5Nȷ(hP”;즅g;PT 9sU0Unwfwb̗({V:E[A C[KXTjyT"({ekWZhIЃgʀ7x ZӚQw¨2,妬2mR(|Kq]?*U$$v\lޛBsrB_Iujj4Bօ77쿖<:&gIX[d[z;aꪚl )8뒦죆jJEӮzˊE% $O{QnȄ,Z>xe-jX. ~ΩQ*RQE  ujiIR^۟IF8l<*<ą01(V Vjw%? SK#gٵA¦r I_BAl^6"H *9 2>{QţFyTKN8:niz=D0 !Z5r 9.$deQeK>sۭlHYx;GǜIKqc/˔?8 +P+R-wwx$+HI{A%s ۃ)sϙ$"ULA=IW?`&9jyjujzfNS-~IO+2,gm`9 /-@MwH0tj4;_U^.{Vekb$bM`&ҹq|ݑs+(auk}qlY!P9λ=C7A|L~nL.5Jiʪ|i3 %O/3͊puN7Uu\N=R B^X^WXؿǀ$A5s>v\/ϣ2kgO$R," gzR {S Gfߘ5nGoW"l&b|B@EmkؕGslLdO2[V ьǧ}Mje[hSl v<2j}qV|; Zع "ҙB#a,S6[~r X*C e4CLY4]fڳxYo@+o1XY,2x^, GLWigsTSh@na祯95(vVLcg܊Ybi\G* ﱎ{;9k1)Yj1mn T&8.WkIaЕؖuTG03g5ԟP5PieH* E,I\ 1 D 1wV:ct(Oy Cz8Toȋp[&{6ehaUl9vzkECcKKns6#R`d& Jq#Ykrmy6@OQK1ǩǫ{pX<م^6A˝ 86M `V|Sȩ3;T̷i_*w?_'`d/Tc!$:`G5]b-" -Ws=V/IϦa)<oyUJm}``#P c( NO<.C&b|ef"HƋTNCS5*)Α~=*NnԠh#~:aкŠ,6h$+1stQw/DxyTcvf/uf'.VI8|c xg,98 &C M%Ԃ3{:wZG)\~ם ٿq1XFG4Ts5]p˹I2ǟ|.'2 6<we=as5n'Hp1狪 N&4G9?ea,/2v-@٧ b-Wψ^ *=9*OɎsNi lbڥ~lcT̀; NuD@0;ś/_ZkXF%k;if\R 59?Utwۧ)&dgz0)W.9oM;$ZϘ4r|B3- BsIvE M>֩a?]٪*o$n|9dx4\Kn(6R&.e O`KJp(Jx'3z9]&Z~@ dp8sr[_ #Dacg1$ tExQ^US‡Mn iڐRznM_O'w[1q8'>үwFt3$G$Ŧ,[APl&d Y3 ,7y̺_qjT9u\na^acJ%PWcePKݤ.B׋&u+4cR٨Ϩ!Q̥;C KRBk?b" np>NrWeأpO(jD3ۦjD|+sG!,RH#SG'dLY9j 4+\ g裮ה>)Fac DHדKR6P+yƌ5lƻ[195]!w~1ո]jq0Di/M -Pu`|JՊJ if᷅= ˹+`؁91]BHl+|(w{4$@3B=S%ޚ!s,.0,Y_"^o+ ~ԬMH+%Dm nV ]L̃W&=)>Ĺzgdֱf9֍lv͇;QaGi,:KoЖLs{yAͫHW,@;xc(;ަՎc5v_HalSŪ Z2*k8v}9M"TGyLKlAYm5JsrJkl-n+ *IyLsfek2Kuu8ʈ{Tz3R ]c$Z >pVyf3D Z92P˗}P& ;cLrd2)ro) O:iѶxba2ťF\5C`˫-fC[3fJ9#6M{ my\cX^VqXMjc:waY>7׎P3.mCf,X=,:8U?Sa3DeqK?|.e3m}nR@n!RUͲ=rz5.O㚊t'#θn$ T[C&G(\iOX9u,cO ؚ^}f|ҡ)D|5>< $w٤&E1=@7hhiq)d5'l[9=`q E פ&N`#n1/#(])$oWtBԶ:`h3tBf5CM|c˞eWG.mek[e׷;PVa [v? xgv.FZ8yX-1r₺@.Kx>Gd h})!Nš[ݪw(_m{2oi(ݽvK7p=l~U=3h3 > F'|ֺi=d) Ǩ\hY[=EԀC=wqw<ˋpu][<*r1;_ hwjNJ45׎t@w=T=&U:6fGO/fsZ);ZL-wXaX&K!_>zt1 7{2-n 7},vD)KPƷ!_/t:A}S"9Yc/vv:aWbϱ:F: ʲ7+ 7›Tot8[ khΞ ÕKY`X ?kIvy((0)9b5GHN; <|`N0D g8+aauPg/*e=c(b ,}|\vRt* xJUQ [й|a/3$.BqH䵷1QߠG0>%o7?%lx&bV8TEţXr YN;(Cj+^-WvSRDK"e3ΐH &њeFؿcr9CY az9j+jz N,2gIB7v16Ӥَ`.նӒyf'1!5F2;L\c ~fb hw1y8U8{$ͿWBT$瘵fFFiq0;Q1q%6c*;[Wӫ'M{Eܳs򂯔%߀YCgMk?p# 5+Bxe:%^EC9iu(1rR lbYw%E(^PewJspP7|shv\)5z6/lYչ7}Ҍ8iT%C1;BX\ NړtZalER1b1H'7`a}L{}GAU$^;dJ¢ު_B!Bu}X2S9)] ;"1*2<"^9A.;TÛuQMp}{͚e6]ʈ%jȨ2y )#.EǞ;X㈸'/3X-w eM^u0 ],P+q k-6`tspD{Akł!ۉqR\fpQI,Nݙg^^p[+:,pT kIFR~[!G:Ty#X 5YNAK:q2 HYڥQtSbQ{ݿɣh3m 9lp:6$b%z2 0xO=Y<Loc$ZWiһg"fp9A-崞G8j`1#ǺOB? j_1v#^^B((},ueS߹< s#dHF/:b7|i.ms6XTz8keVc%72jIIٷ.> P8\vOQ"vn#F01.f ؎5 Kza :=A΀R?b6f<'#yf0k79[[8Wsvm8Wp4<*_l{>Y'$qR=G @'4ࡥU"ޫښ婀.h:6Cr$#~ |ًi0<; hSİ?)j'!Aڎ3 !1J&ɤ N@.2 ^ɩɉei܅ݹ|1"Qc5E?t#y?-+dgLU>J*/oF$R02%%d0j-F[}(vq0pr!aE'P{0@ވB.; z[okSh)xy<^akn~U61mTTVȣ7C1DUO,ffSB&@-r8LvZQ+,lVB^8y*Q+dBط[;PdƲmir J4* Ըh c 琄BfI>Nx~өH\4)~؀3}$G|%.DN=LH4BpϲKl5н`bqqs`|54^DUӳx>%9M3hnzү]U/큼Y!riKxԩdz+Vz QגOTŶ tF{<fV%$ur]!Hrz;Y8F "=2wn%͡ Ep*BvT> :Ir7uzx#9 |LGl˜&n|d跂Glxqo }˩Fb\ vBvgU? lCe j+#UuPk8/N3nks!^[G?.ίׇj!{DPC w!7 t.O}B3UˠO'/4#P0l`;1".y*ǥQ ^E -Kr3,;f8QW!Ca.):.La_ 2kztM{cUb4xI;TDa@Vߎs:#5t,.W<QkgFr3֑WF`Ӣe0זAm$lfO*W ihf0ǧdUVl 81g1WVM_ڍrN^7)ƽ @HYmK + DƬ s>>ȹؔv:w7C N)t+'/?437SCfexm lt!ss&Wc'GˤQ+ ˈLwҳ1 x4oCC~i^vO` Y]4d"C|ӈi?N{{ZgG@̣RA62]@-K1My,}lD5SG|2Տ`J2Vy;?'E3@P\.eǜ$OQ+~[?zĢAc j&&bdUI>A//D w&(4ę$hPMz& i[˜D"Z5OZ v4LFe6-?!+#gv[%i̟\:@dbKM9KoۡQ8n=p Zj^dIǥ6Y]!fxHƪ2{l~_qŔIGU/9 muuC޾gaWaej;*y`:s,Wfsr-n,"6|2~GHG]J6 Hhz;G8=W/lq'ʑkk=؞ Q#YNI,Lqh2(O}ؚh6Ns9QLx+D1b0LS@/I4(3Me30_D/Oa(@Ceqߊ~ @ǒ6 (s:~+DAg!} |_ؽRmdB ̐սz= x(ᓁXA< QVTpw5s%(Y֞Q;;b/"2C~b2l$7K+S5!?q~P9\L=ʻrK`6SAдX ŽjHu;Pn5PUL{<['-.RȉÇ|ə0u9>df#W&=J` NjbCR5@ZׁisJNL:2!%ޱMD @8f߶4D’ c되dm āAb|XTK.Ĺ+8ˤ8LM>Tͯ?pl#Z1(; _}4,j?i@geL(q-(kF0t3Q@W4;QC㨀!ԟ]BYP׈~qFl.C:Zw%̒6YV+/'*h7'F烴息iLo}I;!BѐOh{(r0b&يgi%V&M,.2_w̜*W&P 'bPa(`M +-̓HvP߇LSY?xajH!H5 X13dA ĕQ*+u#ŲVveݳTʃyakП79y0BT,AplId'`=C.{vs7<';!e3^Ɖq0D d mxq6FB}R? /l# !WUsKm#'*]Va@E|ۋ-oh?8ɤytŲn6g?큇qRӊc,%jF44md+(:‹ %'Ba9hpC$w_3ԿCOMNKt8hN`4MOVx$ BNOnKNo!N-B{'wϯhx׹?P2U`j4KuAJbAGtԘA2tsf8k{qYNY 7Fw#z-؇ױTgkrLє(`Ft|$e{üW+JaβfsJIe 7ek/MwFMV8d{ײԎVE*z\l"*.oItM#tw,tAf֐"AQy2Au^9sTC KLWg‹~'A\%6^԰NeUnkp6GBpTl|eTN?|2' h'0EH7▨.AZlU_`ZBDXcL?ޛD7bňdH!B; tjuX*.[& (I*X0fi3h ~~:SuqƵb3c.2M7Vs'tGPhlB@y-+`4d# Q``-H-LNM|_Ý>6JJ̥.0&pքd(AE{E+`63|'[ LY2җA8ivm_,CοD3'&ņsD^ 7kM!ţSc0Y ms` +6еJpb&7K){2!mc, V"sC9oֳaыoY|87VsF@FX1sz7_n&A/xq}rcҮ50K'5Km~t(wc'󣅃5#\<@ت7Ml JyoǠkEȒαW-d$CK+|blD_hBކOC^s|w$QĀ<֗ WUB]Idˁcy[>zfSBE \y镣Aco{iMIZ^. Ї6 %X%XP8 ' WrRXу]U^a-xmJn5OqlU!J{ g"INo4m:ǵZ^@:d#=kKൔTQ^K'@^\trO]ƈÚG\~ iNj"F-h$4&G̊CC2ݷ/tR aeJwuT?-KYVZ%SB꒡t!?w1iCF#qGYEo3zbd bRQDuG`YQ_ =Z+Ц.ĜL{+SVpWgKz&tqCv~##"m.~|調-"/*9r_vc\)J"Tҧ$ sy?3W^̭vtR~ @ɳY.RA2B%D?+֐w~%H)%Xʵb:\048\c= T`LUt-i!H)dRw_2C{RPvE@u)cF)xXL5YIR~DtcCDݕ`6 M|eLgӌ5 Ɨ#t(<|AS\M\_LͿGLJ -# +f}44rH}iQ ۈ>=yOsF7UZ~pAC' . MLZa#9QBLH)msukk w@3=]cZr &$h.ssc5"3Jw5u =3OILEe{d͒k ѽ>x@yw%KuP&tqwͨsi{çO֭^WCzva-גp1M/h'nYV_Ϻ%Yp 'X^p.DO _-RI}k.EЖ>2t˼K+\HPWcHʠ>Л B/ ľNhm )r_&E 2ԭ}3,Jб<҆CL)$!jK8#طLqF^}SwX "2fN^{lYiOb]28|7?R4Լlu'ӐXs!Y'ct"TU9P ðDdm˽*=)=v&bV4u4Ew* M Rv8修4뇞>jԵ/KyĚ|s0a;be"W2"ӊy5KkLuk dgT'-NR`~$KӊC\xI*Q%#;cZPNhEDwE*Ǹpu FȝHvVj#/́DY =ԏ4?vY bnV{|B#dDfQ_Pp)wG.:/ӎT~{3}Q:-{]h&ˈ:lJ,w,xbYR1"sXl1%oxq4[{'- ppg͜<7}K;n$:nF 1Kќse-;H6*k/0JxO~Lsf(\CVv? ~dH4D^"3 1Yj[7p4`+p[UXAV:>l!7nןۃ,# \V ,XZӐw;Aq6S I=pѢ`,yhTְύ,DFDbA26OZj|@~Q(zcr"5,-NGdMHg ۗ`04i580`c!&ց9zs0ZE2_b6ayrCQRlv\-JC (36;iba#[L/3RR0Hۥ ۅA#&NzTo3kZE8 {* rVLx}]@?ĄfqUDC%=t<au^zP ~ǓsV6y1ԕb\D|hϽbPl,6cSP,W3X1M)-ED6ڃQw&c_X ڒ}7ۤ+N$#Qdz۽~!mҼ+ءWDE J_zn8 u뾧xZظ YL:lk4MZgYK-,m+(FkUZE Yy!%Y2DF %ToD3GD #6=qO/o[P_Ì[W,w)+j!*nSsԇuf+gXķAq|8 82xIdY\S@}N{UJ]v/ժ)roy}ApĈEPWPN3\8=?946ɱ'S5+$xةn^_ӒT{DQ&?"|ZT*TYD2? {Y3bZ*olc F֊іO=HVmZA8͎C '([??aNT$`RQ1L+ qv`,ak:uޓRo+Oe3#B%f"3z6Βz~pJA"= ~ven U 8$U;5=+ +;{fX#\ 0<8n&-.:q<lTLnq~@_xЗxa!zt[ x[_3vڽ]۫18z ydPu:Չ> ص@u[ 'Ʒ慫KsE5y>L_o2RtYQuthjdhqhr}X}ƌc.m$\ #&I :bNdo夎miJJ9A]a-ns#W40Pgq)=6I#?qbItnfx,g 1r:>_ݏmY$% d~2",ϢT09EBK=Jcn/"&g9w,'Wla(6J<0. ُñ7ro[jJyZ`:3ge#iOGY:KZi r2ϮO,Lgd֒~LrUx)H>Q ڪ&p;L3M}-2ɑj׉(Z#L<=f'[vn80Xq%bzvX%èEs_!bER5Hm1O8(NyLE5gE]z\.BCjaYD,N FAqٱX6E\8{2Ǖ}q|,q=d`q1D[…A5x(ג3ܑx%ՄQ+lԖk\y' YZ