python-cairo-common-devel-1.15.1-lp150.1.6 >  A Zx?/=„PVV ]@,f0S>̕؅Oܖ,ʳ9(+he|y;ԣfP:_"h@ jR*̗Bcdw,@"0=SL+s'_vm-jѷxnTS֬|wQ2eaC Au0c˖@s~h7_VM%p?mvG.la-CE3C3dHsTbi "+Ⱥhj{p-bcc47af80f35689fffcd55246391937f4c1c68f95039d93368f52bb25dbe3a6633069eea282c4c275e51bc8d8a426d774bdc71bb2(Zx?/=„_N0D +FI$zS,N8LhUV`hJSYRŨ75$[B5ug*h@;cςe+NL72xZثī%  %q"9z$v2$dIwh+>P K;X;-yቂD{FE?eyo Y{+[9w\[*fQiaP_4c#Ca"tVrw.˲v9@ذrΞ|H>p;?d# - F`dlp  " ( 4   (,84 9h :\ FlGHIXY\]^b)cd5e:f=l?uTv`zCpython-cairo-common-devel1.15.1lp150.1.6Headers for python-cairoHeaders for python-cairoYlamb24FopenSUSE Leap 15.0openSUSELGPL-2.1+ or MPL-1.1https://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.cairographics.org/pycairolinuxx86_64#c#cA큤Zx3X,X,14c4e25acf291cea4b68d69dfa78efeaff678bf30dee6651b562d5701ef01ef714c4e25acf291cea4b68d69dfa78efeaff678bf30dee6651b562d5701ef01ef7rootrootrootrootrootrootpython-cairo-1.15.1-lp150.1.6.src.rpmpython-cairo-common-develpython-cairo-common-devel(x86-64)python2-cairo-common-develpython3-cairo-common-devel    cairo-develrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1YYMYFk@XqQ^Pr@O))@O (@MALKVJeI3zaitor@opensuse.orgjmatejek@suse.comdimstar@opensuse.orgtoddrme2178@gmail.comidonmez@suse.comschwab@linux-m68k.orgsaschpe@suse.decoolo@suse.comvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orglmedinas@gmail.comvuntz@novell.com- 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=986- Update to version 1.8.10: + New Classes/Types: - Win32PrintingSurface - XCBSurface - add XCB support using xpyb + Bug Fixes: - Fix for libtool 2.2 (fdo#27974). - Mingw32 and pypy fixes (fdo#25203). + Other Changes: - Tests updated.- Update to version 1.8.8: + General Changes: - Pycairo 1.8.8 requires cairo 1.8.8 (or later). - Move from CVS to git. - Add support for the waf build tool. + Updated methods - The PDF/PS/SVGSurface constructors now accept None as a filename.- Update to version 1.8.6: + Bug Fixes: - ImageSurface.create_from_png _read_func fix - ToyFontFace type fix - fdo#19221: restore cairo.Matrix '*' operator to the way it originally worked. + Documentation completed- Update to version 1.8.4: + General Changes: - Pycairo 1.8.4 requires cairo 1.8.4 (or later) and Python 2.6 + Bug Fixes: - fdo#20674: Add get/set_extend for Gradient Patterns + New Classes: - cairo.ToyFontFace + New Methods: - Pattern.get_extend - Pattern.set_extend - ToyFontFace.get_family - ToyFontFace.get_slant - ToyFontFace.get_weight + Deleted Methods: - SurfacePattern.get_extend - SurfacePattern.set_extend + Other Changes: - Threading for surfaces with stream functions has been reenabled. - Documentation updates. - Stop re-defining _prefix. - Remove unneeded BuildRequires: gtk2-devel, libjpeg-devel, python-numeric, update-desktop-files. - Add BuildRequires: cairo-devel, fdupes. - Remove Suggests on python-numeric (Numeric support was removed). - Remove Suggests on python-gtk since, well, there's no real reason to put it. - Stop running suse_update_config. - Use fdupes.lamb24 15035760001.15.1-lp150.1.61.15.1-lp150.1.61.15.11.15.1pycairopy3cairo.hpycairo.h/usr/include//usr/include/pycairo/-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.0/standard/0e46528427844ca25b4202c0e6e0aa5f-python-cairocpioxz5x86_64-suse-linuxdirectoryC source, UTF-8 Unicode textDQ^~=6*utf-819771414da9d7ad21105cb40f4e7dddbb570d90ba608ec16a8b310690c26b6fc?P7zXZ !t/H ] crt:bLL ~`DZuOH*ExW+rr` ?r9osKI寍Mup"-e@E뉹=>Hψl3S{QaaGGNFG2|oMǣIWa 4`U=nivHx]~cP\k7 T3Ԇ ƒ Wd}PaLE w~`ۥGB{`R儁Nȥ>B=jdf^w ̶Iݍ[48`,;E(6POo=:%seP*sxb}ZKK(\o3o"IfZKhC'R{{ M՟Gv9L@u ,ݙ$53<60t7)XaYZuf5% ß6ETwGB!k~툁Wy51w={gT\X Ê-1OjSh=|żDm2c;BL;C/cY&ӭ1O\K߾:p,xR [=쐳GO3;s,t 8Ge9>'奾_XCXjjɮ1A)- &[ߐ㼰!EG'eOEQ\6c.T4Jߋ%#JȾM5.׵NY9}lI#qyrj(Of:=j!Q{7^r5~ VMh4xB6aZw RAlU{H8Xʶ$O* 5Yt)1mqW˙3N6f, {鴲_Z ?nv>N0-cXiԠڥjcUaO걩UAvrNAQă+2? Ҧx TG/mFaܿOeo*~:Av^=+5$^LRR5WSr1L]pcã}'ͩeX$w:XU@GV|TΞMlX/C~|K}ET6׳IrqTi?f nj J1R^JE<`'kJFl![o2b 2'zwFfN N1nDcj+ϹB}XFǗmsFs! edץLoE.;˳-i5PND|LI#.Y~S.7b$t ]氏G$S qLOif'wHyq: 뛊; lS` @1 ZMqm$ъZ)!Ӹf>-@Ҍ>]?>9Kȡ)M!䰴&_st2W)Y"ikJߦ =^ʁRlȑ蛗E*% Ʋ-|Qܩp"'G=% cߝEM %6kxM^YĞAH5b89#̐!E#sy݂v+Ff4|OŽs @,H}لd)};sGCdW4y75|JjPYC޶ YZ