python-sip-4.12.1-3.1>t  DH`pM_I/=„\[fG- e,L&Ȼx4z=3J{6nC J^HCfUD"Gޕl!E؈Eް+ܠiWaʍT1&%-];(θzy,UWXrjɢSm_zK-y{}2>7܏[ LL%v _ܦGxvٜ5AJPvo#G((L;NebQQð46ef19c486e06958d0fd53b6da490d3b63b7352dbpM_I/=„wrrk|?Q&808йM~ $'5'oDg5z[:y KͶO~B9/)Ql'q0SKJl<D|.b-7x[K;1ھYa~p߼xWLΖjk{f/kP"o&iI+Q Ax'7P,UG5 χLd"!|khیCX+wNJ&STvȥ(m DS@,d)$.98<>5?d   <(,48FOV o    7 <HWfD(r8x9:~FG HI$X(Y4\L]X^qbcEdeflzCpython-sip4.12.13.1SIP tool to use python sip bindingsSIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.M_Iwbuild13openSUSE 11.4openSUSEGPLv2+http://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://www.riverbankcomputing.com/software/sip/introlinuxx86_64XA큤M_IpM_IsM_Iobff1e730843ae32a3865b5149a50ed5e6391404a4bc7013ddf31b0452a8f18e6rootrootrootrootrootrootpython-sip-4.12.1-3.1.src.rpmsip.so()(64bit)python-sippython-sip(x86-64)   @@@@@@@@@ rpmlib(VersionedDependencies)pythonrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libm.so.6()(64bit)libpython2.7.so.1.0()(64bit)libstdc++.so.6()(64bit)python(abi)rpmlib(PayloadIsLzma)3.0.3-12.74.0-13.0.4-12.74.4.6-14.8.0M>@MLq@L@LL~@@Li(@L0KKKPXK KKJ@J@J@Jx"Jq@JQ@J8J,@J%@J@dmueller@suse.dedmueller@suse.dedmueller@suse.deeinar@heavensinferno.netcoolo@novell.comdmueller@suse.dedmueller@suse.dedmueller@suse.decmorve69@yahoo.esdmueller@suse.detittiatcoke@gmail.comhpj@urpla.netdmueller@suse.dedmueller@suse.dedmueller@suse.dedmueller@suse.debeineri@opensuse.orghpj@urpla.nethpj@urpla.nethpj@urpla.netdmueller@suse.debeineri@opensuse.orgdmueller@suse.debeineri@opensuse.org- update to 4.12.1: - Added support for the __getattribute__, __getattr__, __setattr__ and __delattr__ methods. - Added the /RaisesPyException/ function annotation. - Added SIP_SSIZE_T as a predefined type. - PyObject * can now be used as a synonym for SIP_PYOBJECT. - Added sip.ispycreated() to the sip module. - Added the --deployment-target flag to configure.py for MacOS/X.- update to 4.12: - Implemented the revised directive syntax for %Module. - Deprecated %CModule, use %Module instead. - Added the keyword_arguments argument to %Module to specify the level of support for Python keyword arguments. - Deprecated the -k flag to sip, use the keyword_arguments argument to %Module instead. - Added an automatic pseudo-%Timeline to allow the SIP version number to be used in the %If directive. - Changed the behavior of the /KeywordArgs/ annotation to specify the level of support for Python keyword arguments. - Deprecated the /NoKeywordArgs/ annotation, use /KeywordArgs="All"/ instead. - Added the use_argument_names argument to %Module to provide the real names of arguments to handwritten code. - Module docstrings are now supported. - Added %AutoPyName to automatically provide Python names. - Added %Property to implement Python properties based on C/C++ getters and setters. - Added %Extract to allow arbitrary text to be embedded in specification files and subsequently extracted. - Deprecated %Doc and %ExportedDoc, use %Extract instead. - Added the -X flag to sip to extract text defined with %Extract. - Deprecated the -d flag to sip, use -X instead. - Added /PyInt/ as an argument, function and typedef annotation to force char types to be handled as Python integers rather that single character strings. - Added the L and M format characters to sipBuildResult(), sipCallMethod() and sipParseResult(). - Added sipGetAddress(). - Added the -T flag to sip to suppress the timestamp in the header comments of generated files. - sip.voidptr now behaves like a Python memoryview object and supports sub-script assignment. - Added the --sip-module flag to configure.py to allow the name and containing package of the sip module to be specified thereby allowing packages to include a local copy of the sip module.- update to 4.11.2: - /KeepReference/ can now be applied to global functions and static methods. - %TypeCode can now be specified in a %MappedType directive. - Mapped types for templates no longer require the template arguments to be fully defined. - Build system changes required by PyQt v4.8 and Qt v4.7.- update to 4.11.1: - A bug fix release.- fix python linking for factory- update to 4.11: - Added the %UnitPostIncludeCode directive. - /KeepReference/ will now accept a key to track when the same object is passed to more than one method. - operator() and __call__() can now accept keyword arguments. - Added support for Python v3.2.- update to 4.10.5: - A bug fix release for Python v3 and Python v2.7. - Use capsules when being built for Python v2.7 to work around an apparent bug in the support for PyCObject. - Added support for Q_SLOT, Q_SLOTS, Q_SIGNAL and Q_SIGNALS. - Added the /__len__/ function annotation.- update to 4.10.2: - A bug fix release.- fix build-compare- update to 4.10.1: * Added the /NoCopy/ function and argument annotations.- update to 4.10 * Added the sip.voidptr.ascapsule() method. * Added the -P command line option to build modules with "protected" redefined to "public" if supported by the platform. This can result in significantly smaller modules. * Added the -o command line option to automatically generate docstrings. * Added the -k command line option and /KeywordArgs/ and /NoKeywordArgs/ function annotations to support keyword arguments. * Added the /Default/ exception annotation. * Added the /DocType/ argument, function, mapped type and variable annotations. * Added the /DocValue/ argument annotation. * Added the %Docstring directive to specify explicit docstrings for classes, functions and methods. * Added sipError to %MethodCode to allow user errors to be distinguished from interpreter errors. * Added sipBadCallableArg() to the C API. * Added support for configuring and building outside of the source tree.- update to 4.9.3: * A bug fix release.- update to 4.9.2: * A bug fix release.- add split-provides- update to 4.9.1: * A bug fix release.- update to 4.9: * support for __iter__ and __next__ * the %API directive * the /API/ annotation * sipIsAPIEnabled() has been added to the C API * sip.getapi() and sip.setapi() have been added to the Python API * sip.ispyowned() has been added to the Python API * mapped types can now act as a namespace for enums and static methods * the /Array/ annotation can now be applied to classes and mapped types * the /NoArgParser/ annotation can now be applied to methods as well as functions * the --arch flag was added to configure.py to specify which MacOS/X architectures are built * SIP is now also licensed under the GPL v2 and v3.- fix plasmoids requiring python-devel to work (part of bnc#535057)- Fixed a crash with sipFindType() when the search happens to land on an unresolved external type.- update to 4.8.2: - Fixed the '/' operator for Python v3 and future import for Python v2. - Backported the /AllowNone/ class annotation from v4.9.- create a separated -devel package and include the nice documentation- update to 4.8.1: - Added support for defining a private assignment operator to suppress the possible generation of an assignment helper.- update to 4.8 release: * support for Python v3 * the ability to supply alternate super-types and meta-types for wrapped objects * documentation built using Sphinx- update to 20090601 snapshot fixing nested template handling- update to 4.8 snapshot as of 20090430build13 12980903594.12.1-3.14.12.1-3.1sip.sopython-sipREADME/usr/lib64/python2.7/site-packages//usr/share/doc/packages//usr/share/doc/packages/python-sip/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.4/standard/37c1a878bc820d023942deee6d19988e-python-sipcpiolzma5x86_64-suse-linuxw8h0Ǯ$?] clŜCoLKpL1RNg]hyG$鰤zquVe<*1ܶ1ʎm/x4btg{5hkRͶIlֳɖZD9ny?RK,e?7}Q|gbGǐu(߶̎h$ wi^RgHSY ܁K`#>E`M:H ǘ> #n}2$Vg8B7௕4KYf(b[4=U1 —NLw6Ot7V\si#bSg==sť\0H`h3de` k?tjpT޷8PtE㔐\21F2:BN 1 QVFK\"U:{/Mw0`1U<Z6FU"( ,]6b' N=\f d-q*uE:sPCZ֯P/w5vf2$1g$di':lL!SHVFnrl9Uzk ݟu&U^n[w:t-C: v@~~y;XmNlܰĴZڲEJ 3I JUFְ4_rhCoPMK3{gpn8D*i9Evn$ɬx*{渹iJJe0'>@no&m GָW!W&# l@ vyv73*3!{R 99)o!Z=n6Ke^HIin${ɥ܆x=<073 BN'^@]^bxf#%rZP8RgخG3tL|Ǥc"zfR&ofˎlTJT饕(f.HrY/8r 1D{$}^c@,Dֶ+҂IT|8\P {DEv8N~f M:@ǏݥZ0m&"KخEI%Ƃk^Ł XFPycfv!cfBi!o t !t*h6ogsgKMNЕs%.)stDe ߟ4' GB E95a`VT:I{pJ0RצM:b>̎*mP`.R #Sj%j:`kw'JۇfH'W-°C֓E,$Q  Fm0:fHɶ(.1 )|Rj?o2{9;#mMu |{ekLfŖ$f{S qμNN,j* lG1TAᄏl$A\&Af okk"i9uQW;ޝ_ "_;s1M t'}E`@ ǖ 5I;^i6w.hDD1}_t3j$? (?]Q鈣zEk$J_/-F%MH e+6qNjKDP5@=E ރ/ v٬\KP7USjpEh)'+# ?{%F+" gp-T%9$wn cS%,Z"OqEct61mp;ƺ *?cȖZ:>FȲBĒ|-'_4\{oe'h.Ɔ*< g^*>  'FMWIHk΃x<2C~+/i{WߺXiCpN\`V܃tD ] fFǗe߽ ݘL6T*3%cmfY ضaݦIBeD23ԓ :z @߇ w(o#֍.ܶfNO*^ԉNqE#֭C1i4Ô`&=~mK駖ȃ (s|l-D~>o.t BM;g\/4mK[.XՊi{=]T!! J^ t[ 2D#Jgښ*7+S:͍>1;sL+U*[KLv)= K83 o?"9'F ?q_Gr#᎗Eخ;\VG,N$YFrշX X5(Z;ʉ(La5[]o6ovDvKN3ď5")Byf:9Y=6^u}?Yagbgɢ][iV!n'BAbD懶FSpb NLd$bflO_uT}G0Q|wf?Z'CM sxEZglMLgh3 k`j•B}xersڹT3}Ks)(X;7Qū1宿yb֕AD)z\,HJ*ru|wxzlRJ~m&,+<}v6fgRJ Tj*6U͊v#-EnnρI> P֜aS9F\.#QW;ja;7,&6=JemSB[NZ>6 aQ sR}q&,];/3oV6M zr=USdo >a~:jHPScKNN5RrVyEP3Nꭽ"悘=ҨcT" `g8MqMBOp`>»$Pm))'링E@ޏpF_0{RC|(er͵7/s;]BU,q *s{Zl +>Hx=w h$f}9HB!K2A ǎxn{h^F6&tr Mk?oYW4%}ʼn<{91 >& f;T*E?oa&uo;Tk#Gp ͚؃m͊(ZӰڧ P&gPVpmf u ʧo1Z^f7f(8P`ᚕ$ $&&$0Cy- Vי+O$EhZkΘU6E_F|Be&^ƹ:px0tNWC1V覃=,m}%e@^h$iPБ Gބ]PQ4HHƗz @&DÛ ezɕJ l|+|ڡyY;^glB}3qh#^ "uq6&Ioݰ.κ!p``P#WbP^;(ʫ)uyTs+*LpdDn|{Mry<IJ`(͗ 'xȇ0Uo-ZI@~M%'ċ!*qXYKﰲyfw^:"^o-CZR)Jte(jeWϋFog_yCBkւ9 d_| ˵?MqluDD#S֨["&F:'j &g6 9+y,IR)ΟtTVl$K]׫ԈOЌFh6 ݺ\:X@oխYkW԰1I1bl׷8㕰[vIl&2jZss+M4dd$ j'U^/.Z%3"OQ'tl4xpF1b 1K^4LTMu[}=Ax>/Y1#wh%w,NKƟ"xʤ #'2SR[OMgr},^.Q. 9&a^[,4f}|3'q'UG"e[D }AۿHYGt.iYLd$ӷuMڭ[¦=5Ul\[l|[;/4/Q`kEc I]%?qr~f-g=:Ҡ%*3<MA.di@m՛bIGj&?벫Q0v=6=(c"eL $7~GVpQj,?y|fJ۫+4dl*j#/{EXHT}ߟ9CߏC@ w]ʕ~D&2(˓ɽ+.T-'V,~!yw1.s6@8(ч 㚗76C(Gfh nZyـٓuP8 t:27*FڱMr=g8Ma]Zż<@\%8FD.Hqj-Db_8ڴ{"J|vns,*@h;SP 2{?t(4]R^sXbUHzt,jnX#`#5w)6+UΆݨrHER5X1L} bqvX[2/=%RV5hD5ğJ0t]gNjzzO.5={oi=k*vC{T9)C Pq)/F@Y{pE,q' Ⱦ:ͧe>N煕 s# C笽r&N' XC.^&6P"?^.98"G #REÞx5Fw5ㄹZa)ky['O'RB]ds[TQ.iܬ \Ox$ChL;yC7#x@w!_4sʔآHF*̘|hdh[ ̔~ӧ#t|9!hఒl`t0eyI NDqT<]q{>^^ㅁ&lY<=uyg< a YK 5 %D6)1yw?4^gjc!Y!ʿ$%vqꛄJ .5~元Gz8fFbVD1BwA0@™eYğ\`ϕSxUӓꤠ7`q%B9n7Α ԣC,|#iLZe :Wz?x%~3 tb Q@Ω]Ze?|BR(;Ho8v< '=lR׏t9L-ZSpdVzVqI"wvVdom(Fdiۚ@ Ȗ~Rh/BTUl李,jalc uGFך) 蓠]eJ!ۢt$7_w"~9tE$./}d{s2]7:=L Qv &M "vo\b%Lq1:q01Nɧ%YCQ =$-c1 BKZNP%YC3wy{mP ]Ě,vށøzM~+~K`V\m{|`zQJeYHiLk|^لFت|?n$5 k&c0CnVSJ)k3_8һg\QSԜd9AJyQ mS:W#35K$ZњK{9M*j#edOF9[].%UzzSݼP9 ̨K:=Ma9 |ٍQ&ң&FBVĿSN3J欶';yeO [쇯 1ȟsHPlk һ-m1b۟u rߗH@ȶ@_ad!PM`LJPxP W= ^ˆOoLt_ޭ$-w/^$X0b ͩb^zx<[& ӠBq$˞/8z# b0v 5%I}(UzszEo$. I&h-04Go+NI3)"?l:лfNA/0#Y=Dqo"tsIJٙ~̜)Oq91ꟴR"txDn4'Y4?6+IOQK9CWy񳗨vT!ܥN{ƕ9(!VL Z7))qƘsi~Eu~"2QnDG;V4(hlryT}ws/IٔnO곭~톊hƮEs,7mSwītxqi{,ש#F (nFa`._M2bŗt{q ӕޟzD-#}*SH@hJTQBniw&P82dܴv!G7>ҭ0xŕSL#b )<:,f.7Hpi_BOǍg6X^!Zp3x㢖Nkff$.A 6cLBhuASF^s8󹔣t1YNd"*9ikOyk6i?}$):qRP.c\Hcqxw0ЮR:0rcp:daX5C k%B m`I\Zdl!/EE;z[ ܦ-c p%c$ߎwKJĈt|R_PtE/ <HI J$gKECV(J{)kbzr{6I` ԋN_g>^04E4^ {&q?Z $1e8|gl}ս00clP9+6W!\H lb t-JdiD5O^+4eNd} yY u1l nE~)G ԧ2q>L:rh.J'< G_W<‹+ݔaK}^J/>>'y1<){y|S6ӯHz{颬H0SWivĿz#%J?mOP-m>QD!ߴ$y9zt,aLhh|}U{D*7ڎ:czTß5QebCu#Czɹ|y0!Y~,{':l'QdMT %$5=>LzֱWob asnZUUz 1yg}ȦH^O$ak# 5ِ= *[m ۔UL㩴ûL0&ÇW:ޛgg-+F@/# >XE[GV2#!zwg`:Đd>ĩ$!ЀI y֞_89.dݴ>.63Wa6/򰫈s}יtZ??$Hyc\G ]j'ūOiw&eZ~F(+,Y4~ s ;(1贬J@hK"X\x8{&J6}E-ԯ@iLYԲbcK:4~7R%Ϗ|^2,+!!bϳ-{̑]x K/,.}S*y=~,^xXԀYc7*%nxH4;_`&AD̽܅jCW\= x N [c>/+M',0.ׁܫuGfTaBeLEe GxIpiq|[~7wE <(*'w.sBAE夯&f^O7%73Pib Jn>6wz{8.X"PۍaJ1bdd cʹ}[cs+JLAyzȁ[wZ(x稭36ܼjKuKxPTMd[)ԐWly r!7y s *z\ԍIоzN|_/_%q%ggpVrVς u,Z^WG u LЃXn%ׂF`mڸߋccL![-4=PE~d99uQ9TBnd9TAI|r?7HekD&ef|B3P12sJTqz"=9k);\c˭qu^`oZH0"OEyT^P8om.ْ'xp~?$DR~j=4~P|jkoMww>F$L#[(ԏay4E_lBuy޼/כs{T@I;$ReH'xoz8: X5 q|c=-|: BQ/`]˚т_?4yYp4*w,\aV+8O= $Iѕ8rd&(;wEyP/4(cq 2fYEdF"1fE触4H_^uf[n[X!g-|腵~wJ[Qn Ro-\];CS~zNNsك1l(X:Ӟ`a &~#ZE5^}|Ci"dfC(=kO٥o#K׽ex9&nZ'@0ȝ ,Q V=u R0c Aن(t_ H &jqujS ҊxY8B3<23Q) _Nn HP4Ah')?VH*Mb~ee }0e -&/)NIU/eybĨ\ڬ*Yc٦frLL9KrTo>7Zz,y5Tv%v\.']]3Xdv sq5}8_{nY4B~ @tCܣHϿ gE;5a'&+˭/c:'sf e.P# Mg,u3#!]fV؇*-՚Pv O^`4s)AVG]& +ንN:JuI3S. ̳u\myŋJI2У?!~E $r?gO\CJyhV~ Ѷq}QcԞǵ+q4c!Lʏ>F<1Eol,ÁU{F2b$`"_J% cf%ʑ_,dd ǾԂ  Ww\MHHt[ĽU?Tw?u>#=hf>Z6,NX(L=4+D疚 "JSʠ2@\#i2}QLko❙<I q.2 fu %‚ױ|zB) ų.2,CGeNb ky4Vϕ]/aS+ȢvYcۄf월V~Nr%\`Q_auީuS4ҭytm[˜C-x9whuջ:YyG4,Z7ĵ!\y!24؅'7Xc6l" Zjd5U?/ |fs= k3~hB'p҂12tmՇ$:^+z~,Ϣ.ZKcCf0+{Mf}DEtÑ5#r{¡$/~ I*VRn̼^DO=m@0[֕UW.?D63-xL4@Lt7PmWc"`gPUbΚ%5"d9Ɛ]=T^DÉb,yD,=mOQiAK"B:E~jȑ6LMU{Go6AnfQ4*cG2<4bx1!,xM}ʍfDj4&u(u`qcjZOO2P̀;Xw&B\;RS4Hq𮱲u)h)@v|ժjU8i `b7Ŗv,waT{@D\w o˦&}?'mCS>d7  (!RMJsf`F3JdbCHk럺x%賰XtNK 8j#; LN^aW(n6E6UaXִrRG<R뛀dyCݔyGz۠  dO]߇EึU*yEz'ۗ&xbgm`<{V9Ռ[u FER QLU'n j 7t;+cwȗ jdス#4 o^{ٟJEbYeLWJdľ#fmC{ yx,xf Q\Ҹ%Dˋ x80Ote s*} IJڋF(2N}ɼX^9w`,_GגAl9~r(@gnߜUƬAg1 ~N'+`.ϔIg4t9 wX,LX|l K(wz"w+ũLweڇj홝O9_q_DGrhtQS߹b^5KZ  eUT Q+Kם6^{u 1I *p/h=޴|"lCp}svbP?MST34Wœ%ŴLB>d'O!ZBX;M_A_Gikz: EFeQ),P⨟H[e[4"b:N3"O"h0PE{) NU61^󢷈AGʁ?`zBM 'C 0`iL7DZb8ģAMi x%~| |\ Ph=˄Rt/@< '-SrJ,OZR+/㖸c'o, JRQ {_q1碄8 @NM"N)Cn'˦g`VvZCM0s)*yL|}D$4ŚS`aL,fQ6SXiכȸw_a'_ÎV5V$oI(e~;45WY"+ò;!w<00g, g^_ƝHPjW 2Y>]OllhHO-c)>1Eq,6]w [,:i{0|7픦ƹ2LBԴ ؀Nsh<6^%>o{=c %Z̦Yϱak=5vT:8xJB~X]'M~aDIfK!U0vQ3~f' U1I->:a=4@N.1Iݹ# :_SkOoTgKsd@/#\qn=O9o]| kw$[ SސpO<^A W<\ס|*녹ISBѳi ҳV]z %全>;~O .j*nB b.T~8C c8N 1n[X o|;q䩿BvtjGPcyRݓ.h;9JW㠥nE#zvRf0(k[N\Xҟ䞋]Bs9*~lDHFj^@@إrL{lt̬:BpHRwJ;)H3|5^S{ j<>U\] $Zٿ"C'0QL$.)~N 7%}DEusrbn(,P]*b?` Ȥ"{pѐK?h擾1fHlƕ?%ái=V1pQ ;Hyc_~_,aEv`gJW\+ wث|:Odn]h\A(dH E :Sfzb846#J4Mi&ra  1hi/uu\PQT֜wˀv+8J ;Az()#3@ar}HI0yRANKǕ6+AB X'/Y/QLu2U=ҍ3BLsDM?7&LV)7sl| f_h3q`NQox[deQD9\~=kݖ5ଵ(NExnR#o mr В Y" ^ZS,H;q_*]WU;(qKD$M;@1d{H&p>R8LX$}:t6ݹ I$Q9:܍PTk=[|qsaR/;-]C:s&/0o"R _>HQjNc)ҾEa\;s%)a#wἣ2¼9rF|XVLy3m}&0?~KlSܰ*̑|8 ף]ǞKշTbأ/i% R5N} 0=ޅ^U \aZQ}ɶF$W7g>t짓^ÔOo鬚xOV̓r[=KыsX-F~@5SnXlvXQ$ G "٦ZHw6,0LYȴo[OoMQMLOߦb H-W97\ّ:g\E_J9M=+'+-%Y )f{JL9Mv0f ~߾ bgaC%n*5K=c?N~6uໞ BO$̋ℑb[VWXuD&,֍+;YIKJ__j]PhnWк Eʟ o">Rcn_Ҋxq83Y\o/+B37ɧUfǧco|D^!‰&?Y>'7o("-c%2-̾^ԫHBXWc:IÈl;-m6̐a@5#S<كq~g=(Ah:9?^%<^%)ȆߵNHTI!~o0/}^~c_yM}MpOV]ՈÂ]oD PaAlσ$@q(KhͪXNf1djImxhÒzP.1[]鷞,_:Ҹ*XE &-JGD}&`lJ``-Yq4FGCb暇[^r^gwGƭ5X1~žpTżJ_AT`B1&XhNeLKk{p:G4Nj֛Z3"qW}XWve0ZLKdY.9p.bQ ZΣId㩨D%W#jK8 P2L|O˗n<ʹP ^J1~mp]7T3;쯊.\4 V4߷RBQ\5Cіބd|FBi}⍅s)bt9Jh&'iX=K+NV<עx]yTv,'"7A $鄅^~H%IJe-.CE~rp/=N@!=L8ڞz!XkJxhrO+IQ*mX*$5M|h~ThD< :BAo4$gȊ!"vߝVQhqT#ђnDl{ic G7rSOL:1׼L6.Ǿ݉9T??EÆ1;j١룪ta'_Sveb8q< 6O巟M%hJe+rL?VcfH-ϛ~o{q3Wz8`gt`CYM}ܑID祶ׁel6XiE(f\˭16a.dp ot4dcԴ/(-dsO`S<\q?*Tj֮.*LJ(NH"I'eeYJ2WX|% _ᎍ J]!.EB%L9 4*OnE}c@'#3HFV/~.‹&i~wDm^,[X '%iO߾ fo(P4{= \G470?ך#:+\p| 3˟'8^-ɝ=EI]-킟 6:co9}˙K?CY@ A ̻>kqN*Kԯ6Wc(dNu=A%T~3̹f4XphmWz@DB'gsguߴaD*KPjztKMwK LCa,i kfX|~^$XvZ3κ$rp36oh:P ݷR0JW,vdV5{EBacZH16Twv ߥǩϛd}dKX ՍHnŸXrMy#?*5DhNKHDQ"N衆ŅP=vW5sH"3e?VI6G E_dqTwKhp˰!0V`w)Lvɔyn 3v: y0x!wyNK5#"MhWd]J͹W=R (g0+>q:.*~qTjC3#]BVfxJr)AYo :Pq[ Uz|fRH>*E:yg9vŌB!| 0k^rRvf}I{`ͷgG'S&]Ȇ` r `$&?N U/uD8'7Y1+]|:k3{ޓ\}Fy gC.v%%A:\QiPqo 7F jQX LNEKcwlb}xB>TbNp;cDʏc 1`:Хp~2~@4`}חҥpY),Ui+ 8H :!@Lf}M7/;,Z ^sV/UMR0t+JrX+9Ϥ(7R¶X~cNˣ>{֓ߨ(-{đn_;ի~3A'Q>:(E! D4,^r)ZO>n7.Zpl0bėg'@T@V]^38WդG:/BH?Acf\k} Xi#9\"X(ZrrrlY}!QmC.Sx]f+3{ɏ2;FyN!vcAlp8r nO *"F$I&B"6[ɞT*e^}S8߻?8'Arں)o.; }Gb+`nuTϖREkEy `8Ha65{! b8g= GT"5~]Q犽ll$SۆtD*F /i{dnq^AL Txij`dE)QK5amr%rg3u:(*n[b,&d3a;~Ů7\%\&8kZ*H7]ݼߴ7پvswWtG*!Lqɩȳ;>z0u2q$oLRs F=ތ ޱ-n,ߡQTj>J"mg.®*o)D12Ә^2LJLG-3<ۣ%tjǓ56b:Yfx%WM<գFr.B*PP:zULT'7W.+َO]Cѩ !pC! 6c&+\?]&#DOL>%q툰`9ؿ%CLspǠʰY`C嬨D EO?_诤fR1Sz̛-p]p %7} tX2Ӂ"ܐl/ب }h3 ͏%&þ)?QGul56m*]{5@&; "jSգNM0TpB$ 3ϲN;HE 3YFH5zx.bPS $L\80bȘHCIZ5sB&<`3| ő3_q[nW8{~֪Qhd f~F1㶞-1t~f$^;]vj,Ժo*Q!- 5H%2yָeC Xev'^ .n ✚^̋(6$Cv vLJ8^86M0 eu~:V1sXY{m:.>˼0066F#{LhL]q!WW[6}.5WD t8h2)1|cEzI-MUM>>&׍N]UU]F0_0m$;x& ku $GNhn4!)~7( l92o83 m'"mmYc_;i 49f/ɢNo5&dhi$N2ҷӄ l@< ߤo< D`uPs=/0Ŕ^T3Oy ز\m:֨C&|DmQ'ԦEBÁguf} o3VF-Ya~_*XW><SK>wAUU?\VSݭ5 IIb_ o3bwej_V+ae|0>ܨgf`;THb zxT%쑖tr*\xJC,o`ً4O~^8[Z()@ GMCy8_&)CbK0ҁ"+ ucI?bv F/Qc A\7Y/`T}>FUQ-垾 "JXАhtV8itK0,'ŊCvh*6RV}M_g3*$j|\m^"H\նz._P )tŅ3>h@B{[ d3;b%V%zMhSSB F픐F.vl6# 0)y/8ЁTE^T&P=r+;MFA28xA<-< 6÷LS1\j]A &*&pG⨸˟I!W ѱ |b GugD[*wVG+.#U!x|} &"0!K^vPSY#`}7&^²T $Q"V^eī䰊4k/Jy2*Յ^[&%.&8FN⅊R?Bd)vkڥbzeQ5£[<,'SSþ/hsk4 S@8,` _P \[a;:\Iy=, uK煄R:!SU;kq<+ t`AŒl=\Wttnɿ[ :gr?f]#XZn'(8™'#w? fID"YAmMah!i(Xw\MW%}?zЯp6k)^2o]ZjiL13nU1yى]@?lI."E8Ay1ygw # m#uĔ'h@ujw4+ vQ>Q!S cyj"&FJ-kXQ6'l࿷.Q“)݈FX`' :[|L!:ⷭq !ы/:ғt|Ôd0lLB46< Z#G?*m\/\ LJ[>s@v[XXA >R-b2Sg qo; D,D\S#V5a/cV5Y@n^s[%Ż1w}ZIMǣr:pȊM֕X': s?ߏunb{wo \d4 vC0ˎ5}QDth;jyZv[b; Z;T f'EtZ|8Âml3B>T!~|J_{~sl$?DU^_禗afUQKm]$sp~%ְcIb+?&IW;+ؙ:*v_vrYyc ˦/(bڽqJ~<ғ%n/S*.(|x=\i} Ef8TX&s Y[|~)MYTu(yF)rMn8$}5jh +3wD5$!Y{uBKld%A1ʔXޡۿrFz>q`¿T 8+T=DqÅ*f8S.ЁhudtRey%-s_YN !Kcu+ mtTΥ.VAIzh\_6KhT1`$4kDy(*2Ccp{a a]:yetuTH ~k 0 WNPQƤTI Ғ2!Zߜ07 pwg2~)D`J@Z'ru[5a㩸,*9LGmrjgU_V> \ӣ/o]mnT (`z/V#AL2? bP`GگIp)wOo\o@te9dn׋s]úЌT.5I|⣧:oZAgxoҩmMEMeRE[;f'%r^ڹf2W3hAʨ <9PYaRݑq~_jT4J (hws_WJV~dE fKb؃cm}ⷿ*"/WOXށZnb&Cpbg5 wtT%?3ۓ353(tRŪf[S=fpLeg`+p;O&rR㫰n1[^}Y3h=%蘔$YÐ2 l Bˢ0-brK@DLk'ѭui`qR ߠ72)mŜ!{pd0&W򈍘\\hE jGCt)3tyW ;B\M @WYTa5`gc/rĆ[f"VC(Na،񞟐 w '_#DuOf[?>, yȑRsF54y͑Yupq;]/CSMZzX7KJ%O}GI7O,<h4vI hW_œU,mS͂5d`&M/5"#"c@V[wrMW%:ͅK0B Ezɬ%pXmYaȰOA뼺śxU/o^K$wȤhq!gżqT8ΒERSʞ@zWf]> ÜP/gGO*"7?h@8g%}v#T~eŒiQK,u|P<Ḣ¸{X-i pD1nH\\iãƮi\7h~E~Ւ+NR v戳6<YR3ž''S]. BDr8P|3i<K*8(rtr$hCas(Gx%ړfʶH m>sӗXk N3P X:n"1۵*4\yW͸"v$:YT4:m7]vcEW`^EYzݙ@;b׎nCˢxf;-ѻJq+; d"ZjG6PxE3x@{.6<?|z@bvi#I]Np& |H8*$pgwoo{.-K\f& # u,q>Q:u+$MCMrj'hy!+21"|]6kՂ%uBAMB-PZzy,>Ɏ]RYYjmnKeʈ8Z6 8H$ Q/xtPvP8d9.䜎~o rNb7 ir? +nZ38u뷌g[}o4Z{0w#f0ClLav.&pWSAҩJN^Ueыp/>#Uk6b~VNJC<4C _F\ |z{|=< 9Z3$674KpLDJ~%P3jvIVlO"S\䆿y% 8&!7I{OzO u4?A R+6Sw^3D¶.'b<+r (YVvI.nsx~SKmzaWޢ>Ƚp!R`o܂n(`~M4z+GBFb_#ƭBRӒ7U3ERE#L܈+t=U= ^vD0ӷCSǩ4B$2"LYZSӝ5T`ARo+@3 גTgتzs#ֹUP]۶Q gv@(wVTܳ4ᷬ^UT\<u4hN 3\вZADRb+cJ.֑.SaCIj8i&G 2{}U Zr'ag3'107uMgG5]Kd_1 e#yMF|d·`hfIC, uP90HcCF0__H[Lz.}!f&1J4[!K*-XU֢|WoM!7zs).Ӕ\g7{x59xG}NlF\[S[i¼̙o(?Vsq 5\P l\x0+X]&!´㩧UZRmHIo~ƹR836ׯԧy d%x R襆/1h.櫡7bcq?98 I;3:;وY(biI{i)]Wy1ёs!_!ӢqanZĒZscM:$A-[I ;}j'061Ӄs29 lJns`$Ry6wg+K NE_EzgC0V> 5H+B3uR籑DlP]W(SkMb9r %)3=p|\+6( & Lf(pFj_Ɋ0JzpDc¨ Z5xѦ jO %:8BY]g$Ip}ŭ$(j +e=f~"c''&9MJg<%#>j;9tJ,Yv&\T`mc2קp>`?7&{ znrA"*oP7 &{i3~IdDhl47bl1{rh3%[13GIk,4n^N~V&ߒ .W\xUm< gpqa;P{smf$>M,xv eS2AG@SN/#F|2)wYwݿ5]9LoJZT -:^16pJwTDFG*6 AkȦ$%vCj~897ðA!l=S߃y_|ï17x e6S/3 6MYgy * o!xRh@)K\*y=Thv0_æ E3Գv:e0]y_vF;X'r˛ɆA{=Hv1u+~c辄ȑiB!؉]V/OUOw$IM딩>:* *oȄcoPw ^Lд}{W}0D8Oܪ rwJkPܑDg2tjg917uӿ* t0%Td 2a{n+ʹ[A% AmW1RE)845֨r.qsUB/xO0 ^U pa!,g]XI,EMd9ogGoa8: Ssb܂#`:Fh Ez5 =1,샧 CؖU_^XG x`6LvٴLjMV^w_8\^ҕ]W3|c;&Rd>j^Z (gÐkP~Eͪz!a䪭rG t }ibT$LhyQ97Fu]'+<t rg!ppA]˺r72GhhtF-[{%k3iQENqxio{28kyaVbR3m؟Yjǩb m~0Q]9srU,U.{6NN)G3,>2ac gw:zLC{XR%daN0WEM}{zTi8u9e@(zTQ[ cWYRj=*t8u8&Z'-0~hJ(i=Z\E ~ DrSuBzN9Dfߟh丨\YE_I%t$Սo55\ÝSޏy}"s=C cZ6+@pşj&VmY w-k +cLSʰmd@:ɥ!f҂ܟy4nY/6[XMv@SH%E{rϥ]~, 餮j]`%yN9JDHٙ7=:T}u堖in NC|Y[VװYR