python3-six-1.11.0-lp151.3.1 >  A [pR/=„u%頋aBT*|#ҢAQI߇+ YZС0W<:AԱ@rؘ!': @^qy"zLq]yj(7ߙ!T03V9]X_ hA%aI UUlwcK$FRǹbM* ( 5ĕKtdȥ%HPpzkɹ!\W~FP]-cFX ގ)WO < 2148c5fb0eaad67b189ece1c3a3f884dc9554684d702c308b097a4dc3398e0a29d21044fdc62c347e1e033e8ed12abfbde481256wX[pR/=„Q*˧Gk ?gXmgc bNo(]F H`v 7"h?Y2f`4uD`WP!7t* ~QINSU#&' p>p@'<?',d  Fdhtx    (  @hG(h8p9:=#FF#NG#dH#I#X#Y#\#]#^$Xb$c%d%e%f%l%u& v&,w&x&y&z&&&&'(Cpython3-six1.11.0lp151.3.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.[p>cloud105jopenSUSE Leap 15.1openSUSEMIThttps://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.6/site-packages/six-1.11.0-py3.6.egg-info ]; then rm -r /usr/lib/python3.6/site-packages/six-1.11.0-3.6.egg-info fiaax"*HA큤[p<[p<[p=Y[p>YYY0589d053a5cf067ff63123005875c934a2096639c70b0df37ffd0a4c644c6ff2e5e543baf444c299d1de668c976017e57839d822d44ecb4450de34b056c31474f444b02aa897120f6cadfeade712c2171ed4ae06e9d42fc3f4ca8d5822d0552b034f0c3dbf868bd15f227237216ec78a65c59841f64f620fcc7803bdd8593d100a218c55e3b1730465c5309b3e48b8e92659151aa236b8ef22abed3ae823d8f263478682e84e8c98f4c46308995f1f521a6886976e25421827d2a2be03581328f397419b6b12df3cd2b5ff6ebf9f493c68782eeec93d6d88a942e1dae8403a57rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-six-1.11.0-lp151.3.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.1Y@Y@YLW@VV%@V@U@U@U/@TÉ@T&@SS@SSXS @RmR@R$}QQ~`PPPy@Ojmatejek@suse.comtbechtold@suse.comarun@gmx.dejmatejek@suse.comolaf@aepfle.detoddrme2178@gmail.commcihar@suse.czdimstar@opensuse.orgtoddrme2178@gmail.comhpj@urpla.netmailaender@opensuse.orgtbechtold@suse.commcihar@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- 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+.- 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.- 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/shcloud105 15283937901.11.0-lp151.3.1six.cpython-36.opt-1.pycsix.cpython-36.pycsix-1.11.0-py3.6.egg-infosix.pypython3-sixCHANGESLICENSEREADME.rst/usr/lib/python3.6/site-packages/__pycache__//usr/lib/python3.6/site-packages//usr/share/doc/packages//usr/share/doc/packages/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.opensuse.org/openSUSE:Leap:15.1/standard/7f9c1437d566be1aee2858478edabf80-python-sixcpioxz5noarch-suse-linuxpython 3.6 byte-compiledASCII textPython script, ASCII text executabledirectoryRRRoD/Zcutf-81cb88d536a6aeeba2977b630c05649612d7ef0afe9847ebd315ff7202f683c6c?7zXZ !t/pK] crv(vX0{ (.)pM(UMf7)*LIT 0(Nsb~hcfĚm滎U#W2'6d ͒K}O"qLuOo8YʬQ7Jt鉮_ix4QH`ϕzKi2"H&pdܼBnB㝬ZPϴ7N5 g]%٨ twV7# %댶}U 6 "%<`9Wq&nf(tMӄ[0jh0Td|H%U Y.ON'gjHp58yRՐj7lw<- K9PD bpg T K,dz9oR+sdm cgȎݫ:d8*{KTuxZD𞰖+;zn˩+s#ev+b.FZ2*9[b;d9 *~R%2!2l$=a@N^so9n;(7y|='t:cN39h 9[[\ f7n.=A @ir@7V< L NeGH, '( @ӸvcCR5 ȣڳgMR] 7}>!,r5.$<zjDuEg /'$]"Y%j)KDͣ!TXUW]e5^wz4+2FVeP|OG C2} _ʠ"}CUSV7l^qDv-%17.ѯ;q*[\%"3@|Q'RߣnRT +'c E Oy ĥganl]C.~-'A^TVoAPɃ=!9D!hV$4‘ΡAsY[( ?F k)l\2^JGB {$K3iAnR0B:"V>!*&RR!JA_Rͻ/h9%Vp+_+%gD |JBD oCΙ 'YجTC>2ɝM;eg[Gݬιa%a" + r}|+qbSKsh[5ӳ+j\y99cwb\,Xk\IZ4|d)2"D /3/⼶SwAkQ _QE v}TD'blqQƟoED ¸Hs%Ժ\<ZwYt=q/K7'a됝&ˆn=FxHL31UV +/lQ.GԎFm)&5ýcP 7V*QuċrZF/EA3((?(I8\q~$9{#$DZ@GHZg'{6I:=5g76Ay߈2TL!JX#ߴҒmx$w|!09==$͌gB( C <~LR CyM&lMJE!#::PK,ώ5 m?ݩdF{!%3upL=Q+ ŀ#S?#.Xi)nu{6Gnyzo>G2wϘ^A vL* j#]0 ĺ-^#u:v(ޫ&/ؾ~;:6fj;2#hYLz^/6޳vX rmEH͒flY07QWW bQBޥHIIY;*i?HKS}mDyEV<L\I5ۢЫШ D0޽R%h@ײ;źod4:#Zc50p|aaMi{NrݑH 1\a;"iM9"rk+EơŭB!,qZ ?'qu_M7+n!aW`rn@$՝@ #XP`~` {W(=?%20wm&_W|ӈni/7hZn: d387]j*Nf[%"ow$;"/akx+ ?5iJ˲# {0.\tFiB&Й';ƔYw8I{b'|a FWcBVbž5uemW_B@ jC2V7Rfg=OF/#!e<}J|^;'#ۋ^@6jL^ׁGҲ=P88V3o;A.%@sZ`W ʏ<զ99lY3v0^Rl~k T_Vende%xahm=fj8;C>DȔ[>Ȼϴ&dڇ(JfT2"7Zu +"&z&3!sUQVwWd渋"@! *NVߑ/{~}yld~$&(MPzvfۧjRo1w-X眕s0wIVώGЯ= dA.Ob ]dZa1>E &/(.Iw-+\{֛ D>Q_xD, [bz@V<}Ut.+.R&`0үeI*x$ ?&A@ yaGMg &'|s#Y}L'ɷ աd yk#4+Tﹻ\FPFA(sd7~L0R 'iC*qFԭpJIĺT~'oH<ˡ }H,݋Ǖm&T[a)x'X+H(u: lvrM=-Aټ:JqUƾ*4z3P6z`{ ޅ}Jv|amOr(B|Q+vO1|HU^MFԢ" +UCh| dgw '2b%}x 9d!cr퀠DzrD"&Ksh26J=n'kTFpt<ӐTlͦq^;fnukcX=,nHd]FJ~Ym5#<6ƚb"&cPJ&o??ݵa 䠞 (+7'BFo3$8hOB&/Af\Ny}tJ~1S~3/NB/p@v\4S~ӹ)I+_6dˍBg {arvoLDN$~lò!4ۗdf{Ї" JٚWQdv!HڕOKD nL;dF#}Msޕc~z\~΄-@CI[Z`D ?|sx"k*t Fy_Sw/fk1+XZ8 XڏTIGg,7Gܐd]Û&^ ߳ivoGҸ%OdtZ@y֬J$sS3&3JchxsfȥW\eto\4k-EO0=Meg+ixLwWeωQ{oaM|xY&j9IKRp\j44@˔$4Lbz~Br( O,ާP^ѢeRZ^]dﰊM]仲 vj!-WڈꌘD#?vm)ũ'[-O핒U/"QHA:0̸j7$쿄nB ^J$/M 0Q5kK6!X.^deBD0T *y\DVZ?[[0IR\$ m.8~!w״)R>=w];РcRunp/(B~9|{, H[,VQ D17ێ,5W{,˭Γt}Z@޹w"!BmyA7uM*k}$.G )UTqmuύ^:U#U%#ÜД-r:ćP\#5[ha&Njܨr& (V9%Y۶6 E43jwBD={-DP BCw{]moה!.枷ZWZ{7W䱌7C"x#Y?ðr\S4=c$$$f%ȳۺ),*Z4C:JZifbnkˆjI`_"_~gLޠ:ڑ梻ncM##2w䴚FmHN,HM|v̯. NjTmwp͚f|ƺX 7klП[x;vUctk;CttB%SdAOG @D~A Վ.^M{_fH ͞w~*c/P}[~K8JI6Ġ&#fH a}VڿY^`ChS^4j,gbIū('I10ݿYdO4@e63i>+Fnm;-y `ݤZ+rW<sߡ@zd '/: YQn*A@t8IsV%Wh"S`Κz&V10 HWGoDR)fX M]f+sAZ>G6CfWD6/_-y!Y|_za9 e`'i Bu4ˊHHyfh~h(؂aI[9)z`-oa9j#ѹE~ 4B$ưb!7kƏ׽JCN?CRbk9(T?w0~ȅ p*p)NM|HO&>KVv76;|&]5!_;*^ըhshDJqzYo1YDX"Kk_ NGО'kld%Uȴ~ezҬPwAh{+sMr7TJmC*98Hv}o i4#rfYߕAμ9U|m0:<9떟аMRwgiF!3J=ެ_N:K54˖M2;勜cpN}ŽELnCE Up"B[ 'vin~nܥLY6vqf8˜iƝXaRodwEr7fSA'D?HJpPJVguKS™_2k#<+1[^t@Vz[#V` RWN*$uN01f~Á;fPuFBaVxk<[+_}bDpAǕZopzbQM^w,ހ2ȻNRiYjUr(q4-qhvh{郬wHR)ern#bP8j .J>GPǫ(mK\}ct5@;s0#{7F2|T2#uukr"PƒCk'/>J3$}%73:% ѯ"zJᎥD 90\ņm 17B3 VQ亶Ⱦ*zjKp}U>+pOc*AwóhBz0o-"ڙ KajZLg\w\v7 v iT~v[ 1{&)԰8ra lrz҄%'1Y_ͳN!bח0dTCVnQxB{m6l|ͯuqS~B2`8l7PP_ЈŅgL.Nlg 8 ZM?ܕNj\"?Ɨmi#Ga@wwbhgu^{rz^)1O$ݜ onu؉X~gOٺTC@磄E\XP }EԻRVR\a|XU#äFCVξAJPwPeTڤok Ծ),*ݜ4,k8rp֠mdk?ܜ(HS$3 4;NLbC[naY8ƢO)MZHFt(ew*1XǭwNk.F 5_r5ʵ]?vl#Ff:hp#;/O< lfM*Nz/2N]ͫ]ri X4]q-Jqvρ7>JG"vV/A%@/_Ct95w^]1a# U4Zt8̟oqvY9L0,e#Ш+A b&8GחR5+!ޞ :OfN^~yGzI0!H= 4{yGZrS([}z A{Z4@Ruaz7hEYj†\qٝ*D3SIJ05[JR ~m,xY q; O f@p%&N!RDvzi~T^D-Jϒ-J3"(Q=RCFbn hu%ͪ#ϻ)ZȊ̉lFm6&I .~-t%@|٥ap/`Z DK[/+IJ'%!u-C,"\!-Ubl5=ؙ&S-KSp %Ηj$COw+۵#1xz7v3_(ڛ @-"qBTXC$SUO'S}De/@Ț75p"Igs6`B^L)C4c};{-Ĥ`u(HN1;g1r|0E`A b@"X߯GXT}%tkuu%kJ.`xaPzrN)UaM Gk3+Lk\#1sT9S3UcIIBۄwF_;K*6XlPezݚ|g81_<|BZwptVRx]t{y\dNFDSLT0W|e^\Nj,n5g,] L9lGFw/xXEFG1kV.kX!-NZD* e^T"dZ۬­˻&ƝU)87IՎKz~ɳ\mML2i#g3d}Bm l"YBk{{/:uoxB\M9vjl fg_y m 9K@q 8 ? d u.8(&kBTif9_̖9=;HJGHہ3 ̞vDҶipf*SGՃ.6wGv;Dr3>R^ƒ_l4%XN@z2o2 J'Z]긂S[T(:5#aE,P~CDwa(8o&.8F_ayݡ &c,Yn.7 } #>!닠k)Jaq#0` 9,xCgNB} @KrL˖˘P1tS*. ̧?Y0Nϥ)2HL#'$U>Y'2'l]ZkMf%M*F;WO!F(3oE 2pnfCWk٘q@9F,w<\ uR zF>~jˬOq'we(^3>o"Cǒb!* jՀ扛dZ5;U1<El팛4 m -Bx8&d^su em+ȶi\)o8h6RUHS1U(*C=c"V;mνȍmܞ/OG-4Wס&R|qנ?Amr'g RLZgg*~"xD:wR܆m)afpR6,@gQv4.8N_m&b ݙX@cR;R|,UYΝS-۹i5c7tNKr9uz6?Օ"^)pCIs5%J;U z:3_W=~- B5IF&wۍ )/u8:>R,F@x3!-r["UF6KWoiNmB#!br?$kAa0{24Ʊ!C""#IX@Pw ءۉ en<:\Xɇ ׳u ~s:v`[}F74}^LJh!m_or>AGᒻǢ؃o<ϻq0-7tHEBeS,&M֐fa'AB9<) 6[;N׀U`P2氨XGxͷ K:8:pdbRgGŹju* ./%)ߵE6 nx %ڏEJΩ'ᘓݔ¶MJ IAI֝*l|]V}y7ƒ_T2uNoi H}^F*SVԎy/B>J4yaӇg6M@:W ˡQKŠCl8|<>"ӎ39\3OI/o@J\AG263X6盡.iO| 0;N|eKexߢ *@w<6vt]2t3TpX=߀ZsDsПj o~cU4f.{Hǀ +bNgwp?$zvA 1s+d?(vHM\o .N||JŌGS~#g.`@+($n}`s:9!x `̈S"v=7#/n{oƗNh# 8L!;6%n ((_qBK0 3ki־Ržp<4DQI?mCI.o|K: DM8kW܀%-yfYۚڧce ^ :a/hJE*{dφmyuVtFF,y/f$Y/4Iޕ#W>,PŤgWlP$\f;!K1hkZm1P)d8nE2ARG/ǸV2fj̣ (ȃ$tɗ0MKȬ)%2x9:x- ĹTRmOzPT iZ_g8Ki4> &4S&HUcJw?:}<c`4סv6n.CKOk$+~醊_׊lز F\6(^k^AkIh"Vq5`ȽNw *it*hH͔wd},7U"ۇi4fBDcR{ ŮtCp('~|U!16y@v0<Ӆ;Qg_#$A-K$t 5թ#U$; ! sYdd&Un^)l2׽9rfD"#o c|JqϏݔYZ~if!$^Q+_b7B?Ȟ}PkyqW:dwHY;SLJBy P@εq/2\:MN ժ;x.˼ G/gQيrV?<{ƞhbOĠ׶]F%-a^?4aeRi8x!BAhY/'.|n.kۼkCe/h6RK`W֏t"[@2q5q%).O/E<<ĭۢXnHtmHJ}4 %rx㸭B9o`l TP!"ڴ)$q줇:=1rz?:\%]ubyO(p ߲ R_?\nb¬*8}w&o]zTu U寫홦侨Q,-D,eW>`AZ8Ug_N/-\t@~;nUh QH2WܹECƾIwH>{L{\Su` c1x+e4&_“^)?KQz14 ‘^!+/9{]}Xʇ[uO4Ocʾ:'#9׌r7ݍQ@_1yJy lʒ6[ bFQywᾁ]Yyh"R99z2oV5^v*[MwpY% )2%[NN'wF!' )YvƵ#uPV 9?!ekUNq^Wp6ņOX{rLf\ lc#TUoT7h'ubNxUGlb{PFJ־@u眥"X +/B`nc2Dl;e].Ιyl|z3L,LVXssJZWbW:pfVDeX9&+Z9Ѷl` Ou2Sl_00J­E5)6=FoQ2Iֶ^ۥkNb-<<蓩".2_23%dCye&tB/ `Q v'aW%RFϝ my 7]I0T 8PTq=tקӱ\8@( U6آQ}:SȋPao+g1a?B5ۑ@׫"#LBq3-%YfإX?]`l?{t8]C䚻Ѷܧ@l4)2a75l,Bt%mɝɫ9X/& zwI@l*PQN~FK{x   O)'['rɀnD@w dluUp¸Ʊ|yRaT:U}n%Ջ~f]25S9^/0Y?.-: :IaDȖ[cCfb=vC·1@H]]'!HϊnG !ka#;x#l]}_QR`]\k<*Q{J j<_ݗGQo+; 5cpXWGXki9$JiyYp*kp~o{궡=rl8 PnG]0A{9 Z ݖ#pZ7ܿ=?;eJi8isd3O!CtӚ- [wjɇS=3߼)9S_֨2BqA@‹*_= 6}yJz?4[kGLq;`1|'>W}|.Ȋ(L=2ykp֭ A~!<_Q޺jEw_JFr*huze^|Qɱeh6Sr|4)yEGcaI6ͽ:zO0&dw^3kSzqҘXBtڕ {sA^Zsȝ'3q~ s#|Jl0{ ,4 ϩRԱ'qPtUd9sߠxS d0dV$аEFEnR/gǭ)&2:<&ZO'K#rV5»iڊx3h(޺zߖ>l9EwIhC)_YLcv==r~!~d֋ADqCA/paЅGgpHk. a]O4$[:Sjw,<}+ ze@fnS6-Z)Nz0IXT!uز\*Ixi6Pꓲz8 i6<*%1ʑ(>y|Oz;:L%Y Aɚ_)#͢p)*'iIe}Qc ,WEN)RixE}g70lR)pRiQHTwI#nPjU1jDZVč< v -誢4lY݅9G2L;J!ps:=`J=@uc\*Nw|=/9 Hcy[&Nܪz.9 K/2JG1D7t "&k+z[HG ϶{i?Tva ;x$7BN*sO@P$rl$d:bӢQcR)W4] (j}r#e4cBfTc</q2v%c x(98#\Yɂ_} @ (U%FcXVmf'ݦ"qzPO7VnW}4+R[q7/8)325C=ԘQX}CQs{~gIkw~%u5anMB1`]=f>@iN4(ZzTVzi0^JWSM&Yd{ȸ7^"1G]^1ʹO"1,%Ga0`vx<18 Z s sM\ȅr4/Swz b62dq&G >W\w5r`N,Ɇ첨ag?AX5!Y퀱녀n.} U Uf k@:3ZMc]\N'I&7zJ 1BOI;V=Lm7[dH7