python2-zope.interface-debuginfo-5.1.0-lp152.4.3.1 4>$  Ap_͵/=„!XAt^VHAG:5q ĥ;' ԕ(77$^`2'=ne3n$oP;\f)kd¢yxcmr G/0-W-9 ]ܙ,E7f9FsVdoyir^f.IWgalK7D=E=_YϛYZEe=3f<́j!UU.}ts)x uYS|yAxe443296b21b1a38bc80e744dd3b81ce070d9dd4a4f6ed712da8bc5057c84c09af87f9edaa813e25ddf05e432c14574489c42b3983g_͵/=„bERDj^Np\m8q"%ސQq7{ji e="OIx ;?VxJ"EiUyÃW#>S8*nc0.ߐ™ܩm^~.$G-K?;h%G>z {`tLP9š^H5N֯"&~dn۸[s]CajCuゎ?OVQ *3`$x=zG姪_gUzB>p@#?#!' 3 h$(48KT\ u       P       <l (8 9 :A F,GD Ht I XY\ ]< ^ b Tc!d!e!f!l!u! v!w" x" y#z##$#(#R#d#h#n#python2-zope.interface-debuginfo5.1.0lp152.4.3.1Debug information for package python2-zope.interfaceThis package provides debug information for package python2-zope.interface. Debug information is useful when developing applications that use this package or when debugging this package._ͪold-atreju2openSUSE Leap 15.2openSUSEZPL-2.1http://bugs.opensuse.orgDevelopment/Debughttps://pypi.python.org/pypi/zope.interfacelinuxi586_AAAAAAAAA큤_͡_ͪ_ͪ_ͪ_ͪ_͡_͡_͡_͡_͡_͡_͡e7666f55e92b557601696ba0d9acbd1faf5e509e94cbfe4d027eadd6384eb1be../../../../../usr/lib/python2.7/site-packages/zope/interface/_zope_interface_coptimizations.so../../../../../usr/lib/debug/usr/lib/python2.7/site-packages/zope/interface/_zope_interface_coptimizations.so-5.1.0-lp152.4.3.1.i386.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-zope.interface-5.1.0-lp152.4.3.1.src.rpmdebuginfo(build-id)python2-zope.interface-debuginfopython2-zope.interface-debuginfo(x86-32)    python-zope.interface-debuginfo(x86-32)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)5.1.0-lp152.4.3.13.0.4-14.6.0-14.0-15.2-14.14.1_@^^y@^oj@]7@\C@\ @[9@YGYEXX*UUMatej Cepl Tomáš Chvátal pgajdos@suse.compgajdos@suse.comSteve Kowalik Marketa Calabkova Tomáš Chvátal tchvatal@suse.comokurz@suse.comokurz@suse.comokurz@suse.comdmueller@suse.combenoit.monin@gmx.fr- Update to 5.1.0 to allow upgrade of python-mailman (sr#842976, bsc#1172933, jsc#PM-1954).- Update to 5.1.0: * Make @implementer(*iface) and classImplements(cls, *iface) ignore redundant interfaces. If the class already implements an interface through inheritance, it is no longer redeclared specifically for cls. This solves many instances of inconsistent resolution orders, while still allowing the interface to be declared for readability and maintenance purposes. See issue 199. * Remove all bare except: statements. Previously, when accessing special attributes such as __provides__, __providedBy__, __class__ and __conform__, this package wrapped such access in a bare except: statement, meaning that many errors could pass silently; typically this would result in a fallback path being taken and sometimes (like with providedBy()) the result would be non-sensical. This is especially true when those attributes are implemented with descriptors. Now, only AttributeError is caught. This makes errors more obvious. * In addition, ZODB errors like POSKeyError could now be propagated where previously they would ignored by this package. * Require that the second argument (bases) to InterfaceClass is a tuple. This only matters when directly using InterfaceClass to create new interfaces dynamically. Previously, an individual interface was allowed, but did not work correctly. Now it is consistent with type and requires a tuple. * Let interfaces define custom __adapt__ methods. This implements the other side of the PEP 246 adaptation protocol: objects being adapted could already implement __conform__ if they know about the interface, and now interfaces can implement __adapt__ if they know about particular objects. There is no performance penalty for interfaces that do not supply custom __adapt__ methods. * Make the internal singleton object returned by APIs like implementedBy and directlyProvidedBy for objects that implement or provide no interfaces more immutable. Previously an internal cache could be mutated. See issue 204.- version update to 5.0.1 * lot of changes, see CHANGES.rst- version update to 4.7.2 - Remove deprecated use of setuptools features. See `issue 30 `_.- update to 4.7.1: * Use Python 3 syntax in the documentation. See issue 119. * Drop support for Python 3.4. * Fix queryTaggedValue, getTaggedValue, getTaggedValueTags subclass inheritance. See PR 144. * Add support for Python 3.8.- update to version 4.6.0 * Add support for Python 3.7 * Fix verifyObject for class objects with staticmethods on Python 3.- Fix fdupes call- Version update to 4.5.0: * Allow registering and unregistering instance methods as listeners. See issue 12 and PR 102. * Synchronize and simplify zope/__init__.py. See issue 114 * Avoid exceptions when the __annotations__ attribute is added to interface definitions with Python 3.x type hints. See issue 98. * Fix the possibility of a rare crash in the C extension when deallocating items. See issue 100.- Cover building python3 packages as well- Update to 4.4.2 * Fix a regression storing zope.component.persistentregistry.PersistentRegistry instances. See issue 85. * Fix a regression that could lead to the utility registration cache of Components getting out of sync. See issue 93. - Update to 4.4.1 * Simplify the caching of utility-registration data. In addition to simplification, avoids spurious test failures when checking for leaks in tests with persistent registries. See pull 84. * Raise ValueError when non-text names are passed to adapter registry methods: prevents corruption of lookup caches. - Update to 4.4.0 * Avoid a warning from the C compiler. (https://github.com/zopefoundation/zope.interface/issues/71) * Add support for Python 3.6. - Update to 4.3.3 * Correct typos and ReST formatting errors in documentation. * Add API documentation for the adapter registry. * Ensure that the LICENSE.txt file is included in built wheels. * Fix C optimizations broken on Py3k. See the Python bug at: http://bugs.python.org/issue15657 (https://github.com/zopefoundation/zope.interface/issues/60) - Update to 4.3.2 * Fix equality testing of implementedBy objects and proxies. (https://github.com/zopefoundation/zope.interface/issues/55) - Prevent duplicate doc package generation - Cleanup duplicates in build tree- Convert package to singlespec- update to 4.3.1: - Support Components subclasses that are not hashable. (https://github.com/zopefoundation/zope.interface/issues/53) - Add the ability to sort the objects returned by ``implementedBy``. This is compatible with the way interface classes sort so they can be used together in ordered containers like BTrees. (https://github.com/zopefoundation/zope.interface/issues/42) - Make ``setuptools`` a hard dependency of ``setup.py``. - Change a linear algorithm (O(n)) in ``Components.registerUtility`` and ``Components.unregisterUtility`` into a dictionary lookup (O(1)) for hashable components. This substantially improves the time taken to manipulate utilities in large registries at the cost of some additional memory usage. (https://github.com/zopefoundation/zope.interface/issues/46)- update to version 4.1.2: * Add support for PyPy3. * Remove unittest assertions deprecated in Python3.x. * Add zope.interface.document.asReStructuredText, which formats the generated text for an interface using ReST double-backtick markers. - fix documentation generation - pass -q to test to avoid spamming the build logold-atreju2 1603259818 46fd8188805ad340faf98aa7d5a72e1f2483cfd85.1.0-lp152.4.3.15.1.0-lp152.4.3.1 debug.build-id46fd8188805ad340faf98aa7d5a72e1f2483cfd8fd8188805ad340faf98aa7d5a72e1f2483cfd8.debugusrlibpython2.7site-packageszopeinterface_zope_interface_coptimizations.so-5.1.0-lp152.4.3.1.i386.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/46//usr/lib/debug/usr//usr/lib/debug/usr/lib//usr/lib/debug/usr/lib/python2.7//usr/lib/debug/usr/lib/python2.7/site-packages//usr/lib/debug/usr/lib/python2.7/site-packages/zope//usr/lib/debug/usr/lib/python2.7/site-packages/zope/interface/-fomit-frame-pointer -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:13039/openSUSE_Leap_15.2_Update/da88eca998a77a667b533a4552ad8389-python-zope.interface.openSUSE_Leap_15.2_Updatecpioxz5i586-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=46fd8188805ad340faf98aa7d5a72e1f2483cfd8, with debug_info, not strippedPk (9kaۛaCpython-zope.interface-debugsource(x86-32)5.1.0-lp152.4.3.1utf-82a3500f82f23d50de8826f5cebf7021f4e194e43228ae006c6865d10c91997ca?7zXZ !t/?x] crt:bLL i^}H+r0{J ĚqGmv-Vy_-}kalE;L-}a*Y۫Ky84M պ}!;O#ht;m4p'Yđj˚-O;H p"Qpa%?(Sg@!]DgQ:E2 ~xZ+g7nXwyqT{RF o")|N.t޵bQW`o].k Zܵ'Ϋ|nC8_ﰶ]ni c6Aw6iU}}У:0Q;%ps j4 X?Tq7+ĶhXxdѕG܈|Ӂe 6#a?2\  B|KAQDYڦZK6:5C춄DZ8pz=Ex%䘋/{RUa//I_Int ƓCTƛY՘Nԥvع{jQ`C\T&dVlQ nV=VUW Wh6p׍fPjbGv(XwYUk_QݎVi HR6_fy!f}QIMH3YμGWZ0%?C,aQg=9 l # c'>AXB'QM1u/5D}#c {3Kgߡɑ-k }}Yߪ=5NHRg2Sj'Hm:wM1=:(+%$Vhbl]O^Im'ڴE$tωȫ:%S>Z$ ՙTݑ F=PuvGzcdN+slfM>iXܢ ^˫3i.ֵPb}oj"%a c7b}dzh5:衕9aOfE,keOtn69!>%A!HrԄ4$KZ|^ ,J+N!z4Z1%P{2rf $ĺ_T/2h?!imc |)>=㌯ 7XeI%?0&"<lzh&zif?XAt=i d1*9a@>% 6|$ K}Ʈo@FEO=%/5ĕq>4zX#~^z|w@˾K&p}T%( Vo8뎎̒/Ꝇff^`LTķ3hFs#舻OG g6TУc5[wL=Ok mأ*3jO) շ<_`63/$[1sK_6H4 ~+Z'5EvN_tF ߅Ea XCߎu8{f8 aUXo)! &RQ ypgx3q[6]NIa6 0QLFC?n._>J$@]wm-DZo7Ȭx6\n.{ ;F1qecc!n,zqe {E6`g+5طB19?H;S6Q+Ŝ'Fh̆agSo>/#}}[ʸjTfh%TKh۰(XO.Et,c#ipE9Tӟ$Hk kɧ5>%Vd6ֳ`c @YdzeaX]NrhukNr|X&P9E[ j ōE!Bȯ6 Dɧdnt[rT񎌐✐r="AHV|,rEJXF8T}Lm!u&ރ6X21:0IJ}_Ov=F8tGvhdbzo怩'c >-&/,>y/v[yYj/7kVpe=4dIE}n+ ~ 4|.JVD1\ǂ]A)Df0:!.÷(`b}wVSo*[a|Q&"1`a5`բ 񭟿{,'y ¬~fJ޺oυrNgXЕTAFϭTƗ>Kq]K n}X} F^g3 ny6roh>r6؊@&{naqicLQer~8]RJ-x$# R80DAejF~w,Z!vG v u3fȯ>/>|L$9@젒_:guj``A_{*;n!q{ Zx7pvHid% 37D!? d1c?})MYGXk#[DMeR兌uEqGPD'Kog]S_qԜ-!=tᑹ-2i%n]p" w(vcTXTB .DF73SzwDuK| G],)4"ƊfXC/ZdjwPS"wn#ܱ+SJJ2|婡gZ PjB!>ޤ2XW{,XvR=7V>.?5:QEEtQ u;mcPYMnWVjNҶVMF]QlR3 *PcPrjqJߊa TvMBRInݔ?tCnK},[HBMysˑRjt8۬MT0΀,!CLGHܻ(ƻpMn૙=adA7y>Mt0 4@I^Y"Ԝ]MJk\j\m4H^]wtd-sΰ)(sG|b+& 6)DÅwKe&i)ɒ ڋwPkzi)wà`l7#m m-" -gRވ(RhlCΌdMfj*%_|1ܩ9SqZ0]4S*07{nQa2-V&3bH>+ 3c.x nn)Nf3ȼplIk"4 xy1"Tn뵒P\]ɣDe8 m% *@wO!7eLdfsW  擌 3~를T|E) =R*˥k!I%k _٘b귑a@>챧DIH!q6X^ 5f^`7{z䁮$:+fu*ze3(qut׍lOŁj`_+ QR`m$rz' ` Cȸ "y؅" w5)ԚŕN9aZꈜnqSI` s2w@|cfgH̔ 6nR7+EY O o׳KG'ʒ;i'H#ZQz"D+[TgRK-7^a!REAGm*B8Ffɩ wnܹ<sDb(NMBƐ"\#Q`Y8q=UzJK^k2@G:c U6a[Lt]9[x͵A7ʦ/(r*3*ťSmۏWzC[d:2{ؒၔ՟M~+MԼUs*C+?6qAr fĻE3;c39q%8ߪ}v/5L 6DC֪_Xrv'6ޙS<'Lup<yĤ4 MMzacÜ Q;Rѯ=^SQvX8C)j<}NZcl렘*+HΪ2AE\9{e}L{?Dr_A1R? a6P> e\x{-\=MpAR*.dcuK-^>s믜B pnJ9цRX~!j qęzҘO#: yUc؂uELNwm1t$ꬨ%t^;ҰtkrC,@eZۃFW, g#KOK L([4 < l\~7[;Y2M"Q\YH¤\20󟨾& tQ;L|dE+~5F#OR"<5tINMRT}u4Cqo"xjpQ#5N} 96۫M&}i~k961)yn>m)EPt^@r}2"(4qXD=^W& 8W{+PG^6N!~q&&M%<\A[)J[6p(O*(ɺqEqD7Q"FoE༮#EVZ'R[qs-7Ѐ]s\]tlGs Ǝ.8OIdQpl\]:D#˔,CyrX.0T{Y[Y5RA5 {i"Cum e V. 3{: +0# 2˒t/3'm=AF@C~~q nF>wP4 ȦYHGm»i{IYd{#9$}ܸLDF] k:[% F:Ke pfLi8$a`ʄ2H|E)^Ԕ]q`wf6e(LL~q&u8D+06 +Ii:"+yt150l0puMi,[)VA272U) cڣD"<H`coX\ߦwUDOe5- J0߳u6F(Y*1V \f(0AP K.~-;) XLJ%t3ϼZ =>2vCx Uf:M&Zk'Z 5wA?J =u==)LEz~Sa<Ϸ uNy޿L]Ul@ح=׬0+I!}Y³K<=k=1 ,Sqk.ٻ5 ;N a㊖R#iS3HѤ/q(C֥m&e,?C}+se`$W17`_6Irt#׽^XBEy oapN[!=w0PZ%7 5>!Hx抷`w1M>NGԠP#;iW He&FXۉO@s8HpoYvreٿ6ru:ۑ-(}z$ Y$)>ĺw6~e3PƬgA!n۽Kd-+3H1,#+_Tf$9F\靳f 4vhE\#F\3N4"3%K:6@o 9Z^n0P&} >gv 4Ri5].a*u3j3lP^fD@lx|]cDI!_$@ FK uwn!撐;q/CCu80Kf1L'SAL(6_G3K*Rj1ְ@Ma޹G7V9a@fOE)晝G%x1U16 1%[5X<<>Jˑ % .b\0az?{" ^mFւ(ڶ`nȐ m!Heϑ[VOjp`|~0"U|0q)lRUt7 Ռ}ͩ~nSf%]/G~j^oifrh=go^ '#p$,w^E 1>#EvjIweiPfV5gm`%tJR獔6E>FF)]$;`/Dz Z=he4T>#`utp:+ I b ,Pqef+8"}}CNqG1\QFƒR8XuĈq4wu! /s*O_#T϶IXȊa.r&0Lyn'sT#\RԏË8JҊP7~OȅA[{HT۬ KFK6-R n'C/Mjh`aׁT8OP=5l4!dXyM v$ UϓG#Vǣ-L{wvLk7KH-U y9Ak$] jst %3nbXj} p1&~e?Z J`ΖKU36sɭk]VFvW ZځPVRz[~9@#_gZT\ҍh)pbEȓ5O~K=hQ‡h1 Н|Z~V4^ؐT =Yէh/VRt]7N1)"tq O>*sokȸQQ9sYO9=L!G*63]蘥umKd}(ܑcGhGw e vE\zco{yVHQ7/"~=uh>?;/6]>#FL(*ͽM˜UF"1zQt6W B,`3ӊ6:jWbjr^+GV~'O:JFV]ϖ J taN`{!s_{ZAGh)zۻԪ.۸槣#x7OhŪ-4 [cnETfߤHk~p^HxNłъ`ꏢ}ԇhnxt[?&*YVHHc:APj%s&>$6?r3UN̊%],b" yu09^9X=I\Y>}9TATq149@J]BS/kԯ7# lGIOM3FG.CVg hPE­ܭU(#3sv  ڴ]fvl )rʣ3]=[{IRhۿ])h eР/yZF08 S=HRO=<\*}yȨ_ rAt%5c'npcV>>f'E$/8wL(A4KE5:(B`"Уy!Etl|C8]A~aFNba$F;9H'!!D*'/c=Ț|Ņ ZdZ_#'*"˳-ElAOZ~=7i]ju'E>5wwOKܻ/7 [0IsO]}9jlݿ-GEW89Z,E&G|6E 5E[dSE[(۪5 *;yx:TqBZUۯ7EJ0,i2.C._*>pUCEe]Tе1;G"I-U.PXq5Xcc鮳]~#B}!_OQ L uW8#@J)+rl%59rI(0*qн_7Vo ,<7,/lϛCyS-bPtWK^rJD6Edz;gsֳkl\%C5d6-[۸.-wYFں"z}5%*R>t!2FG-޻NSWW}u&l֢ږ]O%6D]wtZ[ŌҬT)tUHjMpB7"?#VX4!xspDz1ZXX| K |s!cSz~:ZCo`CH?)wk3rEEGTXë=}I$@r]ͨ4[`*hDyך÷FnK:b #g_7S%M2e7pgpTn7W]հ1'm˙ mpԑ!۰8o 8RWx3v(y-MrXt4SZeE٭:Al-NtcKjnbPߠr W\5闬U fR75(OpEًɰrǏqZ@e5`=^Id ߷ں罫o,fRY~V.]ڋ6q qo`]WY砍`#6i9amc'SM+7Rdutwyr)dHͺLHm*ҿ.QPImy/ސLXb؛ +- ?եw6g>}-KjG,m~f.m.cS6zaruEk(?D! >*L]5X*0H>rU{l>+p霤#-Uwq,XUx H#e>t}]O5H Rd8,/rD'%|v :]qNxj^Tu{++[q(Ia 6.g>hXj_ )%lN+VVC@[bvnkg):OA`boX,So"n5F27!uE&b ЭnWHkȠS'_0 \e3&a@4=){FsPŐDiųi'f!յ,mBҋfol$8pYsH2',Q}ЯFe!ŇP[g$ ăjs  #DN`LĕTognr;0pX8ׯ &TbiPU;ڰ H}~#nA'$g2 b Z|Im+&}Wqՠ%A2,Gf1){O{cG{ ߅pLhFnPh 2;iX+ u3xS_1{V@Uewu;% }BI7d)ZbːT:mpXr߱p4i? + RQX>\/e0MUzs+U DxepePW [|<0M.)PZ`m$e#N-B 2^7&nO T|~3&^$'i1QMg%؎ @*Q绔T5v,{;`kaQwco!# & nZZ wsۚ>Μ4(qهkQlh)/%BR!wsjJ 7dB.`̳vB@SAg#DLA1Msvu) zp7Q[:y8_j/Z[ ~2먲)WsCU/R ,FH]LsvEvCd~i&kcS?P2Z6(=cK};ScYfC+}8^^ԛYƇ95!M=ihOX:Ҁ=}['h q)l>p",n;ݞ6{7&QұViޡ#)DO܈䥠\srt&ΉS[ڛI};480N=~qM "\ȗ}sګ <-n`cY"hyZ_jA49akI[22AM|U@purZQiGEZ{h; NCU.VZ5)DR{_}BP uc &dF1n jC rpWLRsa$K0If7(ĪnW8E'NK+)J$6ĥ+%sX)xo* jHY85PJ~Sv]X/\7}b9aOSl(ruz&3ڀ` mL U*$Y;u QFRy&&Ɨw*=ۣ*S|D6DS &n#2MTd!w4]0~b8 t6`5lAO-r>HP  UD>44۫ڀg1ej(5X*nӢB/ZR{㢾G^ߜ SNǚ"o,9]Cs4hp5>LBa.ǕAwV@CL0<ٝ=d4BOkj*-=cR8Hk:K_T*>SR;(z[@z> XL`, =5JpBOs1 r0.x}#)fDe 0]08cc1d}dr6_: pʑ|˵ݤ4g^} Nƍ.OE5iMv,["j~2ElZq|˪~_'v)!kToUböؠU׻I. lmy'ɿH" b ĵݮB:03FNG1}}g.X%X7ɼL~dZV4Ue @,E@p>~{;u+i>9c.꛺pǐ!|Hg\|0'V<2h07U ұ?_XZOiA,y͕3˦l&3 6) ,SIlq,ş%g< ܗ>J:YqkV 7! `םeRԳ a\k.Vh9l8 sVXj|.W@/&ɓ%Yf+ѩLr*x 6`؛Q'hecIFSUDmdxᏙswRePbmM^!5 qZ*֪d| -K]1\oQ4El%g:i?IK X}2W t{IedaG8}E;cȐoqa`V5 B-MG ԛ phr~/+MiQ;'tmY-̞M ѧڥM$:8n<C&:Q' q(xŌ^ZW 졪RLM_9C.j6 oUD=PzL{]B}up?4!`41 ̥kk+n`F̕EEy| }*zK( {1EFfTmAOrdvɇ,jMQ*-E.Ml!w\K YZ