python3-pycurl-doc-7.19.5.1-5.2>t  DH`pX/=„8`B*$J[BvЮ4Aс3/>%7M7]9$#qzШ2tmCfRa@Ѕ7:,4wenNQ=k}*-P0ۭ0S%>L](Wkm|z^rAЩꌚ"lY`(c46S_b-ӏք: (z ^8Lj~|@B.{=_= 30 KyAI9 ŌGy'" y{u'p)+[5z6`4j1 ΐTBl̇I:(e]wF?X>98?8d " @  ?EL%% *% t% % M% t%%% z % 4 d t ( 8 9 : F/G/%H0|%I1%X18Y1@\1\%]1%^3b4c5ud5e5f5l5u5%v6w6%x7\%z7Cpython3-pycurl-doc7.19.5.15.2Documentation for python-curlThis module provides bindings for the cURL library. This package contains documentation and examples.Xxcloud115%openSUSE Leap 42.3openSUSELGPL-2.1+ and MIThttp://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://pycurl.sourceforge.net/linuxx86_64UGVPRr 0 :  n1D#9"1#A큤A큤A큤A큤XwS,]SS,]S,]S,]T1XkXkXlT1S,XmXmXmXmXmXmS,XlXlXlXlT1XmXmXmXlSS,SSSeS,STNS,]dee65926a06aaf18b2dd6e4a83634a6ffbbe26bfa9ff4fcb6303c55612b71ac55ae9e0d6779832ed3bfd3b08c9041df28f3bad80eaf99a03f83d05fa959819ffb4dd0aef9219902918afd789a590a760b66803eaeddfa6f96748cd3707a26f26116f393ab126042dfe8d704616f18dd2b6fc8d720548818c40c31ab2bdf7b67d844450b725af1fe25411653594cc370dcb1b75b5d8bd6367e07094efa86791d8aedfd5811fa0b2f21b81123605e7ed4c37c42905333319b9a93362ce46091c9353bb2f00db6da197966773fea9884d5c0611c28c9f2c30fcc9d62f719ca8adc9398611ea5fad741e351d36dd9cbc8afd5b0cc4572dfcde289fc9d7f6114b55142fc1fb23de03de085399505eb884b25aa98c3dfef6d2a50d7ea8f2e1a251d8fe9b5662e2b0f8ba7537ededbc9b3f00e39d2eb01c0cf67352413be6216ca325ec00df86788cded103e7d6ac255fafd3eda684e8c748090827c5d67e4cb6c562a9af539b414aeab6fd2070bd8a392c04b4cb4c6d2ecd28e48f609bf09d6cc26913b67fcecda8357feab3112294b6e422ec55fb4844f8de6e79a02ec200cf72c4b58dbfe20471d376fb242716e2f744f740deab870e31f5b64a2f255dacb6c18d943ae076e9f97c85532c6cacfb74bf9f13e9641f8833ca006ca2ecdeebaa3d3bc36f6b94e38d83f83489b6d0a61b1576ebc7298bbb275b89c31db419f1030eb3e8eb41b7544fa582898fa511b2034537b7rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython3-pycurl-7.19.5.1-5.2.src.rpmpython3-pycurl-docpython3-pycurl-doc(x86-64)   python3-pycurlrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)7.19.5.13.0.4-14.0-14.4.6-14.11.2TSS,S{CQ^POarun@gmx.dei@marguerite.sutoddrme2178@gmail.comtoddrme2178@gmail.comidonmez@suse.comtoddrme2178@gmail.comhighwaystar.ru@gmail.com- specfile: update copyright year - update to version 7.19.5.1: * This release primarily fixes build breakage against libcurl 7.19.4 through 7.21.1, such as versions shipped with CentOS.- update version 7.19.5 * 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. * 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. * Added CURLOPT_SSH_KNOWNHOSTS (libcurl 7.19.6+). * Added CURLE_FTP_ACCEPT_FAILED (libcurl 7.24.0+). * Added CURLE_NOT_BUILT_IN and CURLE_UNKNOWN_OPTION (libcurl 7.21.5+). * Added CURL_SEEKFUNC_OK, CURL_SEEKFUNC_FAIL and CURL_SEEKFUNC_CANTSEEK. All contstants require libcurl 7.19.5+; numeric values of CURL_SEEKFUNC_OK and CURL_SEEKFUNC_FAIL were understood earlier but constants only exist as of libcurl 7.19.5. * Added CURLINFO_CONDITION_UNMET (libcurl 7.19.4+). * Added CURLPROXY_HTTP_1_0 (libcurl 7.19.4+). * Added CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC (libcurl 7.19.4+). * Added CURLOPT_TFTP_BLKSIZE (libcurl 7.19.4+). * Added CURLOPT_PROTOCOLS, CURLOPT_REDIR_PROTOCOLS and associated CURLPROTO_* constants, which require libcurl 7.19.4+. * Fixed a reference leak of OPENSOCKET and SEEK callbacks, thanks to Ben Darnell. * C source is now split into several files. * Documentation is now processed by sphinx. - removed BuildRequires: python3-CherryPy, no long needed by testsuites - refreshed patch pycurl-7.19.5-no-runtime-curlvercheck.patch * upstream split C source into several files, now we need to patch module.c - Deleted patch pycurl-no-runtime-curlvercheck.patch- Removed part of patch that breaks now necessary things: pycurl-no-runtime-curlvercheck.patch - Specify ssl type since it is not automatically detected.- Update to version 7.19.3.1 * Added --avoid-stdio setup.py option to avoid passing FILE pointers from Python to libcurl. Applies to Python 2 only. * Added CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE, CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE, CURLMOPT_MAX_HOST_CONNECTIONS CURLMOPT_MAX_PIPELINE_LENGTH, CURLMOPT_MAX_TOTAL_CONNECTIONS multi options (patch by Jakob Truelsen). * SSL detection logic changed to consult `curl-config --static-libs` even if `curl-config --libs` succeeded. This should achieve pre-7.19.3 behavior with respect to automatic SSL detection (patch by Andjelko Horvat). - Update to version 7.19.3 * Added CURLOPT_NOPROXY. * Added CURLINFO_LOCAL_PORT, CURLINFO_PRIMARY_PORT and CURLINFO_LOCAL_IP (patch by Adam Jacob Muller). * When running on Python 2.x, for compatibility with Python 3.x, Unicode strings containing ASCII code points only are now accepted in setopt() calls. * PycURL now requires that compile time SSL backend used by libcurl is the same as the one used at runtime. setup.py supports - -with-ssl, --with-gnutls and --with-nss options like libcurl does, to specify which backend libcurl uses. On some systems PycURL can automatically figure out libcurl's backend. If the backend is not one for which PycURL provides crypto locks (i.e., any of the other backends supported by libcurl), no runtime SSL backend check is performed. * Default PycURL user agent string is now built at runtime, and will include the user agent string of libcurl loaded at runtime rather than the one present at compile time. * PycURL will now use WSAduplicateSocket rather than dup on Windows to duplicate sockets obtained from OPENSOCKETFUNCTION. Using dup may have caused crashes, OPENSOCKETFUNCTION should now be usable on Windows. * A new script, winbuild.py, was added to build PycURL on Windows against Python 2.6, 2.7, 3.2 and 3.3. * Added CURL_LOCK_DATA_SSL_SESSION (patch by Tom Pierce). * Added E_OPERATION_TIMEDOUT (patch by Romuald Brunet). * setup.py now handles --help argument and will print PycURL-specific configuration options in addition to distutils help. * Windows build configuration has been redone: PYCURL_USE_LIBCURL_DLL #define is gone, use --use-libcurl-dll argument to setup.py to build against a libcurl DLL. CURL_STATICLIB is now #defined only when --use-libcurl-dll is not given to setup.py, and PycURL is built against libcurl statically. - -libcurl-lib-name option can be used to override libcurl import library name. * Added CURLAUTH_DIGEST_IE as pycurl.HTTPAUTH_DIGEST_IE. * Added CURLOPT_POSTREDIR option and CURL_REDIR_POST_301, CURL_REDIR_POST_302, CURL_REDIR_POST_303 and CURL_REDIR_POST_ALL constants. CURL_REDIR_POST_303 requires libcurl 7.26.0 or higher, all others require libcurl 7.19.1 or higher. * PycURL now supports Python 3.1 through 3.3. Python 3.0 might work but it appears to ship with broken distutils, making virtualenv not function on it. * PycURL multi objects now have the multi constants defined on them. Previously the constants were only available on pycurl module. The new behavior matches that of curl and share objects. * PycURL share objects can now be closed via the close() method. * PycURL will no longer call `curl-config --static-libs` if `curl-config --libs` succeeds and returns output. Systems on which neither `curl-config --libs` nor `curl-config --static-libs` do the right thing should provide a `curl-config` wrapper that is sane. * Added CURLFORM_BUFFER and CURLFORM_BUFFERPTR. * pycurl.version and user agent string now include both PycURL version and libcurl version as separate items. * Added CURLOPT_DNS_SERVERS. * PycURL can now be dynamically linked against libcurl on Windows if PYCURL_USE_LIBCURL_DLL is #defined during compilation. * Breaking change: opensocket callback now takes an additional (address, port) tuple argument. Existing callbacks will need to be modified to accept this new argument. https://github.com/pycurl/pycurl/pull/18 - Update to version 7.19.0.3 * Re-release of 7.19.0.2 with minor changes to build Windows packages due to botched 7.19.0.2 files on PyPi. http://curl.haxx.se/mail/curlpython-2013-12/0021.html - Update to version 7.19.0.2 [requires libcurl-7.19.0 or better] - 2013-10-08 * Fixed a bug in a commit made in 2008 but not released until 7.19.0.1 which caused CURLOPT_POSTFIELDS to not correctly increment reference count of the object being given as its argument, despite libcurl not copying the data provided by said object. * Added support for libcurl pause/unpause functionality, via curl_easy_pause call and returning READFUNC_PAUSE from read callback function. - Update to version 7.19.0.1 [requires libcurl-7.19.0 or better] - 2013-09-23 * Test matrix tool added to test against all supported Python and libcurl versions. * Python 2.4 is now the minimum required version. * Source code, bugs and patches are now kept on GitHub. * Added CURLINFO_CERTINFO and CURLOPT_CERTINFO. * Added CURLOPT_RESOLVE. * PycURL can now be used with Python binaries without thread support. * gcrypt is no longer initialized when a newer version of gnutls is used. * Marked NSS as supported. * Fixed relative URL request logic. * Fixed a memory leak in util_curl_init. * Added CURLOPT_USERNAME and CURLOPT_PASSWORD. * Fixed handling of big timeout values. * Added GLOBAL_ACK_EINTR. * setopt(..., None) can be used as unsetopt(). * CURLOPT_RANGE can now be unset. * Write callback can return -1 to signal user abort. * Reorganized tests into an automated test suite. * Added CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA. * Cleaned up website. * Fix pycurl.reset() (patch by ). * Fix install routine in setup.py where certain platforms (Solaris, Mac OSX, etc) would search for a static copy of libcurl (dbp). * Fixed build on OpenSolaris 0906 and other platforms on which curl-config does not have a --static-libs option. * No longer keep string options copies in the Curl Python objects, since string options are now managed by libcurl. - Add additional dependencies - Remove no longer necessary patches: * pycurl-7.18.1-nostaticlibs.patch * pycurl-python3.patch - remove runtime curl version check and __DATE__ __TIME__ usage (pycurl-no-runtime-curlvercheck.patch)- Add Source URL, see https://en.opensuse.org/SourceUrls- Removed openSUSE 11.4 spec file workarounds- python3 package created - added python3 patch from upstream bugtrackercloud115 1490292344  !"#$%7.19.5.1-5.27.19.5.1-5.2python3-pycurl-doccallbacks.rstcurl.rstcurlmultiobject.rstcurlobject.rstcurlshareobject.rstexamplesbasicfirst.pyfile_upload.pylinksys.pyquickstartfollow_redirect.pyform_post.pyget.pyget_python2.pyget_python3.pyresponse_headers.pyresponse_info.pywrite_file.pyretriever-multi.pyretriever.pysfquery.pysmtp.pyteststest_build_config.pytest_gtk.pytest_xmlrpc.pyxmlrpc_curl.pyfiles.rstindex.rstinstall.rstinternals.rstpycurl.rstquickstart.rstrelease-notes.rstrelease-process.rstunicode.rst/usr/share/doc/packages//usr/share/doc/packages/python3-pycurl-doc//usr/share/doc/packages/python3-pycurl-doc/examples//usr/share/doc/packages/python3-pycurl-doc/examples/quickstart//usr/share/doc/packages/python3-pycurl-doc/examples/tests/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/5749370a8f0cfcfd3e4fcea03bf5bf57-python3-pycurlcpiolzma5x86_64-suse-linuxdirectoryPython script, ASCII text executableASCII text 5,-|rJW>j?p] crt:bLLD #(&^( :PtM-i?'EOЄp]qW3G qE_G_Z\`q/5zE, `MzCSsrvǙ*PSKs#MrTM BBAfpO5X7&u[_*jݼ 鞭 f,93"E/#:9֝6Ci~QMRKV3HW8nrѮ/z0Z\-9G:kލ y&)K,+G/ U|վ4,/bA?c8;{8v[FZ''qhՐpYmq9P-fL3WLpk¬dWxG?n | iқp7eBu@N%)~!WqA1XgY ҆f+u&qN^XrDOq} b=NyTeT`38TGa$hBpb W!G^ʃ}l:2 c:;Q]0mɮĒ#8B /i܉.?rn: Bvhr>I<6ZAf@+ᷙ/I]wDVsr ~]f0o*>=27?ǸjUO6jP!yG-dV'X0~[)5顡{{8= 9,[K037DgabosZ Zu`4RP/is4םM0 &|wp5jynzV\ n`A@J{ŹTf$FDǝaSiU[1y(¿69U-Ktק2CyhH3xg%OQI {}\₫YL-=,06if7v~x+yBTJec; Zi 0ί q45QǞz+c\>QOdX(~fJ+%!mi" $Pग़`UZ~ݱU۱hCbhɚ+9T޷"!2~S!xv$c* Lb[!knA yUC;N7١Z ^ -SY)kod J_u99;oHOssb m2i"V xmρA%kNH%H֍@(2szWb|H0RWpxͯ^(bO ṑuԍRKnDmtuxI?NB. *HX!DݢEOsEnߋOy?1p=/F}=Q=g>ev{ɱor~0uS⮷ oq;Mas-o2-i~j6Jqml_kah65qYA$Nh[6$ًS^OFFE @}\(OД z >0J'KU?ξiC >AUaWSt=}8.3%=axۃH v:0l"F%.˃+<55f bVr{NNVR2p=*UTq+OQC j oUӡ輺n3 5)|!v!1/:'7JIkelҘxI%$UM8>#I6]'V,zgADd w¬ ߟX1]Pb_UҰ4/e ʪ9C!W|kwH'ېϜܧĤr -׫:,)6@֣G -@ppn kOl`6Yc[C,mP(Ix$̂T0&ʽ8nLO rv%.`{,eDn]9ESN.UG7bۗawG. 9U?v_>|7u ,a>j7̾M 6RN*yulUn_UIOVٲ4X\y<7~g4X'#D|?͎S9XB#Oȱ0g{[Xt'X"l>_Zt!Y&fKRe 8+ 1gQm阪-\o1rDB7n#Av) \K(גn3g ET3;5KuC!}u ʡ- 9@/:+z<=hPm r/DZ>.Lԅ!'$:~ޘ%Qj==ժn26fH iydLԐ|GF (I0pJ0ni0 SH@ SYaC>T7<$R)V^-?uM"~e>ɘ{-x-r7\}~*ϨQ tk:6ެDإ#d-: 5c@|^ѰXh.{x6a)^g\?qOE+`v(1Nr bq1ܯY>H qxA}{Izaٻ2O=7RATtLpk9&0bo^! VSìL5ֶU@7mx)C8jg_QE80{( <ǥۅ7F\]sLT1%r(CN^ݳ˪Dؖ0lU进CP{UD`_ V6DT`>|47|`&\ߺ/R,9֮uFVCstBJߤ4"Z=`"|B.m~)6*M |TĘį߆6tų/?XUnJ"h5j_S}Qڸ:sC Juf{QVvC)k(iK;yfu })wm,]ԈsQII <JѶ[B$i0(PJK=$ݣX&/(佋I>o_".2KB]/LrH21V8"uhǒyW tvd@7zB?tDma^Ul.輡s=4ue dYaZHP_&\JbV5[Y-\TœV\ ݈ڪ ZMg%cũwAeb62ZEXʸNhEwٓ~ĕ`VXlRAVJ ̎*ITxD@dfdФQFQ'7Jmu9ZެCgI5ZEIBo<f0wy&`RBۃә#L6]POur$ũ r֌g{ϕw/Hw!gismH2|#@B'#?s/%0 YҲOqal%QX茧aw"tgWQMz d]7OfF@P\QS" *,^FeJHGh:I .ު=jWӆM%qk;$c\;$fd>UWJ^9y)nYyKUUS G4 9M1̵Jư뎭NwƵ4=[7kaQ D}}ȼeIRzU0*dW~i.ݸgP9"Fꌎ.<ɈZCi5ytxǞ4ȇ{B._;|+Ϗ~?Iad Pd_ ] F-O҄ȥFn>Du~P5TAPzWnMy-wLׯd9A҄.j|:KMԄףk1}E-L_"ض ~dRFb0Owp2߅hezbƄV\~y&}P=S=K8 P1/u) 6ʘ8H#A,4𧹰X,\i'TfEKfS5-=CckDܜM7 K.1^2PPC 66 k#x6NƋda1)[U0`p+IuܺK V+$|9rrd9DMOMOBg]j(Vʔ;jr,zي[z9_ѯ[ր14r9];ME[t{;{4ogP HWYamdjU ҩbI C Ho&l^O(!.P?>\ec8y$icE_7~j|}޽$ $Bu~1勆2! 2(J mP&Z0v Ob ,uh $IDLhj~!e9Φ^O s:UZ P8 R+i1ZB*65m$aC^YRvEԨS0Gw#[4[-  spѫ5 Ô#4=Ǽ{#7 \Î,Lb>uQ k򂨬,Yi%\n+PGx`bnyPnxL p12o6V,ص:rwe,`1L~Q6hq*,!hPwl z[ʜ9+٘Tc w>{:{Ƙ\NeUJ0fZu EOǒ}\*$WLF/ M7J<Η*-MPvAe D+gRkI0 3 kES,#Of7Q;"$1c :Iw3C~9%y7RB@_'x2~Va K+UݧRmfVCgw#Y% }yޭp`I_\>,۟o^bgC+;'` Kk0J%5 `&<, J1х޺pG]Ia 6@pW tͽϩus̿%m#< qWYzK&e $Q@eAw- @SkA0DbK1:VAϼ!E=!KZIhX(ap(#zIt<+.4拯 66.|Dα BLW:zjS8Eәqхl|)᲎UDwsZ<}|/&[r>TvSѧ"Pdits($XTPz>]{Nw`MIe L,ni<<2犪mk)ٸ$P8\RBHM k}6hx:\}xU巏hz1FuY]n'Z,9E)%^Py|ɉ:ۜ@Tۀ}^5~1durW8럲`pT~n*mxy}ܢ+ӯ%>-Yw9T &V<5 f;*- EPcY%^4m3ÖS e,tvҭ{1niÓú{YRrq.غU{g糊1 .v6%V|ٵ-lQRc@.Ad?ogBEmtN>.D =F̝Ntd,5>b!? T*c$ jzx9MY"m" MuN64FVIڌn~BÅ[cM|,)+qq jآNixsfP7#{$~&UTtC!i 8Z,yu\>}xξil1#S7ljG%a8UY1S!s%rغ7~P2yo V\@&ܰL@#(b1t DJe @Ä*ŀ2mo_4HUjA1^Â,쥸Bu _%a,UH9{pwu5, d{o9:sz1tE$3Vn Rn%3k!сMYG6rY;*m"́iߟ0M|*M3ӄwl2(Q!N 0S~<D hW^o&wC8$znOmxܼ"&1I&lVO)Ar$Ҕ/@M2$6ELk rP׺AI+ɜzuSq&6bay˜Z!kc$0cرZƫse]ʼn4]3%T;dgoYQkƢM9d) s&k&ƐiZuDZ][ä#/ x>Xtr# ~ɧm}N#jB - HsoErGGVh^`8]1Cu-Ūćdbrò-ͅs'Nh@sbؽMC& B2bHs_R yhW%D}|'Lh:x f[ 0ב ǁz3#wE8=;z*]*(JasW/s _GQM?(Ԣ?HAa'%T dGdTōI`OoN\<Ane>0Yx& ؃^ Yݠc췝NCu`SCv*XDuy%XgaWz Ǜb3m3:" 0|atyN{Y;ۤ}E}jN3kc1z,8S@95K@mqQDjŸR#]ɴ0+찟3# Ap7Oze휷T&1Wq6W3zM}M5Ǡ+2ؗڸԚ0(-$oJ˔IGXup@r <]t&Z+$A<|϶P߫ly7.Rmߪ$b#ج߫?'Nx>hYRQP7.G?UewkoE<92De3Fݾ7VdfƢV:Z|}r892үæ3M!༳?XEw霖C\~1a)}܀Yl/j4+C%fEˤ&%?}S*/ߥ(3샔|~ y ODN(!Z:9ј\ bX*/&:1 nvw O'+x>}[ԇNKs,X%Sю&X,%HvSg0tZm[dž_˃iDxUQq?Fs$=tJ/))"X8}00'ôt5``Fg aP!Oq=iUh-{7ͧN9ys_T=L٨Aڄ{cDpr,Tgq:fzuĊJ5{Zf@VHɢd2w>%WVZP+;9[S`Q)R-CMzIn3"Dp[i*Ju&bAM $Fle ;ba:A&sH"I[k+\ƭ̲k%ns  -;q4'_k[R.Y@`/,|SKpOҤIA Zȼ]( XO(彅Ew xdqrQV֏?mh/ڄ8lΌr#@/` )zlElČY[w"^ʖMhgI@yg qD=S*qTaMօ68^<##&}VSP]ad5#Dez\bl$:r܋a:h528<+d"{ @@Q#i\T(Q/X֗Mm=Քn^l$hȢ%y5tAz5{ڐ''"v|`Z0#bp0)DuvKƃ&H,A05G~+G lC>jhaF:FީWA8j7yaX >yžPٿYx[r"=,C ߷-ޮZ -zrDx#234f!dgX|,L})?/ Np)ӡSj xi^8BUwV&aI% ht4u4,]$$7o d::!K5A|6ho~'ܴ}Jf(d`;%BO~L+'9*Ta  ⎠24gB]h;2 ݓdӇDQjq6ӹ~"4ADأ)Uy(?vYE2'cG{p= 9]r<ݳF:~0zMi=;"-μXNJg(ƍ-vsxZu>u@wc腘zkOIy\JUgE Ydtq 䜿NbjEsuDG&Wd"[;+0qzjOhV 1 O&BE(GA7N'4>C|;^г$$~)t;d D|o=jϫ m=7v*tָW>ϰk7aE(aiʶ\~cSr~\yvmܭ(dV =xg |Οs#K{/}Jۆ-$\\ l-ahQa>7y!3vDp Q#~'8␉N)QD,,뀜_Iǁ8M w9gH?gJ_?.i9J#/nd[,ZnݒGcV< [%z}C-n^ I\!Q8:B$f)1`иbY1?«e9uo5^^Cy7+Ӫb8kؐZ@DbMY&V#^i,b*9ت:l; ߵ&+s)%dNlFXf8R<Ƨ_-XE:wQCD-c,cΥ odi#cc\;U;?O%ڛ˸CԢxAInbzq)IU vS貋S@R?zK4AO7"w9Rij3ˋӂgsWX0ͩX# 3˦§t?$(E )S# *y5QC~*lHF:ܭxjﳻXOf-h^0܍q72v2"> c%!&["] m:$>UpQafw[s|SWgI1ߔ'g+(\ȶ[P߾|ADo]G( COF:V9Y|omخM[6P(}TDGӜu |WB) Ga-5BB)NDu>떷1:M|GbRCJym6q?;Ďne!~ףP @Kvf c,QH|jKLSj f^7!TNdm@b$fW-q9g [KuE<9(lA Z^r\:nT\gg۽|P( :o$C:rh7eN:2$꟝4qyȷy>C fuOm=h' 2S{@^ TȀ'JUirwHY?-)o;]_?R7C׽pY˓xF`<*|"kѓNu. kpaR|MK׼OI Ϡgs &IBR}+x}g@fXcuVM+{\Pb&S-pd!x˃kkUݧVW"!ȴkBr@@.V8*D<(qRAux\!9Tj_(R IUiPu=<]c]=^ע>j<6ȁOu9T|PJLZ0B(+ѿ"I }ix'D56p{CZ䜺7$f H8`[3q:S Xb"l·ZLk.Ʒ i:$H'+]~YaYͿeae N*W+X&(.})ώ*wļߓ]CdF6B$̤!sAܸ,wmjh/ב;:?GmB%IêZs9~qfĹGjYwg^^{9rq\{ņ$ tҝ\|7Mܒ\ ``6 0:w+z(h:ϊ/f4@F$=k)3醲'f_v/sDnXQ+E)Ut >*`ӿvVM?KZK'˚Is3?x6ÔXEmb% OMW:149~^NyTv DY2KV{|DnKd]aY$αGl4\PA=Ipӎ~nfnN ZORhtBz .6*K cܮJ=Kb"3ԣ5WgVxT0EF>gDx" $/dG$SL3{cCk;(n Z]=ӹΑTص ?Y61/8u; ?_^*zGRPQ||]ӳz0^d,NwvUOICb-pte4]ƸEVߔ=XWCJ >fluL湲}[E;jTDt )eWmnlA>? zB}A;6j_Lc=]8,71 A[,)˓`aixtg~Z)0 \@!(T.t-ejם,)^zi w'ϭI$| [8ңsldž8S6P!:+cƪO(Ұژ0lH7,.tʀ -f Ruxe \C4p)zD Kct֐~< -si,ڵ@>疔u=U۸`řTee@'0_#+j C9ΫEtѝߜy- W^=,Ij*PXN jB L?{F̜k))P^t]Y'lb$1ⵐ:sl *f۾bx峻Sq/ӑDMe 1:EIv¯-NE%Pn6f(2#cz@Y0w*» uz" }4wvZuضS'ej'(_WĖi5߭1p~'0 Yx羌{LBa j,UM=JZ`RGsNy}q ݌%/ + 2WX!1q(&^rop\[*?1lؽZOqxikͨ+K$Ŏn M?kPwNKUzBEuz