python2-six-1.14.0-12.1 >  A b%p9|h;fqO8Wb%$dRW>]e-m R{ Z@\c3[^vfU&xk+m:YqP36PXс7[tU/Cw'\f'#m$Oz=5WdLqc UUt@AεZBE:pqYfL OyQ;.j}t TzßA\o ur} ٦Pfeaf7145ff9d3c2bd698bf70f22f9740180eb3dd08fac5f7f8e6683b2e25aa6a5df87415d18b2a91561f45a00ca8e4f9401a84d3sdb%p9|dQtAoe`yEQ^j FKL-<Ypfrs ~pP\ɀEl0.yHy-NFAG`t [zFq>ǂK_C*lw\[6 rPw<^L a[5CoUi~0ի/ \)yq{; Yt>!aL"PQ0>]HZYnmnM#UP,tK2$ "֭HV@DD@>pC ? d  A`dlp    &  @  t     D   4P( 89t: =mBuFG H I X YZ,[0\< ]p ^ bcd eflu( v\w x y z $ 4 8 > Cpython2-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%rsheep26;cSUSE 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/python2.7/site-packages/six-*-py2.7.egg-info ]; then rm -vf /usr/lib/python2.7/site-packages/six-*-py2.7.egg-info fi))#d*A큤A큤A큤b%qb%qb%qb%qb%q^Uyb%qb%qb%r^Uy^Uyb%r^Uy3efab4f30488ee2eae2a4cd109cd95a9ffcaacd642baa47da7616a6898d372920e5cf78d9cf118b109b87e8640636cebaedaa7bdc22a3be9fd6fcbe8ea43dc8e01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bfe2547fe2604b445e70fc9d819062960552f9145bdb043b51986e478a4806a2b43a5af1176750c6100480a370863422642afdad3f2f3191298af951c4f4f608026e605ca169abf03a25a2f42308841efdd113248352a9de9e9224be4b56da21426e605ca169abf03a25a2f42308841efdd113248352a9de9e9224be4b56da214cf82436362e05cb16db7284fdf9e2050fe8e9680416f2c20a2dba8c2b60d62702d938a85edf316fa4cf35f2b671fb55017c92c0651c290eb8f29ea890db325be8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-six-1.14.0-12.1.src.rpmpython-sixpython2-six@     /bin/shpython(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.0.4-14.6.0-14.0.4-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/shpython-sixsheep26 1646599794 1.14.0-12.11.14.0-12.11.14.0-12.1six-1.14.0-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtsix.pysix.pycsix.pyopython2-sixCHANGESREADME.rstpython2-sixLICENSE/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/six-1.14.0-py2.7.egg-info//usr/share/doc/packages//usr/share/doc/packages/python2-six//usr/share/licenses//usr/share/licenses/python2-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-linuxdirectoryASCII textPython script, ASCII text executablepython 2.7 byte-compiledRRR:tN"c5(utf-83b29db24749832de32da613e8a7838dffe51e9b68bc34841cfa620d496cc7eb1?7zXZ !t/D?N5] crt:bLL B,%%R$0S<6 < A㥃sMXk_L]djI΄0k5.%jBXh]?buX=B]GS8 8P p4f1g('hL)/E9zFS<-Yۛ_gc^`KiFw8=vщi%Yg|8yiM7Xi[*b/d-S Md-H]a^K"]_wÓA~**1 Sr䍗A$arZ#dm0G(E1u|-Z)5DT>M >2^cY"a+yRع-nq\Tk 1'>p#Y`Pcd |ˤ( ߠY]9ΙR%I\Xڋ ,H2otdYTe}5ZNЎħ1vtikV rj2&kM.pi'eټumq(b;d8\N@r¼V^ 6)\J+N t\+"e@p֎߮ѷuԪ7Gmq"R5B.!$ESqKy~CKB`$YC1גN ^k\Ǧ+ aH!)$Xj9qOV q>\b$zf+Is8BbqT c"C ޔ+zVx^ Z0sG+b*m܂2DF8x)( PϽ+_Hbb:\,a20ۜFE6ϻK9Ǯ=YDB鼋_+l< z @\ &e\}Wظ)Bř`oӴ5 <|S H }piۃ(VG>Od|UjK<Ѽr<͏ 'r1KG6L5<-$!b5E0.fUz* pϵ+n}M0`׼R; <}6/̀7 ?9>CsOQ9ln^ ~dU?[;UBSLͰP M/pT8x)M]A=P@ZqZnJ%Ca'cGpl$hm{ KumP| } s[7O'.\#U$Uj;3CR~)Q&jEϊʭߥRI:9A 3qVu@fkRNHe?L^V`5Lj"rd྆\%<3a Npש3ך:X8i?Lx"'N :b0?-3x!%ѯgM'k9'/;ՄaExs6rjA ]xÃ$1$eпW*Rq &526")%m:zǍ%AD-{207JH t(=Ie:o꺾[S a#+.cPĩ3pcl| YSK[GQkfLm0m?<5 6.\e;I[ 'fgTKyDf_Lc)0.{1I&t}6 &77H{#1Z $۸6^$^ҽk)7!z(/\+bzCjJ&wy=<J'mk/hPa:uQfL 8}Z nh~ΙH3{>%7ȌâD3|KMƈmrv!m(X[>=/W=sMaC旚17U!բ`k_-Q68?[NKs֔?=.ڷwlø]9a&` 룩{H,Ai .N7 ;^ٱTīk KϚ] >K2+N7ŇR/! $UKw֊FHdyp:QS P25aYm̍K*S n x:  MIt4 /yOxfIAokg޲CE7sͤ)lį[r &(Y6W, ?oC+:!HD]c?j9ڑDt73mbhj3a[{uyL7ϵc+7AOyysӏ>Zaĵ[­K9kۆy*6ۈQ#/r6ϕFyH$䁒5 ޾VhGI{Ux0rƼTL_)/ë~_jLp$b|ꋼJ-ɭt i9L>yԕ ] B-y0{mɘ[ʳ,(kh fUCw;]&pa QGS%)‡Wf $e&pjx\cYymKXrRؠzV-O{ <QhXН7EhMŃq֚|ѥ!RPlع>{p\%v1)Q6`l.bIYX@vp͠"~$(L,ꟜP-)oo۠i<0z[v:Rҿd[t*~/ԠVcE<(6--rW̦?z h0,|MĕJ}=5 eͅV"e_( $b}cm~,ńv"[@F=IROD2^?u&\`Yϥß1\ET=}؜d4RUkk^'e.k:UvHaVh- @Iw@|H06Zdo!Lfl AR栌qBy*M.S)"rEnD):I/uH_~᭺T"ְ&OcZ$yz,Y=NF-XBv|qInmSv%px;N?Fi1{QQ4Eew6ev” =O%Y0KC&Tb0Bb5ƀ,h+j=_3*|gv\!m4Rb0\}qDz? #]A5BX={(B/߸پ1͕%&V }lK}Hߘ1i=>9R?8M 1M}, .mclx<<W{d)}-PY(\I/|tH4&\OI ҷgB{1|\böy*rГELۇJf0KsamԵ(l8}IbEeS|#兰Oݱ^|4.m'7󣤆nACTWJя$>,տr;20+>h?l}FA#B2d)LR@L $=!SV V>N2i)l@ơIAMU\v!4ԘqӾK6`Z R\0]f$QT*,vy̻E~!|2 tӟԋ5 x%u bnɚ3PܭLt95Mߥ:f =V L cX)F&uѸ$Fhݱ{,ػN e$kJ&B$p[9'Wp'k;$ Hʒ$])|:Ơ?&0N n&|?Td} H'(T,r7zuKa6ܸH)Y[? Ղ  hT) rI&Q9Ymɿisǎؗv O}@[H 6. O=_!EbdtqOozi`C\<ّÎ0'|kMb+^:Kأ L#{?2zunnQ|Z43oZjq|lk0{Q`P<sO[=/зMT[ܑ\5,~8E28j*Uu!z. V0+%RKҫY(䅓Z@aWba wêZtRȌю]h;ҤD_jQ9:/a #wRK>HQj 1 : b[9~TwR3}ͤ W \ʀ֩>+BU\h^׹Rbgya*I>eV=e+\sT |j 6*涐c/36B?>#-ĉ\`sP[,XkNNJ,j[lR߂m!v De瀄O<1 y2u얁Jzj;.JRƷ_'nxL(tM+!QQ^vՋ+-ԪZ^{;~JNg'OBI,X{x @ b(0T Rgh,= 5b c\gFA+%:@Jr(bwؙ\[AZثlCTx? ,a=$I4mPnA(΂o@,Fk 1kF]ԑ!?+"#.2\\ɾ&D02q-.nG5bS>Y!-K 2>+x,R6!`+Bq9=v)LfS/j}u*[.C~[PLeop̕ &JqsQqae{_*z`L(3r'=3rc6(帵k4,/$nC! B9C>諧~M8=.mo1G}%w$s7fC9[;edq4Db`VX :._ꡐVK:Vp)o?Dg=_j½#wj,BYr[ן}b ­0-Ϗ =~qZŊri)Aux1S hb>w4!Ԋ>V &Ȯ+v~ W[_.ڭ)=X?0&u8̥ИgT}2Y{=g7wVcϚA-_F/pJ6}W|8렑#˙56^1D{# >,0s-e .5)P>.;bv+U_AӠtp鍼cP"t fV_b[tg[Y8|ih?Yޙ7E=f;>I ~0q(h\u B+ HaFd 3IcRbDz/c~驨 >'gnTnsy4vmC:z3/hX 2>ox.j4H-ڇz54G-\ [ߜCHg@0=>5VÜ @7p˂mީv !TFbN|jOXplzh)trIn a-lƗϊ챢%_u4ƠBUi04-CO̜(e[ˇ#W0Td>De}~GDiDG. u >H!>ԈJ^afcS:0mcOfll2%"!\!\@0=ܬj ]'Պ!\8[UnY{&DQp$X vQw3=$hF^mZ4FYg8b;cO @sk|-r{{r㣉E /_}uE;@ b*u4ҵLщQa0pgATAК"5B \?znUQn7y.[ÍdjRKr%)?ph oT=4XftAb(z>\ |M4[BbXLéP-ugY>sT>Ed*I_]5!i.kp0oUPg'6`ηQl@:Rh5$Kb1%ߺ[9M/kLc;Թoj¤8?9!2V^Ȇ`S_/Y of< ixe Z*V:x ޡp N@FTh&-V} >neor-pT :7%ҫᛀ[Ce# D$g5FOoȤy!A>]?q,k'1a57?&4tٺyN d֓}΄uBtl**e+k,L>+C26ն2i۠?G ,lVFj;хg1iǰFg{'CD[c$`{#"p'i 1rqS{C*bgC6lԙŭQ OҾDBݗ_Xh=9/1mrj."/*ѕ=HԻj!*i|$'HEN_2 DZaXAǟ66aIr:?Ve^}:$8&q_Zq`7o!.Twⓡk)eACm <5|c igxgQGDq[RQ ڙ86 `#B9wF. yD F4gT/k<HPy(ʇ,|[qKa g_#m2 i(uj;wpNb0W!7'LemMc/@F =#+7z2ԏ3ɴ94WkvuJ|y#XAB%tbSq6r*sOuE:yÑYuG}̓m B#'̍k8I3 ,ٲ`bdVu) &ÿ/A2\qI>̽Ŋ d!vy]vW)rVhFe!7id&_mPHmf1@"K])LhzKa$`v] E0(к*oH#( Ɠl9l8,۔J}T;Nk;@"TAUJ'?BX>4c 3~H@AKBlkЊNr#N, YϗءzM%̥~H#5Zje҅QHU> (ZުgAJPj.aC8mYGHJoP"33;1O;z'dyB6 } N,);^ U"^HjP/aa^pInbQVf2jkYzd)f7{s)RdٶsEв\o))6UTd, W%\.r췍DH=Ta~9)q f >݃U2D0^ X4m8 ¹Ğ6`41ݦlI=́ÐS!&^޾8FȟfWZͬ9 (>UȾ$vI ň#o2/zupVoOmM-©O$(mTfhrYPW=ɾ_&&L@c8>1V&:,Ջe'i6ʒtC_<ʁHiySoNDNQ/k)tf3W}J{20F- q$G]Y ?ե 2 GؙLe_>}ِ{x'ΡI]2=p"'|V02dos@(|.\|qY dve ErltĆ3H{CgtM\wDRtlIq:O$W$4w@Đbeeyd6&{ڞg˱z>*JF0uBAH U?n+f5Prp-~E0弋({:ܸţe[XI5BFz.D!t]{ H2w0!oLܪbb 5/?si Y7_/qCAǙ%+y `OӤTURQ67h.i:✯agt`""YE`ln%Y٧`]S Ev1E]ڈ{O,&29=6x(omDb*ԺTzzWKTwZ`;Lc;@9dLNƬv5 ٲY KOs2Z['Χ ǭvcyqfa;sD!>?6(Fc7kzH~R7U+xaQ|1!c/Y9)IK/Zo дFI&P z(8'L0B#P Ww ma%]@mZ$nq85G*[, #&^U5IڳyKae_MӇԎ[K^fC,țW1zQ 7b2_\aXBw"8Q\طy$fj)"(—]D&ȼk \kx=05g\D;`wi5wl^v1 %;hk:R.jL'KX'8DCb]{tY{Ď!@rV;cHQaߨmbF  qhS)K";nw-uwOU8Ҝ~6OJ9<^{ FҐy@Һ;<15XNzX iS Y7~ډ;w'^+4[HC7h S>:Fy 05s41<7 A >fpb)_X}$WJ 'sk: _~aע /c%?tBlw2 Vv"UT3W̞"m)oYcd['148N{|N/=},?0ѠPN`6<.X^$xD9QcxR VZa&"_דoK6R+Enp&6'*cYYVXVs OSj$j6hPY+œxv5}33N^c iL5]>!J @Zl@4`gqJ`ńcE3>?q -e\ZvRIo,;r2GofBoZ'w0;%yvؚCsV7nhAZS/`b^Gz!2\J @ǤIL (jGU*1NWOnIvGkPO b\@۳r3x ys4XCK# :U"_Xezߍb" /YZAj؍5(=$8YQ<Ħؿ١{090B+U#$v-FcK=֙y>: 'J=.rX S6r MĞPs‡ Z7?mIw:tHnO}qׄ4CtE-\K D.sj' r PD:(B-mHe7'[I ]mO^a*[VxAyrMfkwLKT sKJCwiS \ Wa`y?m7شb>1g`saI3ć.m8d6;{-X Ϟ!+SѭveP |sjqe'F7٥Y7n &-gp)R!?wos#)P :\KBp'Xk!LힶZy^U-ɢ6X Y_lhչ'PU =-y $f$CEhAEMJvw~~4ZVw;6Bx ȯs71lHh0RofG6VI]&p/-6ng栰-*1,q <~ x`Bz¿isOUOA9sR?L-KK _]%2_)*Zʇ2AFMrU(Ze9w'{5q \=y| * ~  4x0c?HEϣuot5vj *{nD,HUw1ևij?ǝ]S}|DVW-^!.q6]:,YE&B:>TA:@c!ejGu ܚ]jF\#}yЮV=s4>+ۇ̑Ջ͒iSu4y ie@3:C&~i1}bNMjcG M-tq|z[MG'dFmN"^N?}+3lSube{πmU|[ k˞nn+fYU?9.ܠ]&,q+w搓FpƂx5kz*V*{G[ 6jTڤiIjDFQgfq5=3F񿉏)DdQ&O[ʶzynbm 8eӏ$,rʫ:Y M¼] >o-$^G!FC*J#팝;6<=Ц;\떳6nj˪4=>;K;VuG˹ie + 9`H+؍"EaibYe Fo%HOe/Ax?f =)ԏѨp[{~sRC~x,.u >fۛ~%gY$%7lil`@:kJKTp>ˍ%B,r*`O G_! fkz6!JpMHkmyLɫ(plMXA1:NrATAۑB7yo&@=qУ29Z3aq?BPj7~ikw``'խ3qXRh"k5=l nڽ 5f.\Apb&Zfy!@u¶ESt)ƊE6~Ϛ3{d#!D{g8esn(,V,Z&BJp4m^PV|+V +:O8AiqƬI!^N|]^bU ဒ^N &~-ՅO<8 G m򍬟XF&YDWzn,3iV ?;J?r;G}A(IIIR^>eL%q^\!,](HZPAg~NwCٜ%3US7L f>giW?wj QjɟDHU5TBG\sD6JsfeiDlF҃V-煻֒1C T> 8&w7_O{',=snZH2=7]/0Ua0yCpXg/8&=hs=SLc "s^W 6;~9U6isPjbaȎ дO2WBBz:K. Ds WIPX?YD-U;926a.=> siAl#Lw/@#X}D_KsL͹s&T,̢vd4'C+-hLvl.G-W,U_f9bR0Jq95q-Fe#UR24'7]DbDKlFX쵬}ѱ1hrds!''AJxk$Z664D,g8]xvHzs[[_@j'?hqzq EVUzff 'PwWkOOWԖXqpGnnT"/sz >кҴTHcKa{I}.#ixwgȘ7TYJd Whݹ6ŸuG.. ;ݡ $@Z()a|s~O,XqD XK;IOO3׷@|XP5$g姎??˻ƫZ+(6+fQI^tR)>.Z!#.rCn;Ei`=D9Т)|* AI/@)F[5w];$,G_Jm ޘ k'1ZSy-H% Sq;Vԋ:#W_]1g1ϴso9V^I?9*9MW{-jO(҇iH+E7y w%dK:30mγŵ'8> GW:;DCŪ'y?CX?47Nf0xnxFu/4 &!L/X.Q U6xn; WZޜ451]H%]?nKU^ O 7ӹX pR#=3üx*2~]C\I([Wʞ oPzյ|dAZ1]@ b VevL LTQ}$"CPRMEfWQ+gd'p04MZN& qEa7] `#8Sv][/yni~*zk!lg` YDEY_X]K[ؚ{.v ( 1**DŽU5C("sK3@U* RͰ(đJP&E#Y15-pfڶdW,@Y5҈=ë@5BjY qHiΡeh t(}ΨkVLﵴIȭ8|g v^3#5qq AzWd ;zZei\j ōўşd-牍Dv`gS,k+gʯ<{9'xD}UJk h*Ɇ-aOK@Ou>ǩ{xю`AQG̼z`rr;z<+T;:@ {ZphB*25J>/Byr޿9 [8QZ20?,Μ{{0&ΘY|s~K6VR㲫a * ϱz^G׮発򲉄ߓSW(% K7xis#6׏ʣvZYW.0[5 zmyj/H?z-U12z<\HW֪M@+ p/hyL킐k%Ҡ/\UR8)}۩8 Jk/YA(5M*whٷ0?R>"R@Ko~9 _7/9OSl>)c#02)@K{m4 $8BcuJ޹'*D2+.xj&*'/#۰Ӣ2bhр"XL%8ޕ1XTy<UNyqă*(s@G)&-ܰ@rH?>}K3l# [Kfㄏ1jXX-ӔBK [CR(dR)!lzz(TlJ}^[ECzMՅyſц˶>NP0g a91;C{M ǧ$ov|C0E=ao w%mNɗR`k;LyS钋u;i44o- sq_]z7K;4Iw2LȔUhr'u^@ph"LD~' ʳٔ j+v 7$lȾaͰ40&5+w4Uys~&}iݓPZSD@ HR٫տHj7 c-6\u/M957 $(<& Z]#sSGHп'Xg!GB$1EkL-+&m<Ύ $` Jf۱SۦSAP|(sgZJ)iTwlje~FYmСw9kD:51+WYɃ"0-QWʧF8$q%j\^9J 귗;ݴt87dwC<}ϣO]#,c_`/n'ffS;8u#5{)SMqE, C^j$سh"VKh?4E&~'}gfO~r?&T¬ Кr@'!u75q]O%'A=pHE7q\*46&eҊ&%h*c+wY礇TuG}7,e@;+U S6ܓ9̠\[|r