python3-matplotlib-latex-2.2.5-bp153.1.21 >  A `CE֜!M@eee yT^ǧ+#q+eEj]xLE#@1מ^/l٫w6 >@r"z[l9FsAl *B1LŸE[ћ=P'v 6:Y8Ϙ/"Ggiŝ_uFf)ʨCOLl; ޷lŁ]u//ˑ ћ~CdM;χ^d >'HZV@B;.Ռm=ɴ1207cefa4ef62228ce6ee538b5152c81f772bbf93efd344f85821b4945ca258f852fcf04df6f2829d0396501262090b25fd0279fi`CE֜!M@eee*<糙քX9^IJ jpbDȮI)ʃ|H$YJ2͠J zgJ .L5w&-OPnrb-^>}wӃ6_-i*^GL]E]q|4vjf;2͐S Ea(ɇ?Z4Q9\p;=d?=Td! , X -CIP     D`  n (8%9 0%: J%F8zG8H8I9X90Y98\9\]9^:b;c;d<4e<9f<<l<>u@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 QT5hci-cnode2-m1 1615021445 2.2.5-bp153.1.212.2.5-bp153.1.21python3-matplotlib-latexLICENSELICENSELICENSE.PILLICENSE_AMSFONTSLICENSE_BAKOMALICENSE_COLORBREWERLICENSE_CONDALICENSE_JQUERYLICENSE_PAINTLICENSE_QT4_EDITORLICENSE_STIXLICENSE_YORICKLICENSE_enthought.txtSolarized.txtpnpoly.licenselicense.rst/usr/share/licenses//usr/share/licenses/python3-matplotlib-latex//usr/share/licenses/python3-matplotlib-latex/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-matplotlibcpioxz5x86_64-suse-linuxdirectoryASCII textUTF-8 Unicode text, with very long linesASCII text, with very long lines%A4^ȫK!Putf-88fdcd2d44d4fe43aaf0aa8c5bab1cb563859c3914b598371a4767b172a73d343?P7zXZ !t/W( ] crt:bLL.W^L)hv.rwRU}Gdd"I_SPBDd-K!59p3s )XY]+c: *HHa1 8mɰr̐b id-萓ܓ8-Iڦ@suD db.c fD.?~$ !@ ʡ.̆3,Uq-ҡrFpGI(b 4+ݖڹ rxnAa)2>} ?"L#iTeyTa}oy:6)NIvR|mFW!-ju{7+ge`? Q5:vJ_0UM $ Eye|rOգ"a*ߓ&cr5mP?+4-Nf8 ~9VKxOկ9n4u7P!'z$Tj*©RYh(%JgO}ow?w}=Rm9Jf"kwYj6u]!HX5]z}~)h 'T{$ ~eRA&^O)/̐ATdHP:?Z2sw FM1>;e2*_MIK|mK6q7u؛=Ub6]^ g= vd 5fbf("!ת6aoY%!!v>dqSvDN!O41$G);2 _իгR&U,xYN|;Gyk. Œ;ټg絷^4Ab6U?c oZH[8|{`iL(Y84NZPְ<2Cǡ\I1wY*鳸_+ ;HS( a&",qHlr,JEPʀPA`[ G:heu?珏"/p%-y=@J {{2 WSI&a_=`Obs7I)c<@uZg 6}6vf2m8EzKm1jL\1mLUϴhwo.ݠp+pEr@;'7bwvDlRrXj M`R;`*8_sܑ=kh(VIOMKWBJ#tbKp*&z#p (mZpEք>AzM@\)k<R>μdw)LE4/Wj3 seƬ85?[x{0i:uvѓ/ASGFdhO Lw-'KVNGWEZ8eŘSY֯@@^u/O檭ґ5ݺ8jz^_  C]B[..://lz 3?*kܞv xTakwF_R'HAF?9CMG{lW_M',-m IeS=px ;z1:mҢNC%<¢\'5 | ڝ (y˗m31]~WJv#Vu6ڇ9ɽxEx^F( -F۟?}Dm91X,{Χ=΢$D e`rc5EuDk릅픦lCo# IJb efPChae_Hz8@2FO, =OpfhrrYD:r!shg6d<8"FpEz#Q|-#s-LZ^XzwE 8غpj;wр9Ki '&n21Ra1EbGSxNVm9tvodjmتy^F'B8t bzK;۝џ=6p풏e|zqYsR\Meuo\lbgJs)Ǵ/QG8Ҡu F8|ܻz99G8+,wb֍Зo"J?Oˁ&nUyFYXm@d^.s#]y5ڰZ⍞*atӈ2YAJ͌%[ak%_O 铯 7VJ6HjxMV0;vR)эt&8Ȧ㦃;q\=rnkXO JV/.$s9#˵QUTK(yvRђw9nlEž ] #o 8-7+Aډ]7HҧA=HCj:db x4LZmdN8YԒ0N(p9C!-.,HYDZ}x$,QYE`k]/Iyz"gq6agha+:k2c&, ⮈נ?M=!Ė>`CxU03/&Y#58oh 5+o Z8;1]Mɠ4FFǭĦL(s.ڨ_~us-U, HyKpf.HpJqsb/e4N +o3bffcsB#?I3 :Si:Dςw2$R~W;/WBڻ@AfFb8_MB]p9 @w3wOs'q*qøChf:Y?˚2roTPi+Գ 4aP<3Aì4Tfٲ{I͛_gBƲv'?6rLć٨[i(,:~k\dv ͬW~飬 f$64ҎWUn,eU' <%D%МVSesgB=nit@cV;NMş 0\ lmcy@퐙\?9I_Ùri4 Qð۳<>qW=!0BYB !`B#qvJVU 昡8 f7n벓$qHm SVo'ܯ8n$(%XJ>'6š*%*1zdIQ"6JvGEYS}I~=7xUye7iMz ëJ+IM;=@0'2ͶFBT_zNEry Ěu p+7=1eB ߚ70ʪQ_+AĴ5avNnmߡ^N6gd@689ѡWǙy#~{Y pagU7hJ)WWm-UՃ K_Eb>}]0&2<Ҫ{#}h+7B7IHgW<~}8b_> i6qsi}6lsd3`K(t|'~ 'W"玲 d~t^#z }iͻi(V%e`wP>[ke@zN"W_1Ǽ!LMj.iԹ.j2\S}; Dt()@d+CߩUUq я^_(D =E.yM"ٿwdLۘfF nyv2˴2L? Ҡw,@2 sؠs/X␵>BSzXY[W2:ekfB j ʉ ~%W`giH rIsZjgv{sw YF/r@x΂򀛻JgDbƩOW\[`VVOupfnTdZrǩh"\5aH]\>gO0ػj{Z %߅s-j}]"g$H$τaè&*+ӔDS؂V쫢5Y\@~ߓG d,cqQEg,N| VlX!;˲7aVg&g_%F-sujx 8D ¾9@J*Pym IPxklڋbl/M,~q׫Y+ёĨW{a eBDY4_zE-NTU.)KN@"lMo5.qٵDQ̪yKJxX#Q0B6!"U딫Գ=EZ." i NhIYr:Z] 蕁~:}p81&&J,wA Xۂ|{:_#spuk 5j`(9NlWB$7aB]>=N(J=&zJ2Zy3x]Z:Ei \y mjda>ƦF=*|m;4']/0(.r"pkcWQ --mخ+~ya@u^cSdlMČq [ jS|YX0m[!v˨4"={/nibsx"+jGew -*#K )iWg&H۲W>kՖhH\& *h)ŕ%RΉ6bBh&5*5yS S2lrBߋOl8].W|#;Ϝ71M]Нqlq T.YCWKaTm>= pgaO;h[-l,F}1#k!T9オ8(OQAj{"LP"m;c}/YcJ PҀi7Nӵ,B,: x+V4,IFDvc9Ao%-31őc֓m.@hB仢!`5$;<: V3CgR<(xGFa rT1сguy g+6kL|@ӔXdBŎ=Vկ?$qչ3 uL/4ptt+ī%p{1vI00&f# !3:s*#oZXZlpu2kH u;yt˧EE^W IJZUG2…>X;φ34\y-Sx]$8!`v~.yN7{]˓lP&kJ=`_//ɪ;?V LѠT WX8Xo9HΓyfĆK,~*^[^ B+N>Kqu6ަT$h` 4^U mz7Üݟ9g&L񯄱klbY&Tf V@R0ԯi9z*!}9F#u!5UKUdunKfws ;1n|L~}4~?Nv)o/2b㼆آf%!F1?kn“ywlΜw0uq-tn2m,Bibx%aa\v%Q-+~:j -(qG;Qj:kr[.'JY0  Gb܀cGxd(!`I( ؖM{w} =M  ۡ7jbeд<>>02nf@xh]y.tq˅%C?lVrhN#.z4eʀK'{a؋<*m~Տ\E>V)۝s+m֋뷕ǘ mΔ[ RD8lSGDb[ЖzdXVH+[?\@_@/z!RL:sy/߃-RIJۀͫ/x_(֗t}?WEOj$Ys/Č{:XZI![dP3#t 0τ3an?OeJMM}z1Ĥ^۠4 7>N~eKS ΰPۯnU u/@)G0z#Y@D11b ZcYuk=pUoI`OсȘ%\aCڼba^Wqh(HMjk`q;HɱRrfiB|?(7I3Ef_s$ݰي f:)!=M Ļ"@DcmFbr廉_m,҄#IXkX(F&i&6?0~ bʔ9lUE1rY",97LvYJ軵A.W-g SEt"_|[V8t-0eBz2#E`7sq~ȐF#7a U| ay7w̦\-㑯n(w2\uWxN 5`&Ҁ`2 9?izq/زf?.Gs\uDyIV.t/:9l_P=OhDq]KAhw_yEKWiQPkKB#QdDN 0)3nz ϭGHnoӷЬ|u)3,MMs5E%(jØj ,~GCS@{\.u&O#=ORiJ+uzHA)[OfVq%,ۙR ^}sQC.[UNweD6|rِ&oRf9r+r":Rׅ=呜 rԙ,BeL5Ն(wCjcR*B ߁0o0OH7"4-Puqq!#zyģ#LƘȆ'#YHpVD啐 spݤHlҜģ>FFx79gȕv3|0B0_`h٥ٽHx0ٟR.)cAmplz m,gdՠb.kwB2t >FG϶wgz0Sx?*RSviZ?\)Jk_L|6oqVgf\1@%K-sc! bʇaH*.~ dzxI+SK\=ɐfx$>j=:E7R0Etm mҒ$VUmaK%Us-dm;QzC%agF^q"v* r.uݒgx]8h(m52њG·J-i3fטURxI`J2Z ak!C4K؂7$bU1xi+ f&C 0GJ`sHA>$8([`DI4y_#g[G }# ܩx (!Pz3v)r!gY,8b5Bs#׺,tTcpՀH f?dFG¨7Z?%sD1q-t1#$(_+U[C0ubMRRIx ayC$뼴j>0IN:^༇ a\P21+9ONͣ՚v{STuwGX>Eos&R~-24F睖":l>GؽcZu KeA|Q#6[9'FI6?'g\#2lʮ LgLCQY) H8nK~[w*) 7<8 >3B|V2-BxY8ܳ-CBs[]X|;'0'O:IZbaD#= tWb+nNHRN5BZc!]Ja3{ 1_Qֻz5߷b=5 QACo`rĠ[a0.'rur:ʇmT(K.S1d@eTY2}b,_:<κfB`\gT5q)x-|cJ/ӽܩ0Pښ4(g<@ a2f~%N H]ulRƳ_f%4lJO 4ˁ(vO[[ xu͵'E D8Gp#69 >jC5 ]P>Z '!*X~ 6i\ a;) $2SxaQ. A:|F>dgSfWn$Wʩ:>"7Z†HC`/AX->,ݨuyt,#h(Ь㒚l3♳Cr{SBFm=bkpT՘"2-J4ףτaØs,-rfΆw[Gѿ}E=/-B>eP؆s  YZ