python3-six-1.14.0-12.1 >  A b%p9|4po7(3b(ͧ?Wuѹ ʺxدoC]Ou6[M ,\OJ ]d o[wR-.~?&Z)Inq]!g.vrYY*cz9xsKؤ$V 1DB*Mq"S&; 2k$!DzR$CUxZظ3EA z]푾?\)A   mr,56dfaf4fa6368f2010365e7504400c163d9200e0afb34bd0e5743007c8592eda846dee7c965eca159b59549a76c4f781c7fe40efw؉b%p9|;WI3B5i&ϬvT1*kDmE í E ';Ji)/h&~D( pKW#r̺}j ~[_eRSOZnM")ݐ4J.Q "kqTh&uS2 ev`}dO\= %PHiXrCu]ɝ ,pk9\ H@rv@ԥ6'e_J` D @l()v@gR6Jmx;?|͟\Wf>p@ ? pd  A`dlp    &  @  t     D   (@(89@: =9FAGT H I XY\ ] ^bcqdeflu vHw x y z   $ * lCpython3-six1.14.012.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.b%rsheep26SUSE 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큤b%qb%qb%qb%qb%qb%qb%q^Uyb%r^Uy^Uyb%r^Uy1ebd712b1f4140d164122fc6463a96214bf42948afdb93648485653996dcfa13f1c984926268d4948562dfc30a184dc8e5a05d88e092166863998a9b82fce0323efab4f30488ee2eae2a4cd109cd95a9ffcaacd642baa47da7616a6898d372920e5cf78d9cf118b109b87e8640636cebaedaa7bdc22a3be9fd6fcbe8ea43dc8e01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bfe2547fe2604b445e70fc9d819062960552f9145bdb043b51986e478a4806a2b43a5af1176750c6100480a370863422642afdad3f2f3191298af951c4f4f6080cf82436362e05cb16db7284fdf9e2050fe8e9680416f2c20a2dba8c2b60d62702d938a85edf316fa4cf35f2b671fb55017c92c0651c290eb8f29ea890db325be8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-six-1.14.0-12.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/shsheep26 1646599794 1.14.0-12.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:22666/SUSE_SLE-15-SP2_Update/0e274f9de8dd9bc59d7dc6cc8a961861-python-six.SUSE_SLE-15-SP2_Updatecpioxz5noarch-suse-linuxpython 3.6 byte-compileddirectoryASCII textPython script, ASCII text executableRRR:tN"c5(utf-838b4d54004178966256bc41e67846340c61685a4bf4884bf26c36848a7ea7383?7zXZ !t/R] crv(vX0 >{8+0F+._AebXģ ${G֖'ub܍8 0ЉmN~`+KU(iCudY}Gie G?^IȞ| `/MQd&C=9铓O*u4:IL P̉:(Ǡj>\hw3K|u^Z쟋U矖0C}0wo4 lEHc^߭ El4[]p0/.+gXS= g}5ѭ7hI*PS_1}b*3@jnU+T? ģSN3\c/]`g{,F*:t\SUR$2xȾ&Y @_򦹠:P#?*CD?dPmC$bH%/v,ڳ(AnzQ1}|?o)5rIOp$3Ps)-cg!a=mRW 6c0jsfp<<iwO`xwj+w6Vc :`Nb#Ax1-Vi紙8p>- pvL,jk_3V'} NM@SsHwiAJ}=cM1';w'Sku)V#Y|%;<]+sz!Rz 'u黝ytvico$ecp)W@vtä iPfETI.)uX?p$"rEr5{9Ƅޘ1IʄTHUȤN-LWߩ 1lS6rQ4T0*mph욒C,#=<ӯfd40+F́>%E~=߀C~S `,5eDש6B3ۏUoZV> `z4*4͛;c +Wf;9- mx6b&e=L<_&) 06xx!`N~3ҽ"f#9\9k4 Rǻʙ4'Jwҵ{#I6 TuӠ ? I(Ula%ڍhyv H[45rT.wLԝv"Ur'sׂS3SbB_^2TZi'Th]`2W@gK~\/RE$Q,ȩ2D8Rqِ&\2}n'imW8ZBnπѱq9 ]~5J})m 8q_xUes<0 (U]έ_aqV7'Ͳ":pqjm4b -ga!TۗK 7 sa-cU1z/>>,u"( #s%DKNqrwVsؔp5X{R ݖ0ɏ2Q`i:$nإx?!ՂbBZn`wyFN5= 8(!+&xMM2x=L.gu^&H׃ETѯ.8 u9_L+ n թ rHW(׼ 1:y2zTqUB^I(⋧Y= &TO{8uLp9Aϳ%MY,IuYCQa.M[Z21+ER+h%Oj ƩۛȸѺMw 4;"ЁZ. sa\66=7{QfH#Mۇ"c`4R-"-Ģ+R3CRԨd[fSP Gn h o`/B][[UƌVja VkP;u'.}ГOҌ:Fn(HݬģclC^s6픶+ &@'OO Y<$`&/p}rھP~4uQhA _4Li䐾N QjeM%(& ;0?cQYȜ&hSɟC?IQRq=! 5( Lyr0.n_>53eQݬP!4ø 3\; bھl2^!qЂ 8pJ8W(kAeK&)m6G880Jv;O: rJDf`)ݛ肈!I Ȅ 4htՒ]a:/'zlw.Fs]ż8/I? _Z-Jy4>ePWX|XX-^B͂KMA9[[.$66@ҭ;_r 8^, &ߗp5cta-t6G8=H ؉pvۡk"I.M2SX΍WO<K_~3U&s y~ƚg.v USeEjh5!t3<7edMCA¨QmV#N^ eFMqy|>7>1/prV\*W R=k_2s`+DGWUbށ$\:Gsk<w?5aMcm^қ̴`6&Z[+5b@|AT[[6,ęnP! ޥ@y7xqrCA8fG2ehb-UNTQdGdQMpk D5ʺW"Z !O!$8N偗B%HYe! a b'fyB9dj$c?w6'/@qc,P9X^SE${Aϱ^u e&B}4Y ^6)ņ ڌ%쌁s=pF[тWCmtbik/ԝ~̒'fa*oC3B7ܗ 4^kzFv8>r8evIH~R?3-Kǂ'Jagm˔ BUC\/L:۪$̯khB0L   z(#8PE7?v ~SCK*.Y?vdІ<=ؤ=fE+T:QAdu¹Z;gEllVDoӏ;l*vOg(􈵧=GQP[X\!m)_QΥvf·(7dj^P|i'zx\+n71dJ\NI-lx/WTTaxdf &Oo&g+41z&R!cQ(%x9!}eBO1Y3LQCXMIYSZ͘R7,U\+C]MhrYY%%KcMm{d^6M" _Ook&KUGf DW+vHQ 9sH5a҉m;ۉ9PcAمČ%dG"5@M䩞s+%q`{ ;y1 IoR"C(a" ѿ>W{<+X{{ -e '٘\,[SȺZ~40hVkA;Au,fAA M<cgo`_|X).t_M= [(%5:FOۜ9up)b1.6L #I֎Y] LFD{{ǠMӊ m'Ey;k82+הkV+$)SK UZKKjr-ƾ`ہЩ$-_L§B`"tt1H{#W-fO8ӏ;&hcjn X>w"pDC6Ov1*jjXyxwA2N}ٺG3D XW Jge@b7QNQS@AEPW2%Yş91K'P{&~+QUj6:K C[f5ufC{Q9巀%ꐉ ! >^^fTDro+5Z|*SZl8AReR \wzS| gL+wwA-{' ;َ5cٜyx[ #@g{#?dyXL/&i]YqOFnBJ\xݣnF%3ADl?{[K!hR#-x/ns)| yv^ $Imթa#kmIP!L0t1o*Jof ]5bxu6U4OSmmQ͋dps?kt%Xp|b,gaYMXJ`qiv\>>0ŻFd>ËնLd ަDpg!\Ӵm#_AZ4I28AIW{l;$VoU5ƝK?Vv2~jˮ(pkBE!͑qH6]Il6êVSƼwߚ'nsK|m$oqk߈6uo裷D1kPڸ =9泶:fsk> H\-qur 3"J&hbӹ~ZF[g *:*+ lUԔ´?yw f9CK%}qG;S z09NVLk)KR&%~4iv $zvg-6[qP;ug[ ׿+̊h`lmD;RNFSveO}<3F~M^@^. ?G*% 3??BI([eN͆wE .(8AgM;<`S}Ψ;b0puPzWsյ!jfhY F4BI~F6"6y§ĉl줋{k+h̿iNtm~>1Ōj>m۞"YQKZb t!Dݟ"]VÁ2S|ʮޟZ^[LT,TtK^ggRУOE[nfQ\ ;~bt[ !&薹KM*3Xd{Rlגz&x 9E^9c^_ħ~2`cFШҽ.Hb=D~JrkV#n:aX=O5oQE{΂*"ޟ KQpymFLےMC{{[4p\=eX]vo9F.GMܯ<" ݧy Lc~ ƒ ?<8 Ax&}o)[ z0&?Yxy-@a4B$@qr]g`p, QnZ?x qL^pbq)'[sF▒1@0݋zcXK^J~A3-t p%P F=H9|WEÕϲqux]͙V-Qo#21d^]A)`V1CQ ۠)pWTӊ.EWeŵDIEl |=MZ!?xxUFccUKEix;pm2Y=W83@͆#"c0O?ۘ@}`v9XOhMcAe pQJr0%`2qͺ'Nؖ1r,?J3I\HނPޙvE%*HRCfEyQgŧ!Il=lXퟺ0'mW|D !dz2i`9\ ][ybtd&bM],bc7CaL~]GK < Ž`"6}\58 kB֚4AnuUwMQaJt|?* pxX'PĦ\++ݑ€19>Kg-}ХuNrh^f݉w;/5OK{iCp 'Jtaqrgݴt`^ *zQ~9.+@;]I>FV`eyźʳE _XU_"Ƭ;X6 &隺"0j:v<ɔC8&IE) O1H44JEӓ֟<;4).f1\ x}>I`(x 3oWpfd1[w3\Ir0Mi QVZݐ:$DJ"ptO<; &|SKsY`Nz A{3\|O"ʟLN4َϴ(]4MO6/CZOܼL~jloEskPk/|֚m>vW;'t(!4%\uǃ௕[@5puJa%ufYC1_l%bHyMW^Xy*dk\MI/-89,*y+5dMɴ+/@A($H/0O+k%E8+($~DuA[ 9Z2 "B,ir&^wM@LxBBFuYq)jz(ItE-EU˄G]c@$&?[`|jp #LJ׉2Sv.nP(1x0)MsY5͉#}8|ƌ7TqBuM S{؞H;}Ni7Bic*d:di"ڝ \ʒ\8c_9Lb]x\r{yb[C[?#1Sxp4ypC.]cYҴt5W)H~X0 -CCKBSr9#c:{0*bl<nIΒ8K^lqBƷw_cj{c59$K)6f]異ofPz/VY.Q^n.g¥B@̗](s#y]OZji!b1A>0\8 7L՝`x0Ƅ~i5lϽgpNnș'PڊR7@";Q4H χH߀9Рtt޿K}Q'R9r6'&JW= wm(;j"svi3cZ VJjx̍z!Pe:{Vxʣb-&&gdz=۲Zy?Eh[T@;{0~ ;B-W"ts/f,*?i#z΄\=ݛ< :L(\zlKgz/ j(aY gp%WD(@,g>YWk%>'%ec2|F͈ZlSPݘ )HT_;F@5,36O=FܪZ7}=j&(J2AT1R2P6GFcRUW *:yĥ7@r!VUƶ\@ǼS{@?d4>} a{5Sr3vf{ZGy#WƠ7 d T߮޾;D3%Ԙq8gm.5Rזjk4.],:PD׾:Y &j:P̫@#HfXάLgi=.dIpH2KN:T||1v@&~$:Ƿy+J Eb`ipk׽DԆDKyc$KGe"6]A9ұnSR+rhIo-#NU m\ R!T\znw(-1N<)`Bgɇ\Xy gK|.sXM~@'i^C5D)(0pŲe;GILֺ;o03l{Лڋ]2ѮͲIX?bupM뷍 U_(Gch B9Bː@KR|[+iY(~33OPzgϯRbD]Ee ևl}~ x/c}\4>- fđUR5QC*i }:cD7Ja ,2vY'}Hy%s x!}$}wbz@*>e&ф!Do]ie(yk|W}f6}+x9 DPYוxH蜫Oa4 *\0[Q)GOE|GJQe F|jjrީﭴx@Uc*X[%fzxِܵv66k $"{dZ7I:f6x~00m Ґ>ܕµgM{SXd%$5UjH#_cKVKkW9XB=͵M$+Z2 .Swx_ c޵Tl0p#P\0g\C6 Nഌ{UUeLC4p}߻T-ǮpJn9P 7w$_|qJvVVyA]L"L}NY_t?a6yAl̊v yĤ$ބ}- RmwUl`A%CfB:ns *דRtE 3"0S}*z΄I<ӷ)hd oD6}#zXП=Lw4h98(Ai;?O5Q%"jlA˕@|Tbo(%X'|a&`5-5F]JSCZSjkӱ]ەt]B7HBX g057ɣfLEgŽm#n4u&c)Jcx2?<: i2(k|ōS sڃ6}D2\Hs)RHT_=Z>@\IJ*vAHξʱ7gP] KZ$hQHf$z8X=3I{TjǗ )q  +Y}ɗ𹡅*벑6#vF-*KdQݪ=w ؕu;,. P 7 Ac6MƜBQ%ux]4q]ׅg|鋠zՏ:L#)?#nkl=H TߧpGKs&'FlK4s@l]kIq$Ÿ:3./= ?k(3{IbιJϖoH%# _/1v=4]$g\^ `Kh>X 4<݅޸&zx:É#Q(6KmmVG YŽ淒GVVycLZ'k'f{NSB@b0  POk@vbmyq<YBf,4-n;IwUpqF1{?/jaPgS~"@ ?L Sd=6 (mK J嬒I|c zNT!H\/>A}mtA #85O3nf1ʜP,?ͅF]u w QH5wAx2Z'\OEn8Ys18uq Hپk;tODu6St ll Pt>c4eң )*ꁐ_l_u-ơ6_fmvA:9 &DL?m[Agȇhhy1*shmPQ쮳Wnߺm6˹hIdތZ$*"Rj}i7×!et<[ϸ+:lF͎Pw+y41A:|&G]\⛠}V Ԋ3˝þ-@ֆz/kBBG@>j̇9ו"q1!;i{1o8>R 5+h3p5xy "!_0xs4C;†CG1mYD!jzrZ'87$75ԏsOs e=dJ^(k&Ш<& Y{̳j1CfZǪ9KwԆ! IXΥg7*wqXaج ٿH7OQ2+YueIN-!o vΡDC2!9LpZk]Hp=,afjĄ]^]>{"a2QLA?d'B$4{(xBTLHsuZyP+8GO@`SJWGRKWѴ9vY6 Bef hy4(dL|OCR1Q'9Ψi4O1Zl+Wqm$f:Q *~i f= .Frb2 {dF؇{9KDݪ4˪7!=+&ql5%ֶ5(\Ŵ "Y2J;VU2U_j/Q<ˡ3&!莽Qi3lH]ƌHP%?*a.(@0Soohs|l9vSn?թ:d#ί[ecG 0'r'0Hxg$Wn\5`y^@R$9B!~U';Sq)"u9i*/pn8ta͞uQ,v6{s [*azy[\nt{jௐ)!e6S@^}p[VZM• p1v^mAw dS5sD l\7sd}f1fX#%fwb^"*+f]3:0LLG͕GBYCD=A'5ҟ'C~L:U徑i*jPne9$988܄2/QMlr`P=6NuŪF:54MYT%Ѕ!QzG  /qRkj1f#2r)v2c Va0+1QF Hi|cϕ>|`ɉJ޷6* qH sR0n^ᗎƐ %rXIKR7K}W@9)Kuy5h.jbȢx@YsM@I%GWٮ&8#iuY,&9.4FJvI`\819@#y_C#7Fゝ "q9s RШE}<Ѝikmn;GIzGt_."Ry m3\iٳSI @ F^&Kc;!/ֺP-'s-cuEw=ă\f{&f*9y7T{T }{$[h'|-"U{yxq|G?w]\!`LgkUl|&$"q ?؍ :4!qMr 'XB>P#}*;ȗ]+BqַL`1T, q{ZdgXQ35q&-[vVS^fd.B,Z:+Aih QGkI+'kգOHt|!C"PzIBGV0סt2U$ac&Xﻬ{Uo)*Zb򎍦+-$>5+ʿv+@7vGA)GTIʇsKU(\,㞽O*C@!8rzŴ'ڢ8žH?`d.p?v0(U ȁ9V,k&9Ƶ|w"܃|ZFSP-PrI-g~4OBCB,nQ͖O׋vg>^ӹAmGB +_!XDžOCm7yh]uBu,/֦p`PY힄˪ka9"|2V0/0!=]v'1xS d1rj,sg>}{۟]o+NPc y@K|tNv` FP^UT3D ?$ƥ2| p(S hsr{>2&Dg8%>r:)_M=;UGV&)E( /i_z^óX!;@wsL;yt (T(^NM?;-e :aܭv~+Oi>xs) ѢaG"U;|sM>Jxx =D0Tl2?'fL fOfUaI!^>> ДvO4o`1F^^]?[UOEW`J6lbkg|/FG8VҶa8q[5* bfƶK? o"_GX(FV"1UJd"0ufp3@w(.VU>oN=t/bŔFiQa*0?ߕ d 4δ_N Jz05 ۅ8v}wq* z*Ku{#,X9.KCҊYe)-@~GoxZӞkpfnН6)]cksy<7͓[P 8աGFңA7ĭes>x=GjERI; j=5jh%ĞOOX*(L']# ϦftW݆$M,0#OlE]mŜgN*Dd(&/- p۔Jּ C0۪70u"Y2 ?R 6a~\W轀5= Ǹ,A<*&~ޗ+]ES(v=931N۪Dž 80%H&QvϹ&r&^%*C"T*\mB,4imO"E ><4'HC! E IF(DM:2hO 'ի 2 )JPږ 5V }O:%r^:j~G4Myb7GV`A!|5B,o)_y0eZbo:ίX)Ƀ+ !@p˸D7fńնAwwqiwB>K/vB[o` MU&px,m|.#ٸN gֱ}`/"X043W?ݠ5yŻ.s|@9i57<2t="ZZ*]LQuGKE&SfoT!zv9<&;:Łs^EV&yi~^'pDS` r7*=y;d`aL5Z '`%v `Ura_Ye6FUB<ȆwfcBɁ#ǀOu6~`(S1r 8en.=rFG p'yRXr=Sz%pkk&јO4#g-$$K$fӏޚ=!ou-"jcꁠP2b.ls%"/mwaaD'Sx짴j1qBx-Wy|笹.7'5Ť*[G쟵A~!&r[k%+t;uh!FaCc,%QqU?=sVW<[2>x_JE&l e8 0ˎ* &HJ dq5X!ۍ-uxTLy)o8zvi's1z76&-@İ@, XCI{$6PߚV6kʼnXܨk˩'h;/f%9+ 0;`֒GIqVt7UN !3MUQbyo-zd+:neԫ( YZ