python3-pycurl-test-7.43.0.2-4.3.1 4>$  Ap\ˎp9|͊#" ,buuׇ PVod|Fw Mi`]g{bP2w{3 ~i i˗?9p "n"1XYXEg+KN,HCU'GACi_-1/&R l]bГF2UۛjCV nTvtk`J|I0I@ Z-`),ʡ;CdvQ3G\T158bbc3b9a8a84f477828b1fabc135cd81d6b7c7a5150fd92aed7119277811ecf10d1db919222ad652836531f0e3f1105faa272fl\ˎp9|V՟m26u; uE?J8,*H@@F4`>8(W&}|ػ9g!\oF"j,s5U^ɘ<"]!ȣ9*.N\'M'3ByVmBicl>p;0?0d % Cx| 28@\ j x   #Fp3(O8X9:F-@G-XH-tI-X-Y-\-]-^.:b.c/gd/e/f/l/u0 v0(z0P0`0d0j0Cpython3-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.rpmpython3-pycurl-testpython3-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+).overdrive1 15548937027.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:testcpioxz5aarch64-suse-linuxdirectoryUTF-8 Unicode textASCII text~{)ls<utf-855ab02c54f9235a21aa521707db74cd488d6c20cbdd58836ee94dfbaa6f1aab0?P7zXZ !t/lg] crt:bLL 5O־̩|W#(^q]$RͩO8aNL^.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=0YMV#Kgؒci֜KCCwZ11)PƠ}[GMZ'X2>凬HTN]6 skW$h|hPAp,s N~3:Vbly\"Q͋ ЁuMk;G8&튭1>)E>eA{"#蟹 H5 C*g>aSncM0ݗka>.uD75A9X22wP; \70e!BqUFMyG S:,A~d#AGIl81(2;uf 0I !9,O4$ cTK=\iև)5.E|MYOAz #wCfr,2p8|}GѬrL! &}pʓўGQuK,Lp0"6Cp8w+$TiUrNЫĜ`Y8Y3:GU\P 4tJ%gSgX'C|3 %DңGQˑ4?-)6YR/ީvJ9MbdY8TUh9htuV«aGFe)6P (O:(! 1򉥀᝼Ch緻2VfI49͉CgUP *}x~t'c9/dƍjZu͂1UG:o͘M#h:Ԣԝwy?'Nwd9r%#I eb4.Z jvBڵo} zUgi;QY.Oo9* OgzAI|Em"Y'd@Saᡭĭ[VYJ=֝Kt!552 E^VerKJ֣6X0f˷V֘g >*ٹ> v&Z "Bub/δ+nwDȂe]˲ '`VCk*.t›/O SMX Mf:t6j?Ghcf9R"}gC l6B􍫳Z)AN;VpmvD(Jw$~@cuz"(8Ӽn0ik .}-D#@pm|h`J1 = ;r:;p,/`m`We-' a &$@ke<@ ί95o+M !P*ITGIe ~P9ɟ-hP$7FHlZcnwϟMi8m:KGeM]UجR[' J͂i\ [qd-& m"V\#ЛI&< |pҒ2 ;.@Ly;cn{՗);ZFrD$EO0Qleh_$ vŏMj6"|nfoY ߪ*FcV>B0J5Z{+_kx٫{,P9^CS5+LCe cBޠ&re7jjOpSfÛiI*6TYu_L) ?HbVtޗ~^؎e*{ENQ!-ԅ Zafu?K3ı﷥`W$4L^ڕđk _g_9lW^'V$+*"OoDE&fݔH /Yb 3UDb0 RE -\&i+`2So3]tERH(OtcG.z+.2R;Arq)53T1-^K~E1x.aL)otlԵEkT$4`Zlt| viŰQi=32+ j3| %{r̼Ǝ茝E:6=h7l ^8߫9 *pX桚Zj{t^7֒Ў*Tcl){B5E>hky[L>߰uǐŨN-..:~9&*뙴Bn4gFUʍM ska`Z0\DUovOj߫ͥc`ʔxqeh`hJZoP$]Nq}lP#bIEa`v6=AЃ q\eȲɖ'֤*i{SM4 Nܳs$ S%vVߣ2Q; b+ztO%wa0_4KxƩ {Vv#))ÿ|/qQy,n j$3YCcIwjck4 ttO9ڀ]JTWD=:i^d (*ju?% )7|=2nF'a9f@ Sl]E.Y4zLc˺؁0ntڛIcno'EJjVOw72vJn+E\Qnj8PAOakY(D-7!LA}ǥ?]qR"nbk)ԉ@3Pqdjp+Ȋ|kh%R6}_a8b[uqJPH"~nrUCoVbUFFT ;}4(]~*r$5be4?9H5!_e_iDW#?_r92 [XqA-0 uqk0}!1j>$:9HxZڌo{Aj(NWp٩K|L􈘞"zM/(]5;/LۏLQ׌a5A>fK&&[޼Vʹ#p7ZɆi8iQ\ j}\οs+4M2'syW ֧wO$ė}}ZWƶFH.o/>륵ˆ3텍9 %C/RspXJ *jQwuhaz7wΘlX8|`q1q_%3YY6Umfo B2m8qM̦GKE2\˿h)$:t(*'Bj۟(0-:%@Y%՟vsE= է"ʑ7{=f!(6?wUOZnKt _Ǟl-C=JD BNzLOml*d޲ӨSKLHvޫ"=# Oj}JZ8'P$:_5F|BP wt_d:Mc̼xf;EwPboveώ7T0>y秣BN9@apo_n\: YG3VWI;J]VJ<ˀƥ %pH F6`_3E=O}]|Geͧ#l8v?[$OBaeRqmPPm|\t!;zlh3DQc(x{XcȅO}_Sa'lB=pdb˜୑JW6[jn CGDWLl&P6'՛W~ьB|LL M&u˥FUvKXY*+Uސ˷Mhɦc€g+$0 y6avT*K6!(^!6^ 0cvB$ծk߅eT߶9vZ; cadEuh$9JZV]%-Un 9oخoq|=7N. Zڛ*LD\60ڢ bĔ2rK(kyZ3VD/IvgV83- A09z-M#0ӘF}<(Ovύ,C!4k?W{y'^ ^`k_6įpk.ΊL qq=3y*<:Ht*" 5nM` f -0H@S[753Փy̕@ p w_$Q&,!k#g"klv ]||3,&;ft1m %L4>xXDuUx'ά򫀔}xyǘio7- L^3rlo= O60W`BZVSL#H !#,9*r1EG"m!T d^dBϖ]j&-4k40+a!5A _7G .`˸k{`[q&XK5ШC+.0B=̈́9|$/g b@e:;#g=ك["6i6tDAUͻ0#8@"D=qt)q;7ĚD^C0\2ꍸ7\P+ 2Nbªe]ν)gm"NM܏n\ ш]T9=H 7& )Lf=* _V8ݱvym]Z]~+g^"}z1FfVA)!Nlqreה3}iVmu݁XB/e+ǯGO-^p&~]e]ӗGݑóbDq i/_6\HSSTnc7[pzªvø{ORxnpKjԨ\s2zLխL@<wUk 5ljq>N݈5'7J|8vAj3RqpJ]Q%A`6>^[O;p6YhE813uaͦ-ml/}!J&DƿV|[Pl9VMXaqe4O;B?ꓨ|ا߫^Ķۗ_ ^VK[2$L f$(ob /2Z`5g J^.)xHꨯ^c^2yC0pd!"6;5-[|}gc^QђzW/Ww83iK)tB{h#*;M$bz,j̡ߋPyS|Bǎ,"UP#%H`F^YsJJe"Gl}V;VYIFwY;=_3D4oXsyS2i$Dϰ fG7Lӣ}&-o B)b5f/t62Z*>l~m嶲1 ^Ԑ~ҘfB@:;xvӐ45);h!A]Eēc_jhzhGW&?-bI9`>"F ȠGJ5>Lb -4 /?c1o(/QlÅ6xbq=&چb >[*nk&G84CpaS[J\wI1ޅ;@VqIrR]ƀtmrхCp3En95Rk/kL9z6 ٠teFԟ]Z ޳0P.'Ul&58& rYg0U,mkBTi萡o4b` >7Q>A\vPgs_C٣K{Ac -eYI>U{Ԃ$g ǷF"via HZz#~DzUOVʜg$p wHL!em釗U6o*+_R3t*I 9 wO9K D*~*}IX[w^(_d.Oݙ4a=d>05 eұ_Z& ,/=dHE0VIӆ7 *VDQM]5EVq veg`7 VQ Eۤe^ >j[쪋l]Q֔[?BzJ.`Mmo,{xNӨ DZ'?D'W>J 3w+ /u ֬4~uLd)>OL$VH) USĭ aQ)v YyG(Γlh27070pMjt;pWz4P-ۼ4)@ɩ?n3n|}ׁzƜزKC|Mm^D]`hJ PBL?*aegq4@5R!*v[o&p!`}9ɹpk36u(,d+K[Wٯ;>t-`%5X~^=Wga. ^Q3d 3fCdf,L#boRf4BAB(dk?JK|5]$IoP5HdpF$FЌIoR%k *RkvBunRY)3*0$P1K6l'fGC:} =@AC&3fHF|ݽuept e~}>#ɷ`D#5ri ⷸL3a@p\R wsPEW#$RjF.9+-]!@/ 7A]j;@?g],u _i *ں*e^xwI3ְWNiͳa8=j(xE7SSRUPrUҼucv uV'!rL-_z몓 ';eem%72i=~?`oR׵}B3ݙ@QsSґYzѨ ¹|ٲمQhLdyq+ i'B"E ӹ+CDwV+MKR,zf@;ÌN60JԤn F#X( ;\#DT%r#}kIuDsSΥ᥯Qe<1lYG;Sgkt>H?_+FNs4n!䒓f?ܰbѢc0ND۫M #SYFdi ԯi]?^rX,h_r\hJrZ}az4le2%HGY&bzDRiߴw\SS崑;8 կ'{U\ѓv8ÔL>~vʔΈ>vE"hU"nI(Ecdz y0FF9-^CU&Q*ho MH)-\v}%&0 %_ 0LnyJ5{'շ0mf"W?M"apz3{nԠS|:/EI霑dh"D^!)b)я1Pr VơWWz-ϛ_,l6%)Q_,JlnvtA x˥|,;j߭|O}$ͷg|^PU[!)L\i6Մo43cpo3&L!GY[:,&"a褌E@%8~ 2YagGfrr*]*RB룿6W)PO?v~2u0v3HL& &nJ~Ho<VOJ|ioDvrgze >26Wk`U#jRtݲlvZ!7@KHVw2L+QGMo%X-hz_ii18[p#؟Me܆]O&4N4><*u=YH)qO]z10i] n,>;MD?xdv'yC67o>"fZ<vtZ`"*z>Xf$e+6Kmvfqz?q6ӯ;1\2uB#;,i#DMt/[DKWSr3VhlnΆɆwjHr>Vz}?';93UʈNBkL> #_ؕnnM(6 wV{?'X+e͐Eqא+C6:+ᓖzBb`_} N⨠bt7g0HF2kr7˜s_ЭUj{ j\q;ǶIyt}XM/A3ILVd Ñ {.`j*20+=0ŽWa* 79ֶr^t{^$34嶟:$/0 iN1#Tͦm\D& Sg!T5~H~M1 " w;%(?oR5秡x ,?jo@l3J(B+.aU|sO; )ly˱c6wQ>4+\\QCߒ;P0%(T]fIa# %X#̤R0}8ɔ;uLߡIO{=.ۮCYt0dC[$JK9+Jé`=okA2ӏ}6FgSm>pK (inVOtⶮ(h{"D[5ؠUE@N~@b+VĚ,oh: F̱|OO a@EHKD2թmKf^la(XB .}rGսZ㭁,*-Q\=]f%+QIJ<4m o+DD¡hiTGW/ӡ)RO!18Mj~خhhoF]Jm'=s$flz"9C !TQNR2.=vde(9q2 ( +m;OEהםEvN$[]R GZ yD(]L",:[/YK N<.3C[-P}} ].Ύ~>) tV+a`o}[K@!IVg¼Fj̜[*";dzyAB@u1 0O=Ԥ]Fʭ2-Č9B*oz髍Ls|4>>ʶAњĈDTvǏu7Sf])V(ճpb!P.B%rggzD>eVq*G eޒߑZc]1R~*4NlSr57l>t57bQd"E׋O @~ z20M-Eyz^=tA)WuUǿWC0?Pp"[ףnwt\f/R"Zҭ W+O ;ϻe@5ugumX $s3]U^]Mv+@ ^FsDJxeTثuQ' ]՜G4G) _Pߋ8aǷ [)?Kx!p#ML?#+zKޒ7<˽vɪyϘ&Oi``Xi*oh_[u.LCU)r8#̈́B5no{e/,.$WXR.l#AyNZt/ л? xz',KHlM8#N]RNIPcOq O 8"qT p \Ig y6W]GO"\ -]0\nJ`9 n t*wL-Ͳ `(}lގz瞃 3eqڿ{ʆ^fI^گ|=FH]'"(flo ʤ}܄84;1/+a^KzH:y5ۧSoz$%J+OVboQdqsFC}P:fw+\iZwFd@ZCbi1UkCOg2Ƽz3Vv[ď?~m-t 'MeŁhZ,= |OdsDxgzy@+l%jtOu5< v ͷ3F:,#C]/˄™%HQ(o&bg)DYuO %h;UH> G wMQrgހz;A$){Bs3 SiCNu`uGbeynO~S@=X;~rcZjI#52!J7yŸɨ3A5[1s`А21[s# C7 }Q (ivY[P[VmhBFW J|MΘC{'jՠ$+;U Ve[NJ7e<LL#! [v2гYᨤ722HPV,lrxc"}sdJCGO-ZW3: =ږk X'%\Z%iسJ,ȵ5,}~{5U\G1^[QUU02yA>/%YL8Na ӏP*)%l!o91kr s f;k]['yXͺ?`f9j4V"=Vġ$qi$jqU% ZN&`wi:|0yQ#_Ļ8e)_ %O'g[G7ՃnDZU.0>:x1Ԝ뉄ٽ+Ig=K +߰=/%ct$u{G`G ߇DL 6ReCC7}fO2Öb;%6POlH`i܅xQIXC "N(7kūyNi1ޚca~rp m n(3 9ǎ^ra@ŀF7!"v"+ń_7gY v ZqLS#^EE&tӱ1mA%_ Yu*N UJvG!ڼ&8Oֈ G\m$'&Q`Ŷe g«Gwvxo&HnNMN^:ɆU;t-K<8{ﯳ9 xxE?d8(IR!%vkC0JHıWORu荾C~m+%x [hm-MKs3RH)|"agu}#@N׉&M eǥĕ1:l_K`s8!VsD7ΞpPhƹiĬ4\mG/XȲ8{s s6kzNXdŻ+;I޲'`SˢϲgO7D~\ǟ OAs@_Pt&<ڢQ ~4ieWGr~wGm*su\(ם@MuŒ=qƕMD0Q\jAFkDw {5ϜI? {HT3W'hl\p6VҎfQOYïrk},QX62/C ?d )jwʐ_]{lO֯}-=~ KxfuKMѦ&aɋ;сaSq`!٥+$nMz)O9͈ziSyoM? Ʈڛ/a3r~fO5!¶>o'[55D8+hJ9Uwl{Z5#< ɞVJ6.Dy#1{%^P=Dyjۃؔ\*J. 蟲APeM@~Cj }U۽ɓ9c/*Z U0C 99$T,O!x 1Wq*u9_Ԝ_Q mhKxD2eKB*D 'd8|R'8z)㳫mMu+V iq4zs NN-њChэdl"vFSYw{*>Q αPiߕkR2Z K.mJf~#*"DCi Ȧ!B=tMQGD׌޻;XD<5]ؐ!Ua1ПBHb"G.rsv)[o2 .E+gq\taz°Lݨ%b6cGN\QplAR@3|]Mh,8ZP\32-Yq4 <1MTYpy< t6wI_nGj6&\q6Z$lgTQ XyQ|hoО2a%sgO%u'=!H y6{=V]&Vs*%8D}w>(W;|z7xԔԽ')Ԣv&kdrEDB+i_)4Z'2OHIXDA<D,iB~7TshPݔNNY^ [a5MTUk S Hz6r, _'b*!teYn z`'UvSP7o溿[x T%hUG<y Vlped.ߔE<as뭠hB+#J"w͌.qlJp5?`s3=A#E*Em;[](4 4f'ST)}0d+s2'v;OVFoֺ>pxebl͢RXa5n"*`~  jgz8g9=̇݊ W+$wcÇ]`Y[K\-s7VD\ߏm5: Հ:5Yjz@i 8mNj0IFɫmqA"IZG;pㄧcM#O~qN^uϚhCݽEYjll'bHGf _#GGoZ^Pd(H|G1ԗ?xA ̈́+N%uF] ]k Q^3j4Ջ)ؐ^xxpk776’Mym(7Ccdb vdF4#.Y*;/ը}.B" )սufQ6*J8#O\v])2 aN9q!HpH"z}7HL/EQ|6d$K~$ f76x)u&(\ƱR峡b6.k^]'"OS6aMFJzS:kk~F&cz>$G>ϒ1 Ö*=&r z T 5d୔7Vu ]eH9eT}1 L&6@[rb[c QvTכnWܛ'YBFa_.]t l=CșNgڿҾ__vDf-$|2O5_s:Qᖃ{GsB<%*K N%J4?Q&̧^([O`g n*Yd&&uG+< T1<`P\Iȶ-5Gn :G=̻̉ekb.5f[/fA_5E>,[ mӐgyK>Jq_}fPs?yNNt?+iRd64a M$pjOߴ7뢽ީemXo1Sp-8ĬY(5qE,zJWp'"W/UQye\XHy}EQKD]\P̂R =r-Yy$W  ɤ41}HbP{UtiYhJcqo@piXZ}bR¬qsƦRQ2%XXKtm ,JݪfPDN/[Y i苣\ߒ6}[#(=v5Oޤ5ڌaHri` iWsYP7:IҘwKp}õGMÊ%&/TMdh,Rrdφ*@ōb++C)Mh[}N<Ȋ%Eq&W%Ȃh@kA'I 1FnF{m#@k$B/i_(W+ȧq? Ű?^[ u\f R ?A P|fQ9鉕~@t%~猏GDB]'qǷss__mvg66T{ᆉRV\fH]v ^"!19ɥ(P=EMyýtK1~Drf<C>>\c1tQƓ!, 22 j'<WS{t$"uߩR(^Xܽ|[R+1fПz$nm0[^)ެ$ȏHhn]C9JN iHle]L"f, X9"iAX^eq}} Η?q|'urh{ ʌ}oޥ:D#jش;uÚPR$o3'z:Cj~D1%ǝL`'gWt X(ا~p^*#ֹ-VsrhdGV _ѻ/shŔ|lHSzZ[u?"<4G K'QP*(^ migXga%?,5XEZ@7.6 %)80~#M3Jc"B;\iWJm++XX-aj='uOW8^Lj+k.N3y!c2{Ġ|~;| |:*wA~UÌܵ)g-_pC)U_uqg!dP_3_~㛢w_w8>{` [+ nX00ɀbSDAW7xpf^&Vt ay)Hj Z:=r볹a9F`>05ng:ȜVWrJu#EܩHB88%[3jQ]tkٛ|F`:Xg&֚u^T^e&dixߘff{Ȟ>4ݼ q.5ni8l沤*n'ipWrm ^vg m-V*@Fw`0$AʳiV:k8 gjH3r.z!^,SU[ItIΦ)S@QE,l pZLl=m˿)ςeih)x1Y X{}Tñկw`?zۋ囼X-e ԅS ?9MEۨy擈-n`<Esؘܵ꿺㎟Zg&iGmcX.$_ݲ~~^b8lQp*egYg 0I?΢-B=I UzDbO?Qũ @MEgG%"7WeXX,85@+qL7F@w.8|/e {]8554UN#D[NQؤu.b(*?%??5\ /Wgq^`l@6'B+< {d|Scޭ!)>}gR{A^mr[3jO!# y-3No7\e:`BnadN;QǭJ8K0[ݲ^ q?qcR.M,* ?g{T3x2Q!@"U*tNa9|"\>L.„[Eև y{siyv'.d?{:oi?߲ʙD['ډAZՆ 5,>W %Z*"bVL98P[m| "!2Cޗ?c Z(.ǃp4{גuOODa%xlXtcT*2@!}H4>Թ.̚%&䧥h-u|mkLi)"LQpۺERNj]3T6S1/Kd^hN+8Zq.rPO(C_D qu-4),@8tlSǖ2!I{6ޕ?\.}>bUnVC{Gy~p3E(i#ϜF=5+]/W޷pq;W0 dܘ{H`#U⫂g˴됁*e?knR9f>2Ry:WpYz_gH/YO㖅@18^qeD:1@-A\tZk`mg^:(gAlpyԼK ; "B 26e".lŬƕS߽t7&4@[0Ыۙ ,./5~V:-'i4 h