python2-matplotlib-gtk3-2.2.5-lp152.1.1 >  A ^͞n/=„-_#Gn9I,4-OòV\vxų,8PF,N!q!K ǐZs頹`>wa(*K&0H~7uD:TCg aeWM2@rp{kZf?omD6cO>ҼVBWVc^?A " /GSl>+x??'qtȣ・w:E,O"0tֲ HŭKކ8.Z eU9#ESt8 ?!S? ]V~E6kP018`[:S\B~m)ƽ> ;@zx1f.5#os>pAC?Cd  * O ;QW`  0    4  8 d    @   ( <8 D%9 %:%B<"F<9G@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 QT5python-matplotlib-gtk3goat05 1590533700 2.2.5-lp152.1.12.2.5-lp152.1.12.2.5-lp152.1.12.2.5-lp152.1.1backend_gtk3.pybackend_gtk3.pycbackend_gtk3.pyobackend_gtk3agg.pybackend_gtk3agg.pycbackend_gtk3agg.pyobackend_gtk3cairo.pybackend_gtk3cairo.pycbackend_gtk3cairo.pyopython2-matplotlib-gtk3LICENSELICENSELICENSE.PILLICENSE_AMSFONTSLICENSE_BAKOMALICENSE_COLORBREWERLICENSE_CONDALICENSE_JQUERYLICENSE_PAINTLICENSE_QT4_EDITORLICENSE_STIXLICENSE_YORICKLICENSE_enthought.txtSolarized.txtpnpoly.licenselicense.rst/usr/lib64/python2.7/site-packages/matplotlib/backends//usr/share/licenses//usr/share/licenses/python2-matplotlib-gtk3//usr/share/licenses/python2-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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/edbe165605876f500b38f26683abb8be-python-matplotlibcpioxz5x86_64-suse-linuxPython script, ASCII text executablepython 2.7 byte-compileddirectoryASCII textUTF-8 Unicode text, with very long linesASCII text, with very long linesRRRRRRRRRwwYa 8utf-8a8da7e5f745804c3c5138864521d67c3db6e78daf42351832ab1e9af38b474c8?7zXZ !t/r] crv(vX0eABKMRWdc fMB[.U- =_tlJ]P4!)蠧>9̈́ b.j*FeMt@|Ү^9<})z(JBd Hlӫ=k;)u_QNVr4;TiT߄6Ww/B"RɟFZ1PP&e{ǬjdI!q-c:'*Ms.驷Ece(4 ^ðRO4{E fn; 02 OomT{$$]6Wt5ᯋףfDW@I`g>?mōߢs%sObk& :Rj{Iq.(\,JC)n:f4N%/Py @2W'x0˩u'prnk*a[<7)9R EdocsF'FBd~M<3!-qIʿK9iCvDk#Qxkb sm»NkNX%uUhVPF@{JL%a1ۺo\ q^er~kݿ">?ZFCCQ=FlU@kQ\6S8 DEďZ =e"G*?a~ DP?O_z%Lː}A={n=:5*Y;<]Tmײ,7!R#qAs$Ы(@>b[UL1%{dZ'CĜwLAa 1ЦOmNϩ7<9(Q+ 4{a\g{ߧ#lB˕pglIZs.7w|g֩Fl8WQa#8jfmAOٛ~>/@>I-u؇0wF"asX}Ib$-u!>|~A$7"hLCI<Өz"!Zm Rs+ jؼޘ MWG/뾄$WH'@ƿ_ \_Dz(܇ɪ ?抾}dG ƒ7@ 뎰$<0[e 1wQllW0lE?vtξv/ -_5ZT&^:2t0+ڎ¥c[~^|oFpR1DמF0j+0%6%\c4tmMCC坥$t2q w3~qND*݉yDv]&w&,MXd]`y],^ 4 -a%"e//2VVq]uBS/: } 4׸=:I-s/P!yRqm21#,`;]#Z<&1p99y՟M?,JCd\1ocZ|?处 Ut=}d^88ͳ_ ̪aU4 PiS#'a9:ׁm.Ÿ3}&HP3W"ʨ܀M4cVL%w9R!_eڡ0Ig0HMiz,6>qfVH$MwV9zQ2 ,N>mzoJU \ɿI}׫ِDK$ҖR*F$j<خc@*^~|GO Ů8QkȜ  {O ^HS[ѱs`G+] + czv|p2ŏEӎB46 / iTO: xy2'#_3ڛFYM}F00YrI}jBˇ ^ 3T^ӋM lBe*XY{o8GVy\m 3;=~g3 !IbY +>g8ܯ=f/؍kej72s΂u@3>YB]| w⻞7zsa쯩\_VoX27kF eS\ ټyas\% "Ȝ CuձU\`Q*RcnQL vΒ VrHEw";qۻw|]Զ7-nBLΞ*>x95Gtqj}9c_#MJ  ҭi5`tec _;/ TG֎ (u@%`?8lѽRKz$q#qǗ$uZ@@_^lHBFQ/yyiwj$i{$Blt*MD".dn`Hqnȇ6]?H0ɾ]z.-x-[B| |`ek_bj&ă {5#Aڶ_T b"l.PCGCav|0~U?O0`So5f߂1Z$Hl84]! -4E/'oh׉ VnTS3wE>7|kl: OPXpb>ZPt vjtR+KFD\ " y"܎rШ<fA?< pJZB8Aƨqs o6v(^~-ѓ@PW)-G˞&ƙ+ez;;l-|fMJ\ >B$G2Rz[:Ftbm[[ -X@t`m]fh<CC$`_-ļ|OaN*QnpPbe*(#cUx?4pdO ƻY~5m"p'}/ >WOD)EG7z"$f/<@}fc?#Mo_?P yr: ,StwfH>Ƹ` PO(3 73f,х._)GX%[k awt^ZV1Lңw$Y:o[ GzIZ8 7c4rT2G|3a~^jXUa{((n׹aZ7A/= U@@Bd^HEmUN궑S ~!?'ï(lԟ'Kq>` 3u_}[}@)Ξ/=~,]mj=rYޠ3puC ZQL 0UR[Zɝ4fa0cky=9_Mk cL1,]γp/ho~W!ծ?HbsQt(T nC *g1-[pH_SˑfVm7. ӰltoG"ЋXs5 $߾E#n5=vsscLݰ0_`ooT]~5B$m6q9[΂wn& 24'1ΘxҽSrcV%nY=̦ŔˋsC~dN~ͫ@$CpAbF#vR]wCc`Z p*R=A0&N 30ۄwqi,>X(R6W@Ȇ}4~g'qx-Kk8Ѕ4@S! N٧p//,e%&-TR'c$:pg6ѼQٔt3V? $L~QcS~le:SLy>kiǑD ]@Gq}4Yxkx{+puXPoG;=BԫЪZ[Ee"ȼn 3O ~'92xL3Lec`&VHxMz1m%Ykd~tCPt5nʫBƇnvqh~OC~,=P{Ux([PN=Zs9L@~4zL|l XQ>-JMZ#SGUJ/Y0M#,wG`15PA[ZIu3#o o/Q`sĮsuxwDuB956w,^{|W/~=qr?&E 6%_1hcށMwf%O[w oe-:MW;ˣ~K:Xj㰹Sձffx8p/G7٢sL5Ȋt} GLWBkִ(ъt* ek&jϙ*ksG 9o$Wj`t]l5(|dZR LU6D]KS)"!~ RĺG-ن}4n+)Lz򕕒smn:ҍ'Pzߜܪ o*X\GBad#t9:]IJM';"gc=_o[?\e6W?sO:4%ѝA↟F,ة槼 &S0+PVd `i2sRgC= H Sn[LrOީ8R`RzQox"ǬR&g`(\![)4m.EQžLD9@!ip+ʺ`{ٸ|Pݤ؂S) y|q"*Xǫ^n(8 <1E 1p/lYR8N_GBlq~&UPh&ϝPɄҖZG 1^ת8u p>EY+b1 5$bM)>tW^ ;^s-:H7㜨<Z q/ɀ01,:@JJOЭS)S#3͙拃*$:=a J m[;͆vg_d7Eءރe.Ik% c N\# 楥ՏksB-nEG ي kv*ѝ^#σ-U%zƭ^]ALFtZaMUT;ap=١^:md*IWtT*RGV CMkf3f8;(Y|(=`pTӼ+>Sc?I@M](NaSRC2c`cςʖ eEF(ϫA/[46z' 턬 R!V:bŜ_:Tarǭ?Y M˕VXN\a۷U`k#傍*5FNCG3HM?y_Ŗ͚5gUדQvQ1]S&2q9 e|jOF9<7aE|HǝѢ`7P}VHseۖ?wWt31*>=]搦5$tC];_,$mXDY9Vqv0ظL~s6ZKF7}N*1!ŏBC,DY`3~[n 7G UD _6CabD# 7O]„{v.c9h8V崍A01|X{ fr5j\鲀@M*)fj,c@@@OLA>E,W2gN$3uޏ{ڰ=+#khҁ߰|uB1{%%NT9ՙ}Zދr^p\s%oz(%ˠmniR(n<4WK 8Rt _a<3|5RڔVE:FiߧeUl9@:Y0DrsB m_kE9,Urw`#Wa0މOQW.=w Z +f@W(INWo @C6.\Gs7"G) 87@X(,n=BŊpRtۆG@3KR ,V#¿v=x+.I)۸+Lg՛kb 2R,__IA9jR1>aLMmF8;1KDk^\Fc M͘OthiM& pō 3V#:'V.8wac%aU^}5V&21!cyg-=IKc=eX)K"|վbq(t&ɣСMLp,ہ8̓,N_fEP0;}]HsA0ڼr+Z%Qgޠպy`61#捐3.2Pp#CK&"Oj%)yBOboK/fg"09P>].-;H[ڶLwQ\cSieI񄘸7B]uKMa,D<8k@JU_>;_nXZ8<ޙM`kqXs;5U-H?}s^7fyrԊ=6$M0[y[g9 <6Θ.ȐvNyB[\ /[br*bֳ>,@㗅nw{=:n0`=~!NrX%Pzm{dyLhJ? ߔRw[ omr_l2F`%Xv49$Ӑ5 "sͭo|0Y?^} j$vlWDMPE0m\OU Xk!k;a|)]?UϖP;=`:17zK9ӧܣ#Rޓ3Gެ"ʧ LZzl,/1jإ 765yۮ8/y֮ (U8/<ē@ȟDnTo ss:#.*aD?^lb;b j D" FQۧ*NH H|.Z mrAL~^VYPHQ1=THfW@\J: 4Pn{'p^nʼnzE@KP>wu"\:Ɇ,4`ؙTj@U2PNo5˺DpT8evQdpˎ;–ca:Bbc0d APLӿ:̀A++IJri'Y P!#p >ZzM=nRw &!r X;ʳP[ .욺tgIS*L-QJع[YV?E zޠ ̩Y-Q = nwxч{Iت6$%KxNF#ŅVd s=jՐBqbv}3}kW?c>;8F/ܽ\C@WqnvM5?R}­uINZ(#VMO&߂.+P!Y6PL_E!5/PFO`wZc0 ϕt{#rU{AE.j-%k1N i!:3sޯC*wRL[yA|3(ha!xL^Qv|ELCKJh֚W>P&E` :z=-&Jٷ֡SOau a4 ^n|= An+dAUR%]|VgKK2^ޜK~MS#Zq- ڵؽdݐ;y0{ טjw[:l?ϦU*wM&2"!eTb$EКIR}; MN|W:ަq3o #2ph:PtH\˻}tYB@#>k\+݂2dh˔qUhjabvuC? =_&>DxtE-p츨0I;iB֘KUɋHvjR8-˱{c yLK#.MP^uK ryLŒ [uD @##H )Jk'O@N#}ṣ@ҁt|QM(8FdxTF1 t^$ak€)KfdRŝl+lq^fJh)2dy̬D8ۃMj5nYghBL05P@oq(r\vȦ~dÅϐ1iͲ`F^p20&rt ;5?Wvc+JYWW.@g`h )6>E%JP6T) J$wHx5(DD4>]M'fj'C![^ظКZi=ݴIL_߂}"ȣ шZ<'CH疻%({azmm:yzI/Wk0n׿#F0ƒO1@4A+ElK؝hcsf9 @ҒJ'9hʐۃS𿪩Qhm"}h[! dT*qTd{'f$.=yQ.;Vԟ\FN.ye(43_쥨Y*gVHŶ3kJ_w]z'p~TU$ #,6ٴ/"GBjme+p_&f mkwKԁ&l`T?zenٿ51qd/ SB' 1?ڙ+MXA;!_gW޶{:u[ miȾQ'&HJپYSdĜʘ׈H2{ {)FL0J(h\6:dm>ns*m|T@_t!N+4y`*LmKXƤñ#Vbav0xzƜ=J+"NG_>޳ 6=EaI`<Dks-'aµ\+oIJĤYq \آ ]0"ABFIH1vFd t˅^~O4/T!K՜GeFV]@lR.nˠss{lrZ L]*"Q1ݜ#n )TL E B?ΙFJlcD ,bZ ª*3y-J8YݨB6>ҙ=VQu{I=Y0.]Nx=?wJ*Rq 2ŀ*ArDT#PcH? Q^ʞ=@Rx_u#U5WZW+.~o:U!=AAP :!ވUWYHi)0~~XUJfݺ-5W\*V W1$$I b1XtX&<>Gxʭt TgC/u=4GC9Wh$D B1uFє-:026>R!czMo!ͽ;tT7>gX.zXD ~eOХ<)\$46*6iY?T4 2:Nv|h~7N2#pެlt}.htyT IZA^4 yOl=%wZ6 Q._xH?]CVME@F)N3!0:|׳cB6xޠ{M]cxkTwmyhNr fm&?E"*"wzސR#j^UkqV5]>"-b9պ 9`)@e2O}icvȄyz<+*΄/-Q!qD}HE PxQˁޘ]R3 m!&\ Ҽ<2\WҒl -v{ݯe&`19套=#EoʦYU)<9kV_Ao氹ߍ)L3d㆜dpojMgWnMhգ;OrVjaʕfI>;_Qq1a1.pbC䣛^2UjʣcB-Fe'֣&8Qae)e+!ٖљ9*c mliO͂^@1A~њ81VFj&**W|~D+liߵ#7 P1t U2 H생W_[)qeSNTuvߍF̖ZeHD55=Üjiq5Ȅ;fм"xeCpoQnP<7C;SbYӌcU@`ر;v Yj7r2ZL4ZL$2C4 Bhg2QA1fd%{b,ч?% 9hZ< >9mûu&x Q i!6{<x˛ՁlŤ6wIB.Nu7X8dlvr`w00lNyU}Oؒ!'琠E/Ah@c,%j|%хi2#PD,z7GX1 V֞ɯt!Rs^Ftʟ*檩lh{Z/{q[cLHN!^a:=d/b#1-N{p0/hw0xmOA }8*# /EGPMK #΁ d5( 8AGOgiYw$sT3oZOңj޲>mكr^5oѦua謐 cC!!XizѐOY ]eFjy#NdA[iobDlˡH=8xNR;~%<` B$3J*Wf& iۈ};]OEݖ*IK95E뿿=dHݑ9m:4ќ]'> u*=|tg0y"B⒋'qL":zNcwʋ]~ yh\FQ9~lBE\A]Mӻ )FOC0_gxg`7h ݀[TVيU&|j(^=Vϛr~ӛ`@~m)+d\>@~3Rٌ ]kͳqLW5x6ƽ'auv|˞D#I֏C,ZurőG?ZDjm&&Ãyn׊~ㄯk uI0Rw.2atnuQ R I|>K#H09:0x~`@rDlH,RX׬~ ;(W|q6eAx&, t/M(Ǐ-j:\]@J9j]3 ^|N>n#|J84ؠG?٩DCc]* OQGgY}T%DUEEy_-hkNY`&W{8OM3.,N<'}$.`5}w4X;GRf"TK; ,AG\~]ǹ[n5LOGe0{"*ȧm@u +v>0Sr6<y9f%?!@v-zW&(S)a3ngToiݺ Iۓ*Tlt%#x:ϖh2sx-bdarTzCXax~9e8^\)Zk ¬(>E7B<0Ѡpi"::nNK9(WRC՚yv=]{! :{/y*1g,,t$FyRt@bI-vIlbn7G_C]JJJ׬R@ALϞa-(-34ړ.gpL uZg"Uik2 O!͌{']<ΊiK'DILQ<5^к(j* \ޮJ nU R{y܈=$g$co.{uP@fRdI!WL?g12jٓo/$WT"9vCPjի9=)Z`W^R"{Ue7/b%\8"0V</Mf@+ >u7PM `P}&D C߳_i1e zs_fȬli%;/H 3Lsبglcw|qM4!jH-:`:oKʓ2yE &65#@qZ*9ߌ0qZUSzYQEx)/{&ΎK)컝 *JCW3A~x3k?:,ҪƜ:dUnUs(rFa뎯y@O̽ұnOxrQ?=AYFBJX? :֬Tl4XtG~ ts(g[ Qhp *N#En?={K~>CSEgqKI ڕA5Aꅊc$1Lb]Z:quih Z9'Gi\؉MSFvtnʑe6TɑדBocFUEߵ,$d3E#jz{%Tܷ^avZeQ;Pˊ`I6B0:sb?gYJMb w }8Z|Ps:0_JQKU(t=Zm*q.\L Mo68o!ibãc0S!vT?qx&L4#^lq0ey>aI *]hV,!ITD3PlJ"2:-zM U9;}z]W\X\GcAi3w.< jRL4 ͵̾Fbޱz+N"r<`Q(R:`/`zs0\gSǁXfPK>8W+voZJ52d%V8f`` C[+43 U= $[~{e7''TOri#V2I\5ƼgHjOͻc ACaԪ{@ABN҂L';'FxvY{m;#9Tu@ PROgg afAǓPq@pDCLćcAHrV'̃ot'Εrz,5\eӋ{LOu Cd}8Ds3~]%Y`7c)o&AGu."&ub7C}ў1j1G4,NUy̆pe EZ=3jF;4rkDV۷SK/(}qtg \!uzpK8D&F鶑Æy>t؏/9B8M_miPW~휇F?5 pt`)ӑ[@2@ֹ֓ 6ow><]smEkhFo=`!fҼ]/Ǿkzz\ ej_PQ|}ri129fHr F@G:ʝFրR[<bY@FIZFj~u;|&Dx:;!`)&vAO|$b_ɩQy8ѽH?$%㌩dhcE I5٤+Sgp~%zQr]KF j0j»AH%btQ{ DυM@f =oF^>@=UԽ|܅!a++;n;H u> i+<`@Fwvb9>!)V7"G`zX&mZ)fQ2Rz_2,w%ƃL}?pGI!m|E}l٦oʩi>NU"`үXP\ʹ9#7>ɨ0ZLB?z=a.I9W/=RuTH~i!i++y5܌Q'9INo|}rOj>?A|@"B#w/)1@Glu(P7M>f."9u^U4IK^B[b9Ϯ^'6'h11,MFS\mB {Ai7.b?dGahX(NF2eMjT&]a~흴 ^BU~·pׯ^pSCZv#Ek]!~o+޸+){o{'Jv[$m5F *c~305Z܉A>rOp$sr֗sЪg{FX"7Hg7XM:nC\ۮ UOޣMA'^ Fjx,dbC+ES?#)md%әÖPX x_].E@AMHQcnV_f{$Kf77;asRsX9y9la"mom.>\dhUBg2$|vFd눞#gC~NjglIӥŐb%|>[A=ugUgsJZb]BaZꓬe@cp"I]g]Ϭ>9i2J nhX7 Z4a"h* zߏ< 9?NQK7]yaLC\҃[kM\Y3&uXcUjڭ4}7ETs7D ?JF#`q㛍u;3Yo4i;FaMᙻl 3S7Qa k 7# [~WF€3uf^(+Ghom]2H#LLu܌"UfjV?O>:52|51\w.3oȨ4JF|<խEβl6ez &#%WBA9$yBODWUtB-|{<);f]OVL;65|DR_[r+W82㇆"u_su^.E@/ B/<2S 0Y,iD`/ķhM~2eLhHCWͳk9E>Op9A-k^aJ(An@ . {B`Ma}LZՀ@@V6Ãu`Of$!ZIdcrtYjVWu? -jav*@$`>Oy1nyFY5l\ɛpem{>a{FT kn?H2g D%xvzאVqO~Ӟ0Kp6o&_J:"m>XϪҍx`A\01cwٺ-`/XoxC7w_/KɚT^`G@,2Q$PN;mw5$U"̲#@O.B蜿"˞dz0vV] &"v"y~5nOaqu 5((]pJ;razܨ:rfer?ClYtQ/-"ӾE/:ЗZ/}|j Z&D^C_{1,_Bw/U%N+=p<٩faߒ %_goXzXDC F?UI\`ₛ9=k{2;޻HH2|gFz-XowTĥW>}9T`lYG */C_:PK!H)vvPYRP4@dYŹDtIή~hK=L!+]Myc+lsLq& Ls,3w/]toI^S3- hOс@-OUGW ^ \y5JGY8qao\h*0h(PZ?fbIV7.36 HuNjb-LBN]f87\t)][\\ pQ;؍ o=vRO+##˒oJSOo3?|w.H7x;7f &=e+;!_*HY}:Q/4!3pxr{3i_tx0-Jxa_nD9]~oYk=9.Mܠ!T'|ex +K3piJ#oj40}>gGB*:=};fT*ɌݤyK%YM$:ڂ <}WѐHOTd CqJl)Cx~bVHˁuS0n+* jeë+#;׍ꍌߜ%X:OƧj1۵"~Ƃdqn?Uqi:x|6 /#Sao~{4u`}g^+zB(Tkcr&| A8Z-GBhlh['x`=X #C(#lk#0Q&'{(Wr"KBʘy=g Nmalx6=xֱ}(՞72h6C+tkUpBwh0"p¤\ڱh1ȳ Le! }"6_[јGՕ6V/)xaK,o<ǖ W m Ootg]0zb2Y\L^x) *8qʤJcʟ{HUB< _9ɰ$4:ATa&.rVwIr q}vdo"uwV8J5$(UM*_X`1EFv/,.V7#Q.HKp$k 1[_0υ `\ڿDxGН3U&,ٙC A/`4_G1a0}k3UG4:~=4[YC]Z Js97.te*V:̐Nn}8 ?p=&Df#l굳pdق}8X D]fy" ˟|k]x,emiV_4Iўq hA2 vqԶ|$DO+]ݸ4Kh$`hpWa\JxzsJQ] D"Af蹤=f h",d1`U$|X"c*F=v|vؾpޯo WGyRu3 y Z\ 7uSpFOW|c(Lgi͢n9ɖZCos+"ܐX+CA"|ՅC>-!`%8O-*2xAx~A.z""JEeZf^\2C-y6`1):8ai/-`C"V`"I\I\En΃/n Y )P@j=V[dv-䇙ᄤR._ -ԯ3"Wu h?Y uxny*$8|t=do(4p}*N)d$ZS'tިe ϗȁs_:{X~nxU.]D"nQۤV!ߩQ@2Z9 ދ9d߃9m"gv iTէf:`'AYl7Ϧ"aHk*&g9I@qܙ vYJɁOhXbӇˡ|:ٞQBmKk9"5۷J\LH#S-Y)84SvF_ٸ*Wؒ&29̷Z, [GxK>NmOy5y˥\ʕ͇TvMBe=2X^@tjjVS)nM|5j&(Yl0&.?jntUb2DiƳ(aAjb:r,s{PrZ/G mX1+4< M5=gQ$?[*b~QK$5YIsJUN'{6pLXT ?ҟ6n mQszcgDxD["do4g[6U- )B  0)WW/72c|pj/-hW' R&X4uXr D&ci@~3n7904K_5Oo<{օd}vEt }pMfmq>9;F)nK#W05 '#NO>L;1^ԟ͟ǾFigFXN}`x5GQEYV6ImwُmLh%E 8Kbch.S{߈}c n}> r9ʁS7'ZoOvI)F?7j}MԤ 5#_pS=\"ـW3hyϾ#wdAșC: XvP nF4=3ܠ#;8;| >Rq|uT<Ds=J:d~jqX}$G@޼f-ѯbP;fHހ8S{,㟭{`;%UK%?sc`ٜxtY`C #ɐg`qM݌6S|'NSܘJ;Ɇ˝Gb#By0BV6[w@\8Θi "C9&@-ST4hzQv >,OOi`"ReDkelV5#"V SR?ͣHJ, E099jA;Z ɘ=8B3&zqͳ3̚՝_G#kJ#*Nwgxth6'Yм!>@nABÿ`c?)(>cw΀H~N+v ={:~e1iJ8;!9ҩ}QT)oYNJFKAb,M9! JZv k_G0J`=* HK V3Ih2]XG͏1i# 0tt6BAټ18 H(Zi)w)1p6ՄAw{%Oweؒpb$|V&l\~?p7dVxp[Ԟv\NPd5GjWdUuq쉹_7Mec4i}mdՒ+Qy5tۣ\Eδ<Wb #{9ty%oa/yQ[KQl&f( ᆕIuvOHSiFA[k}Nh7SmrtjxZC7d#|uE4{S d`"=Ώ3\77tqW\4[N3@ϭ{1: gC.yY-ˡ>m*yL'UxZm Xl+)/sbӿX S[,_Sp|CU XA;tpEm zs+C.Ƀua-Oam`hxi/ɘ$d9siB32 -ӱ^P2o@L039/W=JB6?yP`'5['>"WQ#ηwx9;2|g&@><(XӊCۀ}oHT- u,V $! R#b#TH=솵 : h&+f&AʎAOGۤ^6XC~!B:̉cghʹ~.C'Pd [G_8ā%+[^{8qBC`hTd/Y1B:2Y^@ 5^rsM,xZ:ir(GRѿ-|~sE~矎4nCHeO;pZtRє:H_mǕwNZ >-Y;JŠ-[Bfjg8?buKgw1[YzP{wAD0 qto/QU,L/@d9ʢ_nq-x:ӦǗsCH!6Usf  o\AΈ,Yge:je 9lj[>=Qؿ}èB"%\,Q(誸EVXf:S͊xI>& A85y}h[I]8p i}ώpA.sEtd։9/8XKM+ew,ƊCt/qNn}gd7iЪBG^̵.iѰm]sjo{!a&N)]жbVs 5E&.CgA^\^ 8Ⱥeɯ_^ r.pw9JSLve?7Nm:aKFZM Ǎ'|= 㯀^cF"&m~siIխ7c*kی~8]/,Si  y59ǃq+lZ%mA1(M+wGn,Gĸ w%tuڗ2=IS,Y[ZIBc$< )襗]{\P:EHMLٲZoZqe:Ql,@@Elb-v KLd:t$ѿr( ɭvJޟpo"!.|޽Q *==X H 4B)Ց\H@>{jzl-n o:󭿮R{&}\()/:i7 *:97bERՊv4k64&4H(B9QJRJ:; T%дZE5Qڿ4q^* =W~,rŞ.w\}9%D7Zg|ık℧N{0?a# _m:V1R_.+WN8Β_UgB;i0xV؛`QC~VU҆_{̫Q7< ".O_8W/tFnքA=Bnұ7Exo?-k (> $lxoɷ+226nxNbPs RDxjw"v a:qcY^{EZAwFG[V݅賵;lD}PvApZb$qؠ{ibaOMե{ Ih^p4q,J X_(Ir=gh"HiϞgJ ;N_Ȅg>u]Z᧼ ˕GՂs}(6Hi+u3%]x,[4&Xj~- 1:A&?A!DnEwԬLt*guB؃O?'Hܫ؈y? o8fJWQ^i~ۛТ%h+ Vȹ*YrNV}E;}Fv>u|F.]`Qh"_d()EyTВ YZ