mayavi-jupyter-4.7.1-lp152.1.16 >  A ^h/=„s$荣q>fZV@VB3چ'|s \$FwFrcAn9BYMϔ0Q!bA75}‡`*7;<:`xR`ƀvjJ*&T5I$D(gM[s'4 Fk$քn@eOo LXjr ]I6הSFc۴c: he:W,,X_cgحtr@>p;6?5d " FI c         )  4 X    @(8 9< :j F2;G2P H2t I2 X2Y2\2 ]2 ^3b3c4d4e4f4l4u5 v5,z55555Cmayavi-jupyter4.7.1lp152.1.16Jupyter notebook backend for mayaviInterface to allow plotting with mayavi in Jupyter notebooks. This package pulls in the dependencies needed to run mayavi in a Jupyter notebook.^Fsheep83openSUSE Leap 15.2openSUSEBSD-3-Clause AND EPL-1.0 AND LGPL-2.0-or-later AND LGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Scientific/Otherhttps://github.com/enthought/mayavilinuxx86_64P ( 1M,#] A큤^FWWWWWWWW41684806c4ac9fb9cfcc7f786e59a63b18b9fb1a61d4f31867c1b6738da6fa8ec8e8aafd6dc613f05ff03fff74cabe21deee8c4bdd7e7d029ba0ae71ccec44e44f1a4ace8fa77355e1018bb4e530ef067b3daf8dc036f209ef0613e2ca1d0ca051847b775d3b88898015f5d5f525d4dae9cc0a83448b8df70a641b4630273417df2477ab9b0cc91f72bdb8002084824b0983fe27c74373aa2bad17ffeb523680f2298a97d5071a643f498b17b1e13fb19189e29772970ef96f7099d58c470928595e9965c21edab346ee9d57d421c21d20273e156e1fb9633d2fb5d48fed7cd7c7e59b2398cea9abe98f67a7e3053074ede90c584c7bde66e5649c1b68f7d139rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmayavi-4.7.1-lp152.1.16.src.rpmmayavi-jupytermayavi-jupyter(x86-64)    jupyter-ipyeventsjupyter-ipywidgetsjupyter-notebookmayavirpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.7.13.0.4-14.6.0-14.0-15.2-14.14.1]{@]{\@\5@\/J[@[WY@WVJU|@T;Todd R Todd R Matej Cepl Jan Engelhardt Todd R toddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.combadshah400@gmail.comstecue@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- Fix tvtk doc .desktop file name. - Make mayavi man file name match executable file name. - Clean up some spec file formatting.- Update to Mayavi 4.7.1 + Fixes * Fix old pipeline errors in image actor. * Use the decorator for classmethod Instead of explicitly calling it in the class definition * Misc bug fixes Fixes 3 issues that affect the new release due to changes in traits, pyface etc. > Fix issue with CTF editor not showing. > Fix issue with lut editor not launching. > Fix issue with cut/pasting tree nodes and drag drop onto shell. - Update to Mayavi 4.7.0 + Enhancements * New Jupyter notebook 'ipy' backend which is now the default and requires that VTK's offscreen support work correctly. This backend requires ipywidgets and ipyevents. It allows complete interactivity and behaves almost exactly like a normal UI backend but inside a notebook. Note that this will still require an xserver or windowing toolkit unless VTK is compiled to be able to work without those. * Improve offscreen window creation. Creating a renderwindow in some configurations can actually make UI calls. So if EGL is available we try that. Also, when we are using offscreen rendering we only need a GenericRenderWindowInteractor. Also add a convenient set method so one can set a different interactor if needed. * ENH: Feature to disable automatic updates. This can be very handy at times when the automatic updates can trigger several changes that are not desirable. For example on certain VTK calls, internal ModifiedEvents may be fired which will automatically call the update_traits method which can be wired to other events triggering problems. In these cases one can use the `global_disable_update` function to temporarily disable updates. + Fixes * Test against ETS packages from source using travis cron jobs. * Use xenial linux instead of trusty * add fix for str conversion from bad bytes array * Fix issue that arises in a few of the mlab sources where when we reset to a polydata with a smaller number of points. * FIX: Fix nose leftovers in tests. * FIX: Escape chars in code. * Also catch exceptions in generating documentation * Some UI fixes for ivtk. This fixes `#734 `_. * FIX: Fix set_range causing lookup table errors. * FIX: Fix type check * FIX: Fix for VTKNoneArray * If OSMesa is available and user requests an offscreen window, use an OSOpenGLRenderWindow, this will not require X and can be safely used on a remote server. * Fix bug related to SurfaceSource.scalars This bug manifests when the SurfaceSource object in question does not have a scalars attribute and many of them do not have this. * Fix pip installs failing. * Fix detection of color transfer function. The original code was written for very old VTK versions but ever since 5.x we have a get_node_value method that actually provides the values of the nodes given an index. We now use this instead of the earlier hack. - Remove upstream-included catch_gen_docs_errors.patch- Clean up SPEC file - Fix removal of wrong shebang lines.- Remove useless ldconfig calls. There are no ELF libraries in the standard directories. - Trim bias and filler wording from descriptions.- Update to Mayavi 4.6.0 + Features - Use new pyface toolkit - Qt5 support. This is critical for Python 3.x as this is the only toolkit that works with Python 3.x. + Fixes - Update installation documentation. - Fix warning message when updating mlab_source data without scalars/vectors. - Fix nbextension and missing bug with global. - Improve tests so Python 2.7, 3.x are tested and the tests run using VTK 8.x and 7.x. - Misc fixes for PyQt4 and Python 3.6. - Fix bug with mlab.screenshot and VTK 8.1.0. - Fix travis builds - Fix `#605 `_: Interactors now work correctly with Qt5. - Fix some wxPython issues so mayavi works with recent wxPython releases. - Fix 8.1 issues phase 2 - Fix 8.1 issues - MRG: Avoid NumPy deprecation - Fix bug with "p" keypress - VTK 8.x compatibility fixes - FIX: Remove debug print - BUG: Undo a couple of accidental trait_set changes. - DOC improve the mlab introduction - Bug fix: solve the unicode encode error in windows - Prevent get_tvtk_class_names from hijacking stderr - Prevent get_tvtk_class_names from hijacking stdout - FIX: Tiny spelling fix - FIX: Fix deprecated .set / .get use - Fix numpy issues in lut_manager - Fix long standing test failure with ply reader. - Fix numpy warnings. - Try fix appveyor test failures. - Add test for the fix provided in `#514 `_. - Fix bug with reset method of mlab sources. - Fix tests - Update readme and add link to mailing lists. - Update installation instructions for conda/conda-forge/edm. - doc: Typo fix - Fix a bug with array source and vectors. - FIX shared data in testing backend - Update extract_grid.py - Fix pick_world bug with VTK >= 6 - Fix bug in mouse_pick_dispatcher - Remove focus-stealing code - avoid loading nbextension via absolute URL - Remove known bug about Python 3 support - Adding information/tip about figure width - Fix for setuptools 28.0 - [MRG] Added a volume_slice helper function in mlab. - Update readme. - Fix lurking old pipeline code - Add no_vtk_require.patch VTK detection in setuptools fails due to a lack of .egg-info- Use license tag - Fix building- Run unit tests- Switch to python3 - Update to Mayavi 4.5.0 + Enhancements * Jupyter notebook support! Adds support for displaying Mayavi images or x3d scenes on the notebook. The x3d scenes allow one to fully interact with the scene in the notebook. More documentation is available at :ref:`jupyter_notebook`. * Adds support for recording movies and animating timesteps. See :ref:`animating_a_timeseries` and :ref:`animating_a_visualization` for more details. * Updated LUTs to include new matplotlib colorschemes, this includes the new viridis colormap. + Fixes * Fix several bugs, `#397 `_ where PDF files were not saved properly. Fix issues with ``tvtk.visual`` and add many tests for it, this fixes `#387 `_. Refactor the save screenshot dialog popups. Fix problem with the picker point not showing when "p" is pressed on the scene. * Python 3 fixes for the jupyter notebook support. * Fixes `#388 `_ where tubes were not showing on protein demo. * Add additional save options. * Fixes `#403 `_ where the image plane widget and volume modules were broken. * Debug info on code gen for wrapper generation. * BUG: Fix slice unstructured grid module. * Fix typo in readme. * update codecov configuration * Documentation for QString API failure. * Fixes incorrect signature of ``EnvisageEngine.new_scene``. * Fix for unexpected test code. * Fix "_p_void" values in TVTK with VTK 6.x * Fix failing test for custom import in some circumstances * Removes ``array_ext.so/pyd`` on clean * Check if test successful with the appropriate filename. * Unicode trait handling for those vtk methods returning unicode data * ENH: Nice load pylab_luts.pkl * Document object identity behavior matching VTK * Revert "Fix savefig size and black image" * Added setup.py documentation for Qt requirements * Add VTK 6.3 and VTK 7 to travis ci * Fix traitsdoc setup and compliance with py3 * Import and integer division in python3 * Fix texture on ``mlab.surf``, issue `#211 `_. * Fixes Quiver3d Failure with different argument types * Fix Text3D in VTK 6.0+ * Fix savefig size and black image * Fix for exception when modifying extents * Suppresses test for VTK 6.2 (solves appVeyor random failure) * Forces pipeline update when LUT changes * Fix for test failure on mayavi -t * Enforce ordering of attribute labels in VTKDataSource. * Apply has_attribute to the output in VTKFileReader * Replacing links to code. and svn.enthought.com * Fix Camera off-centered when loading saved visualization * Update to use new VTK pipeline where possible. This fixes a number of issues with the pipeline was not updating properly. * Fix issue with ``mlab.move`` * Fix issue `#302 `_, segfault when savefig is called multiple times. * Fix get_engine behavior when backend is changed again.- Rename python-mayavi to mayavi. - Avoid some rpmlint warnings by removing shebangs from non-executable doc files. - Avoid rpmlint warnings by removing python byte-codes where they are not accompanied by the source code. - Drop an unneeded hidden file to avoid rpmlint warning.- updated to 4.4.4 * fixed compilation problem with vtk 7.0.0- Update to 4.4.3 * Enhancements - Update the readme fixing dead links - Use new Travis CI containers for faster builds - Add CI tests on Windows using Appveyor * Fixes - Remove reference cycles from various objects to fix memory leaks. Add unit test that provides an API to test garbage collection. - Fix the LUT manager to select the correct lut mode for QT backend - Use the python-wxtool package to speed up Travis CI build - Fix TVTK wrapper to allow look up with long keys for Points - Fix glyph to handle the masking of input points - Update the docs with known bugs, issues list and describe the PR workflow on github for development and documentation. - Fix TVTK wrapper to update number of cells when a cell is inserted in a VTK cell array - Fix VKTFileReader to update output when using standalone - Fix the sdist command - Update to 4.4.2 * Enhancements - Upgrade the VTK parser to add support for VTK 6.2. - Update to 4.4.1 * Fixes - Fix trackpad scrolling to zoom in/out smoothly on OS X. - Update to 4.4.0 * Enhancements - Add function to set data at input port, add stanford (bunny, dragon, lucy) examples, and use new volume mapper for new pipeline. - Upgrade to VTK 6.0 with VTK's new pipeline. * Fixes - Support dynamic dimensions in array source. - Fix MRI brain data URL. - More fixes for connection topology, information request and tube filter after upgrading to new pipeline. - Handle the non-Latin-1 keypresses. - Prevent ndarray comparisions with None. - Fix the trait error raised when the threshold range is updated. - Update installation documentation links. - Fix integration tests after upgrade to VTK's new pipeline.- Updated source to pypi url.sheep83 1591734086 4.7.1-lp152.1.164.7.1-lp152.1.16mayavi-jupyterLICENSE.txtLICENSE_COLORBREWER.txtLICENSE_YORICK.txtimage_LICENSE.txtimage_LICENSE_CP.txtimage_LICENSE_Eclipse.txtimage_LICENSE_Nuvola.txtimage_LICENSE_OOo.txt/usr/share/licenses//usr/share/licenses/mayavi-jupyter/-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:Leap:15.2/standard/f2c29e3447c640cd9c02928932461829-mayavicpioxz5x86_64-suse-linuxdirectoryASCII textNon-ISO extended-ASCII text, with very long linesASCII text, with very long linesvpO `tutf-874b50b5d23ef9e46b2a6351ce5aa56f757e1bb4663c266581d45c220db681cbb?P7zXZ !t/?>] crt:bLL C΋55+!9 &s|כQ2 H-ChG9lyI:-6cZQsy=,w|rԪ(=zs(5kO<^}}sj}![#4y U9VsX: y V#$F<2BIpdNK2OKԶ5Ȓ҇"R4P B`pP]ă>`xQЕE zN$[~N֢=ظӺxMX RK <'H;>z2ģnOI>ݽ]Ě: urLn* ' ZN3c|Ҕؤ3S;[Io+&P:KrHۯLhxqF]s߄DQ2#gO =v yv%$Yb01M/픸2 J̨;k=,;!LjH}6++GhwnF,eeo9pKY#r{tƺ RCaQUt7{ܰݙJg_ 9΢^{!M | G5GA=$~]<:3c'$ʟQj6Vc_IC^F7]ȣޘrk4Urml<$59ry.S{-r|B;-/ސϬ0PqII )m'3;jxƇ85LdFm >Fׅy+⬆!=6%)asRfgf?hlI:ʛg֢}OY *᭍\}jmv˭ca?yCr5 p #FƱT9yKx=_d+0(Aru?KJ€!}C=#M8Z qPPMB7O>+ Sz2,EdTV:7 C_XT25uw圡ePEʆғWL\G 4X67 \{`x6w.xf3&ÐL^=-Ӳe^RGGmhSn wq-Ե6RqM'̑,}sge}񅹾v(N4E !IBfzrqCG'7ó].ٯc0tcȃ2L 9WuX,rc@%َThl#fن%-[.TsGJ6ǫ- *oI!aSETF\AY2(pSTЎ^hq|t#5PR6VNP#E<;ptFV P/)[қeАez/88m&-I)V8;O2y0G:>tc{P4Qw~HJmI‰ѣVXl z`eO#4O6-Bj,Fp7:reԮh_::ìZ3ԜVb)_hO:d-2n7+dIQz,oAA&/v&ϐT$4_r>HP5h20l(bj1//:\U.*'L$@¨weR/#Jr%FºqľF-;[;]is=C=fR*~mml9|We-8@ %8)T _)Dq{󳴂PG 3e[~zܚU[1rO=YfP]G*߄bKY.SnKр?Td6=>I( :@iP#Za2ηL8&g\$ 1B:VVIىrZ?"z34ǯ@8J0/m^ CZ"q__oit7\{_ [eL١:wVD{fZudv4S\DQM.d dSRM%Vz*|_huZEȦljGSSC8ԏ -ߔS9ܙ)\P|C}%ƋIWbDV2'o~}-4 Qp-@xׯ~{`ujG]Ȅ>IX,T\W^8?% V6P71 )r-i(K}DIGŸg* mZjl4]/h$2Q{k$/8qz07ȼ\+wE q:XPỏIxhcS''j[R2,&R+@S^?̶;6Xa.X8?*6DVց]%ih\U)b&Fb&lnND]%raSȃT0 HmoEhb`=عZ9~볌)އ%V J.Z r[ ŧUit`+Ԛ&]b|$wX>Cc\)NL˴ ?,?V,;fz?ƒ\ 4tpBJ*0*]1*<7hĜ=ͤb?B$J. 0>6#OgbbX &{ ?XYǿֆ9ŖDN zr1a\{(Dѯ*ZNZuqDp3dS6fp-nWeeCQ"ws} :C^,r함9fPTWP,r}u⇕aӼFTtQQ=W;%@yuiVP&Kj.^ (uHpH9jS8Ƭ#B$/\KT2ﳯHYmQ4|<@rߕ$uQj.bB9O 㓄va\bk-IesxvG6ժE'5sP%󦚗I‹:@Ô{qRrAiyUXZ~P4%P@7nP l:T#^brKN/Ɠy"4=?;2Js>[cuRbp۩G?߱4;N#XS*N>h NaAQ)a4qnA4C5 cV.[^1=NAH?=--$Ka#,{ܝ<E  S.>Pj]fTQGArN@uL{,z(쇄6tLpW4O$8E'AS2_})1rq f4EK4xq ${M{.R5^b1T'>r :a\]Vʷ=Ӫ u*$q2MD[I-方˺dCҹ8[ˑ?oG` "ȇvqSm7aq46kclv/d̽1F ّ\xٟ/xťx{g`dC#>CGJnb<o5 ;qngI (̎Yi^%E2UIxx]+ jr>MBzjQȃo+/@S[?HKT;fҗpBy$6|ֹwy-p:0\" k:ހt/ e,YÍ+z`΄aΚrlakCCjL_R/,Ez[()%c.Afe?bqIX'fWl>h5E}'E]5/ao6 u0D6ĥwާ9tnv_l O`l)%%y_\,ur˦0lx¢u]vۑH4f]7 ۷n|?3m1B<|.kŧQ0Yq6u3XЅQrަlxY]#^^$|TtKG"TG){8u6"tSI \kjq7Uܭax\MZzu_2Q|cMs؆[M_aizg&(QnYCq,0^eeCBAY@d.U.GΟ.pz zJ*Hw+a|%nfp* [b|r.H|M& Yf ۴#$B#ś10$1ؼ wOG" >=_c<\xд jq {/-laFTG($Н<,o?6,^o-j~DR- ?woJiJ<량grW^D*z ^B |9$"=4+?˙.y}4_;J׫Ku29B gw3"lqLӾpf9x*,O; 9rc帴Y9:mˇ kY'$c7HFE6j \R.ʝPUvڌdèY[:8POV3Zo8xjM@3*&TպlL8ϥ_xE  QҖ X5ڂMFB).(/,!mR*ZdVU?%3joz(364{]ҀT[h EY<[QQS@_!!$ ߛѲD$ ~*=Pu-wV-:U'*4uK[`:3O7%ʕJ>֢~v;*rӂK*NXɍS}wj~#1CNWv;hԍ >`ϝm!ڧ P| cax'utH62m :.5t_5I6_vrh6S, 5R`U,Ċ_PDpѝ꿈 R+o>VVR^ cSUm6=VWMV%t&YŧP7J5:I?$0vK(X0Tu0R!٧j) iJ! Q7f.O5J[)yݒYJ2V|j7+z*Y`? t0bZI P3Y2*?#C3-^c]I޵Ii=[7՟{rEkX/op+72߄=l}_C~Zt^sOu grYxxd{٧p߀.-+_5z(Ⱥ OZm `E8d[rvrO"UꟘ ʓs=m0q) Tw]6h >It'JW7UC R&7 ܆{YUTeI Wyh|m1\g<0,115'`syZ6ʮXQƴg|mp -atPGfܛ7x#,PECP7{ B)+t=(m]XWgI(AЇoݽ*o,f˓O| W Gԩh1h(ݕU&5drzvk?2 bQZVU"EZ|gFBkZ[q!Rye,9dG` B#ݻ9Ŧbb0)+>ҝД S^C;чPs:AĈ;!֯Tp.Eqp{I}u3@j{WhWq34jsbƄeScpgG4I3muvvȡ=.X68Vp'eͻȭZsnT5j]zƌ (tz0O~מ=p&]Ղ̺mTv"Tt'5ErX(ccs bCtŜr+1 ?hv8k,O~vvwrrӒTtIÇ|yf]7|ًfUPީD+fVoPGt{U]Ew Dun;?D $h/WWCĞ5Fbkx٤ @|7# ,`c bpꡦ \6o5`ttM0n؆S6W12q ?ZcʉU|ԍOY!_YܳyANqԶ%qDMzR'0@w<2[D됇r>j)05p w=#V&QV=yzn7bYty6K@z濋yeIm,r ^yciXGJ~:./<UHzb1 y1ܣK[g&M>&@&>W82 TYs2&*ݼ=gI|i(1,a)<, Ko>C>uv'ŜvIz㽩Dc(H;MN2S!^''_OLG#@[.طvBC0Be?AnV+>ɐ+tkH1ݭQ%^yx$H܎bå, ^LnX/ġW'>:}pA"h`n]4|67O^ cTt&h͒רSP,6ERbD٠r&XcTa&`h%B[pI?>3}+DK_u޹JXdɩYSǏ9Pz h+l`^ue' Fy&vѣf !8Zl_ W$73''dzLS,),yԱe~Q!Nf [1ϺyAof3;7L=ԃh"+l#W9Xd EaF&/vzs*ad\mVyric2t1¼U7D?7GDVX:٫eawŎOY*; rRBT%J/X9zbNJ2B}*# Q 2icw쏞_j~}/v'H>AAyz+1ܢM`3~ii?IZbVckmfSOHgr { cنPw3Df:t9Kcu_ur 5>" `vPf 5Eo Eᬘh_OJ7迨"̘JOge٬nsǶ)a#e]E ~wwT^$v t2p3^y MF{vn=aSwTJ+4#a8܎ş [&MP%Kc^1^S10myvζEH7ӂHQ{ 3p>0ZVOYWzH 6rd1t+9_2Bn1**o"oaSObEuHD}<څZ|k0M3PZ%V?7*VM^wrrѴtmjN 58MSӡ_| /V5HZ.7fJ% l9Do`s/XF^ TAIGc(n_ҦprQva1ciYpkP}&viP lc׃]㲒Q"Hd}n8or4z<.FbQO$AfA_b-w Ub7"s\ [ "uФA_^4elZ?#qJϔ) e؛|$FsЧ|AU@D{/L,D y>prMif1#P.Y΂ԃ<A#ݎxAwj}hroxHّ Du_''ِC21܆R-Tpa4m%i&ؓdf\h}Pʠqb4U`[la8y ہxD lFبq]as!@-}`?SI_د">z=Ж@o~1gy8Aglz/;#Z\ez ״T?%|3R#=G5_u' M2#̄bέr!!K*7X4G¯2380늙2>.@6m 1TOBAH:Y0q/Z:", #bHuKյT/aC&{RbXntA4y"|[?VAUDXHzE(.SvE<[)! P@-c0v?xr 4[`Ɲ'6IY#Ѫ'3$͜Xd6NxB5y _j^*S7jXdi<z >Uvx\W貱l%/c#eСe<}0wAbB\KP!L{jPcVw?H&E㷏-wy!bs><~[:  7, P&mV{}$0s[-#*) Jf[Oo)tMs684)s\jcߒڑ,!+ܹ+-fX2-eQIPcѤ,ki{ 0,6A b Mӿ#ɟ:.0^I7-{t_v@Օ84pZ6bVtğ Xu:`O1YH63_dn‚!El4)xMz sq}߈ t2Zn"浡dA t]ʻV;O -p?APybx"T 6S¹ILHb R#a:zTpGʎBK7v5nagIhDg{2z7xj)̞*|n.Ȭi?(:Y_Ac9xzepӝKanM)FJxkrd^ #>b=j7iT3@'fb 6y0OYJYPJ:"7Qr%HV (D<ȧQ=D 9tYdwVe fڕ;Zs08jrwaj8O~dʻT`ϥҵ1kr_o:m:nrQ?k5+KթHzhʃ'[yZF-\Q'"=g;[{s;7,M/J%"rG{cSEhOր&Qˍ3T$2q0#LI9|-'<0?ߟ;z-!~񩼽]m< g@{{`߆[>(cYh(A*-O-|÷xmO~`}bejG 8pFÿVfnd^&j)@::{ܛRA93&%BKey H}`J颟z3urXkT- St/@dy%W+BQG;[ 7%m`)tM?l%L…{N\dƺx\7f^uhdv`$.RtpR)Oƫ鉠a{.4^&6*lQ^όͼlC0O-E 6 D_1ƻD9XID\KZ^YLP|LBȒ"?⡠>_H85CBfޏ/*@B fH;%0sШtT H6#da$k:#;nW^rn[!A\rg=Zys/o#ЊUwQ.M#1. +iYy|PieQz"(nYphkμ6!Z.^x_ Z_7lm$Cޱ -9&ӧnջm : :&`6Hui8*Iuu.6g/$%5of]iwJt*)04㩭ՂiFe?_7 tђ#G{I7Ŕ2ںě6^u3Π+~dشTU?tEI[9Byn_h]soׁx 7؀y$* 'lY>.@A\uj -X-;@rB( ﲸ05|qCnfsOO):ޗ|t [n)( u=>=d33dPUP R1*X@x7H@2GjDY0$62JYΊ6% l3bu =UFB!jKMw5?L'ޠzkRA^S, 7=0k3&&N:&C1K?93VhO29 0X+rظv'TgkE:m8x\WJ\k0N 3w M_AkbI]z4z3[ zW+ǒJ~1I#~ecoCXj9l)aSdʻ> J ϢR~ :T(Ozf Օp@kƍDTI -H7nVX'pȸ5 sx2ܙ:WV:hlU×Uo:/wL~dl :y|FJĔI $7"58wZ/MU-!եuӲ{c/~p*i zҧWy f(#0(m"`w^j>VoO69Zƅ&z3oX9ADžl=ِ0k/V|Mw6Ey_;OྊTi8j m~} _'L>2=iT8:+#=CzN\pT'FXC5yn W݋FMXNkCVFlm1O ]pu_7KRG0tM'WU eE7\?`i5l08)˘|7+*]&vH9}6Ty*fP.fʱ /?F&d 2j9Y/tRJ̥OqEp~N^g+#̜|_ c jLSfA SI*6?g;ga_'&&JW/CWgG'77ڪI*E :4;@<_GyM1|Yd ©>"cSY hTgؙگXe>BwEH=OL{Hqd OT9@(&kZo@xj :*{ۘEBY"ȷIOwixcFt]5Xvz8r 8?p]>%ȕ{ub>KD`zY/l$KFb^ǿfO;r_Q ݞOs7> r#-OI bȚI(wل޳)(IV<19DneG%^+id Iĉp7nxYd/Kݟyf5<>`Ns~悼J#y44oi`ؗغyj+l1SE./e 苞rt yJE,㢗-fTxDs~@XvdZmG$~\RqTa4bY>xYfjꁑ` NDiV8͠3GA)f0`ZkQg6+O_H88O~0 Iji T"KRCܥۦs ]fuz+)&[e.!g)ͰZfkBA(lc|T 4*?mObH5>A6o;Nh(27d|iʝ/#bK_͵pXSH|-(=̢WzL$}WxU 9'ǧD [ i}u[㈇"ɨtb4>3RкHEҊyRJP&;--Tʇ4S>$-,D'i?/@ͱX7QiK@%h}ms9͢s/}Hu2\}PlԶ YZ