python3-matplotlib-latex-2.2.5-bp153.1.21 >  A `CB!M@eeetgMLƊB' E['$$Hlm̮e?:TTGd(ԗPub ;+eS @P|K;[6wH "9!91VaWtKA^!߃LHg)u|QSsLfdc;u_Y#ڡ{ .xYmm-|E5@{G;dtE`R "E<آ"7ef266af59eaabe2b7885b2fc5ff953f84af0648cb152e8ffb93b7c7c7a844186c1641fd1c155b1e259517ec185310a86aee6cdeai`CB!M@eeemXͪm`GIlVkZ ʁP'_84oG'Vvsnj&7Xz䆨5"/Hks'"qk&A>VbN||x.Ls!d:'p2yr8ħ;/ %|8׏3_zp0Ӧ(D TDs$a;0\{gRi[F·L|\ENYvLəX>p;=\?=Ld! , X  )?EL     @\  j (8%9 ,%: F%F8vG8H8I9X9(Y90\9T]9^:b;c;d<,e<1f<4l<6u@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 QT5s390zp2a 1615020839 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-matplotlibcpioxz5s390x-suse-linuxdirectoryASCII textUTF-8 Unicode text, with very long linesASCII text, with very long linesbQ>{gOutf-8dc89054b80f2fdfed73bd789d5b7e2b69cf2f2c347a8b02d04dbeac4b03a98a3?P7zXZ !t/W(] crt:bLL20ƭxǓ2SZT c~pQI#dIdGh2'N}.HhO12דxۉMpe/`lf[AѹF\<(ni $r=*hA-$x1#Bg[(m>E0COW4UIPC(sjR09ScØT`sXKQ])Tn[o{vV|Y<˓FDYK>^CH6r-SD>@EYJh%َ, exMIuufRO ^@Ӕ"&`%&Ф1âC_J%}߇޹Z 1Rmu!6Xxt&_+83y#H6LB5o@I=Nv0S =o)yN]Qwo]ߔI8KVZ kq h7]o͒nVh1Y[HXE|5+<f+YA5+jf.`B9V|ʓz:Xze)5܋:0W.&NH|Pt2\6=6|yx 2Mliv%ۗ6OsT-о%  4(Qr܇Jf5 Hflz4zM,4"\û\M pm妁H؟h#&T&tl}LZ' m1,NzL+d`Z5B(@g}yTB8hjhN K)H~%>f<;J֢)}(%dvGaE73>Uhw,z{Ti3nQ sY{UiUЊҍq&@_I7==p8L0+H=~Z[/?mg%Znq-(/ٹ#AL~TN3mxfB.PsK;h߽m_S C(5t BdT`1m y,mG۹i_ĝ@Y)oue:oL_,aH&lEkЇ28Yϱݭ)zЙUOTNe MI6-nN|:B j^ /)v(s#iͅu*HIf'LJŏ9S)Rןˆxx7iF!%/l`pz_v@yvψ-CFݻi8%/y!40.p43fz􇏝bh47W_bǂd{)xZ1s|H^ZrTq^K%rF1 qEҘsHZHd#Wr.RZ#|$Z y5]e;vl`%K*"..W9_t68$Z+]ƞJ_]%:zdЃH!\^]fVsmrV[)D᪍yI4J^Q~w+)-Dļ#dKzob7H+%ƻb fσy S95i:v ͎2x3"mRQRtb-?KAٷKC(20mƸHwŪ(,yF鿮gs!(uN~Ǫ-OŎ-JHכC-摱gpӭyYW,#7 #,[V|h1NmCe~zot$x0 [Ut'-I?I2n{96O piCFܣg4j8T&JcR iDS0a3Pn̎y'g×u[P&MXnM|֯ DԲ@?tFp-佘3it;^n}ѦQeP_ tA әRt`a`KVx0.IKEyC!g3431PjDG (fad*&]uf%N[$jq@5F:ZWm7o2#,i#GHiV\0ܼAJ 0`6>k%! k:H՜nw١-$J|r1HD?şE*)/7sb- -^f֌ɁŰuZ'N!dt!:艐lhb8fWo]qb nݓ~sjp+3g,+Xi2ܡw5?H&j. ߑΨ/{2O~ݤ"iX@%M#L}GѯMonRuNCrPTfÜDg-bNȀ@xNPD>ABU'S7Š8&NF:guˈg3j:`I"[IJZVYm,⾤ʀHp/Άz658Y )5_r(Q+<`} љm2IA+~RM7fr,RI]mkfΒ?3J}3|.~yt-]A@ewF攨cRs΁ӟ%MKxY67ȲE4[ sB#em gKIgbwnSK&NxX`LgeF ^A+X(vьsߏۃKwJ5jܢX׆FGe6;W$6#`ef:FJ_ȎkI72+Z2q 2J 'KE=itEoB~ENxs mmA?0+ƃ~ގL|؂t1)o(v?w6/HZC̖VEOJŸϦn.БZpWVLbi\sn®ԿGDc6y7--({ r}Qz(X 3Bڞ{X凸1~(z\TF¬7Dj5(ےylaunv/+&*hN:\q9 }ߖFȵWC{# x8 { P^F[Dxߓ1FXD ܤvOCZcB]\[Hî< Wy=*ư41]9th:eyC_ގI8_ 9ƮtgA]ÕW%E]zVᙔvgwUƲmkz΁f#*gGڐ恰K=$"GMW<*'"Q Z \dR QoFyÇ#)Qf@q.oT ٺ$Z G 9H |gVE~F`/|Z<-;Tx/v*S˚V !Csf+TGɗǩK>SBmrtpjiH$m捻ǬM9dQZ|, $z_>HR,) TjAק c ߗlȫ<ih11% 67TY8%_ CK񦳿 ]kA:0hQUnҍg.d,Hi MԊ&U77J4뚠?) 0:Ҟtp[ՑDzGH8ؔ||_aM~Ōm)51-QZ8r3 ja HxHOqen=zu6*vtSmQkل5 W-jBREm bo)cc1wq'_* Bu"cES uouǿ*: DC=1p*^z25c{DŽɌv[G0!PE ŸNEpX`3\CTE@ I+CO#mѦG# : ]&,иs&ϣe1pϽ@eHDIKqwq;c>kS^`^/[fZ K3FP䴓 WJoFBvA'QZXn++u{vcF¢fw}{|BfCR-/;J T*Bq_}g^wK9gBC@? !y\ţ7h +,[E.CKj*b_NVjd":!\tC7Ik"cM@7ao-09u8¯G ?\trN8BMGhdrQRD,H@V 9h=v*w ͬL1AJh<,c22-uZ͗Ye;U!-{eo?烽gaGe }~rAEtG[5 N[ bOKpX/4*%;BSpl~@?u:K{!Kes*Oޛf N!WD}a0LgUBUmƔ1miuʰ#4݉QcTQ$NI=}p fI. +PǦ}Exa-TH;h#'Yei3ycxb-]oQ~o +S0ùSk׸8X% w^;Ӊ3B)6ECMd%,J' {!vz"5(5Kɺbo5y@ \N/eebZl0CIWDݎS6+g;Q2I3`rPv:Wf'};Tp4 v㳇{\:BM gQ cS1{| A7p?0Zfʖdy\=K-ȶG_zrwOP1jPRH?K 03@⭋g?cڏ́vue}r/YH^ \ꓹ9w&j0dgD?=2F",F@M/?{" ?'w*GH?ȭoe-#B8mxo wX8/pI<.S)d9.S_MdH}؏h8q Itt=p#zB=>F=;Fm!׿MY+IBNF%)'7OYh <6mPy|O @LdTB\Aaj 5dS+eefAVEDH&24S'jq(cRa} s[[<|!U֯CE`(R#P y}ҍ-H g'i!i֢cdEa͞o8C^&U,ۦ-(4_:妹Z> =7L>L؃Td%J (~27d=ԭ r&&!~t-cBPr?;l"Bּdb0x*1Pxj;$v=yeDLA=$SG:nJLpyhkjрG`khOw^RϓefVΆ >-t%2ݪh !$ݚ+yS@i1PߑđA3TߚM),KQ(7ؔ^tɤǮ5eC6k.t OFdHلpVME}6Zb>؜7[Kdps׵ڮO"а4Aй,2_PlV9㘿#jY^o\Z4@+.bh9\e ʐ|L%H~aё'G85FAP((j-v|dޟ ?'6뮼%L-?3%rVh3ZxLʣj\a{/eֹb'JK rJԅ*ҨQ^aC! ш|.R1iEB>G9y}Ex2&T!ƥs#b }?&2%s!Q̟5vA+l at7UGK'xW^6p'>h5w)b?Bbc0jAk$$a1D$c_bݞ7@4ZPX$Ig FFQS6sM\!wO%[T՞V.)rVZ3w,+ϜG:hd%ET}N*"xHG׀[Xi[t&*` Č5I #87S n), 4~7Ío/խ[-DCWP,I]=C^;_Z^ε-Yụ&;Pfb8l1' 7(]y| }TŤaVÃAbL3Ze}3)M7I(@$PV/?BUfSn%Wuͨ7F)Ra5F,V؎@=u\pH lHQ;|8W+% xnGf_ "!vȠBAʭ-zSgJHAo 0kμ-|aHg/Y>FhL |OV9->bmR[=FHȚ21鋻\eesm1U"w SV Io<mkg2WoN[(~/1RAܭ>Dx IiS~rGP"lOʭ P %QGlE:MVQ4%vqсM_h 0rrqvy&@xKکuZ3 /ett@S嵚G j$Y"&HWVqσKKΡఫ1hfXs=34@=ά;; 1O LP؆^` YZ