python2-cairo-1.15.1-150000.3.6.1<>,_cmp9|ֆ2[Q +#^f6gk#_c_%- >okd NP\[2`5m7Zf|k&&v9Oð+L( T-dEt|3:xgBh8XG ^)H,%$W HEK`ָbȅ%8_vx#Aa-~;KUm3wA?d $ >\`lp  &0 `  x         H   `   (8 9 : BFG HD It XYZ[\ ] ^bc)deflu vw x yP z|Cpython2-cairo1.15.1150000.3.6.1Python Bindings for CairoPython bindings for cairo.cmibs-arm-5GSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-later OR MPL-1.1https://www.suse.com/Development/Libraries/Pythonhttps://www.cairographics.org/pycairolinuxaarch64) gdXmA큤큤A큤A큤cmYCcmcmcmcmcmXVXVY0cmXV3d7fc31e167df2c055e154a6e15136144c82ff3c13a4f01f45ccee2f107338c586608fcbbd569d23c3c819c182f664958931f75814fc5304db8f8721ea55b37086608fcbbd569d23c3c819c182f664958931f75814fc5304db8f8721ea55b37075611bbfde21e428c66d0edbf15c58847b3fc1085c2585f7f730595e372ff977023adda2c518bc9a19a2f21c16f050931d208182a53ea77bb4c80e2c43192956d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f05c46b794a2f7f8694b3263078b5e20be18de985a23ca737bbf3df2c133f8d9322c7747e2decb1b26e395b45dbaeb627784ef7fdbf2b80ac09a26a560277e58arootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-cairo-1.15.1-150000.3.6.1.src.rpmpython-cairopython2-cairopython2-cairo(aarch-64)python2-pycairo@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcairo.so.2()(64bit)libpthread.so.0()(64bit)libpython2.7.so.1.0()(64bit)python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.0.4-14.6.0-14.0-15.2-14.14.1]8H@YYMYFk@XqQ^Pr@O))@O (@MAtchvatal@suse.comzaitor@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=986python-cairoibs-arm-5 1668147145 1.15.1-150000.3.6.11.15.1-150000.3.6.11.15.1-150000.3.6.11.15.11.15.1-150000.3.6.1cairo__init__.py__init__.pyc__init__.pyo_cairo.sopycairo-1.15.1-py2.7.egg-infopython2-cairoCOPYING-LGPL-2.1COPYING-MPL-1.1NEWSpython2-cairoCOPYING/usr/lib64/python2.7/site-packages//usr/lib64/python2.7/site-packages/cairo//usr/share/doc/packages//usr/share/doc/packages/python2-cairo//usr/share/licenses//usr/share/licenses/python2-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.suse.de/SUSE:Maintenance:26665/SUSE_SLE-15_Update/137601a740407ffcb2607deda44829d4-python-cairo.SUSE_SLE-15_Updatedrpmxz5aarch64-suse-linuxdirectoryPython script, ASCII text executablepython 2.7 byte-compiledELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cf45c7cf83727ff44eee8dcc2d4cae15147ee3f4, strippedUTF-8 Unicode textASCII textRRRRRRRRRRRB]싌-'8Tutf-89d87a263bf8c9f3da40398baca2a120a62721793523c044732d22d740c05783a?7zXZ !t/]5?]"k%r) Haz>LCF {?lY},~Z{۾Y_a>i%e\I֒`2qS9".F77s@y#}ͷR7wlˆh_MPJQ2;IT6s,(eG -0pDv&>πbXc7ȉ/،t,.{6#fů綠ָm1ݲ.D>~M訅惜"@)`\0nO4NFB0G02DpDLzQX~@"քϥ଒J{TdHac:,@rco3vXlD4h]!~rV*g,H,yёcѐg>'$df"mf' ⋅hr:#vHV6Hnة}|7Ϲr61vD%~e\#\i987+*t&p*qh`t~F>lVp#zWۑM nJ&%s ʌS7vY7 T9Xxi `Q K>0E_l 2O{;'gVC|%8ۈ ,œbp%bl0 y2T|_V=a@X/ fnDDRFH\:X1KaCo-.b#Z79in7+,q?V H$zC&UyW{!X`QDX,vDDL^+QLQ HӋjN7d>q)л1֕ _YNP#Q[ԆBƸO"OW$63N4}OA*w[3douu[_CrC^>1øliPMR؆|26F뿼5N wE&)L [ͥ"Ŋg|Khb?q]2uTDiex"S<ȥŖ\ZHbfF;l *Yқ.3ϳ/g`v}#Fmpa¯ZHy W%ߌ^@u֦8Ey!GY|׸0!3 mX$aaLhZ`ۺh\l6e7c3O*|(EKvEKd]1r@cu_Qp#Jt+ȕCxބϨrd Ad#S"WctB 1B7F\@#r?>ԸǖweH 9E*ϢoKMns$6d3:z+SA(&Mv"M5Gɯm$=2JoqA+֋C*rkS@{/N rF2kw zvf*Q9cNUbaO*FD!ا8&?Jo-?nj'!ks/v%Q#_8b}zFp'€ʥQ*&y^yq$DR(؛8"ʊlӦu<1VPFFʧ x~"P{{/5`u0 ISBh89L}n%%וx\:mE؞'/B63CE:nZ5Z IO?exC=D+pua!K?K5.ֈ :2~ V!'SaKoj&M$1^ıIC>ut-J&i=q6LC\y›J6YQoQd^%:u|m_ڲt+j[ji5H)0`$FY5t tB(aȬFHs FpUYl92/6B;=ک"QL$ղ+br2A Sy='d9 SHWta(fX &L &: T C6F_xtyd_--UO3Gh~,NtzS ƴ)Pm7,~O0Mbg7s ÎqrB;CRrR`{B@W v2$ . p O)СNlJ6 WJG dGӓ|* F!;L(LG.˳'Be\9yqvg`kKɵXΓym $pZ&LhGvYX .Lu?*kH"ɍ[ 'bWD89kXԜ2t#LLҋja̗P\s @--)lrMQl{[M۬0h42{M i>CoS"rr2;0w9b8+mJ@:U9 Qur|)RC'bh_B*~1/kEYG-7h2hMO8n6ׇ]_W5K^'Av^SHV#'cɸ1tMSEmZ5Z~H,g3S\\ rL}|)֤`Y?3"M4ݚG0By73I#9k(WZ F3!-ѯRL[[kdem,CLsylӑ)c"988$ 5*_J䧧*(lA{T=o5MrsM .կpq.ňW W ge:m5ƍ /UKfOpF]Ya"##9nbch&޳@bzDo ~818jL2ji̸BjQO.ۯ̐>QsEG"4p 7sN':a,}*BךmcFw]V{RB } 7AH㓯8`%:̲ϩy{شW(cjlۗf*R%\dUiۊ >]M`Iub/A8EpY)ԩ"Nb`W(PYNCn\3Ltz(m0ҏ矈N ^Chh߫*O"įgQsxM}ܴ%،)>C4O2{Ug敜dzɲLwĀ*/H\:)3ocМcgBZϢ),i?g JjS"3Bh4q $܆K^x3<( Nl`ѯԴ>wWWeHwqs Iȴ*p .94 A.jp:(7JeI3`Utj8Sp B %3{Nb=2]1"D%U_ꂑl󸆥GR O*_8>cAm!}ЇDfU 9>@o[zmߞvs;">r s8m&~$ yhVƥ!mV4 ;!-V=YߓUÆ Zӱ`TJDs;HuK ȯwAI. ʭx:< %[țwwXΛqcږ0Rw A=A>[ʲm^mwL1b;V'stF+Ꮠahc|4e|ZA7okϼ/?Xb ;-Y6Ôߙ'*VG?af'cdKm ߪF2Ѿ}=BZmOT%y?*D޿gٕϙ -mp?o2ttb-", (fNJWO?Y{ o*%dQ\7=ND稤KzȞbXp"Z9p8vd;1CKK*lYP_U8PZ]mcnʿ.u7-~ xe~'LӿxwXFQyn*9]݄v2# /,=^]Ck;{ͻ"3.⭶_;Kp0]Žcfbz ճ4bX(Tf?Tu\t?!1`R+A5_P5J|n\~ʯ Hi( :Vv3ɟ#YzJ^RǪɯgH~gFlͯSG}gv} Gp x$XRYt6)I+yу]_hP-5KZ*P^M?Yg KVM> dᫍ}~#R%\YPdMbD hOvA=X9ݤKh귮3n|nxtg48̎!,gYC3["0t6R(b IKA(8_\idt12 ’p @%W7.|xY#Ŗd! B]ԇ6yjďdf>j%}vtUӢ^H:bn C"#6uw|ge%M#̋_1 ~ \{;f$OVՓ~Pt:_mx! wK/ _Jf6:JHk1z6C^QY̌U;U M41ĝSd I¬6p Q v xC|Lx|)3=7뵇ӵLW/z/Ap e+ w"V;_$0X&p VKN*݆M$uLהC׈xtC[L_PN ?۩eHT;7Տ N )Ϝz=44$߶4IDZנQEōp TgVОZX.-@x'd6%B.#7lQN䔣Bm}y1! k41n_Kθ3+2+ 0ٯxjF ZC{qdBAI-$x`1g]Xw&\6KcaXUdjb}00;MI(H\yjJr+,'5roEQbG.`WnUI3I@5ԥ0pch<8i2.eJ+=v_OC`W RJƺufU;9=a$+M7"=S)L8u9:lCMxy @kVy2ULmGfJ&-P?y4l({ԡT6O5$詮w8'x !ծ RY\) OGfU:?Sˌ"/Ͱ#sxx]BbXƞQ­0Z_7Z̋,Dfۿe=|%% @D%ܥY& hh ,@y=[ 8N$@4 3oTN*ow:5O+-g򝋣]I϶]VF32fx8k'z& ҵ%8>RZhՁFPŲL2Y4&Y$CC8#=d9R F͚]R>fK NNH"»!{ ]fd<;1wzrES5Sׂ@V˘L l@X\dѭ"6cj}@O<8vnXef9T,l) f/L~ E U(؆́6-XmcCYчEs0xVriҖ|݈C83c<Ղe @_a[T>EQR?_hNsd;Ah" sQy'Es2r;&I5ЗKZFf2Ϻf> +I+ZGCy4Rg7^t,?m5[ILU/DiriN`2iv=wUcvd I9==J5kyh J"XJ9ڂ1|Aq̆6R^(qn#V5S#UY_75S`wO9eh=h}cH*%b0/tK2C qXinyK[ؾ؉/t׉,Um'ω#0G9><_A }jE FⲜdk(MrhY(.@DŖ-=V'g ]G[|)Υ['dE$W%Y)ܳ"0 GgwSM@`])@\'y =zE꼾IQ3c 31 Tg砨~_y^-"-MRUk>~]MMJq8iݫ .=,2F^VΩހ@ O5dQJ`i=9QFIr(˱)Zu{X&HRA+325)ۦ~=cekA۹/+` p\xGE=]H\6y "teϱ\9n*uNVʔz& Uhp[#:!Y>.K᱾ݓ+sNg\#2,_E rXX$jnzK=_p_Kj"|A>XROAx1so??G@>U.v4[͵uIz̧$נ.~[WQmUj(|6Q5hX[nO%> !z9TI7w8uo/٩{ᰳ OK  澟3zگ\@fb +%o B+cUa\(GP?yR jg ?r>ӴjK݋ P=v,9;sؐ~Ծ]<7BI*U\>}&S-z x-aNJyvMHduqbWd(yϒ£Y!k7-(XXr=ڋYS_rc~"4yfrHWZM>Z˶씀C0s:νs9ݶ̢Hm ]D2%|0 x7%Uڑ:0YkNh 6Ifi+3C+ ̡<8O5\*]974n5R5? 1J|6Y|uAX mW%Ѵ7˸g||O8IbvK͜U:ȟ"]i>M3GA^7<Ⱥɻ^nG+ufF>N+>_*JNX~b^Pdh@Ȼo{lerZRHVԤf;O6vK+zxb"rb\@%GъO*N龥m ޠ"CDx!<,9ߠ1骰+eTtŎEL8^ 9^YLI1"J q* = {!̵-s,&؆Cdr?tFB@[?io*TRsOQ~8C9v'?[$\Oz Mo .y90hL8)gvv%g} MqpeL$'YkC*%t\V|`SMlKz`ƶ YZ