python3-six-1.14.0-10.1 >  A `̒pp9|m_\j3~xjcpPV $8- ROtSDWз lDAmRz5dDe3< Iʬ`wi@L^xlG8KDd1$ixJ+:ϢiCPjJ$scnM  B=_ rBal3CPv/\sCm\.y#u 8$&.fc51e4cd7e3cea775cf3229e8e0de1f3c75b0f5fcdf813a8630ca9c3e65b341970ef5afe78d35c846d83868284b16484a883d024awЉ`̒pp9|Ҁ]:P=RaiLYmc@hL3^&J~%pK~ x!G⊗ ,GL ڀn)9ɛ 7ؙzC&(q+HzMA;-S4k }_uO"us^0d@o/+& lP[OOvBߵiYg8KuT7ycjY@d >QΤs{}Ddsp紶LKI(29CϤ%>p@ ? pd  A`dlp    &  @  t     D   (@(89@: =9FAGT H I XY\ ] ^bcqdeflu vHw x y z   $ * lCpython3-six1.14.010.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.`̒Hgoat14SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/Pythonhttp://pypi.python.org/pypi/six/linuxnoarch# handle distutils (file) to setuptools transition (directory) if [ -f /usr/lib/python3.6/site-packages/six-*-py3.6.egg-info ]; then rm -vf /usr/lib/python3.6/site-packages/six-*-py3.6.egg-info fiiBiB#d*A큤A큤A큤`̒H`̒H`̒H`̒H`̒H`̒H`̒H^Uy`̒H^Uy^Uy`̒H^Uy1ebd712b1f4140d164122fc6463a96214bf42948afdb93648485653996dcfa13f1c984926268d4948562dfc30a184dc8e5a05d88e092166863998a9b82fce0323efab4f30488ee2eae2a4cd109cd95a9ffcaacd642baa47da7616a6898d372920e5cf78d9cf118b109b87e8640636cebaedaa7bdc22a3be9fd6fcbe8ea43dc8e01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bfe2547fe2604b445e70fc9d819062960552f9145bdb043b51986e478a4806a2b43a5af1176750c6100480a370863422642afdad3f2f3191298af951c4f4f6080cf82436362e05cb16db7284fdf9e2050fe8e9680416f2c20a2dba8c2b60d62702d938a85edf316fa4cf35f2b671fb55017c92c0651c290eb8f29ea890db325be8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-six-1.14.0-10.1.src.rpmpython3-six@    /bin/shpython(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.1^g@^f/^&^ @]]0_@\\J@\@n@\U@["@[x @[m~@Y@Y@YLW@VV%@V@U@U@U/@TÉ@tchvatal@suse.comdmueller@suse.commimi.vx@gmail.comtchvatal@suse.comdmueller@suse.comtchvatal@suse.comtchvatal@suse.comngompa13@gmail.comtchvatal@suse.commcepl@suse.comhpj@urpla.netmcepl@suse.comtchvatal@suse.comjmatejek@suse.comtbechtold@suse.comarun@gmx.dejmatejek@suse.comolaf@aepfle.detoddrme2178@gmail.commcihar@suse.czdimstar@opensuse.orgtoddrme2178@gmail.comhpj@urpla.netmailaender@opensuse.org- Do not cause buildcycle with previous change but rather install the egg-info prepared metadata from the tarball- use setuptools for building to support pip 10.x (bsc#1166139)- update to 1.14.0 * Add `six.assertNotRegex` * `six.moves._dummy_thread` now points to the `_thread` module on Python 3.9+. Python 3.7 and later requires threading and deprecated the `_dummy_thread` module * Remove support for Python 2.6 and Python 3.2 * `six.wraps` now ignores missing attributes- Pull in dbm/gdbm module from python for testing- update to 0.13.0: - Issue #298, pull request #299: Add `six.moves.dbm_ndbm`. - Issue #155: Add `six.moves.collections_abc`, which aliases the `collections` module on Python 2-3.2 and the `collections.abc` on Python 3.3 and greater. - Pull request #304: Re-add distutils fallback in `setup.py`. - Pull request #305: On Python 3.7, `with_metaclass` supports classes using PEP- Simplify the pytest call- Fix pytest call - Fixdocumentation package generating- Change %pretrans back to %pre to fix bootstrap issue boo#1123064 bsc#1143893- Require just base python module, even full python is too much and it is not required here- Update to 0.12.0: * `six.add_metaclass` now preserves `__qualname__` from the original class. * Add `six.ensure_binary`, `six.ensure_text`, and `six.ensure_str`. - Because of cyclical dependencies between six and Sphinx, we need to to do multibuild.- remove egg-info directory in %pretrans - fix egg-info directory pattern - match any version of egg-info for a certain python version- Break the cycilical dependency on python-setuptools.- Remove argparse dependency- 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.- 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+./bin/shgoat14 1624019528 1.14.0-10.1six.cpython-36.opt-1.pycsix.cpython-36.pycsix-1.14.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtsix.pypython3-sixCHANGESREADME.rstpython3-sixLICENSE/usr/lib/python3.6/site-packages/__pycache__//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/six-1.14.0-py3.6.egg-info//usr/share/doc/packages//usr/share/doc/packages/python3-six//usr/share/licenses//usr/share/licenses/python3-six/-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:20133/SUSE_SLE-15-SP2_Update/cdd27950d23a1a70deb11a5b62eb22a1-python-six.SUSE_SLE-15-SP2_Updatecpioxz5noarch-suse-linuxpython 3.6 byte-compileddirectoryASCII textPython script, ASCII text executableRRR |p4=m{t@utf-85cf3bfcae32b2f34cd5aa64ed0e47d25a26bf589fb0eb060dad2b6703680242a?7zXZ !t/R] crv(vX0y=;]k~9iy=hGj^SZgJ &4;!5m̡BSErDT;?~WK:\&ү􏏦'uKub=B\>M;bPg-I-ɽ/RC ;Lo &8O CPLS^SיuNjlS)dr&{C,jco]M^g wx3}^>y.(8ᾛ+a[gydeWeQgdDز ȏ9o2`TK{K݋ܠp&GE Jcx upM'aѝCqқ\؋ԭzd}wH>gc-%y6U,gpplzjWD:&Cw2@6觽04Nݰ %6ZLUP# ʊG-ʻݼ@ni\daGg@],hq*py_)a|dr?2wBLW$;ד3k}l i3Gov̓n Wzw!eI=T=ߗ.C1蹫cƯ(nC_y!(0nF7}kО&8`3/7'׉-f3Dkj̍dB\!8Ej$V Y9ۊh.co"*A'X!gE+(IkA)xDռ 1B'eYRR[al<׃ޏ La 6!PNЬ(SL\MrTe3g~pX76`0J O)ͷo3fڃjoREQj̷4:9or;O0rG^Dsا2V@IHbě_|H=j%=)o xwWBXX-BƩj[*(V qT~dCM+̢`Yɘd 2 %RZ]eaJOW-kpt6@Ч]xeŕ+jϛi?Ŋn)Цto-ܲ яE!VJ#(,e˨Fh zUmrň2CH,Nд-G=7Ȋ6BAMթ kۓ!µUK)?KfR@>mq nlv2^`3n D'b.:Sհ&ߪaA[Ƣ W$%cZ!8Y$HBJ1Y Pino}KXf1wu8Ѿg3X$屄}ǫdTY`<R w[qU[4`nc"oX#qTV /ʌ}ߔRtmoz@.?H^jb&Xqdw 'lTj6shNh[N7M5 fJ-8:Rg7,z.펊ܰ)c&E(9=G }򏹄*Buermf"ưswۇM65 V BLpv5?Ƅh[ .!ӆnP nSB_̎"W`4R]&;.Y[A) /ӉPYЍ>|-O63Ņp bED7 gkp;6<;n.ID@=?S{3O>c&/?)8eZ JͅӕBY!A7pGxCVHL&TL21RPoj4`اfLe{zpS!tC3)A8UjCl {EX7SnAO 9Ua$yn.CBl(BfR6r*SΉ>UJEb%XΆƍ?%NCP>i%FsPt*Ml_ |oލNpSlzxK IBҘ~8ԈeׇhXu}rhXq)nkS8Y®+h}Y.G.,R!9E kG|zpATV꟔T,3CG!M0ÙӡOsۈxԈc>9KjGKt =5@'UpWEw1.{3LH^5Q9= "ap;\_2KNO}ie i}]zp]5*yH -O(-&B$]dO;q5l'\b_y&K3#iZk䜝ߧqjuS27gNV́G~lyKCqɚ 4SһQ1:^/h;y㴀уy~T #a-exCn@ػ,Ev^uĴ7k{QG`LHUP̃9)C0-m׊{,VSޟAhEMu7ʔO%8ע13'S1a6:Q;y.$NZv7o?d5/+nD{-Q2@nhbY1Lzx zQoH^HVIt֮^;p/:o}^,eLqBŸF\Ji~9$fvѽLjG|2QĮcR.y؛UևIdv`*IJLrw]y E1x2(x%yc2+ޝ#$KC9~Kyu#wmN*M30-;% 1)b}JȟT֠XA9wsᅢg6#Ԡ.T%b"\ \ߪk|4 NvpN\.´"sj{J8!3xooji&}G$OK)s=dIp}vX #slkg"}l ) aRQgW毗zie q~ůi~cȀHDyӬgm1_r b9Oć$F&$H&՜0Z.Ow9Y,Y闦E^\7mMS7ʘ 0(Bdw-Ms"%>Y??&7ꏘ9\Y4wgf C#C{bܖ(;1L50B gUnjY'\}ts.e{\[1cGa4ӯ'-$3Д9t# 9z.] K=ːsdXT\W"ifP9Z*!=,Rc\I -//JU x eZ#Cyh(cF .Dq/?G7C0çf_}5j%CU\phi5΋TAoY\%!@(0]]Vxuo0ƕ!pK|#Ye=7IŨA E+dUѭJ Lq\"%vR0NؤYBr&,daB!>$a"rǼ@} A C1 s'Ύ[$`PlSlx~ښ#y-u * pzи3jpՂ [xcXAǙO$nFh RR.#w-Txw$|Ź./TѸ"Щ4Y: ۶Q砺E-Eʓď1'Av@Ȃ qgeZVw dݧ(paW [3ݔGTpI3V2bVS"%nz'E;Eg6u ㎁SU&ֲd Hv4Ъ:$;O'B'$r^pn q?k^5G:[B%Ti;oq{緜` {JC6mѰCFݎr j@sB azMLpnV; /U 9ׄ)džr],6ga0/x_:cKꇑtHhlWOo`y+Es oRVXd7nQ~U>&qX% GIJ OO9/0*-y3 e- -:mN~әKk=3D@{R{Όҫ 3`t:^jW)ț{1EXM|6yf o/;'c $EƪxR~a>}ʀz0 q:_jI!YD5h~Jegf:(³FPܪTXĬ||; pՕc}tDR/ /+0 n:zvf"iE[5|K=,vzy}m?kpڮ%Z8o80bȪV4ù$㼌gq}~d"xW?L Y"sZdgCP`Pr EdˍSQqY9D /D3Y4S3;֟<hWGq<_ݙfò*kI^}[@K?CdYWگz㻓%5ǰoكX!iЭM߉5䎂'@x³npG)#94kIKgN4Kևy8R.ݴ6P i^+o,![{=1xULNF#?U*vT``L7n59&]T(:G(WvuaD\ _.{ p'`2ANk] |CO;87,.(e7(§ʏä<@"LAץ@STd APZ٢lQƖg̷N{alQ$R,X{PF6a$u7^}=7 yV0i$= Ifr̵!*Vi0]%3Km Xb{' * Ⱥ|Fv\bZ^Q7 ÝP{գpغ'vڡȃ" N()u cYN~C,9j GZ<ˁNF8HrAq]6h,khoWx!tgV!:!-Dz+n=*!|{S0f?'ljt@9 37X|p=hP.u=M&!bh$)VT˶ ) / x^#ea NZN@"hO%{ǽT"opdz02wCqqtp A'##MҾΘ˔ice-OUOJɷ?0{zCڡ"gqOQae``yѿƘI7dWo}v0FމҬdi M= FCh&Y ' W?]nnp$vr:  Y`Vd*D 46`VP/{-L>'Њbh(,H+G NḰSwt 96ylU)pyC*&50Rw6mkLdELrlg$ж1$͐#LZ!l1`\y5X(Ĝ hFJlĆ@SXBG$r017 otØ!bd@oUb2im{ X{/uB7(s0'/m?Lgwl"u҈á![ZQφa+E -ĿF]t-< 6Kr ؞sN>lBB%k_/H%n1ϑnUYy;!q:V ϳȀ\jUa{1 |^(়ׇ P(# %oZLU9OC؇7^ ؼ7ZRz%0goPa0FM+_'퇐]0y6чMSAJ2Dm7^܉l2. zM\Ȫ!uNm;j!1#qfᑰ~,Vd$R;U?*ߖM`az3_a9mO:~;rvkQTL9BeՂŴ[ih km]:=6n)6/М5OYix3\$l3Nq儫[nm[fݍ#9wF39߂!P*qB-Qt=&R`++yKb|^D-f(}HYg}"S0my+ց s -sPS㐨q( \L3ѸQV0{5LNMb[wJb 뉉Wl]Vd,OKbG@\#,+q,EK`,)9h#pc( ;e-9Z@%^+rt0\ɚm# μ`.=ɡQyJԎ[rG*"'CҧLX pH."1Dr#_)\Ц))'W_pw0#zdi?0llFA#M5CB;6#QM8޻٭P]s_0uѩ7WZu~*By݁HFJQ-\192Ńqur/8J0fȸky3}_8,; vq4Rɞ҅=~Pob8siιtP|hTNl~<ӹVp8etSmQ(4-Ww$8=}bK#Qkl˟9oiG̛f ( Gų OWa/'V$b@A' 55{ {f8d"U/˺Gh(_tX*+a=IUnkeQfNvπ菷um)@eΝ'-A,jFa :G3(UvhgϊQ.D& Nb|6ZL$|@%/jL (Xջ0HgA.gX<$֑ahfJ>(gpbXV]3R#ʳɣ`S{OZK'AuՈe N)H+EvkJ\`G؇KEPH0[!+&^pـmxW}HLΜay/_VٝRT]Z= E#d)pUI8agcQin ltY_]CESmw%E=>kR6#y387##]P\v"^h^pmWF;|l$}KO͟cn!劃XtO|o}&_D&Q=r^kk1.+. kPŦ"15c,f9ݞ߽R/ݚClbAJI (zeC93."(c1XpŮhҽoxhujL^*/Gc.$ڷ)>^f`$xڪB-)G}ŻP$6ww,er} ncEDI% 5gb_%? <%qSHXu7|5BSvpxGfF {pb;|zUfF@ۆtS%j;(+;X&̯@BF`*>,bikE/w|+$ $@?b!;_8WzetXH6g>v'^#O;cU] 6U P(g<3ؑ2W?ePJMnLHƴZ:kFH%UBdnѹʽ[e:p>hS gOi;rrlgc!-)(#:cv{sZ 2 |DIàE:4y(({7`p1ʑ!b؄I :ɦ(_݊Ş1^cЧt*¦3 9aA`PRk9|Apw'#?OåVKHg8!QJTcD "n /3=dhvAM7>J%mp uI{YQ4KR==G=kQ7W[c1pL4F2^疢 ٦,sXNI.;8Ύ;|A돓 U{<V; !0ٽ+ΘLW6nS/ OŹ#}1FR/#@0isqߗl "ڟ:^SAp3Xu[^ 0θ\ڨ/x%8^FpW&Kj՗4tKV{*;{`u 1:H%DY/i Y3ϴ"_: R5N .sBzHziHb<ƣ O<ק, D6d-lL@*V-կ0$=.MYQ+|='3|̋xߨ!YO c%kvvY#@zԬN i7EFWANi6ZJ]n'Iʰ `.D7m3 :iAJ'KRoV װmt HZǴo.RE+ 1ؗzoZ`D]F@2]{d'hEU1yėy=¾L-#~QOF9n@2ARĵ2N oRNMïZ>l,Gaxf%tÚ6G]q&_2$;E$Kyh(QêJwNJ5s4 $&}9MTaCMbCxNzqO=ğ0p&"."_ĿC+R" k ^Z bm; RL@W/0%5w`?cA-DwETWbwuSƽK58Xێ TCP}̇#T0//1WBK`׍GRfwc-=†PrM.ƌ6=te!嬟Tq`IQ=t+U$q7 (ދhU^>J;{,)CGnTl;o]X?jMݰו)*qLL&)s HZ_BY-\&=jx5#?O4:o ‰=T) %n$ċDZC~FT`;z~- :bk?t3ӆ?^^wXD妵*Zy2f>VhVwrEZQ%E {XҌ=]!>2RK&xް!@0+_XQ%:mrIiu/붂{nmktVm)X8NM鳸.TRU&|B\\0 eKdXi,s]zǚOc ^ c#,6yP=U>0G6<-*Ck3ixAvxNt =7pk }iJz y2au1 {c(zƑ֪R %kSŎ{MN B(MD'j5q2FR ~`tpqyl2QcV9 `uKV7" FBo֬FK4E60\d 9ÚP fmcZ@޺L]!R-e};rᙺ`\կOeemh$7z(=H\j#e|}Xm.z8"E~=& ! WU{#H2-7$am_5nunD!$wH3C49T1Hx5wm\]l%¡8|5 ^N9<9F.{*Kgx~6DwS/ܩ9o>3|'eqclF:uA>;:>K$%v`c 3v[ue#$7UV7/4$el+AgٍvUҘU9չE ˅$U.@‰#֗D>x ,tPǫy7qF!{-7ϼȢb\B8d!$+E6h=衴E]bJ);`^F(C M'tX#«G[ FDuog -(&ZņLlsogB6)[`!8\[3fV Gxh&vr93?TR^OhADlYXI8R3? dՐ2{j?fzc_B֒NL}?/'D&חmQWKz7!x쀲$<ٰ!~^hބr" k!ISʹIsB~Fe/0U?vv]&wRX2:cD2# foO)(RPwLB2^ Qduw7&9tK[P̤ Mq둵@jHxk(D%AZ2\A-6k3 k.َы&QDAjyg%D`~`K,?˗0 d~f "$ b0V^~4kF ;*FS6 )0gjD2&+VfPUlG 5a?vG_214&<0ebgt$!RF Xֳh_E}OH.~(˞F(b4 wSzߥ3^{jB Z.SbI-FlAʷj@')OqX꯱4I܌iu:}C"G )f8, 3po?4ʩ!/b߭?& aRV~qOgmVqL(pW/Գǹ0cx_ÞcQf/hM[o-2NI q`FJKoGⅱEu`sEfTh\IW5 !ACxcYq[#,v 2. GTwsy4Τz̝,]Vq;VzC %O BsϝʾlDp9oEZXaz8R\&j$~"d`OCE%vz\U~Qڮ6Pھ!﹅%I8W->sˆ.i!~@(x56vra?D[U~0TU95fΎ|Tf@vᦏF>R`P f:N^O8JOyc+%-nN/+`AAȭ\)9N%b&#jۇ)DA5;̉DH˶Z]'d]<闓F:U3Hgp!&/D_E*O^e鿿. f}>JId6)$`Egx{K -!f`ע)[]uHM  @ |jiا4gNgM5{8QశW5XI{,˾tze)a =~]9 J.FCTfNj&GM:dZ(o YD#I!>y i7h6S9-;pC$;uIa ΢upa_ g< # *r%$ן1d9솦D/7iazX̀D$/ uDćɥFi,Esi$paonk/l Q{! _Ff2׋zӚ ` ]'>maϵ?RuqlN/%uӺv! *JZNdWfcvf'( Ƣ6!h.A R} C :%FK"po7VsgŦ(@ g~G2P4glv;cleZ2H>EmSߐaa+iQ:K-f;o|[R/8-&y*yQc"z2b:FU%1&B/I^zN$gȨH3Yo"$^aŎ)tBb6N)sJx9bǠJ>ԺV&~t2l'HT%iWAaMqJ&sF";$wݮs ie&ɷ|GIBg}|d/YdqVWDvQ'Q@l3ϕZ1:ٙ ha2G)4-t]+l66G3c;IAb RWޣxn8I"C );YLhM ׺-e u__Sh"/j<uј g3IN0m/p#Zl!<ÕA* l?r.gړl l W[$K3~j|QOrt6y撃dn@7`P:9\1x,uAErF~ $Í,1Ym2ZEK Fa='1x>TEyc$# !$gP}[M|c( {vMK %k +}-^wuodSG0$4Dia-oc:+<`υ-Ɵ'eK5K#Rdq=ii~'!߼yv|> $@ǂ\kmJb;{ e.n[.1D/)֋#|G'G@ +[LnѸ )pxI7!f5t3Dka_{:ᗟjhrv>=c]JkEbeOdLxt24k`9$m!vX!vC !zNccCl:ΥP<*x 08f!? IWnNAqs6rJ1PVb92ޒ9Ƙտϝ/͞=M0E DNfUϱ )U=֍ GE{~5.4mZś ơn8ϐa:^7s@KQ8Q!j+v-h ?0eD仯M V]!,&Sa =PsQDߏ ̐E(m.JR"3XnRq)iǢӉXBTةRJu; 8`Ԕp^Dd7E?x'OT4:'hG!8݈ٵqڷo '8oٿ`5:ns^Lb]pY 7ŠN--&wHmz dxf*hM t 移aW \˺\Șeb[ 17:&ͻg!Xg'ZeWo|ENwڦh҆e^٠'d7qQ/y(Z&􁐰?(FkM)0{H*.";bZLt.%{:-X$Chiᑓ{7)(,Vlyi 50dCmBwjUd@]C0/n_0qsy#38ˆԪ&!A>8ҏ?ysoq5_Դanњxh X"W)d)po/c4[H'9P4nZӕʱ˴"Ѥ x#11*e- -Մ}C2t@Mˍ>Ph zWWf+?uypU柮;vgK2Lnd_4u!D$[7T`dB6>LfA#ǫ:t.38q8K兊l$,`!B6gNl7NE++#1^ DjNyEghiw aυZѴ7f3b_lu^EPGE$Uiލ%MlT>|$TVR!;[cq=?Cث_cR!W7Jf4;/ i7ٔqt1a.!]GLݰ_;6+ hv&^@ SRL)>'ATdgmԠ=mmq=<4 ӺS[Ȣ.wuw}`|Git!ds $aD]8 l͵ЦetE/[Ihq2x+e831jUu9 }ҋ6baɅ ^Z3rl&56]I+q 3yPe$$./'}kܪ;>_2LK fNvU0UfzDd?OL4Pgν &YvR_ݱߖ WY09h"/rxq.6^0'5!ȯ7Ǒ(eEymsmh@*O3 *0S0ĻmFQXoZEkBMH$124|䷡:1LSOFKO%?Gȸ4t;N5J) TҺ>ާ|Hbhmo.<(p]QpVRƌ6lrLI5!"^M;ɍpMV=F]uj]봺eCH2b W9;+'sXmԫ YZ