python-six-1.11.0-9.4.1>t  DH`p\B/=„hSIEcx/b^CtZm2wV4cEqeLq]?K `GP˒XaEɑdxWJErL挤?+hf6-Xmc g,ВC`sbWQ|Qʦ|m@u\#dwnO#nh@dt7!CMDRga&oT&x|u(.kDv)MCYP]Qd m8m'{:TǨoo@K6ec0c295766cd4169fd81a3f3095b6f799cb9aa7s#\B/=„\||[7O*:SByT2~&Xbň-V1̱9]KR >VV#y>ߦ@rb;|q8L| j}@/DKxpaƺr.l(v7[i1>c&>Og#Q@;ih]\XҀ4i!M/U6?њ AP=f̴֔:a4( ǽ{)TNՎ=03i'twKK}!@><'4?'$d   A`dlp       0XQ(l8t9: =#F#G#H#I#X#Y#\$]$4^$b$c%d&4e&9f&>l&@u&Tv&tw&x&y'z'Cpython-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.\;lamb74openSUSE 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/python2.7/site-packages/six-1.11.0-py2.7.egg-info ]; then rm -r /usr/lib/python2.7/site-packages/six-1.11.0-2.7.egg-info fixxDxD"*HA큤\:Y\:\:\;YYY94ca95280a5569328d4d04d0040183d617586a552d872418b8998224011b10373a2740c2768a8b42d8abe95997bc1dec3a2740c2768a8b42d8abe95997bc1dec4bcbb10a9a79d115098b6e7d053f41c735cec5bf04dd0820d0a18533ea7c774a8e17b8c252b1aadc4a8c0c2d97e801ebrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-six-1.11.0-9.4.1.src.rpmpython-sixpython2-six@   /bin/shpython(abi)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)2.73.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.11.11.0-9.4.1six-1.11.0-py2.7.egg-infosix.pysix.pycsix.pyopython-sixCHANGESLICENSEREADME.rst/usr/lib/python2.7/site-packages//usr/share/doc/packages//usr/share/doc/packages/python-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-linuxASCII textPython script, ASCII text executablepython 2.7 byte-compileddirectoryRRR}Pi"?@] crv(vX0}e^ nF1bf^;/PY"~3(0׏V/?> vIsN|'"Uu%mq%^C 3y3HT{0(0(;Ey=ҕO̪q+#i8ߺ(9(RfΜHS%fkw]B 40KM6uXR-Ϝ忰kw0ۄ)'.$Pn2T6(˶eK5A߻bPtOZm8\~!rjc0yWʘ FyK<t-1s ª{VZsp&zgdy#B QXmXHy$^:{O][U'΂-6'xwEWF/5Ե;p2qR o׷*`3TT;a*r؁j+P|ɰezj=` CO6XSHaԣ ^Zb`wrorU+ge_ϯD/XƩ#mheE!@ݹ%[t#gՑJ'(WY^ $/57w&[`@:_'La|jԲjY\rt7j?ÿLϊ쒜Ī]ی*?m kNy}^%;Jb&Ts.Z˷Nݓ+c+q8 =AxKpFphiҷzulb~/ŗꛦlhR7ژJe額e;?I2++YWz1GHAMvwvEEbo:zL l}0S^مByp#@ ewCö6% Q+**e*dE -ZUц0&Qu𚥰ֿ =kPy`xmpcTXJ\ESvw(Ű@OA-du8NPL8e9 jJ+h>Ƴ#f(CE[2_(o uhyL!+fʙ0~c QϺn^Ƅs;mh0bn ;a(T13֬hlbL8 ;lD;\\ +mS#CTHV@=oS7„EC~@fɺ:YW*‘\jB(*Ų4{IB81SѨRmz?h—dR_GNm/0JT^k\緫lv>jFv6rxL ™$21&{b"ؖY:ԟo*YSrhO52~4,Gu,}Q[0>'?kO Q{%e}frͮgR겋C*rn3.8Zyw1%Aن7}@x_4γb <^Z[ 1_Fj|eL4yy͇ 971Fژ9?CF`N֧w>)? F>rqd "jߋS]/ySٖM\O6@\\uPE,r>Ϊ:ݜT>q)RBt $ @C>GkWxhg O OG쮑yC BU#Nc[\ǃ ϟ$?0>𴺩wV5w3liͤA)0dGP's*F njϖnYhW ~ȫ/c[V`3wWb-IܯθxҧIA8=hYۡa}tpKߛ$[LPlRvuݩO/+Eg}"_oa )CY|umA*mT)䌌!lހr}( RcRcfvJR U>mK6;Urew؄Gy-mc^?[M“(u}~枇`2;A)u YgG/0ǭCMa;=Hm*)n#".ΌYC]%@WTٚ"'U  [lxyGs W> `\b鼇KByQgjߝO2E` Re B5+~"y IvwEoMf7rb%{DŽE1.~oT/,.}Gn6\ ^/Wi,?aLyD&6+]ˏIlڈՕB7́R:]]γlwT|k.&kETUqAfdSK5s ZsŸblޞEFlzH|Ҝ 6­j/3+6&X%uM%ThM RP6eTk項]'[g4#Thi$R!jJVvꇪp#΃F3kwJ4~!Zx,g` Րb OtT[QvIb k1o~{/ NEd -w5j0`:T ap`W&Vr*nӄh&z[f5o 9Q2"gi 1.+|j2(7e%ONnCl'0='O>r_Q1_ D8`%*p=KFCv 0v$ ݝ- '? HeWPG-ݞ#qs7g4iTym|i5UoV~T#Ǹ>wҮalvv|8Hx`PV,0q?nďPdk%Z{0dK+-*z#t-_mͬ:Xu{[jmdp!_Z)[ 2}XXH-I3. OũSv$3ndE+1,h:C<|Iǭ)b L t)3*ߦS/99@-Oo2SK_^^jjLC2GEL@a:`tealp`AÈ|>`YGyqj!U|~&9/:˝L\+T 8hۮp' G{##LK;n # :_y,ϨMIWA5T/8fHL1sccPrV %QVuiil ڿq1-C~EPIܬ=C_/w@^3kOmLYVO/YT(.m^4oJMցT%[g=E4})kR[qP5B `"]edJsu!39>P@!Qick};vOi4~C2{k"C y'",'qǪ)fkx]ht<='~[&,%W8lnX,*#sż}m |]6҈2P#Csҿ4!B[9f ͈|4Q#yO (ֶ2r>wlIYOs)BaQ!YߞkmoW:*= 6rfTeAޭSIqJ#=ϯ7) Q|kH>+i3ډM3yĀHTdY}^3&HP̢ \3/^1)Bg^tt!Jon/dƚYAIcβL &hM eE2>OA٧0xNb ,{].-Xvqb܏o(!Oq½ĿdSR7fÊ̕\73L{DO yd#!%CtHդNߕ˕8=4ňM'9 K];[l1λp}Y`qTͶm6^pù?Xn@箪ay<οIsuÅ_T +P XkΕ8=̐LuEroǞK|=p*4n L5ωy]4%zNJ'x2gR՟܇/px7X>ɨj\'$rKO ճe&l7DgBdKa~.pӓ0=>'ެJ6|T}=M.D(m9 $ @ r?ȼ+s$!nzǦRj{Eg)H ||v'ZJyMeh }ʉ`Cw,Ci *](þ5i7έh]rUG>n0{tX͉P=W7IBS0yW:$ }sY9 ՅWh9LbH5C+-mP׉!V6h'n/.8{E8.yx '' A4]ZvnD #Vx瓘 #^``dHŰ4"3&.eqTwdv7=AnFnk![12s̔跼F\K wa]CY;mc\Z_)n Br<bo<:W.0ݧfʽ%&{00k-L^CH߾ qLG5'VIt4]ԆT2&c5!e`Z46Ko"Wr6{a$_cTK7cqHw^ ㇛Ks$p00wq@Ɖrcuz?5%>@T4Q{7خ U\= e]2i&dx~WZ<)TǾep/ns8y^3=bF ~۠YPA8􊆗 ST6t[B ̣ӭϿ5-k%\-ذYe1Gf~}&C3ukYݭS;pЎ6mm!N'hK>ۇk˓QtGH=Ȋ h-RܡYQZ_?IƇh-Y +Bqa:σgkH5O&g7u/ b+l>ka J{FEBrGl3*+@0=~g/f@\D}!׃rx-_x@7?t=7v$0(mKآ"coM"e ^I;WV+v9 fr#>*`Dg-͜Ge򛭎c@FrAw/ 4{Z45j}q0~bBjV9=oiiS1\Ͼ2lr,7FZBdկk7bg~æ9]_8zyga %4'6Tb ft#m;?saS_Lߍ{y>w6~VKQ0e$  K6/ÕHM7?űk=S:\"^&oLC5 zz7CK{J7y Vfe=(Gs*2mkVRcbd_f?R{8hiߊu] uBqig ɏ͏QW{#ZZz묐ϓvm_.Gz~q4U֡Z [abl߭С#?!d#VK/2Gf>ttDsqcA&%W/~LIVo:[F#^]l<&RPV-6,neNzq]2t 鮵 z3`xj0?|(ɽG$[q@% S8\v!ϒ%sil֜i-+0Lj==&à}Au,'= Zή`v#l8tBVߩ=ɳr [|;+%R;d VF a *ozw8iO3]":WF, k+(o6/L;4vRGaEo~iC*p1J´ͽkE 5[d+饤T~sG\ũ9Uoc]j[$ =@:c-m8loH飡KQ@Ҿ@NvAm7`+uG L_~~H IuzU:Ӽ|R'W U$硟"EjǘGn3B?t}Ck%C``R(ʡxCsձ\;Ƌқ)QVBTTZ)V89QI ,%8*~'\sד}I`vࠅ$Ƨ]!wG/~}C%!I E[d`*`]PQEn5mq!LPsV sq.k{qp֗. kv;F4*Ae>~\uXs 7ALbVGD6*JG>4&]?!Bh0WOH B~<uw9Ĭs*g5Fs& )٨^ ĔE7/D&ary )cjv@`ߗ<[A#6g j߽EN ʿtzG+p_|p]Ԋ:#%Xˆ.W*'{ٔ#v;_%RsNY>h>\5u` 8+?K@&Mfv%0 M,etyyl\3di^:ѐ0Oy+F)vԇeeC&1S&B"*{ ]G;\TpM"9u_«\XA߽(F-wZoе` +Dmr荦 !jp4fY!D+\ɈWLS "ap+{&ӮLYmf8?Bϒ|Z N1'(dx8.CZ|= 1xWn,[ OyYcm:o]^œ&|?NNyԴڙ)`@gv*>ձ؏|>F:9%OF1k[g/O(Q'z14;7B7$sw8PPK/-J}]GV,}g/H'䔷G %I[zxnȺI'iBRk۽txNΘaQڹ%KD% $Y&2.|ow0" .kJhF}HuӺuRwm`J,,;sM#ټ;bP%E (5]-}clS.A=oQ-}n_:ʓ N>zﯪOcheQPѶBZ5Q>^/"V GǏ@OCZ&d>=𙺁E)#Ѓ+/B`6~?!W*.U\L]Df"Wë[%l[iC]k,j5}]LE9y}T퇌͕FYWϸ9cӆ׫,\nvo, F#&bCϺ3/6sK#۟]01D8 Ais]rAXX٭"?Rə6e&O[@nx:cm@ŚIsclKK$6_1ar<6(`1ϪJxuo~&]7|W;괥v4*NsDž@'֑uHAR= ]M LD Œs$iVM3"Gjfǽ;<@kҋAꥶL (o$RAlSԡskq#raL.H0g>~[^U56\(\T ,$ŻF/pc/mxh+?bQ͙ >&{mQd2x҆Q|{pFQy<'v1] rIUF)61`8JfPiӋhܭ>Ͻ ~BצicYg0OòzMgĽ4Rf!0~ `׾Xh4ϡېVyIoϕX CvVzc*|><@VpaR( &jV59y0pHC#"L?j/V:ontaM Uu0*N6A=㘛O/o& ~/ s#LÝWM ~}y=)g&6Ni\-=Qjt{4)&nkVw4۟ڵ Y>~$ė$0$p3fYq{';c"ɵ_6K"߁1e/4\SaƼ>x~XI묮Cג}"_%Y៧KG$$ dkXft| ’F$QG,b,!{8;)0mױ{;zYX1eϔD8[]LU*\M|֋9qTOy!]";A,9~՛F-m6Nԋq0WthfZN4tҍ. 8)WX I xM}99л"Ȯ @ĆZ:= t/=#׭8صͩsI`xv zT䑵I0fAU,pɡ(:GV[0.]r-4Ω7u=WRK&#-9 x#MwaBU;dhSX/UK]aIr78lz\ [`cn9Ü;I楅 b6/| :f*qY*hYZQkOFsg;X^H=V1Uj.c* F,t@x%q/Á2bq?~}psQ#7U hS3;%uج]X\T<s*ʹs 0Ѽ$pzz H;P"g#pi> )KOU^KcwWo]Og!fJ3 3W̩qeU."aH)HEGF9JI^Q@OM4{KGPE&zࠡO_ĸ4sc|<Uu W4ѕ^1=ܕ(z3i=2K. [T(Kw,Pl,SB $lR)w:@ G'Kb}xr':c|BNKZ ɯCH>`ssEM([srS a-둺f"/FGA ,12Fr؊vAǹ)c4GsͶ}qg_<~ ąfj 엶A |˿11kycB2aT"#ŶB ^`l4_ph-yjf!f."ߍgjjbGB{'kJ5=Kw::KF',UyOJ賖f3AcB$74%NRذN'dN-U/.فC;8X)3`l]YJT>-zb׵q<쁾 8&@ԣ@V^jU0J?Pĉ%];L8!vs)d2~t/na~:}NtLkZ'w1<D5<0Snޓp&YImI}$:\<N+3ŏoBUI.Y qsen`4a[sK)e%$Ŀ+'vw,d.P T "kÿSDSt&nh!ߙ#$rǰJ*cH;C(3>s1|E8faO| nt-) 62庙$O3ndzC5L fނfReڛM놧zKO9l̍aɓu(''#E4l3* ZVyFx\tw"BXB 9}bV sz gæЭ]x\(?gSVΩ[% =)w-ZQķ.'!by5Bd_?[FzA wF4oWԗKr76cjgldZNy.n,X\?u 7ӕǏ=,4araB|wʹJrG^Ĝ߬-t0BAyT/*7PH/) 2p"s|㵐`Q[}Rj]VY5 :} [ tY>Zݽ Q;t)phk#ģG4oK:p7Uuc]5spT9\V (T&m7P.;؇T}b"|fnF]-+C¤b8Q0V\P{- Ǎn76R{҅7PQh qь=UIz139(2iedNZMQQ| R>Fxr9Zа|$<톂N JcCC'mBMӤzT3S.h>0I )o\|Hw Dc)rݬGb$Vlw4<%%`!wN:'ǡP쒍_1 7{&`89N\*(|+@ב} *%}Px>9[<}/Q'(%}5|JC w0B, f>gʖhh"۔4xO6NЁoOZ9@DjkCzeZs= Y~HGRRDv Ɂ)fK.qRz'w ;y]vI7*4JEi : PКj[Z' Ew )mIX#E]Y:v|uO}$\|ޤ,LVGP`5⬗Pf5*ki|@zJt%S^+FHI"^t$6EQk2UE4%`Ì'R׀pU €cL_Q9'l)J^'mi9f)r*ȥg dI+#jE.M>ŪWT]0mQM^w_'xM>y(>Kh +Bf>7 ɋ: L4_JS!`Hp-k] k}<[?MVJ}f( A;ۍ;VKxؿB %*l;/@% oL݌ S]5 g/K(a(0߮܄{8{NX@!;D8:mO>J4me fٳn܃W&STc (bz߳7BC3!6xWNFDys-M RT~qҝָa#Bb;!cYA_UPK2R1j:1H޵Ftr}QNKRr 2; 8Ӓb&WV>j RGȂrY2fŒqEsiNS!9|Z1"84x'>P 3R|(ÝKt~HȫnICx_q.Hca~!R\F-f i NkjR?-$-VD&)u?@'F+"sY䇿KMp}˺ORb#y/7sX94@XL\&j~#˳6L笐ZRy` BcKG ݢ~ ]ԏ ^dy) MSF4E.V`a<1lt*j#" }ɽ/utPIqbPErQ7nG'H$;>Ee;/L4 NS(#߃Y"u4z,y9`[a؅;IqL[Zu#.RwD{CS(fP-Iw-@J#IF0]eJ TpNhiQ,΃UUz'n{]լ G>'I {K+>qtuj6Q<n}~? h [q@{,ʴa+cUM[ bÐHHm#KC$J]N8>§ XBxы PgQwڠ"\`!' 6PöR*: rf@T(N$Zr/ 3dBҌW*Gm%U&uyìW/x0@|X{^c%Ai0_nz7b:P84`ύP j6[-z\Sd_^{#8hl;KR{UDH(CC2ȁo%v*FͿd$VU2UpT(5fO}͕ac]?V 0ܭ Hz;a fD(]/@sǦIp*Kgl|e? ݋7 a24?Xڤ6:GoW1 թ*kE_ʿp^ɱMe#?,uh>Si"*TUͺi}J"CA;&L?hLEWgF9?-1%ThO+u=`b:m`ؿia*MK,gfl(!jsS+o*hPэJ ~[v\pvt{%B9_;W؂Ar/ZL'u'ԡ< Z;_C8PeJeL-9NrSH&@I)>R<枭o#(\Ngi>To}WLⵣ+l!S0qƠ?@Lx@