mayavi-jupyter-4.7.1-bp153.1.120 >  A `!M@eeebyi2E"P%-Rgy^WZ%])ٱazBХ&1s9ǀao_7w<Ϥ3%:#I;`l3b9 ِP 7)_ A\4jg^,&hI;1΁`@4ʇU~;,`Kȅ r7f!֥jpAyfpO֡$xL:P/Dmd j eb927b624a72107de5a4d696cbe66bcd0452befb10091dc99fdac93fb0b3c2cecd659bc453e90f962dedc424d82dfe22f01cafd2x`!M@eee)`ZUok(2b'N:֛Oc5\OOH?p;6?6d # G W q       ,  5  @ d   ,L(8 9H :v F2GG2\ H2 I2 X2Y2\2 ]3 ^3b3c4d4e5f5l5u5 v5@z55556Cmayavi-jupyter4.7.1bp153.1.120Jupyter 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.`goat13SUSE Linux Enterprise 15 SP3openSUSEBSD-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큤`WWWWWWWW41684806c4ac9fb9cfcc7f786e59a63b18b9fb1a61d4f31867c1b6738da6fa8ec8e8aafd6dc613f05ff03fff74cabe21deee8c4bdd7e7d029ba0ae71ccec44e44f1a4ace8fa77355e1018bb4e530ef067b3daf8dc036f209ef0613e2ca1d0ca051847b775d3b88898015f5d5f525d4dae9cc0a83448b8df70a641b4630273417df2477ab9b0cc91f72bdb8002084824b0983fe27c74373aa2bad17ffeb523680f2298a97d5071a643f498b17b1e13fb19189e29772970ef96f7099d58c470928595e9965c21edab346ee9d57d421c21d20273e156e1fb9633d2fb5d48fed7cd7c7e59b2398cea9abe98f67a7e3053074ede90c584c7bde66e5649c1b68f7d139rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmayavi-4.7.1-bp153.1.120.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.goat13 1621343899 4.7.1-bp153.1.1204.7.1-bp153.1.120mayavi-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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/f2c29e3447c640cd9c02928932461829-mayavicpioxz5x86_64-suse-linuxdirectoryASCII textNon-ISO extended-ASCII text, with very long linesASCII text, with very long lines Q_(d³utf-8b6266a8bb687f337a396730f68b33b9e97b90331712f0d1780eaa37ac9ffbce2?P7zXZ !t/?>] crt:bLL ħ5_Y;`q 6ܭvga@Ui08kPb Y>_WF;xsiO=I/㸚 )ꞽλftZ(/?Hhl9QpDTNnƱUx;l~IXbQb*zmL/ ڲ-oDI ֲg}5q 'M]:eUpn"%ڐ#1_;b+VwEBQ}kÀ|O46 p1:Y,%u|ߒаO=0d,*gw1Bx4N)1eiF \Hqxk)4Aet=AH+Q?h;l5\WZ:|+Q&5tgj%{P/LIDhC)A9])Yº,SDF,B{[ }dQJ}\vbAfL}8*`uױ՝U__7rjoW2vJ oж(|/UKkVS0UT1>J(0=hz[2PJ_o{R}o}HX)@`ܛ e)Ѫ`{kH z;Hp!3Ĉaoʐ"MaDγT'?o4yVj.u,7+ti&*3J:Z]@fL~TēM֝;x&0uOZ^"x7f*ˋ#7qԁ2Srp"{0b)v?8a1 }fV_IGzS ;|ɄV-۴x匚h|#8`3Mi0d)J7х|_;->?l)5G:xKnͥMjX M7 amo⸊Z~yaMku ӨZap֟;~/1Eb/lQj^⟁_Rn!Z䍗(0B=Է9UCA:>ɒ[F0[Čm- V97W(T?%} Sb>/ᲈd ݥH@1 {ˢ%g=1j3SbP?:PzJ 1hCF۱#̃hF lpZ+g1zH\$g@bRu2N*8 h2$Ѹ ӣue9W_R^8nٮ*^9~T  ʊYDvd m i<$$ $B~v;ͧ^ca3׈њ^H(Ϟl3$$򢠯D`^(_0_]רaiƈsəӳ `k2ᮘ@Q]`{5,~ YBiLdTw\Ž+fS"8l+(: 9U*tOPmPZQmiD{V_HQ>D=D QX w XӼ=򜇮!-&%wJ8nCM̘/BlAitN*Q%“yfRKN<9W#排<jtIT0(`;4cZ凡J5n`7}O=f+ݜ9ʫ'"y_p'z*>r{g'N1B ԉ/'̳ުgux9 d֛&qTYpL1Ʒ<يVRiI@|o+Lu9qM$7~ʀ6U~-+rێɊ48 2JU^1߇SQ4䚮#yGF "[%l=]׽&y,]V_3Ga_}SZ sjNֳ+)OT{9w qvAf‰}e;/W=ZA&5_J;ztO|PPyۿΖ:&+ MUN>2-'Q7<+ VOAb#'tWeOT/;ϓGӺzXkDG0LE'L~GMцh%f0} FGt>KIvr-`$|՟1P=]^Wt c2cn8O31íniZ-v. MetpnmTr(cړ>bX93$ zns.f^9D/c+/tN_AVa!^`Λ&+M *ö|Пŝs8ߦ N(խ.mDx &צOrS^,=XIe#3OyGS,[?hCcAJS @ߥ*iFI=6h)RŘΖPf{+#;>|}] I_$+LS Ze7,tx.`]#VWU=7UN[C8H UmŴ7)@s;:!@+Xϖ4}Ƶ^RA]!gT=bsiRUc ؇=z("Z|~+2E¬bM—!<O盥W4ͱfxʘ6?g{źI(B,E(y38$ɩ*@|}b{ZKG,x7 (A =AtpDV{ӫ؎/A+cOFSΟCF2`6]N=t!h~״H}cr|Hkbq ?ms *iqηs]$0.1% 5N&uTj_H`֡ƃĚb9lE|VVURv;@sٽ ):_Di>Qrk\i0$S)?DkqtCa;_Stε&ւ Y~_!<ȓh?!4y l7DcVgy&UTX5}XVV]K͌C8uD3- ~M#.n˂ӷfkj!6j}n/Q'[#vG^Ӯ}Ntֆ3櫰;1u>6?T1=P- }BQyFysu80&Uq lpDu,% XQńv4w`yo"BS5STJ)y9``s;ɼb$[>uld0#Б OMw6[͋uxU@Zس5yЮ-ʘԂ,T)9fx1*SF>aӟ8i}>A1$5^A^2dG!ЬL{ԱPLrhY4)xoƔ`I/&^ p4pl6&QiX 7+WcVASZy̠D{Gm{E?8 z"Q _ٛC @5`[FMahm«QBiɽU}ӸaWoqIZh!{;wQ *de<- &g:' \ɕ:n@: e7,=RR^gAfЩ.R`f1 1zTb",[ -;U -xh{P&Io]9j@r<@ʴ;~dر2j(z;GbRY !37es#7s"2r+0[g3 f(\Co:adXǠbp1!tS݇E͂Y, 3AkN4+JSih$?ZKDFM41=XIuO6Jɚ-.b8dӹ~؛Fnvhw04-Kbe'܇%>.,Dz*Cuvn[yp!Îtf̲M.?mc`%)R]ղQvnVx40#k9ΝYk[7A, DwY}mb('_m݁‰Pb\]Nu#iH  #s]nMZ>,e)}!ERn-%f At`^I U@G43ͼ)8>Zu TfX2ݡzL9[ А̅wGmŏG)wx9]ŞϖP`p ڢ7EA7n!W6:QZzpU9;p[؍_K=MbJ8 c\U8aP~AT9kY)G>-=1T<@#ZKPOQ'u&P~=SS 4 AtQ>}iΫ ~FHNTXq'XjZ\fLxaFK6 1C=UcvUMtQM[kV}H_%qH7ܣFL/=AgC~\Bmr? ~&#w7 c槄-p)MevV~Θb @|$/^I4Z`Mhqs Qrs o+TX9a%ry:oF%dRaظ2 AeXhSG6y1;cbvrWcFPy{ crIQeH 4Se"hz`D=:g_rF5se7 G42A&" R+wDfMvx7Df3-<7Z *x$61r<^,b -$C\1Jտ)cq+uCv xƀ#kXmpIa04#h^}tF.=.gQQiRX*]TKʟ)Xn΂־h:{!^S &jzM;%?j*H2ʻ Ie@-A Yqʴgt v/NIЂb_4f9V"T; ^=4lkkM iN 8qKͬʿ.]Eӫ0#42Kd \S)` D&O8r_"{Νq~5_u1TDCKkڤ'Ufc>)&^9D-ƚP?sB4OH)iL {"(+Ѕq-g` o4hLj_]vBISUa^m"0K ɖ,sڽ2~.4y붂20 |o塂SVj#j&` +e2ߦtAWxP`D6m;9,YS;hzw䡯PhC d Luqqs_4m9 oxv~@UnRCn@:}3HFf1tG1_^ cZa;4z Gx9Rw~j Ϋ*aVG~ȿiVxusz):Lɐʼߐ*cgph2dezwH+_J 7XB1I ] [H93Fh{FK=y8P,nIu\F,L0);;dPY#D3M1Qs=QGov9H/cJx/3&!9E70z*H2 n, 0TphRIȸF?BPoT򇈣\{Dum,*E݆q.)k%oa)L-~&=;|t+Ҷ(IIs:/s$8p/o >nr%fSoBO˯3i㤈AURT}| #`EetZ޿ .~i|w-r$*$~D`?1Oȟp6\E|{LDU.E_K)umG dQt>ʝ3+e=wrVG-Y/X[jR2Y_q[;#EκƲXvqZ֘ж Fd ;-:ybv&.w};ϟS&v? $LzJѦf"NȕTu2P2$a)sH07˞ٱgD]?a|-XF92WoUs7`nq󉛴C~;;#5BezHT,3bto8^bmEU _c#Ym =37F–Y!=SӸ1f>wYc'c;4~2}c1nܱ SmF_%24Ch%3Wڰt<&m>G`]5X4ZFkf}ˑck5+cClK4b6OX'D5 ,ݕXamR*޼A?֒W0$N&jp|9y F+j4ݟdV&zj+t!FXGҘÔA%YL:CFex[M%) )M`f<5M-uH\2b Җ-@"Y.`aqLX ICMu[qB~PZ.+Hq̒-Y6 *_]ޅՃBƀ$=I;tp3<{4xJ <:, }ȃ;Τߢzi܄,q/[^^L&Wg:{=`" B\v(=r)xv0z~B_iաFD5S_dUl,_)|73Q&z|w8[Qy8D̙5z%cWvY "(d_KCmBBK9ٗ}HIrr-ާYz #PDӖɕgBGwӾ[{#KgW0%MȗH=rʧK3sL/bGH_bE}^1* -7^Ho\Ֆ]Ž 2cϢ@M0v.TTM]HY/:Bb'Y]p~lSdf8-~iQя8qj%V,"Cn:{*0e!dJKQlλ6u,ldK )*4whԋQ;j}Yhğ!.rjk'cJ;D)(MBU7}(p(6E͒ϝr-h y͆Xƣ.GiԠטX> F[!F=dM^).ĵ'29ƧSi<9$yvvݍc>49|g4(̴CsiP\09 6Rdkf:1;D |ʺCK}CM0$<4>M6׭xEƟًo/LӓNkoet%\1춣 |->saBw%${!dX$Ѧ )E"+9\)D{71ե,h0 F"QYkh% D0S'AE'-J/{5rfvPv;_sVO X`L'6e8;,$ηr7O'g '2{t-2zV>!#8^ [yvK+L.ԋeY]wF& DNvOg;x0i(cz9BCVr. ^Ae˼nlLzE/d)dY\A]Hf_& !hV672wyJSiRF_+/zyyF{=;& PJ~0IHύ s@24Vu3~|3B ζ3JJ O;0 Hߙm+8(7~Ò]^4v)sן2P9wbkp¾ti39 ȑ/=:+NUj{MRIX"XYp4i1xAOPjp$wMX[EF{K(1uE+*/( SAJ(oGP4 ͐)?|]lʹ/8 mp 6"kxG]JgI,t!3&*F,Az5i sv# ZPm%Ə8`_QLht+Dm| SLOM8"l[g=N7 Td = b&/2IcUT(Qa@S,@4'3=̲;>[0 pCR Y7W.31b#UYkt ]]-ŠRaO6{#,_ڻ.vTЈ'ƸDU5&9hrCHd:l%K +^0MtH0XK|~o=o=)G|/ q"mbϼ L_|xspZHtZ; #m#<@YR1FC b'6QJ\B94a.MQ2~TwN7P??HMjy~E1n*+{հ†Ĺ?/^'o?$NN/7ӝ G}#@eb8brwJ#da!F x7;)z]n' S G9Kw |ĪBRQ MP1/`>ߛ;m+hv[*lW7a[%=wES[4x)AN Up om//qK _ǭrًgU-BUVte oXv=͏j_I45 PV?+^oL2^|Sv𩩸CEJAo0ؖ`?FeA-1$Ll֔="v(Q)9K[DmLOyNקt~rc_dGU6shMwzK@nFI*oz?<AU.e(  7Pt؇(^*.Sm MnC'1`/V Rn qʹt*~ ?245*/KXT:0!wc (OߤH͞1 ڿE )9]0UDx( >Q)e#ڂSj6x>Qb*KË"=o01f$a0+jưűkv\>EҋnuV0%1x@9Ltoȉv j(E&7$B 'b/^a|9G‡yOݡxD)Nx]P- o!bbwMRVu0p,iw_#'̐Q2dE.#;Mj1li7@{F0n*E0Fe(Ofv@!I.zi~%a(O"Q43 {icHPK+lak,2;n1/n(M)3ԡK U5%ḘxtsN NEjCսp.~Ni|O{rGO{H6ա魙iFztǛ3~→ }_H3}yMLg{L__b={l=a []VVsHȇ)^N}"_ C?:{M# g@ 01]gsc\5d?`DR4 Y\#|t8ecQ?GDօ J˛2v-73Lq$0WC$ץXonOUרz`A>#!fe2ȅdP;/zhS0c(NĖ- &9}&0?9L:&UI~>TAO^R+AJqVC3`R( 7;z;F_VmH* 9 PJ+qG6G΢ytlVk͵4g*̆Kgi^`?jo#Թ[ҊSm9 LRp+J4/?ɦR|yma@߬u@Pf2.T#aRalv;JQ%K .:)!-Qb/o͇I?kӒDLy(u . M3cUTd/-]z 44?1D?tTgO1["L6l֟ТW@p}(WI֣֜;bor͂^Z!o(GBՖeWwY]edvGa,Ȟĩ͙pEJ(`3y//q=$Wgh>Łg_YoaR_^a1iy6|:C&od\ԒXdTq\IRwޣO!]!f~NJѲM NcS)Z)YS"Ht6|- 4cA[ ]3`IM3E6/Fv p}"R YZ