python3-zope.interface-debuginfo-5.1.0-lp152.4.3.1 4>$  Ap_͗/=„Wx1-QvEg y7{'VX\DhF}Ģ\?1"ǭ^bKEGdatfPV§tB9lԝ, 瀀x锛SekTyY +6#RC ЬjVh@6Î $>jHwͣۗs@ь~`' cS"3 \# ڕAB+ye53c5e037aad89f5a8d8127875b23797f77acc059aef292ab5e8b3363a829a14bd3a3533e047754d08274a3cfff3c3003f754bef{0_͗/=„%[Z4]V+,ViVzh}x܋+ցN9IH,/,pae4]R:Zs1vLT^D^\b`"%f,6ju!uϦ%I5~!2 ~ ։$$~szQH>] Eɋƪ)ܿKJĢocM{c$cMGs*Y5caE{\ )\<}:cixDP{ ωT>p@$?$!' 3 h$(04GPX q       L      < x 8L(8 9@ :} FhG| H I XY\D ]t ^j b c!`d!e"f"l" u" v"Lw" x#, y#\z#`#p#t#####python3-zope.interface-debuginfo5.1.0lp152.4.3.1Debug information for package python3-zope.interfaceThis package provides debug information for package python3-zope.interface. Debug information is useful when developing applications that use this package or when debugging this package._͐build788openSUSE Leap 15.2openSUSEZPL-2.1http://bugs.opensuse.orgDevelopment/Debughttps://pypi.python.org/pypi/zope.interfacelinuxx86_64~8AAAAAAAAA큤_͐_͐_͐_͐_͐_͋_͋_͋_͋_͋_͋_͋3eab20716901c4456f2ae07a78dc0b94f3e40992be15d10a16b47b7286a197c6../../../../../usr/lib64/python3.6/site-packages/zope/interface/_zope_interface_coptimizations.cpython-36m-x86_64-linux-gnu.so../../../../../usr/lib/debug/usr/lib64/python3.6/site-packages/zope/interface/_zope_interface_coptimizations.cpython-36m-x86_64-linux-gnu.so-5.1.0-lp152.4.3.1.x86_64.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-zope.interface-5.1.0-lp152.4.3.1.src.rpmdebuginfo(build-id)python3-zope.interface-debuginfopython3-zope.interface-debuginfo(x86-64)    python-zope.interface-debuginfo(x86-64)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 logbuild78 1603259792 27c6d41ec4c3b49fe3436a4a4ca85f5c5f4835585.1.0-lp152.4.3.15.1.0-lp152.4.3.1 debug.build-id27c6d41ec4c3b49fe3436a4a4ca85f5c5f483558c6d41ec4c3b49fe3436a4a4ca85f5c5f483558.debugusrlib64python3.6site-packageszopeinterface_zope_interface_coptimizations.cpython-36m-x86_64-linux-gnu.so-5.1.0-lp152.4.3.1.x86_64.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/27//usr/lib/debug/usr//usr/lib/debug/usr/lib64//usr/lib/debug/usr/lib64/python3.6//usr/lib/debug/usr/lib64/python3.6/site-packages//usr/lib/debug/usr/lib64/python3.6/site-packages/zope//usr/lib/debug/usr/lib64/python3.6/site-packages/zope/interface/-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_Updatecpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=27c6d41ec4c3b49fe3436a4a4ca85f5c5f483558, with debug_info, not strippedPl8M r͝ !python-zope.interface-debugsource(x86-64)5.1.0-lp152.4.3.1utf-87817b1f8129f16f55f949571065929dae615e6561d2bea4ae1a879396302bcc7?7zXZ !t/R] crt:bLL i^}IyH'F2^m;GבYd9f 䮩gDU(zI2x"`ث%DU6bN5T\H18ƒ.E ?D)OEMMWB?$omۿʀ`֤"ߎ{d;TKe>কXOrNSSs/{ד]XJըZ1ͮE:*\YLq=WfI]38sMU JނmAVMC6?3 `<{ǑJ2/'|Y]Vsbqӈh&Њ@Ŋo%cNjOpYBeG&E'VNC %MƉDS$ӲdMEl5#oΫd¦|j#<ivخ?а;%|O5~SC~4qX_Ъ`cqEmtcaa!j$/^dP[DT/:D[էZW?ީb56K Yu0Y=`Z j8&*|MgSO-`!_qU&ۢ $lG-zi\9nY[)tUM0$_x2i<5$g3zn3ӛV#6jԒ}2:@eũhO<@]G2srW/GUi(b u~;ӭ?.H&Hϴ9Ib#%gSTXY '*^ LWҗփ>`5t$QL| Pw Ѥg߫fB/KPKU9mufAѻGb*4n4 :+(HieMqG6#V O#w ;eq݁ʴYVG90xT&JC)T6g;ܿ{S_SLV1Uo5niULOI^>EAe#d¦5a)꺳3V?A;;ۯJd6X'^*cQ).DR5yVֈ?9Dz=DĚ<}rEEf_:.D=w!OOXM6&Oj5 _8&#:?/o5*JX$MD^CLD&3'8QzI 2>>áH_{jZIN4+BM2/!]GPdSW3c9JxQŤ^MF0j iQC& E 0 @ţcU$F(=IZoXvqC|1B8gw}Dܣ#VmKKrw?2OZ˅ ;OrbeHlJLʚwy!n'ܨߑmob_ Cb[dyR<3RKis҈//J NR.8%6mj<3 P977IԎ.QhE-:QC"HdyΆ'MXfmdD,CV~_|yDq߆2ahԙ~v'Y7e˓KFR8=84M4a/Vh?0!;9;"񉐺W` 5O bmLIƃ.i^Vs˲vY{7PSYp̸wIٕ,]QV3-+ =&E)P:ɰ`+"G^ ՗R:jo(e YQ[2Wݬ#82iϠt8% 1ykPzʹeMhWen+(歭~ yKs~gR2>[UdGL9gr;ڿCI;Y";-VB[kvQ`er/FTwd_W2u8MV'%"]*!X\.oJfk' &S4㗃>'Fw&>Y2c_P; ofV%>f&"B@\1m/ڻ EgQi?Y1taz iZ•ibio!iy:ȬzTd=Xf8Bŕx"FxЈ1z mtLlm.X" ET}Pdq?d'j` L.svdn0%)`dT:ƥe6HbYHBܩF*3mw~"&v-zn1z5lVht-R>5~N30hA:A.Xvr:#j'̰<܁s_buT[$nLN2ZoIb̞ ,PŊ*DL,0¯4 UxF 2t4Q쾖H`EД֘F}.4pM Rk@c. `Gn`% z٤:2 [s#^O+8#fw Yjm+؆D(ubםoLǍ=f<We,tI;x>5 '(TlZ{?_5ar^bTdz3W`TBJ1MAl-Z"fiSL ɪss@ZG~!x;Z~,=T{6+?)?YG`H#D $eWļcbvHM|ԕ/f1}X{RݗǪd:ݠ_p#oleTk26}چӍ_d9L_[0ڕjܼ#Kc0pn{i:?}|g͇q"%އIx](3̠@=n8O{I]$YHꀩ?uD\hi7H~f3ǨgMr2mҪ64LpQ^LitU P`}h8yZ >loW-uָiRp\ID^-fsK.;^rcrfirS#r!uIk0os\xGOˑt4A\mҌGk{)k$cY**K yF oPmO(&;Hб.j%6'K.þ?erlÇ="Ȥݲzª}f5KQIIy~aB_j~)]މ1|sKnytwj0ͧyp$zɨ;jաt&'H0KVe RvfOMИ[E7gaUxQ.g@ kk ӝSc6m+'kYS9ba73VC f[{Л [8$mu"qiWFmf_՗$o'`a20b"PʂMa>ўXձ A)Q *\ja%r6$#y?|nV7#KEIL8nJ. ៑ 0ˈE6υ~S")`A0{$M➤s xEKJ:ca6xŒI.ổ8fˬ!FUKv〽 n.9wڭ;jBJ`=VNި2kϮ$D<%f+ZH~fm 7t/a;b#3 ':*wj^k4H &SKs 1e%~SeB8LUB|<[u%V좢][k4` 4Õ jM]L4ؕ*i4'QICOr NܰvB6>An$޴J gw@P:^jo{~/cɽc3GIrxBdޖ,o]b#5 -.KK!HAп79jWjak,Ռ|E)>{baIHX,)[w:ct`d'Wy8:qnM/p^k#$̶멹Tavg]zq!ܲ&r+<ތndH .ь4#FX- *'=n*K=LoB TVtE~!I%rYǙ?S(·b0yt}]mx9{Nq-YT0fA Qoɋ"̠' zZ+s- V+IѬ&D7׭( % a:B yI$ھbO]Fbqno^ j>7vm)BǤ|yT e qZ#|gےqHL.=!Ae|k m_Ng.FH |_$&f[+qoq8ڲ₞E`9%K~X2Ďmac'!yE ȒA=z,PolRGie3,ܔ)WB|߲S ^S㯊(Ϊ#eD8 Rr n0>y/y=`PD%><`^Z1/I1a}nn?ͳ"(6H&,g)#zۍ˨Kq# ȥQ.$4t#(\#oT^aPans]VO|=5/U׾qmZ#.K£]gKBo*F'8xTEWO=/5]SM趍%w_l2|OM&{䶊 CK^GPgS}M]8a܀oNq6ݚp$}+ \K5SXrˋhzwՌ#( 718^1G/st"]r~09.fc">왊Rˋ"3oG,=DDncD-,D1`x:9iޓx-lؾYJ6A/91!V+Uن3MEhXDI-|C%e)fK}d:B͖9`0^:"5{-{sV'Y ?%<qecW~J՘zE3eARZbl`#bY.Ղ>.SP!\*bnH6+SPK{!hw[ᛱ&S_2z%'pߚArbg6%t[+݊Z۪^=aHO% 2;oF]SXg.2"unҊ6 >k a`wп! ?UUXZfE7[9=r~k! s ߧBmH ׌/7ww 3҆) PBU_XEK )'?8c~w#;Hj?hoԫU OгlxPʙަa`9Yiܮ"jTm|{D"qܖ TbrmAT27?nY|N k69%@Np)x@EhеMB:{غIh^ AC>⁔.T#jhE-lH=ľ@vz98ZuSv*ګ|Yӣ k}&{ ˃1>ьc6x7;x[}m7Ұue 33 }d@,N~EB3h.xs7+Ϧ3w2KqlgF0`o*CqCOXM6OD*CoP9GS0&Թ bkN4V@ߚaO#ϵ+&h<O#M¨. o"PҢ!!j8~d&3qʤZZ7qD!.XL$EԐo,ziɗ۹:F#թ :|2ty)_ޢ"*f (6 H8;'#]d%s .t5|9꿾:3v$)%V{DV֖0 !#9Dn/ȟo 5^Lt5$_1z5\qb%6!hqIs"[w(5%~‡k ~3X:/qvDVH]tG>'7F B^.R7-; U*Na89x^2؂~gcDjF1u~WLbbH#-VcwN&L8DTrDlGL Q3գ#h.=e dQo}]iP\7xvTgm`_B-tH%+ l~AE w!HK1xH"ɓOB+J{ٽ>SgW^oPhS?o-`OGf.WE20ul$VbB\ e=c_)F&VGT+L&ۃ{t#MT eچ[ ̟#}/ʦ_GbEyʯ`+' SyG%y`M3X[ldzrO%Eǐr E<vh1Cd~ ˑ)W?52czQ=pg1J  MqA߆IqW E~EG %o5Q4U~Btg/dkt WS/z4| wE-|9)p潏tŜD>,6KRn).]F7].j 19 Fj:d%gfk^fYYcEJ׷ /_|Fky9 {g d>W}=|U0`'C0L-~H9)ts4#z sꂽDfV.HOQz6G:j 9 Fӟ/L ޅ mҰt{YD"=qm/TA<8BJ.C?}Dg\ f#EvNNX9L3}O3@/ȏq$iRXhZ4aj)8ъYd@b4LOuqr AQ\&HJks+joqpypwfbدҀ>zMmiZT*PVwG~gم@*6RS"zt.^lDpCyV XɑjFX@dJ6@?ö,+$t-Ee>΋ydI8(jjq;ϴFֻcY/Exihrin/Tc1LRMovlngM?~@ii/?aPB*NUҰ$9rS-E{0~3rP`8a͵oz4#E'fvun*Y=H K< e.jGӧBoki_~=p̋J#/m= yEo%|(oLj8cfi=y<7=0('#&ۀ=c>-J` +31ZEV`&:Ɖ䛒ʮ0= Ce&KGSy\80wR*Y RSk'涵N,M:ϡ/lA &ML 8P5+-mw{TEt%7Ft UP]?`5 ޵w*nd;mjTTE5VOs´mwLU ,@IR1d'ǀZꊙ]]=ew!aRY?_A5T`NjiAkgOkj =Ӻ (u7m;S¨GD4SYc S8/yTh%G$ V$>uW U1r -OEj9`UX&$50D9~ 2QiiTopAgO,kGϮǘCG-E ҉ 1dpЮ5&Ne7QCit\t2x' TzUR_~eL7oG"ؐaΥ g3>1VIқa:LH~*>et X{߇!Õm #mGuEn-_ڼC?l5ڱ Wj j B` l\_')')IT@hjAS){e8`4{ !6jm[oi#Na`y݈0Bh :0Dp[5b)ØokgO^OjhRQI@3Ԃ-_'qV# <d"oHԦ#0z&iVY$8؍ ?-rGIGlιU^)|@HsA }13oe Vjcfn'3d""UBip* E5-`p {\XCMLIsq?Ls Kge^4EeKb-C0?[iJGhΞBP`5щj9סSa. ]aR$b͜bUe)"@rD4uzł撐.ݟLRjV/KS gkb?C$jg :S \bfeZu- owU=q +  y. =B'-JUWӤ}.P[\` Ӑmے|,H}˾yvۻw DŽ4ew9q)0k !e~J,LJao $3>5e=(=vȠL_7nӒɗ_!+FM#+0̪$Bu^(v[˞f_OnR딨̇iH$畼sϖ3#Dx&Ԙv|L"XKD֗v*@OU/4@;fN] :g}*p8XY 6a#d?⮖|/h,XA` 0AC'ӮCei0#|PVUI˩`܀n,`ߛfS$?Xv)](2bĿ1ɝ ۓ.GTw2ߒ0C$dfYaݟZ---#$N=J"2 }}5\oDc*3Hxk_>>XƯt38t]&9$%]% Iڊsv _Pw`\#W* jҀt9/_P֕ KP X,q#,y\`FS_cAvBB$jqOW3 ^:qԘցtv8wt6f&2g|V闡ȀX'6"{L+3No}XQ>Vos׳dI}w8e+Y%jn^ûנ ;\$l2&ʸ;Rݵ9X0 NcanE< O ߛcT͑ #}>R6#8fLdkl'z5 @&0 {WS㜅ǒ`Mw^v#j*flM o{qLk$8GTEug$} n&Nxʤ9{L,6;ѹa2l+Iu,"J%~а4"4_5O r&+bF$x ( M:4Z`?5Orv(~dvz*Z70h7LFfKl/UJx/PKy8f[ll[fLY(f7:[vKYM7 8T$1r?hwF;BĕW T06]Ks3'k,kXر#>}qsA QGPx<87;P $al :Zm5@/ ayו%NzL jI_rWY48T ndj& nu3=C(qlSf˨yDs Ed(k&VưK *SH4ȮYM0諗oίrszPYMlLJhxB嶕Y2S:@{knGwQ ZcMZHD6Q7K-W`Y tZ?_ao3(YYQ-BhȘ4lB_f>2WLz9m;DI;$ 푌|u(giiu$ێ-,vY-8`wN^2)#;!.䁜@:e}kb}$:>>f4+l܇>e2Qv?E#*1~ 4kzU{ ~Bbd&aWp,#x Eg\] /bX渟8oH[ue3XPNw37w\J䷢ )$^]Uϣ̻Z'5%f雐0ErAP>(٨6y)@ȺW'uHl%7`(Wh:̪u[=c%Nxёq2 kL4ĉMsӚvAu3gY]x)pRVNC댠CaC/w\yCCsRDPbW}7XNԢ-FAM6޶)VE` `k(yfb}X^K1l.@U; 僎ܡd s6eP 0JnbpYg2H<(4l&5Zwi- !"%'K&fBfQVk,r-HԦEWu^$T(nd~u qMңi +4ˡF&xbԦG[x] nA4x|< `aPQ[F~u AU #-_c=h"o$@ǿ:Ɋ%Umy,TS3 ߶:<tRbGX=^o3[莑tQW:y A۵F]"Ed⁔OJ@hB.z$֡qfHǐ'r+d:n,z!iQĖ__RkB!톺+*vA` '"g] Yǫ`[c)tZdžt¦ϽHeOb}>#K /Ώ c"*ԅ˖jx/l"6mƏ_6y!)gp0 Cpk{QCp$HPSY6_⾈3 ΁54rmN5u Pen=g V$#Y vtf )FZ*@]M|H&t!'R>5)~mPlRNV:[r=quBa.QѺL2b1_T7ou[3(Eo!f^rfMil-TkO- G ={$i vy\pŰ_e@ D/h*yW` - 8^<@{/OKw\ڨ3Eu9Z[tg^I](e63 (M͢5-OUDE~+Z޽$ YM^\̊kݢNwߧ?}'U_q.اud5G7YƐ[ -TF'' U|ܧ%;  &B PO5dUǕ;W\&#tu=(BgZv?OG9qHY.쒴!M]QZB½hA(5᎟E %+Dfͤ!Q,Oqy,gq,a )OhR&X;G8)JY?r֦<)Q$I4j0J4>gxmg)ZbN֥'[*9I{:ۦڵq)[ƎGk[)S7 ON7O 9<\S6jXZ0hHO]bVS滇g җ*u(km,zJjn1l=6Gz7DdE7CL+MZ5ʡhߏ)bB%<Xv;w-d^*ak]68-250zBDbЋ5!I~-V]MBk tI~Ín_9͏ˌˤ.|t`Hͥ Ql=:luul6`5N`).oTā3OW%Yp ջ9yI:qp'r) *գ=v&<Ȱ?^AԚz02r_uLgoNG_~WF;FYAإf#bɗ]7<"in-f<=w@A;f&C.r|DXɸ|dAE4!Ox(|tUW]pLde80yԌ1*T`J4ݥg1#: Qbzb,ps'\IK:S\!ӖұQ^ xQ_DNM b8B /6p|84"tw;Bz4ӑ5l,n羯RWIe/CRQ/ OU$@쇇O7ƓZ**r X4^c,.fd_,5C&RpmoQ?jA& j)W E6Im= Voѵ2,ue-9o~g(}%@A;p,YǍS|v@`#e*Oh]߱H+ytL7Pv_΀Ɛ%xѕFjI$b# Nߧ ɚ; V&N({k`[]05*gkDA .P!n+Phrt7訄_3%. d 㝫rcR_dlI) ֆwgDRDs8z gG}9㋰Tu0`ЂS%{}-0fo= 1+~b؁VL F]0XK WJ`.z\c-c|2=#.սa!'M* טexŊĽ:)$TR=a9s\Oe% b)Y#H=Rh?^cT>oڼ ]"#x46y]?G@4ŇXUg$%!$a5V]V irf'\S!sI bZ;T9 y!h7 Q(+d T s/Ul\b~*(q윧.{;:~ktWJMz[U\H O^CoHï3rS[FzRP3,12S$釷UO.nm.ɼ3]F:4)AJK ;F,C) RlScg}W|?OOv: [K&$$:cHZ6 U7T qqMnx~QК>w~62JL%:kq2R!&Qq1Rhrd_]Υ\tK!)H[KLygs9cd}}{:b +CN2ȃn E ~bhJ3kD}T(Ҡdk;{^Li0dJc ZVvOIdՅ +[0*)/ & /%OL ӔQ9 aM3̉W_XI\]6-x8≌FA^&:A5C W8uQ }o}8";nGV-)3z'ielzFoWN_AHysKhj.kTӓEƫve~Xp;yt0TU6WA,=Md%VXȘ~t̑Vo0 p'=\;\qUfBաt-%%%j"^\ډB"`? [|&eu5RN0'Q%|׭LǖĶjPGg]&"P.X2ۮkػBfbK0X!EY3Eқ6x)hˆfBB}Yf"p]ן!W/ `KTrit&w7׼<Яտ;93x*u>R08'$ʓYc]-j,<`u:-Fh.":,,iF Lj {U_Zk":"m9F)(p5Ko *;K"](!K.z9=f{̱2s87116ҼDpB|D6p7ٚ̒aoUb?נƢ?^P,8&%w*cIX*'`g$w1Ԛ~`/l 4.c'ĸQzPAK FF0v ޹܎49CGyV>M[ ̪4ChzݻnrV4j-Qw֣ fw"1;[q  o.SBՔ޽#J83ZGuȟa߹%hi4F# §̊@iVХ`DT"IA>Zvfӫ>ѳ܉ JA LzLnө0KlL!LFa 4al*#ND',n:ϸ r\DnamϠ(n3"Ph'_!k2nD) YZ