python3-six-1.11.0-9.4.1>t  DH`p\B/=„ =5˺y@:ܷsi{@ nV؃ҏg8B*%ZhBƗxzcJgs&:g:y֝a*7 x(=_2`8<9 %^B:/QlJ|U; /GFT>ҀH֕hdp`X^=CCYE,: ڳG|V2WxP騼<*6ܴLdabb4af0157bf3aa0c7ffbe56fb18b90d03684bbw\B/=„QdBg0eX/nD6YDsttfD'5!3_vȑ@wy2 @Wc=ӘKѴ0A44EQR搃~di㔻t}.k '>RB7gr "B \vG{'g " ji,:˔YF. yfC?w=}3 sgQfXy~CZX(m J~]Vh܌MK?.5o ˠ<'\?'Ld  B`dlp       0XE(`8h9:=#F#G#H#I#X#Y#\#]$^$b%c%d&^e&cf&hl&ju&|v&w&x'y'0z'<Cpython3-six1.11.09.4.1Python 2 and 3 compatibility utilitiesSix is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided.\;lamb74zopenSUSE Leap 42.3openSUSEMIThttp://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://pypi.python.org/pypi/six/linuxnoarch# bsc#1057496 - egg-info changed from directory to file if [ -d /usr/lib/python3.4/site-packages/six-1.11.0-py3.4.egg-info ]; then rm -r /usr/lib/python3.4/site-packages/six-1.11.0-3.4.egg-info fiiix"*HA큤\:\:\:Y\;YYY9e14acc63dd71fad3fcebb38fbb0b627a298af9db694ea6fd163b0e6196e832394ca95280a5569328d4d04d0040183d617586a552d872418b8998224011b10374bcbb10a9a79d115098b6e7d053f41c735cec5bf04dd0820d0a18533ea7c774a8e17b8c252b1aadc4a8c0c2d97e801ebrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-six-1.11.0-9.4.1.src.rpmpython3-six@   /bin/shpython(abi)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.43.0.4-14.0-14.4.6-14.11.2[ٙ@Z;@Y@Y@YLW@VV%@V@UU@U@U/@TÉ@T&@T@SS@SSXS @RmR@R$}QQ~`PPPy@OJohn Paul Adrian Glaubitz mihai.dinca@suse.comjmatejek@suse.comtbechtold@suse.comarun@gmx.dejmatejek@suse.comolaf@aepfle.detoddrme2178@gmail.commcihar@suse.czlchiquitto@suse.dedimstar@opensuse.orgtoddrme2178@gmail.comhpj@urpla.netmailaender@opensuse.orgtbechtold@suse.comro@suse.demcihar@suse.czdmueller@suse.comdmueller@suse.comrschweikert@suse.comtoms@opensuse.orgspeilicke@suse.comdmueller@suse.comspeilicke@suse.comdmueller@suse.comtoddrme2178@gmail.comos-dev@jacraig.comtoddrme2178@gmail.com- Include in SLE-12 (FATE#326838, bsc#1113302)- build python3 subpackage (FATE#324435, bsc#1073879)- remove egg-info directory before installation if it exists, because setuptools produce directory and six switched to distutils that produce a file (and because rpm can't handle that by itself) fixes bsc#1057496- Fix Source url- README->README.rst, add CHANGES - update to version 1.11.0: * Pull request #178: `with_metaclass` now properly proxies `__prepare__` to the underlying metaclass. * Pull request #191: Allow `with_metaclass` to work with metaclasses implemented in C. * Pull request #203: Add parse_http_list and parse_keqv_list to moved urllib.request. * Pull request #172 and issue #171: Add unquote_to_bytes to moved urllib.parse. * Pull request #167: Add `six.moves.getoutput`. * Pull request #80: Add `six.moves.urllib_parse.splitvalue`. * Pull request #75: Add `six.moves.email_mime_image`. * Pull request #72: Avoid creating reference cycles through tracebacks in `reraise`.- update for multipython build- Restore buildarch for SLE_11 to fix build- Run tests in -doc package to avoid dependency loops * python-setuptools -> python-six -> python-py -> python-setuptools * python-setuptools -> python-six -> python-pytest -> python-setuptools - Actually run the tests. They weren't previously being run.- Update to 1.10.0: - Issue #122: Improve the performance of `six.int2byte` on Python 3. - Pull request #55 and issue #99: Don't add the `winreg` module to `six.moves` on non-Windows platforms. - Pull request #60 and issue #108: Add `six.moves.getcwd` and `six.moves.getcwdu`. - Pull request #64: Add `create_unbound_method` to create unbound methods.- Submit 1.9.0 to SLE-12 (fate#319030, fate#318838, bsc#940812)- Delete the system egg-info during pre phase: older versions of the package installed it as a directory, the latest update creates a file, and rpm has known issues with replacing this.- Make tests conditional to avoid dependency loop.- don't build/package documentation here: it breaks due to cyclic requirements between six and Sphinx, move doc in its own package- update to version 1.9.0 - Issue #106: Support the `flush` parameter to `six.print_`. - Pull request #48 and issue #15: Add the `python_2_unicode_compatible` decorator. - Pull request #57 and issue #50: Add several compatibility methods for unittest assertions that were renamed between Python 2 and 3. - Issue #105 and pull request #58: Ensure `six.wraps` respects the * updated* and *assigned* arguments. - Issue #102: Add `raise_from` to abstract out Python 3's raise from syntax. - Issue #97: Optimize `six.iterbytes` on Python 2. - Issue #98: Fix `six.moves` race condition in multi-threaded code. - Pull request #51: Add `six.view(keys|values|itmes)`, which provide dictionary views on Python 2.7+.- update to version 1.8.0: * Issue #90: Add six.moves.shlex_quote. * Issue #59: Add six.moves.intern. * Add six.urllib.parse.uses_(fragment|netloc|params|query|relative). * Issue #88: Fix add_metaclass when the class has __slots__ containing "__weakref__" or "__dict__". * Issue #89: Make six use absolute imports. * Issue #85: Always accept *updated* and *assigned* arguments for wraps(). * Issue #86: In reraise(), instantiate the exception if the second argument is None. * Pull request #45: Add six.moves.email_mime_nonmultipart. * Issue #81: Add six.urllib.request.splittag mapping. * Issue #80: Add six.urllib.request.splituser mapping.- sanitize release line in specfile- update to 1.7.3: - Issue #77: Fix import six on Python 3.4 with a custom loader. - Issue #74: six.moves.xmlrpc_server should map to SimpleXMLRPCServer on Python 2 as documented not xmlrpclib.- update to 1.7.2: - Issue #72: Fix installing on Python 2. - Issue #71: Make the six.moves meta path importer handle reloading of the six module gracefully. - Pull request #30: Implement six.moves with a PEP 302 meta path hook. - Pull request #32: Add six.wraps, which is like functools.wraps but always sets the __wrapped__ attribute. - Pull request #35: Improve add_metaclass, so that it doesn't end up inserting another class into the hierarchy. - Pull request #34: Add import mappings for dummy_thread. - Pull request #33: Add import mappings for UserDict and UserList. - Pull request #31: Select the implementations of dictionary iterator routines at import time for a 20% speed boost.- update to 1.6.1: - Raise an AttributeError for six.moves.X when X is a module not available in the current interpreter. - Raise an AttributeError for every attribute of unimportable modules. - Issue #56: Make the fake modules six.moves puts into sys.modules appear not to have a __path__ unless they are loaded. - Pull request #28: Add support for SplitResult. - Issue #55: Add move mapping for xmlrpc.server. - Pull request #29: Add move for urllib.parse.splitquery.- Include in SLE 12 (FATE #315990)- update to 1.5.2: - Issue #53: Make the fake modules six.moves puts into sys.modules appear not to have a __name__ unless they are loaded. Changes of older releases, see CHANGES files in the Bitbucket repo at https://bitbucket.org/gutworth/six/src/758cacd651f3ee8c9eb2253ca3905a1d46f88786/CHANGES?at=default- Bring back argparse requirement for SP3- update to 1.4.1: - Issue #31: Add six.moves mapping for UserString. - Pull request #12: Add six.add_metaclass, a decorator for adding a metaclass to a class. - Add six.moves.zip_longest and six.moves.filterfalse, which correspond respectively to itertools.izip_longest and itertools.ifilterfalse on Python 2 and itertools.zip_longest and itertools.filterfalse on Python 3. - Issue #25: Add the unichr function, which returns a string for a Unicode codepoint. - Issue #26: Add byte2int function, which complements int2byte. - Issue #23: Allow multiple base classes to be passed to with_metaclass. - Issue #24: Add six.moves.range alias. This exactly the same as the current xrange alias. - Pull request #5: Create six.moves.urllib, which contains abstractions for a bunch of things which are in urllib in Python 3 and spread out across urllib, urllib2, and urlparse in Python 2.- Run testsuite - Build and package HTML documentation- update to 1.3.0: - In six.iter(items/keys/values/lists), passed keyword arguments through to the underlying method. - Add six.iterlists(). - Fix Jython detection.- Removed openSUSE 11.4 spec file workarounds- Update to 1.2.0: * Issue #13: Make iterkeys/itervalues/iteritems return iterators on Python 3 instead of iterables. * Issue #11: Fix maxsize support on Jython. * Add six.next() as an alias for six.advance_iterator(). * Use the builtin next() function for advance_iterator() where is available (2.6+), not just Python 3. * Add the Iterator class for writing portable iterators.- Initial spec file/bin/shlamb74 15454121551.11.0-9.4.1six.cpython-34.pycsix.cpython-34.pyosix-1.11.0-py3.4.egg-infosix.pypython3-sixCHANGESLICENSEREADME.rst/usr/lib/python3.4/site-packages/__pycache__//usr/lib/python3.4/site-packages//usr/share/doc/packages//usr/share/doc/packages/python3-six/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:9383/openSUSE_Leap_42.3_Update/30a22bff702af46d0b02657651debda7-python-six.openSUSE_Leap_42.3_Updatecpiolzma5noarch-suse-linuxpython 3.4 byte-compiledASCII textPython script, ASCII text executabledirectoryRRR}Pi"?@] crv(vX0}ehKg5aH;-(veHoxm2zԞ:XmOQHp!.JLQB#j0̀ \EB4 rDZ&hPU$oVLW},pTh{gWKBQ] A^v2XMµd+cOMgI N=Yy4f|irx ô_ qSyNRh%|?[N.q2JwDZretr2_elYwM6p;e0GSy#=ooǯ,.V$:6ٱgW5TpMMJ; o}6`>sg? q^MX;RzG<8,!8 {R Ǻʾ~J~FLa˻B 1{_} kiC6ޑͲkBF~79fuM=_N4&6&U z\`dG?KY3=)xȲ9tФ~I`]v$3g7XA({c{۹ՄqmOc(wj/WGͲa6esg}[5|^a]l쮲TFOnh:))dJM}"eY`>4h!Ɯ=s5~ԑ]B0sB:ն[|~ %G%T4(s+C8fqLp)OtǷjxznv*w mI)\#t4&.WU7!tEٳ:+FeK}+2>c.:H^t$mxe+\NbkQaΝL?A&yX\0A*g~ZE)`WvY}*d2Ot2(B X'hC窆2- =ս̨;w /=eF2ީ?rڎ$1dׇdR `A_:|orAi| pd;Rwq69Un#C}B:J2ӸgowZE۔eѮg-Bǘ=9cgQ`1;h0Xu Zk,*/ǥpޘSjh&\N_=v"j'qoQnM@hR7l"=? C@wƱ!ǩCFt/j(38Z'M-\SuGr_ꗙ'G(8e[-[Xkt!imSNٸ`kYEj[ $\֐PNp@<(3A{|[:2|#Anz(2]H$BBZrCJݣO29"Qi2]c´huƁ9!kd]T)ˬޗ[' e`#p | !+aۍ&cD7ď$%X t%Կf+?>mtfw\lLa W;L o3AN8TOv3TJyassaE2pҌ*Y}yo9ZĠ]_j~Suγ6۱(Y'8}ME2olzKi-1<}6,YX/\hg3Z!{kqs1X2y%υ:̉՞\ ź6K(bcykt gZ$f]I`;7R8V[8 J'h]1yquAz.bۋ6*^h"Y I1ZcgO6}[`3? 31Y] Ne%$!@i&T*хMG=sҤAQ~H}^* [*Dv[5d_SA13콋Y˯=V5tH=l3z 9>4JԼf(*2 K3#{~=oPdXRV*Pr&;Vk3Tsm3(~.ϊa1̾ٙJ^W0&Eh˘&/y >'å,(IBL }ޙз\S^L}Q2Dz\ ؓMicLo\]]-379g=N\R`/˩yAIm]M՗d5)Ҭwڎi@+nUwhJ5@suf@ϲAפ傶Éғ|Ⱦg;{W$l)I?}kV=ʧ}[ST(!jodHyUo_A]Fު<$O,R2t [6)3̴EHSF1ր5wZ ij@x o,5xł6vɰ$Iy,ӂArZW?XM#V. g.Eԙ!}JȲ %9dK !l;*rlVpBt͒]g4PiSݶ'coao:@XeHa>nͱNRN 'H9tp(R0 UB!q w-8Y6dN(؎&r/`: 5$FvjBN FV^5(r(W[s :،ƠLz&XY3i#Q|RAPVA~rFvS}#}R ٩3!b|Ly1t iJo]? gSܳrWq>bяMYE1-S}nY21[BtBۑTiKaf{:@EyR_,W+X<YJqgw`+@1ZLӣ .CC~$,Sd\Qїlno s`ٙ]Lc"X PyV&utKO3]wB zE+)G";Aqf'D˽ZJfn0H$iMMd _@IjNիQ@-޴qh4ÄTfXRDl\R 'i0!&(%/>\RX{ l1N^ PhhHhD҇GToCk!Al;:[/顔%_ƆC3\<=aŸegE bQEPloOOzZ VyܷhM8ZΣpaOgOЕɽzvh=ipb'm BU _/ 0[j́DgM A piRad(3Ŷts`9B&/A8R&܋Sɞ =߻ɶy~jv:1k6m_<%lk}:\IM%GC7Hqhhdhoh0ׄ )@:߸ei`⃚'>!o@*rْڹ9~4]T$%ڏ ϵ#tP &aM61RVjG'D|櫭'm}C^|yʗ׈n ]ضOuAZDXDK4(U4~.\+)k_[t}s'@X/tuv Wp8QEAQsjT<3L,ۈSM=JI>E; [WgW)ȍbOrh7!=8_s|8lb~#,gPrb=w=~M Lnk +=3jOb{$ -9gEvP\!C^}P m3~[#!8ʬ˄J7V 7&#݂t`Sp ϡX 墧H*bi:d|,:WxY ׹XS5I{bT> c r͕>7MAak8ȃhm Y rE&W{,Ɯxʪ\SR*\tkWmJ62 xHɞ&E&+hkwXÉv1&D,k֪yQ {1XoYiv`P_%ŧaDʥLay/ۺ `j ^q fVLc޷=b'eV/IZB-kf;D:3  *jȍ*rNr^Y6@qw'KqGx=S>+g]B3]=P7Fh0T bHF|.45.8A& >)khbgsP%t{I{[)Hmg^6c8{mw5BG _&\2h.Ԑ\`]B/]6pfyW#fS_K3|:aA2 zв[ yX+7ֱrr[5(ÌiO[Q?JrS"![FMBVG5HnMa!k>\z'˅i5ﳕD}0'^LEO-[FaaFl}͹{PmLjMb&QIxnAL84V{]bb𮸯2%jԽ\-xЌ]TX1E`@[6JXR MY |PJk!u^3͔}ZYNXXb=ZZ3Æq J0x+k1w2BM B4$0|t6g/m8 T뼁He |j<'_֖yG-BE:}GJi7-ɟd~pżN+k+cf5dǩZlXGLVhr|Nzg7U  ouvj:_Ic'Ff$RX6 &Ac { ZN<`>AWi;X7j+DUeg`~R>}2*psa/*$l}}pCE<ٿl#㋱GNs[" `3Cr|l5d0vjCeGL|H *:F6#CXw~ң)bPFͅ!mO+ m`.m|ƾo˹j4DDN_w9E=sA)jlDu ~yd %CEMΐ||>A%4B°!_ï#Haڒi֘orcr]4k[Y+U?Vń2P})簾,zX'P[`lz^`OHYRMijB$_ ٥fZgo x/X>*Gg ſ5J *ȃ&j[,ȶJvI\@1ΕD %zh{,ֵ;*/9!̰C٠;ѴXFPOApl.u5 @cODzyj?=#av]&H jT7BX{Z爼hi%-)XozDt2 ^4J-u ].1sx+6oIߤiDg..Q+$*yr'/OI 6!G9~,>/'MCoU|)0%rD2W2M[OPKZRO ISʋɎo,5 r > xkZЯeJ6wa"x-Lwc2*_l}Dvdy(1r5Ic'%Pvİf[ti/j; IMK慫{廅&ѱy*q(jhn2urE a*g#R+d;O}e 5mC{K"5gnvD *oK+Aq{AJ,r^,\ T2FIg>w_ըfs/EVDŽ4u 3`惂X6g՛+V҅<&ҀE!=Dg~A0e:^8"BXh`o}ӏOu_nqU,Td垯ٓ u <;(Z4MCH{kt?3ȵLuCNBrh8v_TY*G"3-SщUiˢބXt&/| ^g 7k_>5)K5xqs=D"C qq5.㳷4K.-vcK\Jj T'1Y$vi "@'*#7 ;-Xۧ[[tt_/Bli+LM'hݳ\`lG&> !ί_w\&K!; OCT 7Æt^>ڔ+ }4o`&&ԧqvk;ߒf{tS葕K_Up?}/Ϛxը.quulX̑+Kڐ4|Ȩ=3ye Zv4 ) N#x\LЗ=ŕrw$d͓#<3gM[BFxoQFB3]ε,xb3^wÁPG Bz^Jhu<=4NEJITvc+V[x7 >'_6K9vy%+5:9%mvXMi;l*ڠ(:>-lLl=U2۴z(A}念PHEN5~~:譪MU).۠;*ƦsA/[l<Т(1 %V;BŘR5s"۟ȶ ^P(; TX}0BOGIk7):W&@#p6,dGTMXĊ|,-ۭPz,J|$ c9^ fg0mdipf\9Ӧ ^cic~(wHbv#N3>[|Oٓ#&HqA]swM L]8*9 ^`?HMkrx_!BB!PdY{ʥT7_]a^IߌJŖU@Rƻj nsp`~@|da|dԸ[o"`0}wDIY%[7Ҟ1Y27N (JS#B "[ds5U6ŞIڙz+ @|O>@=Ȳ2ɒr֑<-hWDNzei@FHyI vٕg XI8S+X1bfX#]^ WR7c6.ŲPqOB遦dl ӥ4\Vr̝QF3 k]0A,Lⴚ 5ac7tY3 i9QRƺrBkiI&:..~N Ee-8z?9Ch_{HxE)e֫dwP%j!".d˿H9X,<5&p;ۙY>-->Ys#Dd]d{ S2\;E](Gxlβ5 pGRL\?H:[8r sn?,=n{,z'y`Bø቎Rt1 /+p@=YϪvS қGCl5p>f}iX&|?vĿuvoq8]QaA۵뜩/ͷ]jIj~Uk#x DC˼2M'. qki52rPf]׳$}4;>$0@NTН0%o 9&"P. ![dY< -D;Q+>8oUC*BwQS@/F8R~M'RhDdjDt15sU^4aSc_0/t6Kd V<ܱkQ}&nm%dF0iπ. noZC$*Fn/K aoXt@L UU8T2om^:f7wpFvWDQ#ww_"o{dJ=}(3a4D郭*|_jaZO2K"6mVͺ@#Q=n0B"qJU_Qp]7s;so|v'lxB!rM̕H^Bxэ CbUZ;Wq+yesVy"z.΀,dg<־A,\nً( M- xƺs͑@ftU\*@Z@ZDy'o(m?<܏Rq тzC0> Mmrpn&;|$𚧘46zJ]Bƭ )aEhj=RnٖԚ$4{هi+Z-?y-xfIǠ l)1q(Vgv>qZf11(\|MZgZtI*yRWxDejWM;Jq"&t9T" S7d}g$9FFg'F&GCɊ5 ?ϥ4z2\ѧ?j'mG7geOTlyUj52'052޽aoza!w(kCE_,>h9L.1UŜ+eǨLJ=JH+xc: y :pPSRhX/q1SFO e '`5nVL->k7Nکݦ^K䘐^IтQCC]]D~GܸN@~Kh?u'.%#0J L)7is%<%{>N푈٧Kt@CگE_}k !UGrBE^b,10y) Cb릢ِ~r'Z0`,A3qQeersdj@z^MG.ʬh5-wgSڟIx/JJ T>C|WT~,$gCqk(4j9ğʶ$kApP~ȏu3wjd6Q] VSs:qε3 ~Up*lQuc-X{ƨ3*| ڋmi~+M,˲486ro"IBߌ x?P.Zk58-[Yi%e[HPeOMs4ǭx>qN*3kǀƍ)e<$c[DKh:6MXnOOdۆ Uk.-k5fB8959\ڈnmjt^9Ծz6]>+_`WkNi80_ O=4_CsױncvG{΢=y" .~?D":]LA,:13:NN,;iեѕ`JSF+~.N>GTa6& 5R/Ԯ XI+]8q$6; BrwܡwVf~\XɢX<,ܑ~w-g-=S c^)ЬU"ŋO6[E~Fp*`O6%اq VZK,.L}'`vgMXn" +3z&Qi& R1BV"j+',AvUf׶k+=Vb 2_ynQ3氟Kp Ai@N5:ErSwqޘP[`_(q(lVQSɎ A\\{E([pbFt sii*@wM#?4߰Atwv3~ `an\Dr7v8Xd]5!ARG_{<ŰcqLDr@D-;VW?Pm2-͆ST]Ax!bb 㚻*-nzw6S[ r䰗$o\ G+x5'Tp P!׼4--0yVFd"D8D2qyYek5b <+m᷾FB](;l̼ X6L;^Ȁ!muCw` s|lR AJ:MKG?9o#WyGٜZhq˾3Z7TP<\3^/]! (>hZm}9lB -KGAR`CmΩhF+ͩ.I%lQmgZy# Un@ԃEis =U4] w|% C^Ji+2"I9OfvLI+{3ɳ,ÝS7~Lu ;h/BOf"n^ gf"+(;eHg4DM>qQ'++clWtQGB6vWPB^'LِO` A[,GkYN#]+T`_>?hV:_{8(nʕ1XU!6քDcT"7cSt^7VmRhFBm)O_s-bԪÏҽBZXm; r#OAi*$ULpx@ueޞyR{Pv:%g_3c̾~.n_7\`I/hGm4r"d0 ~V"+cӞ$h36Kxb$).Utv`zqw#߅H1ajQݺU? ƭ(n3[r?AuJN>[`qT#/]1GH}ŷ, v=p,t6}g&.RQfaK2S̢ $SPU}U?|R`ّ 8hU u5˞+Vk'^{@.N_VD*T(7TDgCW;X+h.٦" Q:f@U7{oQ~4L e^EEk$ٗGf xud\sc Y)~{T8<4ƄM蕅+J?D,;n/0 o)ļgktb*ϻ@Mx5,|8xIpW4AZxv9 ц*#b6Sϑe|RK]E,&xdk3N2 fkcG_BN;q3SsP)=gs|9Q`i-BQB_'}lJcO~G{cu@]n=l{%Z)Yѐ:CqI6 lr):zF&R(7 Z0x:0<C'}< rB)y8\4Ǫ@ir|uLޚbn.(}y_$<hHWhm-$pWVD>'>G2 k&.P8j~<;g9Í4J"WogP?P*Cq`"Z}bѹQgp_ TՌpUEh܏o闋ΧlO3( RqhؕCGR #kЋEI4 I ;+GڪseL?mSq`q:WTtzɗG JЄRQ~J%,͉/yǏ9Mx݄ň=)Ǯ4L'˩y`S?n\oaQpW/^f1A(*rH7r۪2A d|9aB$++ S?QsAdr:"+X٩MLXGi0kp]C%H戬HΎ߭*Qz/zΠ ,V(N4|j_j=,J6|/JfW]FѴ+`~+܆ \0S-ա!#D8e Lg'`(߈Z .tU*[*T.vV bmϮW i3BL8ʎ(浯q#u=Ss?JÚk.v+᎔s.~{ڸ/[wW(g`& _]YCx 4 V_Etq9ȰM\:.9:Lv@@\0g ;.,Ő=]&'3Suk-pE,oS#]NYŲv(RM6 :u OZy{Br&I}.i]`P+BJp_`Tb[3 Wy1"F caO?T߀_6trF30HWTY2j =G( Z#y 4ya3/[oEZp?l}n^t0#@V[nAAL>(q /E| 7~QOZy Q98֬SםMnNmHY7g(*Nth̸u`jHUgk:2EXVnƆ-ODʒґXG=6qmsӝ:v-R-F)i΄VjT@jݝp5ȊH%J \lҤKSTC)9t1_sOƱR :A yFO>;zsN ~,0M$^-MR#:Q^H^OFA0p*AD;I+D˼Fy74Az9)}TmVGv|gn`HQ.'ۭRnbtB=f0Y'f~{Zf#ޖ4R(<]6_pY1tULiIvfK>HAًAdtYlDL8'L /hGf ד<{9a?yz㩱\Ŝ9*!3"L*I~ z,'D=qX!k@D{ƾ=QJ;KZ׻%5w1:HnO5P..vX;ζ Ֆ>"=#ix-pJ@#6Õmzi{, a\sШv 6 &t@Db3 ,dpjΓN]9kqPJdR M < r[BY?hkQ7CIz $j/8 Еk mB s2K\"k[Dj>:WRwњa$u!}5 W0zo(&K6Bf٠Զz[aHMg.c+Dhv=pd㴉"V^c2vK=CBds;y]'c/sw.PmK"S+4lopyS7g= aު#C0PFx ѡG9})~k$w13a\\WCnX=Se's"8cgT`l}~kLP^>.hsc̾m;hSgߧ)9Iy/s M w*Gv9$/cGemFtaA`Y# 3Y5x:^%0*$t L>zQ=9