python3-cairo-1.15.1-lp150.2.3.1<>,5`]yl/=„1rU 'jܷ`S~^w 6p|Qn,psnD*1:4JTYliђ),i#b?4G\ !G./"J'Tգ#/̜u̇C8ś[*}m8@NQA^i,<%EYs[fxrtWi>>H?8d # =X\dh{  @  Z  t       8 y  L |  (8 9 : FG H, I` XpY|\ ] ^bchdeflu vPwD xx y z4Cpython3-cairo1.15.1lp150.2.3.1Python Bindings for CairoPython bindings for cairo.]ylbuild84UopenSUSE Leap 15.0openSUSELGPL-2.1-or-later OR MPL-1.1http://bugs.opensuse.orgDevelopment/Libraries/Pythonhttps://www.cairographics.org/pycairolinuxx86_64)! gdXmA큤A큤큤A큤A큤]ykYC]yk]yk]yk]yk]yk]ylXVXVY0]ylXV3d7fc31e167df2c055e154a6e15136144c82ff3c13a4f01f45ccee2f107338c5a44e93f3e50cf882e435eeb27b3f63389995fdc1c8ef87621e84d77e617df5b1a44e93f3e50cf882e435eeb27b3f63389995fdc1c8ef87621e84d77e617df5b18a1c5afa0fc45e59c5a4a2894d5df0412a1b1a2ea11e0f5fa878ef5fa48492bc023adda2c518bc9a19a2f21c16f050931d208182a53ea77bb4c80e2c43192956d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f05c46b794a2f7f8694b3263078b5e20be18de985a23ca737bbf3df2c133f8d9322c7747e2decb1b26e395b45dbaeb627784ef7fdbf2b80ac09a26a560277e58arootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-cairo-1.15.1-lp150.2.3.1.src.rpmpython3-cairopython3-cairo(x86-64)python3-pycairo@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcairo.so.2()(64bit)libpthread.so.0()(64bit)libpython3.6m.so.1.0()(64bit)python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.1]8H@YYMYFk@XqQ^Pr@O))@O (@MATomáš Chvátal zaitor@opensuse.orgjmatejek@suse.comdimstar@opensuse.orgtoddrme2178@gmail.comidonmez@suse.comschwab@linux-m68k.orgsaschpe@suse.decoolo@suse.comvuntz@opensuse.org- Provide python-pycairo symbol to play nice with backporting python stack as new TW contains just this as a proper package name bsc#1142582- Update to version 1.15.1: + Fixes: - Improved support for Python filesystem paths including os.PathLike. See pathlike for details. - Various minor fixes. + Changes: Expose cairo.Path. + Tests: Improved test coverage from ~70% to ~90%. - Changes from version 1.15.0: + New Features: - Add Surface.map_to_image() and Surface.unmap_image(). - Add RasterSourcePattern. - Add Glyph. - Add Rectangle. - Add TextCluster. - Add ScaledFont.text_to_glyphs() and ScaledFont.glyph_extents(). - Add Context.show_text_glyphs(). - Add TextExtents. + Changes: - Pycairo instances wrapping the same underlying cairo object now hash and compare equally e.g. context.get_target() == context.get_target(). - Functions which returned a cairo error with Status.NO_MEMORY no longer raise MemoryError, but a subclass of Error and MemoryError. Similarly errors with Status.READ_ERROR and Status.WRITE_ERROR no longer raise IOError, but a subclass of Error and IOError. - Some functions which previously returned a tuple now return a tuple subclass like Rectangle, Glyph, TextCluster and TextExtents. - Changes from version 1.14.1: + Fixes: Fix a crash with Surface.get_device(). - Changes from version 1.14.0: + General: Requires at least cairo 1.13.1. + Tests: Optional Hypothesis tests. + New Features: - Add Surface.set_device_scale() and Surface.get_device_scale(). - Add Device. - Add Surface.get_device(). - Add ScriptDevice and ScriptMode. - Add ScriptSurface. - Add Status.JBIG2_GLOBAL_MISSING. - Add Format.stride_for_width(). - Add TextClusterFlags and SurfaceObserverMode. - Add Gradient.get_color_stops_rgba(). - Add TeeSurface. - Add MeshPattern. - Changes from version 1.13.4: + Fixes: Fix a rare crash with get_data() under Python 3 (1.13.3 regression).- fix requires for devel subpackage- Update to version 1.13.3: + Fix ImageSurface leaking in case :meth:`get_data() ` is used under Python 3 (gh#pygobject/pycairo#43). - Changes from version 1.13.2: + Fix pip failing to install pycairo in some cases (gh#pygobject/pycairo#39). - Changes from version 1.13.1: + setup.py install: Fix generated pkg-config file if ``--home`` or ``--user`` is specified (gh#pygobject/pycairo#34). + Fix a build error on macOS Sierra (gh#pygobject/pycairo#36) + examples: Fix snippet examples when .pyc files are present (gh#pygobject/pycairo#35). - For more changes since the last package update, see NEWS inside. - Implement python single-spec packaging: since pycairo 1.11.0, the sources for python2 and python3 based bindings have been merged again.- Add python2-cairo and python2-cairo-devel provides for compatibility with the new multipython spec file macros.- Add Source URL, see https://en.opensuse.org/SourceUrls- Build with %{optflags}- Add group to devel package- trying to get the license right for spdx- Update to version 1.10.0: + New Constants: - cairo.FORMAT_RGB16_565 + Bug Fixes: - context.get_source().get_surface() fails (fdo#33013) + Improve/simplify unicode filename and text support. + Build related changes. - Move to using waf for the build as the autotools support is broken. - Recompile the generated byte-code with %py_compile, as the waf-generated byte-code references the build root. This is a bug in waf, see http://code.google.com/p/waf/issues/detail?id=986build84 1568275564 1.15.1-lp150.2.3.11.15.1-lp150.2.3.11.15.1cairo__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_cairo.cpython-36m-x86_64-linux-gnu.sopycairo-1.15.1-py3.6.egg-infopython3-cairoCOPYING-LGPL-2.1COPYING-MPL-1.1NEWSpython3-cairoCOPYING/usr/lib64/python3.6/site-packages//usr/lib64/python3.6/site-packages/cairo//usr/lib64/python3.6/site-packages/cairo/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-cairo//usr/share/licenses//usr/share/licenses/python3-cairo/-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:Maintenance:11060/openSUSE_Leap_15.0_Update/e4cbfad0f02138a0f921bdf184761d2d-python-cairo.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxdirectoryPython script, ASCII text executablepython 3.6 byte-compiledELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b159b33734c32e4ecd4d077a9e6b167879aac3c3, strippedUTF-8 Unicode textASCII textRRRRRRRRRRR@JDr%4h8utf-88b2e16e9872cd81d57ba04d0ac0a0c16bf9b2e2a08fb8fafa0a012a1e2fd51f3? 7zXZ !t/)]"k%%) `=az>L?8<uOQDn$ p t 3v U o}LG]k2432¾`kN`hϷ5V?>Qzm Qay8rxv<%!\S<+Mzi3ʶǍ9MX:EG4cg{=CVtoYr _g@2<hGs\C{Wo P৒hDr,a`ҏ;Sg4%X*jU?9|Y޶GA9 C>!l\P "ZɕMC h=C ![ң hbkn':{IB]!ORR>R$NHd;RHq/5arY%v+mWO})"9'1ݟp-ڛF3%#g~a@ @y[Lw?/V]& /Ѻ=&LԟPc(C|}'stwwg9bw{ϢBG[)Z6k>E+OsD!pYo;[Eg 5ŃXJ IpK+'mJ(/phr[ ͺMV(vs$S "vSˬދ=j9uzP@ym n ;U(t :࿴.RrFi`9Ԩa%Mi T"d([h*Bm*V ¤`l:xU!i]\Lib,5$))NnV4TC.; }#[D6s!^Vneuj.nB8m/#Qf sxiEȺ^^Xg7\5{x/2ܞNi~Hx27JI7.t`Ā ,cJm@K@'Î='{1<_&G1|XI(ljc16D9'1~틎ddgf{\f;:iWHx#4[u4]ޤ pٌ26Mթ؀sW*juݸpR5_o!|MD"̻4dL뱀ƂDn"oJΛ9̨O%P]U<("~܃B@z0>QX8ןb--k}sL ܗ6b0K+dmr eH &#y+ 1I< _Gjl[GHIFz[Br]9YfÒhtQ*;7.QԪllD"M4gfx23kES2up 9jP!I_7.F0k$S4%cR2!Vh<%6!%oa;}WD~;<],܆0ؿɽbmX{JtnX984۱ӱNbE{>G,k1\s~67dƗ&K,:Ɵq+hF!Ȟڕ^7${ЦQN)"<ݪ}`@[A/H( ]\|l.KM3Mk ?4Dٜ~&z(ӟ4tTnc!`"%. \V)\d@O/$P@˻4XYܔh\ݜ-dLT4@bs!g1̪APksR@K90 0s9lxJx $."iqy`9A #x]46bp;r0䐾kw\0w&ބ{?$;[MxIoJG@$L~)a9C7f'u\= dH-Fcᮋ"lK@~p={V'ukV zJƃH%کT!퐯C 7[qKٲbiQsԓ|S+}r7ȃEf QG ]|@^)$G$}dh"~׷-o< ,_L#ഃ'e`|]hJ0DrHt=Ԩ/zQitb6,h&?Z.K- =g5}B/fʶ#<}Dš.('t%G16 B%<6@*pҟ׼:0JvQոg 5sp7sm(LtJH`\.ݚXyw F ecAP "5oxF5@lmYB0"N{?C;0 /.G[X`L?!4@e'` ɂ+1*6o ĉ^~0q |B` D6Kdj_ܠPX+[c=xO7Q} {Ap}=oG@G1p2]H](桎%($n"/Y,F+_y54 ]X'ڠ&ŗyv;饘0&;2ׄ o> ֈW[аĦGPPʗDYwvsz[>cdǪgjVzwWgi߀rFu8G iKܭ˃J͠SZc,5IWIVV E~I3Bْc !xImG1] |/ q>J">|M0g,Y\'{Elm k/fss! r~Y>f|z;)|a,O*eMFlyL]LPaƉ(s~on_{s]F"z Ã1i͠&LWV'3;gfqB?c~b 봧aSk>LMI[DcW}zt4v -|q&tU.P/V({ DyvD2rGEnNz'tO@ٚßʰ}<3Ubz#_m@ꬉu~o!+No`Y 9ѫR #\&LS[ Sk,Giԕhy,9E1Juٖau7 ȅf=ƈXxV%(:F80T}o(M^ uWֿ ܏3 ̓|Te!]oM>W"eG[yͿ4[Ab XE<5\17[!>WhFBt _*S # YZ