python3-matplotlib-gtk3-2.2.5-bp153.1.21 >  A `C!M@eee8GAW[ovۖ\':내g?/xt"h㮜T·;FpWy6}6$qN!%9t9ys" 1W6]QHT@&jk,,CH^К["^9:)ـicQ{@id!< Ypy_=y7#1PfX]z]v .篎)/֣W!XFܚt]u|Rs")BN('+ԇ;0r`m@U|m<Hl#r]6Hkܩl0Kkx2p>D$?Dd  + P ,I_ep   @    D  H t   8 ( 8 %9 %:%F;G< H@V@V^@VUV3[V3[U@U]TPTN3TD@Tomáš Chvátal Tomáš Chvátal toddrme2178@gmail.comhpj@urpla.netdimstar@opensuse.orgtbechtold@suse.comtoddrme2178@gmail.comarun@gmx.dearun@gmx.derolf@rotkraut.dearun@gmx.dethod_@gmx.dearun@gmx.detoddrme2178@gmail.comstefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.detoddrme2178@gmail.comstefan.bruens@rwth-aachen.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comsbahling@suse.comjengelh@inai.detbechtold@suse.comtoddrme2178@gmail.comegeorget@openmailbox.orgp.drouand@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- Remove Qt4 backend as we don't want to ship Qt4 anymore- Update version to 2.2.5: * Latest 2.x series that supports python2 (we have 3x on TW) - Make it agnostic between SLE and openSUSE jsc#SLE-11752 * Same change done to 3.x series in TW- Update to version 2.2.3 * Fix import failure on BSD systems * Fix import errors in Qt shims for PyQt5 5.11 and PyQt4 4.12 * Fix import errors if bz2 module is not in standard library * Fix overflow in _path.h * Fix infinite recursion in transform repr * Fix bug with XKCD style * Remove unsafe usage of Popen- don't use any lua expressions for suse_version < 1500- Only recommend python-matplotlib-tk if tk is already flagged for installation. On most systems there is no reason to have tk available (those UIs are out of date and not well perceived anyway).- Add missing Requires for python-backports.functools_lru_cache (boo#1074491)- Fix building on SLE which doesn't have qhull.- update to version 2.2.2: * v2.2.1 did not actually restore matplotlib.verbose. - changes from version 2.2.1: * This release fixes a number of critical bugs: + restores matplotlib.verbose (fixing embedding in pycharm) + preserve precision when color mapping small portions of data with extreme outliers + fixes saving long movies with ffmpeg + fixes UnbourdLocal error in contour labeling + fixes import failure on python 3.4.0 and 3.4.1 + fixes compile time failures with clang on 32bit platforms + fixes an icon in the Tk backends + fixes several issues with Tables + fixes expanding offset boxes with tight_layout + revert changes to the font caching to avoid a possible bug in backports.lru_cache + numerous docstring and documentation fixes * We have reverted the deprecation of `font_manager.TempCache`.- specfile: * require kiwisolver * update required version for dateutil - update to version 2.2.0: * The first release of the v2.2 LTS series and the last version of Matplotlib to support python2. There will be bug-fix release for this series until 2020. * This release includes new features including: + An experimental constrained layout manager + Color blind friendly color map (cividis) and color cycle (tableau-colorblind10) + native support for numpy.datetime64 types + animated gif writing via pillow + TkAgg now works with pypy + cairo based backends for Qt, Tk, and WX * There are several API changes in this release: + To support the constrained layout Matplotlib has a new required dependency (kiwisolver). + The `matplotlib.finance` module has been removed, development has moved to a stand-alone project.- Update versions of required packages.- specfile: * update copyright year - update to version 2.1.2: * This release fixes a number of critical bugs: + fix a typo in mlab.cohere which yielded incorrect results + allow nonposx / nonposy to pass through loglog + fix color comparisons when finding handles with legend + fixes a recursive draw bug and a major performance regression in Qt5Agg backend + fix a re-draw bug in WxAgg + fix image scaling with high-bit depth integers + revert the busy-cursor- dependency changed to python-six >= 1.10 (see "site-packages/matplotlib/__init__.py", line 187)- update to version 2.1.1: * The first and only planned bug-fix release for the 2.1 series. * This release include many bug and documentation fixes. Highlights are: + change default logscale behavior to clip + fixed webagg import errors + tweaks to polar ticks + fixed exception when guessing afm family names + update manifest to include all doc files + improve masked array handling in pcolormesh + fix segfault from reading invalid png + fix blocking_input + fix bug resulting in huge multi-page pdf files + make `show` in nbagg take args as other backends do + several fixes to OSX backend + restore positional arg handling on Figure.legend + fix bugs in interactive navigation + fix issues when panning with invalid limits + fix bug with fully masked arrays passed to imshow- Update to version 2.1.0 + New features * String categorical values * Interactive JS widgets for animation * Enhancements to polar plot * Figure class now has subplots method * Metadata savefig keyword argument * Busy Cursor * PolygonSelector * Added matplotlib.ticker.PercentFormatter * Reproducible PS, PDF and SVG output * Orthographic projection for mplot3d * voxels function for mplot3d + Improvements * Add capstyle and joinstyle attributes to Collection * CheckButtons widget get_status function * Add fill_bar argument to AnchoredSizeBar * Annotation can use a default arrow style * Barbs and Quiver Support Dates * Hexbin default line color * Figure.legend() can be called without arguments * Multiple legend keys for legend entries * New parameter clear for :func:`~matplotlib.pyplot.figure` * Specify minimum value to format as scalar for LogFormatterMathtext * New quiverkey angle keyword argument * Colormap reversed method * Artist.setp (and pyplot.setp) accept a file argument * streamplot streamline generation more configurable * Axis.set_tick_params now responds to rotation * Shading in 3D bar plots * New which Parameter for autofmt_xdate * New Figure Parameter for subplot2grid * Interpolation in fill_betweenx * New keyword argument sep for EngFormatter * Extend MATPLOTLIBRC behavior * density kwarg to hist + Internals * New TransformedPatchPath caching object * Abstract base class for movie writers * Stricter validation of line style rcParams + Performance * Path simplification updates * Implement intersects_bbox in c++\ - Remove upstream-included patches: * 0001-Fix-include-path-for-system-libqhull.patch * 0001-Allow-divmod-to-be-overridden-by-num.patch * 166a14473272_Fix-contour-colour-level-determination.patch * 97e170d2fc2c_Pass-integers-to-np_linspace.patch- Fix/enhance build with tests: - set PYTHONPATH, otherwise tests will not find the python modules installed to the buildroot - Add BuildRequires for several tex styles/resources - Add BuildRequires: xorg-x11-Xvfb, needed for Qt backend tests - Remove python-Pillow, tests are only using png, not e.g jpeg - increase image compare tolerance, our Freetype 2.7 renders slightly different to the baseline FT 2.6 - Add upstream 0001-Allow-divmod-to-be-overridden-by-num.patch, to cope with numpy 1.13 changes - Add upstream 166a14473272_Fix-contour-colour-level-determination.patch - Add upstream 97e170d2fc2c_Pass-integers-to-np_linspace.patch- Also remove runtime-only python-tk dependecy from BuildRequires:- Rebase the matplotlib setup.cfg on upstream version - Guard several BuildRequires: which are not necessary for building with the "tests" conditional, most backends are pure python - Do not install/package baseline images only necessary for tests, shrinks the main package by 60 MByte- Update to version 2.0.2 Critical bug fixes for 2.0.1 * fixed Qt4 support * fixed LogFormatter * fixed hatched artists in legends * fixed segfault with large images - Update to version 2.0.1 Bug fix release for 2.0.x series This release includes bug fixes, documentation updates and one major change. + API * Do not clip the linewidth used for dash pattern scaling. This is an API change, but is a major improvement. * Deprecate 'vega' color names in favor of 'tab'. + Bug Fixes * Hatching color follows edge color again. * Fixes a critical bug with masked images. * Improved high-dpi support for Qt5. * Log ticking no never skip minor ticks * Do not skip points surrounded by nan/inf in vector outputs. - Disable backends on releases that don't support them.- Add 0001-Fix-include-path-for-system-libqhull.patch Avoid falling back to outdated bundled version- Restore qt4 backend since qt4 still has maintained, python3-comptible python bindings. - Provide/obsolete gtk backend to avoid conflicts. It doesn't have maintained, python3-compatible python bindings.- Implement single-spec version - Drop old qt4 and gtk2 backends - Drop unmaintained qt designer widget- Fix file list- Add python-functools32 dependency.- update to version 2.0.0 + Highlights include: * 'viridis' is default color map instead of jet. * Modernized the default color cycle. * Many more functions respect the color cycle. * Line dash patterns scale with linewidth. * Change default font to DejaVu, now supports most Western alphabets (including Greek, Cyrillic and Latin with diacritics), math symbols and emoji out of the box. * Faster text rendering. * Improved auto-limits. * Ticks out and only on the right and bottom spines by default. * Improved auto-ticking, particularly for log scales and dates. * Improved image support (imshow respects scales and eliminated a class of artifacts).- update to version 1.5.3 * Changed default autorange behavior in boxplots (introduced with 1.5.2) - Change BuildRequires and Recommends from python-Pillow to python-imaging to allow for SLE 12 builds. (python-Pillow provides python-imaging)- Make use of wxWidgets 3- Require python-python-dateutil. package was renamed- Update to version 1.5.1: First bug fix release for 1.5.x series.- Enabled qt5 on Leap 42.1 - Enabled wx on Leap 42.1- Drop agg-devel dependenxy; useless- Add new python-Cycler dependency- Update to 1.5.0 * Auto-redraw using the object-oriented API. * Most plotting functions now support labeled data API. * Color cycling has extended to all style properties. * Four new perceptually uniform color maps, including the soon-to-be default 'viridis'. * More included style sheets. * Many small plotting improvements. * Proposed new framework for managing the GUI toolbar and tools.- Disable qt5 on SLE 12 - Disable wx on SLE 11 and 12 - Disable latex and gtk3 on SLE 11 - Don't require texlive-sfmath on SLE 12 - Disable qt5 on ppc and arm - Depend on libxml2 instead of libxml2-tools- Fix installed files- specfile: * update url * update source url to point to pypi - update to version 1.4.3: * Many bugs are fixed including: - fixing drawing of edge-only markers in AGG - fix run-away memory usage when using %inline or saving with a tight bounding box with QuadMesh artists - improvements to wx and tk gui backends * Additionally the webagg and nbagg backends were brought closer to feature parity with the desktop backends with the addition of keyboard and scroll events thanks to Steven Silvester.- Update to 1.4.2. This is a bug-fix release for the 1.4 series. - corrected boxplot in pyplot.py - added extra paths to default search paths for freetype- Update to 1.4.1. This is a bug-fix release for the 1.4 series. - reverts the changes to interactive plotting so ion will work as before in all cases fixed boxplot regressions - fixes for finding freetype and libpng - sundry unicode fixes (looking up user folders, importing seaborn/pandas/networkx with macosx backend) - nbagg works with python 3 + new font awesome - fixed saving dialogue in QT5obs-arm-2 1615057945 2.2.5-bp153.1.212.2.5-bp153.1.21backend_gtk3.cpython-36.opt-1.pycbackend_gtk3.cpython-36.pycbackend_gtk3agg.cpython-36.opt-1.pycbackend_gtk3agg.cpython-36.pycbackend_gtk3cairo.cpython-36.opt-1.pycbackend_gtk3cairo.cpython-36.pycbackend_gtk3.pybackend_gtk3agg.pybackend_gtk3cairo.pypython3-matplotlib-gtk3LICENSELICENSELICENSE.PILLICENSE_AMSFONTSLICENSE_BAKOMALICENSE_COLORBREWERLICENSE_CONDALICENSE_JQUERYLICENSE_PAINTLICENSE_QT4_EDITORLICENSE_STIXLICENSE_YORICKLICENSE_enthought.txtSolarized.txtpnpoly.licenselicense.rst/usr/lib64/python3.6/site-packages/matplotlib/backends/__pycache__//usr/lib64/python3.6/site-packages/matplotlib/backends//usr/share/licenses//usr/share/licenses/python3-matplotlib-gtk3//usr/share/licenses/python3-matplotlib-gtk3/LICENSE/-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/edbe165605876f500b38f26683abb8be-python-matplotlibcpioxz5aarch64-suse-linuxpython 3.6 byte-compiledPython script, ASCII text executabledirectoryASCII textUTF-8 Unicode text, with very long linesASCII text, with very long linesRRRRRRRRRcXc|ԩPj*jutf-8193c8db485216c94ba2f2bd061bc93509015a80f2e92fb756db6dc91718e90e8? 7zXZ !t/axl] crv(vX0aVPDkf+4RϿBh  4;5J93G [}dM(]c6k' \㗅T?R{ @W "*e)XtB=r~tzHx7vnt/q?NuBߏH^vFa5n#Z? 5'w"%:뉳Ƕ%uy+cr1v'YWRQ`Fe]SE9_#=%#pnEAzRH* Ezj39jۋ %U >P(,Ӎo g"[F9vOKмvM|m$:xFھ;3PJ >"Yy_be lY䡷J(=Ѿ,F 3t*TdL"SꗦmeNA7eQCOwĉ˫ CR!¶\Lw}B1Ě|A ͫ;6w̆jB?hՔSܦ;Hh;ܐec u34٥%kr CBF\Ke=6+5(v(V$ΛgqwiQQ'$h֦o(:u4 E-A!c8[l7g'̤ފ*=p雅20*+њtx]#cr>lMqe,_c/x:Dh/f^99yN_'(8EѥH@w `N %Zl,rGmUܸNɣ] TQAb*mZ9蒀)ں9':&XK!!`:v3ZXAR}u܊ĥۑ(:T)Q[֧C|4fapr)]%ʗfVqa`Rn4]XEHg>\S*cJk#&+L╦F[aUev ks]4@v5M 8>Zg3;# n hItHe$2/w,C "ꢬm=D{kDqߠI`P=Enn٩Xٞ`?"te-lcuyxa+%61vl\#4nkfT Bga_vPrEލv-ĭ +(t1s]dP^Q> WlۄcܛhoHD7͖Ε-~) W*xrԾ ,2i_^ J⾰h;TPu9gieByʤWRy2pOirmN%Z/TN}I>+z@]<8q--Y\3ǹ8~[;8t_B}-#K 4zaǗHH7l0-$FZZidI 0LI+EEY<\hfy#>VyFdCI{| 2ʀW-v/:&q4?&-19Ox0XດiO~PsrgMש[:K[Qс MN48H¿,uB*l0py|.S%і#CMj)Kǩ!{[L)6$J1ZlP (U  xX1D1 `ځ&Cz3g8+Ҿ!SKFo7Rh8_l (62Qa1HV:v1hi/F!FɈ] Vs-X s5-@Uf١3Ata WKji%߯")"I3F+}t,vIZG-Hp?ׅwFK~q4͵ˆWS7zm"Rm8vG Q434gN'I{M7_" 7"Wie]tc *:_PhrblP29fCO"QDizЈTtoPoFl0ܠR;1mC۬sUGTdfVn":콣I~ AOG2/>SܚV4U-LԵTq Dx#Y ͭĵaRI[hUYY,##a"y~Vϲ-4>С<;V]~(?Ef25畾pe"Y!& }i8A0O5;K,sOEE4 V*z IqȲ<μYb X:ȍGc/ d ddeRM/#RۇGOb<_\p|kv.2-e F?XM>YM4m btAr)zƏ5,ʉʡʚ9dEp~+]z!\;(熕)㗒XJ7VXrEoyoO[uaf>|[v$ eG@]h /l2?D͋hZCvqZY!z1~oKx}݀?i"(v8]nSGU-`RZܥRYGy L7>g?haZv?Ⱥ'$"PY`KX&6GS}´R,@y>CMP+K\+A^F 2R61@mJ[d[Z>+rʦ;fuWZ<[rSHpܸUr5tۈ#GH,$VL=n"*?&G7] v;5#H^.DsNiGGb*NA$IN >ҹһ`TRԚ;?Cb82zɈ* @Ų *Ä O:ψ9}$DJ>Sf*OM`dBhutfrCl+s:}-MBKVIۏ Q4 ڒ=fH_i-5rm&`ީ SnN2|,)O;?S[.-H*9xY|'%F ľu6^XƸg^`зͳWJt4YƉFS1Q?uT$X92ޡF4P"TVmF"fBdqi`&*-؃|O}]-.0mB<.+ NgaوF^p w<HWE" P+Pq=!H_'#nV/I8 sj>tx!4r!p {}2F'H1|=Dб!9\/_}6n"׏E wGC+orPd;CJq# k0eAι[d P)o_; ?),BG( }$Ձ=Rp\KvFY,3@3QNC{,]L6Sfao%}v9l(ǵpxW݆.?VHKkba 4s[_ѝSsP{c -F>\Qբ 2pbgJ$EEy)֮O(/ΡP!ip?ݝ)5lw`Xmso|ˠe`DvG8Zs&HɢІQKc>_ggJK]C0M{, ہz S'ݓԘWF -XF T; "H9>HŴr!t7+H"pY 2zɃl(NVx2LPV /6+s+kB֒gyYLFVvmEq!AOڔu4G&C~ p-/" f]S.p4C-k1-Ht-z蚋jwKfR(c5ZWnY|p:G ssLGQǾa|.vC*/͘`z"kE~:~|v%0[5uVb !xwq<@Є$T@WQQ[ NåbK]|^;[4rԸ>1|F|6%;[ZV^C/RL 0,-p)r+FUc:uOZXIެ_h y;iIESQ *?Pz6-w baoP'C>?U"'4 GRZw0@LvI|'C3SBg3]*tf{^?t:?|&J~G|׀CqH'˒aK1ڍjcs#+'}b_;vYA%ww]4EN dT_oDq2JD#-L`L:CGC?L:-k5-diޘUm ,sx_M~X'24W@T^vv*!0Rxu%5qO!u$ <3'M+{μB54g YOt ѵhas@X;wkiZl 3;byc \,8¢9ORO V}.8%˿*TTgcj))bS{Z7\.ݔDKB}&HrCs7Iۀ Ӹ:RY "IQhk6(ufuBY%۹G){iRur74Y[^jP]2+7;N55c>RdN+-enDHePS&~WWp FiEpʥGUw( 3#RGiƨ&1$7iZ$VxU;C7o.V21Sk'v[**,_~x{/ѐFTAggSy2?T9Y׃(zt>_UxEYiHF\vo_/ ×$PA;]MAbck:I]~L (M/o`vpwA_:*oFo  Q(<'Ĭ+w-WY.j!U3Wy-|N"a^1b)۾V=)$䑹8K(}*J<8FVn Ø$ϘS%XHu!dyT$XjAOހQ™x@i}6`zךW|"X- ߜY}Jcd-b%8<[ݽk8%G\ʬ(-r[b[O+fMwEȌlewf"Do$_+\'ׂV.i&Y] 04 :-1qk֧m&JDEZMξ}$jkĉ|$zQːMԢt `lq~Aߊ7FhEĶG9-UuadpEۗsL4 *n ?moRx&gXkƜA+y.Il\}>inc8@^*àx>RG^3zGVBZ6;ɭyz׈L!& e<#H .TM}#SƖ32&#ϓ,M C;?]c ٬; n yj_0U~Lhh:3CQߩzD!Hvr񋀣mTm:źO B8X؍g ת!݃#dlDb2kb(xlc1r&THV<_( ʢ<X6L3,H?R(y1qXeǍ2 Iu +íZ 94qwKh)aZoS7A#>BMTh&Y)ڷTZ+KD18ص;[1 !]W9RHߨHE޼#9 -wߌIh@^=$j̞vr2STCx<_ /vzvdfڜԹ96հc>,>ah.v} |Uy:ϱKtf,m}=Ϯ(ߙdh2,#1A8Dbn3]fO f7OgRLJv]LCDHC@DWNMs:ٳV5wU"z9%8oU=R\IBu@! 9;V,ϓuq=Ir>kJ۴ 3pPQtف>T0?{q P"$[rT%>9b/j@$=kXN7b˨$s56qH)ʬքT5`\P\i]yZА Bod>p+:K$AJBʥlVROKamN|%GpĜTuhBOMcJL?)ߵŇ5:u;+lʰ8N'mk{YՅ`V?Ԭ!R{% of>yPjڴ:A}13 uPDlw1&ixLa(G,"sГMD?h-esF%ČbBlfx tjJvx^ˊ% 6br^w! %L->`O/oN<<׶eJՠ+U&7E@q8ב-/2`±wsA!m^wDf|e=< {PW*_T.P.8@^ {8taft{^#XWR"/=<7>W5kZ.U=Pj59ն>Ctgq-;?O#9g)wj!xǝ  5R8~n^tݧ`x~9Xuvo VmB1qR yHde'f(g)}=7pmH:IY,BGgtJ_uDYڇ 5:/%Gc6(_@&^hɺ[\ɠI3z?~$Zeڇ"%AthK,9LJâGJ'" $|vb/ӡC|!dEy46PPc:4jyϛL,?Z-NnHOe-Dݟ,qWN X_/ov̕|Y9Dmb֚*%R8ߙyPʷ{vä͸a&*#o09&5F=WCu)9 8}'IWp]F< AWbWE*&D[!] e(bැ3nSd(.C٤wS&( zlÏtZc%mjө?ZqXYu΂[V/Ӷ3),+ "% ܒ23=8n>n!?}8*0(@M' '} wTZJJGE/.OmK3"֡U%wǨ/g`GVCDhvtDV"X'z7F\O \+k4cP@&76N֊+ç/z3Q h̍ٝGrH&/*b8HVE(Ao9Z#_>aPG,t7K&-t_ůW]&Fk^laJqB)aRr+വ䧳HL5"4o kugFyJC-Qc; N/]T/ biDS&:w'K xOH.e%ףFោDZ MY GWmQl_ R25ݐrދCٺrh. ܧ\Qyp8؜:)5ĵ\z\:Ȫ,*"ѧuIn3[miEV$~TD;_5,Jʼn|Sk '㕠4as|FUZunlUqƮfT‘+3IU`&Zb~Ssm߼_]ا>[.Z65vUNsl2jg-LY<=(N/( ے;́(T{yjkd>YM>RH3> Dfww=qY悾wbFBpNd(t#kqJ5)_!GR @xP z<H}=Y-NO5Rdkٍk2BT_H{ E\B/, A"~ϩpLiN^@}Ը_Rz6Tq]!)~ xN@+D$+ URO2O'G kk!xWbFM!OiPȐz V @z}nEI!@?: mhD돹+~wf #Qя&LᆱE@]z޸`E.RW7ͩXkj'e4$ n0L_iIe2SS_JbZ>|saVJKSJ:\* 9x="wza DO1KEwcZrau( adD Gp/ Eoa K̊bs ?sQD&PhΨx,xt-y{PWr_K[K'^1}Ԋ$sFGQƈָwa<2AyK(+7-|hw+;}|#M%L.ş ˚Z2jModgn#}(ۡz9~Pjn7Oa Xfج53똫˲:7|V*5N.Rə'`5kP:÷"{Vd%j4Ɛ}* ^= E=ԇ@T!'nw^%9՚65DUۍ)slT,`Wt&قm ɋRl3^dM-ȲגhPLP"fj{E!TߎX9i.`NB)vHe}zĴV g}89BJ=>}4fώ4'3\% [Qm3M227ဦR҆ЭL?HnE,ګ-J^a Vi=a5DO^QP;dd^ Al`Uw`:L)HIGq*:dm7W"0[G!?DO߂Os;ceZ~.ϊvԱU2R陾,\9k+Q ۃ]-v.\{OD~`BMEMx`;;pP0`9"v.v_yhJ8#0+bU 7>bFlRޟ4vȻ 3[!l~0ck!Jb ^##Wo ,~j3M01*m<T ٖq?'*8bN 8? O+ޗztiubi9qdT@q˱^wnAe]~Iu#/'%%1]GGZ#@-h\bZTfn}m Dw|ЖdS?cG{fuFLw?{oljkYOaM8dAM:7Ad7;kp0Wq'c6lh2rbL8~p+/MTVJ!GwŁḾ= 9bB2m zRm.~N əMT}^d`b Ҥ"*T2pR1&,phA8 ~J&,i3kSBwی#lʳVNO%bqtlG9#MbU#ށqh2#*f##T-8c8BO*F%HEN97߲{{!~;X6Xn`XPp9\%SȰ8t#,eds bm񯩀gKk"niyGH@~eՅ?۝o )%/ie s1W=G#;Zdt۔K^mvym|LuпF>KGea䦿D&WpR  ] ,Zps,4MHs"YAD6||!RqK} Rw?`pTϏ ;$.H]fd UЪL^՘.5T\GQ ~_uu򓘖2PK-[&L9[qY{TXMhg% #!.6Gcד;.Nn)OO 9%0<·6f1J[q dP<Sy;(ђFV`[{4BUݣ7u[ .{ P5Q7;o`tEH=ʹ^bkS%/\#K{h ׎ĬSSJ,5#q$5 Rb1bv2 i}Ne ч R DZ^;N`OD]|s>((oFUzoh*UCd~j9J'CE&PA@$G^rYNDSD9YaS&EuNa熭5nΔqiM# ?ʃ3OZ8_&|Mkp"$F6H<~HV9)Jk3X+ieĖNEuRĘFhoפ)%8}{<9UIw;Oj5 )\P8xa-6052dRT6y岁Con羥DhK&XójpgB!ZGQ?&,o W0QGJKOr" YX;T^cxo} uO<Wsä -5 TW٠3M3irAӧkiqf2d}^W}<#OS6c؋cԤW UhTN"1BIVȢLw B<,{nj{AVw#i?Ram-mt<f.Qsr+1ڙ2].߁X!NAk =a2"V` ND#[*ě5HT"Rφ53>gB"YXhMz]~FhDzele [Pl\)@_ Sō{ 𵧛ajdgϪCgM Q 瓤4aL3W;zHmn>Li(|H:&82HL]?'UI.wx?z.f 3.C,7U]$AfSbp@C\9brw퟉Ji¡j7C=#)2o`I_y2G`I]3%0dvѠ*PHJhCT1 Ƨ?Dɖ.p5{5?.HHz-ژ\\5/_U+дπ>}'n'{L(t%a>ߥF]TkQ#4Y7o$-aT;tI!?Oִ(qVKMe ZY~60J?n Gj#(^TȸH׶T:)(7鷑t㓋B&;[+ uItPƉ=n 5}RAAms t:e8KdPJU |h!IyrKq}l7&,*E Ƭ,hDBE. zڳ'W,P­ z;"/ ]&fpi`)}Jut6~_Yz 1dw'!Q$9 ٶ1邧urcQ?/ODDJآs"p5~`Lil~;7~Q<':>:^P\2n1&?Fcy,~ooBr$y19v"l4PɆmd y-/xZ!D^"jW2\i VT*kUp^ՔiĎ ؂9^*'' ߪp{-1%E,8&bbOQ?FY&SoTVnQ̘s*B3rI]?kםSbk4oMEq!@͒buWh?)X )S0eH3Ml"-YSr&X7=+l]06Qȟy)|_SFUy0I.#l 0EvB@N7цo=Uxfj۽JYŸvq Qk9Ծ_->_>EWYq! 81Pf BzNR4'6+k4~^4$,r#'ӖL7)77t3j kh[qq`< P۵+'BuY P#~OGۂg4lj80Ʊn~<("A ]6Z8Nq_yî%*tWGhmgg0 EP3 ,&ib Ef-V!zyDT`Gv1H`,.H^ܫ1/s`ZH]O&m>G|mH큌pԅx !Ȇͧ|g|E%Cȫ3.pJ5QqlE-yF32`qaUn ,7d TU5nӍp8RpOg2G/B@ۓD6kyj(T_L^?gF9ˢ1N)b ,yB̻:K^8=)\łlkw Y+ش)n)*~( 6F55L^5-4#?om~&agÏAbӆ\a/#B`,@aUg&=g=+xiN bY+{Kv);A9ř ؄6u^"attpqVD# =7ALEnfAVUZv2.W#mG`55 q+AVl1I Ȓe/v$,/|[}F EJW*`ehQlwL$vzR\Qf*M eWIh?j]ÝK~ ggˎD {)gfGI $ aDN[ RUz"gg_N-3` my˃/&kE 6+Lc]` _is]OKA[A \+[#0tYn}A~%ADŽUWF[xS<֨U'}*ĭKOēA]#2w6L`' SՃ_B$,Frx\ =A1N :=.rD79p@߂ td6v؇wN۪޶$;= 0(R!_j x# n:k l9XvKg`a9z*OP%*=:_ϴ.wN"v=/އ9C|26g6aAbv N} duhJPt-NvVzp#u_h !?+oM&/r7RjOEރCG!Lfahfa4竤 =*3ðj0U ߴAQիchM$xVa~X֩Z.5|0 { TRIO" I[a6'NV0X.0V)갻I,~ֈfΗ@3}G(َufF61i) <w +2n`twX8O,݊)UE: l͒Qږ`%VZi['dӧYSR  6ݳ.h,XoIU3;~R(BmXwM}:  FP |IogLEuF-K E*GhJ̿oik (+zK1-eہDQVjv6v?o4HHePE?s뷁,er(ou+q]#<7E-cQ{ODhkK<'qS+w˝;u\lH%/1,^tM/$K^Z.˧nu>+¤dTKO%!<1$PQrč+!.U}$x Q߅xD$7le WFGLM}&p jmq* !]&- ց11Ct% Ul91ೊڏ-/t檂dsaQnݼ9σ{ <NT]vLLOK#/71T*8rk}u VC!~GgM^9¡&όbf'AED״r&rf6u_^m>Qc_?wK C,{Nt RwJpT1cZHfر ~kS5!Ҕ צtpK'[6d 3u f|k'wU,D} u4p yE+8T݌^˷%ÓTHaR L| M?U,t%;8΁1r>ݟ}THv&tqS*RFB&##[PW[i0|uU57I6b&xePu)Z_l[jG*: %I8.]w xV1EeكsɃByˣ+T8NtZ@?4 MFJ9h A.@K8/8 t![d=@c8n.hX"؇t^xaj[g dgȥ_{̧НS=M_ 0@9E?}4KNٳ$LAɇ݈u9;|]&~{s~Kq?XUi^(7Ӑy]scَ̻k7G=y.% ^&w{XF(^ G\O\GPӍ)Iy~1 t9qՃ&Zu7h_{H[^72&"rݘZjb9pѢ[XA69oBݬv<ù'7zJ/nͲ琼ZW.mGA >"|ʡs0 _2Ss 04QhaR੭^xNS24zOBw?p& ̅4%%\v(-LrRd#|$ r\ MA6xukE s8 e٤,];3u2,Be?ӧ7$h!Pfe|[(;f?~EyZ{a6,$j@mZ|PV.~1y32uأ!UWs'^L"κюKz0~t2 GҢ/ tTb*OV_HܥYaN. #p Y%1 `(`k7"3lxUr>*n:D{DvkLӢb|w`dScVK`>#2[D>[io,z5fyҵ/<g>!d=k^7e|)YV,.p^Su{z^ ;%_)-j2Oj],3&2YJ G%<(3P(sW㲳yݘ:F1 +ˢnV._xɊD sYєh]p8ʷЭbb`l6r<}* eS@n}F:z812NY=l xpY;7SAd*(:swL 2&(puOLQxH~k3Jw,MSEШzT]׈rF}\ YKp= 3%d*a_2? NЗrv' h0_VssEc̈jp o 5Ϝ RCV$_09.A7`G k :D@^0doTǚO-$y8% u=)$^T|<&2t&AQD](Eg_5_s:w"|o5>T@j'ڼg=BVUng1쟦Hr}TǢu쌍{<{biӮ+ J,M0]\ec+; ׌5b'6-۱9](5QMnb(o4pT|qV>8)~JzfH4C!|y g;eMipc>`V|%9; ܡT$/߾0OuQ+*n g ӡjN*>ub#\79f;sY ݆5ձ# Jjf!N{e \h2HoRTz]QlGqnTY/JO{)G$(ЧwھK`jO]EK|Ґ}µZ|׶wVVgƈ*kt:pΌ%rcގ'ٹ-c]XIZ*qiEs5dG> `Y&tAvA! 0$^+5|E^čr&ܹndvJcݡl^f'WqՎ97 {mݢ~z?lI O1YMz9BQWbi1d76vڙlE2Nt& 6EPU\NyMn#ZI-!e v`ZD :tv>;Pע;c<`Әݧ.G!ȊS)oiΆ~4.H&|i8rS#K]Ӄ鈴 P~G SB3mUK;GcnF`ڠq.Q+`WcXh=LQWMύa}n*+_DT R\!0ߐ^@6 0r{tyUn^ro= C8|`~^H#_j5,Ex`-Wuð|:RC~'WBS}q4zr}!̵𙗅9OXFV"C}1]:KA^>"d._c$[u܉aS''.x}س؍8QjNVcJ|ɦQ! Qݽ4h5 D6zkâ9Hߒ-|?PZ_ ?bػ- VHryu=`ρYl?`QɳvKǘDIU[6)Rwu+ڔfG\!ήiڶߡ⪿a A,W@Q0Tk2m5?WJن&IM) %-rHFKπh K ӚQ{Jn6P Y9v kmJcvGmܟ 6%4ͿJgF迸o@9h|g-#[L0GJOC~>{bYpQ@a0 *D]#w>| fLرH >E{!im/iuKkR[ kNC{.~78YG ܏2H~}<RVy17ө9k ;Zr}FrɰjN L(FI+pB)oŃ|e 1~&+L؟'vgKv252⹺- ,czӄ9:QLfm!OQ܃CG\!Q :9d m읏p肕0m"鮓D\=5-,HQ͐A\,V; Dk]u4[*WLk,xt3 :ןhB6TRkǩXas\G$ZK)f*}nAM(j*KNj07%UVk{eNa_2XF 5Y(qeNoIumU/uiك7r4,Ir‹k!yZvܽN !_W2xyp"(GJ=ݠF oCYI8:tĥGT}Q=jQ1#;R#vcfjBW4π9:L:=oDv4J5~a{x X} ˤ Pމ-TQ6rS N 2Eqc5-Y9aÖ¬ f3oVo+ͰG$;iJC~^ʮT&Pt(k; _QFTLL3[B%o.1S8f* o5F-﬊3&^nǣm(\,r5tMcM fRq(Xۻ" Dhk&؄,J'N +ʥ "g5Ah%_[.3U=/C0OoXƽ#cGYSJ ` KȪ\e( eSu_4->8ځ X*;FKj|q\J`?4YHnQ$w f3QeЎ*<vQZr(w8.m//J yS2.6Nnֻp#}_Uy5U"cq,#d1CL`ȲZCɿ]f2poKxHs'{v-"վ-8Bh-?5=$=9[,F &?(.TuhK&~d!h e@g[{2<:ʛU 4((,;xbe]&]zcXDk}Dm඲[A__S_}e\PYNr>O Жe'{sԦo+4fY%hQT$eO`GyW\]<~WGഘmz*'tת/xb5>O!Asշ>)<+chM$Xɼq~aD4%Qg _+*w5cXd>Ua0s\đ ?x :@ob:_Ջfڌ$䉆DB.Jbkx< S-x*hh2