mayavi-jupyter-4.7.4-bp154.1.13 >  A b}!M@eee{mz@G[>عWN.dr"]dWĨʶRN4)- }Iju,.mjg*lLC0 9e:Bw`! ~Ug=2_3W2 f[4c/ B?:M(]LDas n+{Þ71Kpt  @u5X_9s >ځZ]I7@aEvi)n14e13e0e4ccb8a99783bfc528991b73653bef066dbbc2a63530043e1aa791e631932ced1cf59827dc6100cb5f78947edbbdfbfac}b}!M@eeeئ$dW_5vA9 W= EoKQ 9g?T7φ74)\i̖SbX%xp;;?;d " FS m       (  1  < `   (H( 89P:F7?G7T H7x I7 X7Y7\7 ]7 ^8b8c9d9e9f:l:u: v:8z:::::Cmayavi-jupyter4.7.4bp154.1.13Jupyter 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.b}lamb53SUSE Linux Enterprise 15 SP4openSUSEBSD-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큤b}WWWWWWWW41684806c4ac9fb9cfcc7f786e59a63b18b9fb1a61d4f31867c1b6738da6fa8ec8e8aafd6dc613f05ff03fff74cabe21deee8c4bdd7e7d029ba0ae71ccec44e44f1a4ace8fa77355e1018bb4e530ef067b3daf8dc036f209ef0613e2ca1d0ca051847b775d3b88898015f5d5f525d4dae9cc0a83448b8df70a641b4630273417df2477ab9b0cc91f72bdb8002084824b0983fe27c74373aa2bad17ffeb523680f2298a97d5071a643f498b17b1e13fb19189e29772970ef96f7099d58c470928595e9965c21edab346ee9d57d421c21d20273e156e1fb9633d2fb5d48fed7cd7c7e59b2398cea9abe98f67a7e3053074ede90c584c7bde66e5649c1b68f7d139rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmayavi-4.7.4-bp154.1.13.src.rpmmayavi-jupytermayavi-jupyter(x86-64)    jupyter-ipyeventsjupyter-ipywidgetsjupyter-notebookmayavirpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.7.43.0.4-14.6.0-14.0-15.2-14.14.3a@a_k8]{@]{\@\5@\/J[@[WY@WVJU|@T;Ben Greiner Steve Kowalik Dirk Mueller 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- Update to 4.7.4: This is primarily a bugfix release that resolves issues with VTK-9.0.3 and VTK-9.1.x compatibility. CI now uses GitHub Actions and a few other minor bugs have been fixed. `mlab` imports may be a little faster thanks to some cleanup. - Release note for 4.7.3: This is a small bug fix release mainly concerned with compatability with Traits 6.2.0 and soon to be release TraitsUI 7.2.0. - Streamline python cache compilation and deduplication- Remove unneeded BuildRequires on python3-nose.- update to 4.7.2: The significant update for this release is that it is compatible with the latest VTK-9.x series and is known to work with VTK 9.0.1 from PyPI. The picker UI has changed to no longer pop up a UI window but instead show the picked attributes on the render window directly. The original picker UI is now available on the scene's UI in a separate "Picker" tab. This is accessible from either the pipeline view when one edits the properties of a scene or through the "configure scene" gear icon on the scene window toolbar. a few dozen bugfixes, see included changes - drop no_vtk_require.patch (obsolete)- 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.lamb53 1652363467 4.7.4-bp154.1.134.7.4-bp154.1.13mayavi-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:Backports:SLE-15-SP4/standard/9af105967e2ad0b561720f84617b212c-mayavicpioxz5x86_64-suse-linuxdirectoryASCII textNon-ISO extended-ASCII text, with very long linesASCII text, with very long linesT5r`?utf-82f798d983dc80540bf130cce9547f098b8a5d7c5f5d1e13d991f6cd9a909669a?P7zXZ !t/?>] crt:bLL '%WõMDS w®4QPAcOi\85fQKmΟ6BF? ʲeLȮCwf*!mգ.=m,mшÒ}TDi>2k:7.| w =몴 qh !6=jQ-bk 7sv8ev)' [U AAM6i5c7~^Bf!eI<'RB,}1EkA;fs s}6W fa#N+O `pפh7|l(^< <CR5 NX~ӑd2 cHh7;4ݤsfFqp8 hU2MNkOZaX Q UZE$t:'kkS7*؎pFGuԮ*G)hQoXq-G_}2q}5H\!>-%ZVǙZPhNᬡw؄Δƒsm=h#(5! *Ms 2"Ѫy< gVx a]ԏ}Ҧ[5T7ӈSpj|=i1D(~@#F ˌ́9#DQ>e(2p!{zF~h) t.'t^Tr'*hژ*mA=9>,ümye}V$9†Y%ǂ>"#N+͉~2C  ftjSwlď0fyg :W"SU񙰕/e2-ݯ)8ÌhX##>e 霶8u 7 z/@ ϧ(Pd^+huAoC"lBov\2\]/mϹrA܌3<0W\q.1Vl3ND| IBS1/q C|xwe]jc('xH  IրeI%ժSd"AkZ^yA ep'shvOQG 1=4%+cTlTS5llMoLX\%y;x}Zou:',}[7^I.kkMZx.A d%BkvOsVdN_2a b61i\P=_H(UIwtvʤG=ȚPEH2CܑT`C#g s p0eN3@ܙf wm:* %|Po4קyFMr { 4,K]K떭S}eg(?B^f^ Wo8/YJH-gQLw9$zkI UaW>U)72͵P_L.sz^0OÀHxHͿϤxŪᕐ~p [).ែ; QsQ64)v<|RBJY} 'Lj{m;wcײix[5rl6*7[b|9NV}X9$K̮$qm1/^#!f?` )v0ʠ ֎CXGe~| `M^?:#H TX] t*'ĭ%lNl4Z&(_`0<^zSpi'?h~ٻLf=?#Fp#P]OnalH*,& ]miB&޺fXL0;9%up|"M!M)T}MTc̺_LB>Z`7}|Nvbtq,jًf K^D\I p"/e^c`Vp47sw#Ά^?Q*Y i!~ GԚ9;--mn :VZg%)Pvhr`#(EpƤ|js-ldF_֤:Dl[( ,5~&Zldi^T›ZD@Rv yV bo+N;~YeOhD2b">TTuV6H[9iAK=2`mtNj+d$qFfTL %PDHVw~L9|Й0A `:Fr>$J<˛nm-`cjyʏw# \J}ro>UVt!}˵H}咄^F.ȑ]aF 2&~MшRQ}3~>N] ~ÜdOL# &h:Hk?D^ڢܝw<}V )tDcJ尐y~1b !%`yLâƣl:4G%%jw˖F`BfltiXvQY p [;UM}(i㼩 ,LɒȐT#)l`Wd̷0((}R*YT㫣>#J:e8ҭ}mHӉ4s.J; †;5G^?r h+Ƞġ"G+A{KvLrWoCK &$h~P'zf]6޼Ou +y3wt|Nd+u~@n'-$pA5,EtMNϻ&a(L, ب(FM!2Fnڛ|ȀT 33|ggQ,b9AS,NnczےUcZ3!l5.dn o˧"49#ew [`irl40`Cr}( EL9ۜP8J# ~\?ؕ`YKgl1'9:C))P߹xѣLU hڐd?x,qoT.\݈TIjP7aO{054OtwO)=`X|=sb~/pSYS θrɺʇfD(P|'4líY>19o^|_IJ&lϗ7zXu}c@&ԕTMwO()J{ɕ/Bd/՝xjёYYovWʳT){M@R]L!E[RjPQƃvqT6 _"/" 3.2NKM?6xn:._Xt:Ȳ2*aD{qChDE\ۣ~{3|O?v^ŏzW"*XuDOgbiK?BILL e4,abi43dZ kR5 kaln Cs-nIJB꣞pX$ ELE4 C.'gQ)^pq!Rw{W8X)سT{,\[R3$Ff Tޅݗ$U xS'V:u %Ig4]IMn۰"oO(rkpSG2\ [${vlةy"KHә!$i;?J<Nn+ RЁ|/zO6Ф6Km2arG~FOdQ`izm);(_ץѪkS&LDQ;7nx:jx̘!|?TT Q:YvAKZͩv>nbAOsy#Õ?xj:wbN6*{ ù\MSҞWz< y h_q<}25^@V NE}[|y5tgŀԿ"dкYΪygQ_T=x?(wQӲ݀'{,Q}:=ՑPyMXEPͯ'Jn;Caվ'oI,Ԙ=%da^yl.u4e6+{n5lP𸍓٦ [sGuޕH;Duϋ׾FOP_쓩e`$:[V$yo:b)ikb۹2.9 !lT}l}uk\IdTQps9i~97}D qߟILa1=H<%-U QpSD $K_ Aҩ1|ƌ>} nV順҇$X9gpt`{2}֭8n|A=+PM´h!}s +.#vkqIJQDE~i!<贱-|8"}cFtǯ5$;4g-%%>Ƥ5VʌI@͕<;|׈q 5_?Y4Ց!ْ?JBoM$6zZQ8WIzdh8uOZuocvgQ[]=>2.qK1in)MOJTzfX'"==quE~ ;FM `gK|¬_z&6q6c'5 n*Y3UC]˰ugJW/YK@_B}[At(#]y̎ŸC.Үl""ҍ# @K[#*yCw]P]GX\p#)xP9Qr9s7C;e=Ҩw )A S2LGx~Šܱ#P3 cT*l8CZ~gLY#d}y'Y0BOJ";7dQ?22ʂzc.%X.NkZ6A7*+wplj#_`ݙfw{L. z1[ ,NS 9,bZ0mWpw{Ue𠺣=Jed^?&s^8s ï݊$ZAm2Tօc)D1=8ܜ<4 D.ʔd;݀LŰg5Y)R$jϼT50 {אFpU2yx䰕L@¥twZ!*kPoN.ϟLUΚd Ù+wӽܤHLaUq$`m2oVXq:-j'cË1BGbO#`tY{B  HX 0odhN zXz^oIVP^x%c@st NؠJ^0al_X{v05A Mdoŧ^:nswyuh5oa]]ӕ#/ft鮽Uy+4%85$t oAƠIW\8D=L۶3u5iEe$NpiN373H62j }9xm 1U"naojuR/ne+j9fEvKg ǀUER.nONga[Bzm@J]; t Z#恛g5+)8'w9l6O{c ̊o>4 NY]jP~vCqBo ruyn@29=4ٞp-²bddwk3K>d'2^==4h|CL,ؒm7)JK>2j:,Ӵ1#qHRbϳ(F֟KZUct-IX6_[ êEH"dX0b@FY%TsYwχ v  ËVpҀB=YJƄ$@UGXh3g HEXc1}0ʋq+e4Mk )as3M5~+m糘^B.Xwk(k3A݅)_EىE@Y|P+Kb [9B< .(mFgGvI47٨-uە͍s]FRN${aӐ_;n-ꁺs a >o/vhVTQpzդЁ.0T#D8uw=OlНH2ӷ5jzݵfxډRRђmu@%_{m1G ?RVhHUo>}\u CݬBܟ)z+Z߫'˃\c( ?iQiQ3ލcbG7SU0aRSHaRc^ LOƐٍ)ՙs%myB>+! y<' }rBF߱`oTpő9?ҷ=uH )ZW}lh\jyA:LPzMUERۚ@[yơr3iEgh#lMJ}ڻ1j:ӗXR^ ZH\;0ƴ o{"iRw L/nT/|罽[]ܣB_ǯY}BŇ Dfw=q [-0Ķ|u>ؔ :dB R ۹q=,;y{оJ׌']vxNF ĚA.MuwPܐ-J]^j! n2)̓ju% Ri;BB?[eIL޶A^Jcҹ2VWp G"{N+ rXM4ЫXKk:+ "?b+(؞GmktjЉbA̯9ΑPHVzo]0"dBvld%gjJ~w>II=WPpHⳒC;>eZ}8RΟAgAXO +BE wj0evxʇj.q'.OBKh iu+8@xwMH |ĹoCB5塨WKJP5vnAB_K6#dp4ΟN D>8p(151 /{ AJ}Gnuꖽnfibv%g=)A6pC2g Hnl-2V $2{ݎ_DфRE)Hg"""Caw1] 3鴘a.N5n-56qc=*Fˏk5ۊ#v;ϙi2Ql!uzJuEFpXKfRsAs &ȐDŊ :0R << w~(Op7 \S /eޡًS %),V[^h {ݒJX\Rdd~rJ5` _ piQe9 ,AzFAؚʼ˳oKe@sTBvj$'wb~cP\~"RWLJ_zޚ9+Xk6B1>鹮G r?qsXH$a{5,u 04uX²g:ܧҹ΂Tf1!y x?->t2 Io ae2/ hݐhL^3^lªby c3k>fڇ4Su ,WWa$`Ü0qNɱ{#{)4]*jD5dM9VhcwN,jqCSj\?&UyӘJQ%Tv#=}}BPۘGV1\Bsre1Ʉ܍8 ?d3ad'՞*&Q{P7P`{sPsE< e ѹ@2V,e?gH#p@FX4bYόKJӨA}j&&;eNfqf"TOH英b9OJ,i"(+?WfG2P'a_U'.]1.ԝs1:(~&F;e1v+Q~ҡ:ǁ 䰈)~*nJXx"6k^Jn 5z*i+N *N>q&X;c6j- c;WPBHykr"-z> NkBt9!2ժjDst֓zEeat[#RЛ{@i%}[1x#nk%w~ŏpH[iďOAGY?.^kv|{qN=7TlZH4 2i[1'<:bqZa۩GO D\;a[Ʀ(gL"G_NaL2$**I&$?rabI[=k0;De_F qwVA\EGO9ڎ2Rkۺ02 պ܆ٱ`Qk1) .2iUk0 iO4uqA ɑAޱáu8Mu*+qD\Jh* U&`]~pZi09,NeZ7OПq`o1(nh*7Q4 V<)mf@N8)l-)S-q=O7kKUWq{A1 ˭ng"<@<;nAőԒf(rWxO"˻,O~I3Cwko„w0V>P{EUĉh0 Fd·u3Z#a*Ś He4!dԂjͥ /mY!:E!\.ݙoN,rpÎI/?Ѩ¼]_Do7aihWxARZj5[Kuo oAP)֒7^R'YM8(((2) 8B!#Yp10P4LP;6oK(uBZ[Ì=e2h{- Ѽ`W ?kE\>exiȱ(hCQXFdo<#e@K[1|ٿHyڈtX ($!}s"LзPbe`o?`WSRR`c+כ8M~5d,NY p3#MeE>944f[M a`Tq-sl|>^^]ڙUpI |avG m_@&j=\捧o"HQU VA/p2Oa.߁0֟cZޟ>-Y.^LBG[ ۊw^;a/iLgmP+ iJA . C h&UuM ECK/R`Dgpc_Bj,8|V ᆦg@˥3@ (c%cMh-)*<lEΩ.ȭ#=mW*袵6ir42GeݵBd֧ިÇ)V`3@F6bVeZa1gDb l ?%NxO&u<}L{Hs$-h ! ъqC|sGvnR.Z%)ˏ50ܭ wq0Fa%8.vH"/?Q *ڧ2X}Y%%i/Hdxf8vtHLPl n]~nW.L'ScEy^E~KϜ_f(Y>w,KqO OYT'{nCUӾ{>ch7L7HM1-_m7Z~e?0+FKZS /1Tq8K  e s ct4q.Uۇqçݙh^oA-7km;.G @#S^3s;fه=(`Z+^TJc:v*z*`D5Js}S f<'Ozp[La?Gݙ'Wy1&GH iOSRjK0T[@*i@wDr%/Lh;28iZiqP;hҝ¹_9:yJzKS6yv5~-v/kZ96u-|Ғ5 1YcCFr նWV)+7NX;Z惐RA(YW Iz9r0jW0rNҘ5Mlo+=ajz. U'sqրFQl@rt Xjb NwsYz]1ֈw*%m]XrmO۔3KN>ѷEțcY fO|z j9/;0}؈ fR= Ȣ:޻L9a62 % 70OqRQz&`ˆ7C2 cTwg6 퓟h^>l\4`tiux`,>_>.ڙJ:>J<b@Gf8tŦ"8EAS՝B8&_5 ~mINwVʽEI,ϫl3?PUkJjPL:? 0!\8_l֞JHK>dQmm{Ӳ/>`B.aKI<gQ;Fi[,^+Uk:@r(?,&FOXrB-?ʇtP0vM7gn}>k׸?[kvp׫:mz0,C(-8h )7.?8o ^ɘ:M+{wNiXNJfHZT.H"z,ԿHU_ kH+1d(#Y QSmjw$>;C>f7`vr}J@|/љo^_L^~idتX[P-ʗ'J//z噈 ><ΨqtO$<6^o@>0J("p󱁘?\I9mc~Y+FKv K5 sU16\$ڥ܏+Ņ*׈:"]v鮿0 n/n n1P3k ~3ci?|?2I'P15zW dOzHUpN1`VJ厖Q,:$¢+ٺE5m>w:RV̱亳CW1OVP~IqJ%"S֜Z&LgfO`H`R7:WhN?ٞR*'>)+`m:pUӯtZS+p P.?k[(|șVtT1 U~T(gE_ '+᭓P`+XE47YV9?U*VUU/ KA)ߑT˭*bkڅAEZKKTyٶ2C-Zripx{hfG6mw }t͕&AzS?C`$hd^*Fq\(tc|j.M#%TruKKR6]#(T5Q'aٔYAcxc&?&-̒pEsLⱗP h@Yt t}62cr'K.iM0@ sސY$ft~Df 0qXU-֎Q6o6`RJZMs$Oɘa[ND2@"u4ʖS-ܓF R #@EȈeTcHCZ%7 䇂T.wHݦ^~>}:% YZ