python2-tzlocal-2.0.0-lp152.2.1 >  A ^~&и/=„wy䄑VwͤI8HmHK~K2 UKpU쒇>Ry~1} ND5s\/̙<fsFɒdY5pA#(?#d " G    l       , T  (89:jBiFxGHIlXYZ[\]4^bc @d e f l u v!4w!x" y"|z""""#Cpython2-tzlocal2.0.0lp152.2.1tzinfo object for the local timezoneThis Python module returns a tzinfo object with the local timezone information under Unix and Win-32. It requires pytz, and returns pytz tzinfo objects. This module attempts to fix a glaring hole in pytz, that there is no way to get the local timezone information, unless you know the zoneinfo name, and under several Linux distros that’s hard or impossible to figure out. Also, with Windows different timezone system using pytz isn’t of much use unless you separately configure the zoneinfo timezone name. With tzlocal you only need to call get_localzone() and you will get a tzinfo object with the local time zone info. On some Unices you will still not get to know what the timezone name is, but you don’t need that when you have the tzinfo file. However, if the timezone name is readily available it will be used.^~&goat11eopenSUSE Leap 15.2openSUSEMIThttps://bugs.opensuse.orgDevelopment/Libraries/Pythonhttps://github.com/regebro/tzlocallinuxnoarch'OXX_ z zztPP $AA큤A큤A큤^~&^~&^~&^~&^~&^~&^~&^~&]7#^~&^~&]7#^~&^~&]7#^~&^~&]7#^~&^~&]7#^~&^~&^~&]7#]7#^~&]7#e6f4faff9876ea7f3331ba6faa2dd34e27f26ba3830e117c46304d8e9a1caebdf303748ace1ca3b023f54f72db7d552afec6f821f3671b9c056163cb3b569bb201ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546beb145896df77e2fd721dbd4922b5e01f21b19f772a002bddfb213cb248bf91c7411eaf6563f9db4c1a1139e4a2d0293d03f2561f559e3a183e80151cb2b50eb101ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bcce5c137920fdcd73580d88bf1a5701c08570184c57e44d20c9e957639a27c2451940caf7632ce7e944195017b36a43b6974845eddbf2aff097ca1fc66adaeb151940caf7632ce7e944195017b36a43b6974845eddbf2aff097ca1fc66adaeb1af4bf6dc96bca0b6867d7b224b0ab00e58490bc37cf3ad6086e1064e4077109f765f0919d1c845b13ff792441649c67ba66a219ba5e01b84034050ab8fc52e0b765f0919d1c845b13ff792441649c67ba66a219ba5e01b84034050ab8fc52e0b97750613d3dc41a83088304688658864d25b03160cd57b39cc0bddf6c40fa869971ebb2e21cc295081efb5f71476cb8cc66dd894a00db273d3820c9e6fe52664971ebb2e21cc295081efb5f71476cb8cc66dd894a00db273d3820c9e6fe526641a5bd45ffc92d4e184906987bd6fc0dc647902bc6bea5ae7d037ad55c45a9ca861568e41a1a1d1ef0b3e7dcdba4f3be97d95a1d4822251e98284ff40dbea5a6861568e41a1a1d1ef0b3e7dcdba4f3be97d95a1d4822251e98284ff40dbea5a6836cda86e2ab52d6b792538656ae3ccfadd48f042f01d601214ecdd7387be6f63b88354727e3a99801de80606466f1e2aead6c9658a848515b3a7531f934cf4f7b88354727e3a99801de80606466f1e2aead6c9658a848515b3a7531f934cf4f77dfa2e0d40c998ce798214d4e9abbdb249fc060eb99b2683b8b915ffb07b4b7bd0c18a78ba85b0c5c779ff4d04ff22c21d92009921fa599252947ad00534cb5cd99ab209aeb16aad2c25c90ffd83c1a981e290ffff76a420a2ab03e03f041b8crootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-tzlocal-2.0.0-lp152.2.1.src.rpmpython-tzlocalpython2-tzlocal@     python(abi)python2-pytzrpmlib(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^h]A\6\}@\l@[Y*@YYdUU@Uv@T[bT[bTZ@Tomáš Chvátal pgajdos@suse.comJan Engelhardt Tomáš Chvátal Matej Cepl Sean Marlow sean.marlow@suse.combear454@opensuse.orgrjschwei@suse.comms@suse.comtoddrme2178@gmail.comjkeil@suse.deseiler@b1-systems.deseiler@b1-systems.deseiler@b1-systems.de- Fix build without py2- version update to 2.0.0 Major differences since 1.5.1 ............................. - When no time zone configuration can be find, tzlocal now return UTC. This is a major difference from 1.x, where an exception would be raised. This change is because Docker images often have no configuration at all, and the unix utilities will then default to UTC, so we follow that. - If tzlocal on Unix finds a timezone name in a /etc config file, then tzlocal now verifies that the timezone it fouds has the same offset as the local computer is configured with. If it doesn't, something is configured incorrectly. (Victor Torres, regebro) - Get timezone via Termux `getprop` wrapper on Android. It's not officially supported because we can't test it, but at least we make an effort. (Jean Jordaan) Minor differences and bug fixes ............................... - Skip comment lines when parsing /etc/timezone. (Edward Betts) - Don't load timezone from current directory. (Gabriel Corona) - Now verifies that the config files actually contain something before reading them. (Zackary Welch, regebro) - Got rid of a BytesWarning (Mickaël Schoentgen) - Now handles if config file paths exists, but are directories.- Use noun phrase in summary.- Switch to github archive as per upstream recommendation: * the pypi archive fails tests due to wrong file->symlink conversions - Update to 1.5.1: * increased test coverage. * No longer treats macOS as special, but as a unix. * get_windows_info.py is renamed to update_windows_mappings.py * Windows mappings now also contain mappings from deprecated zoneinfo names. (Preston-Landers, regebro)- Remove superfluous devel dependency for noarch package- Fix fdupes, broke python3 package (was symlink to python2) - Fix check, only tested against python2 - Move license- Update source tarball location.- Update to version 1.4 - Relicensed upstream as MIT - Dropping support for Python versions 2.5, 3.1, 3.2 - adding support for Python 3.6 - Closes stdout and stderr to get rid of ResourceWarnings - Added support for /var/db/zoneinfo - Tests failed if TZ was set in the environment. - Replaces os.popen() with subprocess.Popen() - Systemd stores no time zone name, forcing us to look at the name of the file that localtime symlinks to.- Convert to singlespec build- Package required in SLE12 due to fate#319400- Fix building on SLES 11- Reworked spec file * Bump version * Use github upstream url * Improve description and summary * Use tarball instead of zip * Minimize %files section- corrected license - added check section with python test- added required pytz dependency - enhanced truncated description and add URL to source- inital commitpython-tzlocalgoat11 1585325771 2.0.0-lp152.2.12.0.0-lp152.2.12.0.0-lp152.2.1tzlocaltzlocal-2.0.0-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txtrequires.txttop_level.txtzip-safe__init__.py__init__.pyc__init__.pyounix.pyunix.pycunix.pyoutils.pyutils.pycutils.pyowin32.pywin32.pycwin32.pyowindows_tz.pywindows_tz.pycwindows_tz.pyopython2-tzlocalCHANGES.txtREADME.rstpython2-tzlocalLICENSE.txt/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/tzlocal-2.0.0-py2.7.egg-info//usr/lib/python2.7/site-packages/tzlocal//usr/share/doc/packages//usr/share/doc/packages/python2-tzlocal//usr/share/licenses//usr/share/licenses/python2-tzlocal/-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.2/standard/05053d52a45dcbdb01a974a31674d3f1-python-tzlocalcpioxz5noarch-suse-linuxdirectoryUTF-8 Unicode textASCII textpython 2.7 byte-compiledPython script, ASCII text executable RRRRRRRRRRRRRRR%ID##`ۅutf-83a858dc84bbe3dd6803676dfb2c9bf1ac6c7474460eb7ec222ff30ddd4bee877?7zXZ !t/xQ] crt:bLL jx<*MAa1[ɗw|ϻTu{V[*.\*7\d1̭#PmNH)}_C2PĊt-x wJ՝)qxr2ulmMM$ўKaQHܣٌ]K=*xorR\rx2ja؉95}X')D[gHQ Tp `=40E~o֐5 @p+"&If4{Z(zHQn[LHd@V}\FhtqZ9R0l7%!C$Dn ҂EYh #OiowA?̌kRn8Y?q3<7]!췦:VaWi Q)g8v54s֕ҼjfjK6Km .FNIr *%R1D04]^lJ[+o$~wwZ/RI+441"D\Ԋl{&>#Cf"(!b+I8]cۊ(pH9_ŇQq5,#6(t{pP)eBoP3>Fj\6b=ۓP h(0zōΆvp*jt3tFHL>'ViɐSxBCkY|;8_k]{2sJu@B96\{jr=+X+c+XjC B7i&(ljU=LXi|Ɔ3xv^#Ti `sX7~I7ڸ \?fWukB?Wm H]g\ziہPGZgнt6i|B%%FJQuAҰ7tFʜt56Tf%nH@` <5$Q{*TTFHyEpgxxN-Vfv8 U9GkKnrZ@b[ 7a8C{/"ՙioj-^%Aϱ56lR2D,'kx4 I'Ϻ<`Jsm+I=|D/n>rQkYP;VE b=}XmV#YH7S}tb[E J ݛ.;PPٲjCSa˯ t/ hS2|~Mb4A#ihHKW(~%0 ,A\gJEf'#~蒣kpSNO#(N(" ̄1֙[ՏI-p@x2Q!KAZx6Cpu).U>fdvb[%Z ?tG(c!#9n;KA #c? s?UX}9ƒC$q')6}ם0Fð$tx .)yx"lC\g'0*ȟ]~Ccnix:Ʃkl >_/b 3bVE .`=Osk&2SZZ2Tci;-B΢[6t4,(Fp23h)PJpa⟇eo+)FpUJe>pz2[,[.*r?FضP=JߤS>2&8R HZPvcubM|&T k_yĻhTƄ627*d?VOT@]j\yEa'A "m }œSfDYZ[gLC&nRJF+iQ+mI7z˚Um v@R琬O8qtmT>7 n<f6d2-{~ͬNɝźǛЂzg8?KP- 4W*^(߱ @,tKv睋kij~)o\ph6FC3ٗoe.ćwV­Ie1r9LKO >/J߳l fEb{i/ cGVS,{a䆇3 d,E䠅.(|p0Xs2jaL^G3!R0sqhZ0){Eo $v?ޝPhQ72ᒤqe䨔ٳ9`fqíCdMHqsDV//aEf&I}NE0PTd9~+y5y^xt8М4ƕZrW] Ø22'sDXrzVs6opFN,{H@ǢVhmQ3u1U?E Ru9nuKŭ+m6Phh÷Yag#|ǫjZ: 恻q0$~u2׏Jjl2?u W6K4U#Qa $Gi#2*z޼zYQkx4OR:<˅fPȱ~]tg=5-yjAMY\(cˡ6%۴`PR<?s@ ޏ=ȝ3;\X߯k [}X4#Cϋüjn8gT\Y58+wd0R5!,QHMD]w,X!nvvֲ畖ykܬ xS 94]杂t{7rڴ(5yk(UOS =ϐKusGs=4sGwx 7507Jjp^YTLs)W $)lH9WX+$c\"渏 )(̬ὺh@ MvK{9]+[[B=&Q &'viYzI\!z`Z<>ctX#)} LC\ .ɉ%"U6H9A]S{ZGtU\֮ ^FrH%=vO)v,b̖0.q,DpK6[gA #`UO;l^xr{뙊<x[PW>\RIjZ _F"&ж  ޷2 \)W*#zDėpӱMٳBq1 j<6LΌcƎqI+|vbP^*~_Jf=9":̮`.-55=k6l6WnCO@WەbI_UAV//}h9]ZZF {W kK q0O@jŧ0!꩎`-dN\B_\V잎*|X8"^]<;{:O&q@w7]I~mԻ?7ZG{M~b7EE"qF .vp8Q:9/W|z~6kEk&6karX:L;ױ~>4݈[(5-N媺ǕֳEjAͣ8s4(ҰxhRo1{)Y̙ɵwl\5]?1lC_R X4cI/չ;ԋ 0drFWqIl2d}󀡨[m;&nD@mufdi Nu r86{iɤ -w=,ҮpXcjCjr;.~C)=U*G8vLL?<(A-3܎{ԯ! -Rq"$ lHؤMkQUh1Z䘞ި ɂ{G}$(mAʂvx+Y*ݔII]6TEҍӽ҅ JHY\5i1{ IWFi](ʷ,fZa)Z߈y-G 6 l̙mG"]I0xM؆nl7L.V Zn ]Cd̜bTo0g)|H|I' tljIY#4̼EnZ\fE'|/Z\FЗ4"T<Ǜ{T ?ɬf\'!EtOFπ2֖:Kڥ}lJ?ofZd$ur#W8gqZKU֥+mOȺ_-A2nV{7]2A5 Gv !+jƇۛ @H .Z^3[&4h\;¢7rnnT-gcp{ps@Yeٛ!ؔ2 ʰ,u]klgb&vAَ&`s33Yp *hTɀ(ߋݖ79ټ6:p*1Z1ԭ$XR[", " p_C%DG &{n 'u@vRLܧd3hB_d1@%N$ܴyfW %Yqdbe۠)5mt`=ʕa/Ī3e%(pڄ 8exQ/ҕahC`(5b<p]2 > A})S.Q:VVPO 5kUSvF4a.|IBE9/Ar2 f?SUZQ,zI/TPo+T+ Puz<8fHm(-bTaI{,o> eʦܷc 4NNA~) hb3Z OΨl#lWSQהFH?D:UcRv,ʱ:Պi Z Pb7TyIBOofvF,jP)(3/DD|WLnqQ]O' 2uS\O+xX8tߛjf]!"eN?]SLz\A.pMYYR#xbÒS)q2<֕7(wI1&=EHSҍ)R`wT4fo_{Koy\pYBRY"q*Z= cS v>$XC7Zą@D6p.I_ Y}ƒpA؛N@3!'c{q" /h9tV hhձ3^xLL(i#Ⱦt rxJp]\8nA9S{> ߃JkKe`V,RcbssyUZc)$=em[J,Wj]K`tvKgGœۍ, @XAv.x#r7g3o:8=8OCC(}.&s<ɇ*6%מsAYw /JCT4N DGa)ɻ2Ly>H?Ab??orSZ;'M}i|ۍ2kÂ\^׺AWv:=x:`Ӛ<_£3Vl\wLID9Ppn`"C/+r|W)#~>#Ybۑ-ˏ73I:av-.gb98W¿-S9>;. ij=;ù6680iǎ<`YSv *M׳PM$/'PAND_$b |ɓHի$zc3P9=zgq!zuA5ؘt $gOo.nsI(&?(3 D=qK9JEU@xPySΪJzg7\ʢ~kLR9B{_?-UUH&,ٞemV{UݻCϪʮki>OxMdVM+ӆQPQy^ :\/blh1Vǩ=|$z1L&9ng3 +2^)/?ƴ-,h 1:ɍDQh^w(*Ev~IAt?lkGZEIJR)!`pQ1!~~@\b#^1ɝC}7Ce6V<)}"kJ镀a7k#>x\ s晥c6ĶE+a- ^uW4)M<)aL:0Xɕ !MF1jB`߃ OxhJqfH0;? q>U*^԰9eŖ$sr'H\4cku7*JbI[ݦ +X)=C (kgfZ(geс%io[0JbIs`IX .2|!9~z E(/#NnhJ" Zs>^߫^Y)dL-P(P|(O>0/ MZ~ZHPva|oCl3a{+3ǫk9 dF2ߛ&'IM2D/2QJh፪"֭P2Q`6I& JqvpH@jaػ} IWj oZd^-wO:YD>:P! ,"PV^xIy ';wV.9Jb,RPҫQ0?*h =|uc&q%ѷ}uc THQMwd`af.k~wŠyljYtx`M+y%_v{~> SsV|xY=zyqj>Yߟ )FFIcr(o.O^I#HEE!@^X! ^.(>tْf8o{zxzF#-x(l?fr\9.PMtpj.98#B,a "{hT wUQPt#g{3g7Y!Y"LVo@O'aGGQr&mBC|\,HΪH[ j[$NdVϋWAL?H[]cilv̓OϏTf댺Px0Ytj<8]esڭW &~ϔXC,IAGLY?Z߬6 LeTƒYۃfa5;A+ M֎ o"!pK?qpI" }l  `WHüO ceӰ{NJ S=XNDrr̺@]n9ItA*" Y9qzaLGɠW6ҹ xSd;( jPwfz4n-F_%be0\IDUü[?!Zqx ;q;b$M1$@t\|ٗLDT95W[ˊ- /W.} C7~ެ-tNx>刏M)ę#,D+A|th(TFMpQޔkWybh1=ڞ)NF.e yV@Q.Rx|ú3(*UAY֓%5x4+U>}=ڦAf.B$Mf|ZN)8ڠLy%kaZ4{nHggf=F稿ޑ6I#lMynaXWW؎[z8 f ̝{A줮9ȗ rMt7x*ݔ(=BW~3!{kOax9o.-z,%f@9֊ [燐5`--hb_\xsiqwVtXs?i g xW3[@V[s2A\sl1ip.x"SV+usRz%Jx&pX>8]+9#,fSOlb*k3gojDMmLC|B:E8Am8;'@G4j2=t t}:O2O7Yra#EzkćorvϹZaˣ,ٿ;Rn銥<d5B˨^ܕ[}b*]=?| 7dE,ֶ 3*(ucN%k,_o;_My_od*;3h]ĒCo]1~}H+V7aˠMRÏ|h,}r &q}g U1Cʆqf^Lqk 8j3#]^$`^g{x̩=wgѸ2_B: ]AB07>uVO5i;aC ʿK Rd,A%Kf/$TyČx{&P*֊@4mryQHfaTF<Q#ɉBMEWۍ)NDd wb.iӍq (D7B@鐾188.i)rg' i|`S*C\W?=74:jUP\b}uҦ2DI;#oqNUvʄN4T8!qn -Njd$%.U>fEK)F@=|*=aޜ}vyg\Kl:FT(:,g}ʼn] qm8j[ZrjkĿ#NF06dIuLNtr=߀ᄦoQu}O0ܩ8ŧnEa{&7GAqX_d*aKG8*ְG'7gL?08ARv!V+Se."*ocsiz/ʽa ?@qXIтf΄ד~c['uza`R"RϙVdd=1Ì NK 9(APXB+(T5/EJbmH*J-ڱ*sS;fPZ`m9-)uڵMQ3مi/$^{bĊz#ʹߊ>4X2cIC79`ZI@)K8؎BOGFf4A=N/W<*˞fʴTBГ'< …른d߼z*nQ/P!KPx=!9 :&]1(`L8鿈ύh=PIg:{ O$܀}fO88Jp6Y6:g|h0`*f'q񼑥]f"FIMÍffB*I\,ZMD*nf^)x-^ #U_  ])%iЌxZCwQCMoU]p@-=rt-uY5mrIn \BәlGR&QuA#Ɯ֛ a_𩵘jfa06]VkҀX%|bTmb~Y{ѷ}_\bpXer %?5g.<￐kG}XcO:17B*0y,{*$G \᳿#bxx+LPՉXH|car^ ˢP1eb;'6.~5~f\F\A?.iә!e? 4XdJt&X7e)&l5 gl׿5Em8"tWh$|A)ɇ , ĝ>E)a֎|dgI N8wCkm`A$pcUc5<@x +[Q@B)‹tmhkVNTC$w;5OFlQioE-~"& |p.gΙWOy@'ز7.dleFd7L̍`TcAquDDɌ#28+h^b؃Vd>+ٵ'A#$$</hL|z{:M'Da_\+(yZ,$&ъ(z>62 bZѭ}! ()%S=CB:Ra7{'O7ep -Tmw?%JB[߸]K\*` ).7C*z1|$| #IζOSks51$QѿĊ[HP&6T6/ Y}rvո؅*Ķ\֙TgLOݩV?b;\Tgg!uS?.`U$aǻp ޓҬ'vTP̩ <sRCi37|m$S?慜6$O\F:wT [jirPcAH&n+[7gFqNL9MDžM{YK(X6mD;bЌ üp`Ag~ѹ`7TpLM6$[ 623fUtJD._r.v a) S632vcHo>:R | h)$O;IڻgfiT\b=8pi?/J Eʳ4mFB}O'{/꟣>O=Syk MVYaSAZ1bj:YL =&O35@"}W Au 59)onyi zLnGLB*-j P; ikwJ+;ڮ|Y1 UK<#mތIB)d(IN*m$XW/ [5s?}Á' T! ␏f-[JCTԨ(hPNayzU"ꈰ[J E6@: |YJ sz6RuPkye:U]^'J&Okb3ncE/$tcƛw/6A)P ɶϤ:`IpvK\@2c.6C섢iZ1bCr q`!Y֜)pY^]MBU&a= 1 :<~'qBpҫP`}]? EМ,l#p/;>y.Hp?3[-   g`%F9Ѻgct~u˔Kccm7zȨ>i>Ģۃ&QM_ĕz=1 s Ul3/ mqBK~HB(٢A2ąp)m󡲘( w_ d'UG]%:Y1=N^8$NPCz$,Ì"vj,6q4rhuj@;Gsh o~HĹz?gT#*?oz]-3J)<0A׋B)RxP+ [baPLh8y#4szT*>6H/}S #[&꼘 Պ|8ĿkB^#mO4T"Y Dh=>x)`<痡C*#R{ߟgKnj/ۚǕW!Z n}Ϸ,ŧ]nK0X`BӖΧ\v;XϢz!J:e{ ԠѫCBy;kc.NCczzy|3PAJ K4KUֽU'%H=jVsW&6W8D]'C7WUAeoHIm߭KcPqG/(|`$gC,6E`VsM!UXj$IzR&NF6uz  E-:0y+yM |UJ)&J*bH}KnQDm͙ AYs?7XrOĦ##q8ʮ;$-*1^Gt\:_SXX W_6VogUT:(y]dҎ^Oo7KˆQ?Mbb\7{,x&D'%+t*htYF~;cV5w*Xt#ώk,_X>'@ۍQ@VSD7@Kkwg㏹g$ѥ(]gK E9 ҢB. A"$4d&+gn]G,&=OoVSrH;-z:JGr#7LX#JEc&p",*^PV0Źv{;mԅy62F)ބK*E3!ts _/$ʚ//̉`,vס"N)a߾٢o:$0NNi}61f+|DBMN\f@~֪Q q47B1njHfZ y'骻Ls™~ = F{,ӠB7 1&'4ˡϪ,6^0+/Ȗ+}8 ʠUe3F*\Ϗj0ǭIP,MP˯3yӰD;$(s;P w*!DR?z)`Nu=n_oBM"xVR%U"rP@^KT?T/r]Xb''@rb?poQ,Lf_,KHKޡ3r (=[tTfjt1n^zӰpM3_H 9-Qvڨ]7eU(xL+`\'m'} fpؤ^7JZ]ٖ@/",U!4`y(pý?;ǹ'1޽ҟ[LԮћ_I/GSWvTZ;-9%AA,3gBrsMUC됡pCz4CVXj앭KIkbV@iT^4k#xShNV)DqpLpcH*'7P{ ?hP/|o hfsb3?e&\;I{2.>Ogs!)~PIV l5+e3ЪU$+Q(evRw>:-r҂ͤ Uэѥ;Q_xSA@'=Ī@jdL6 u_`5Sƫά|~GZ4|/7*"HðmZ.\45 KjӧXܬ"ЃB*q#|D@(1$3+y1xE-(R<",lLg4 \>cI0Hh C %nPAY23Go'ڥ,6~I_8oQqf0ݩ!JKqa" #Fq=ܝz(@ez9fq IheصrrH(kUL(F!OA;՝]l7V?H,ЬN/aEƊdl޴{2K/A(/B~?#{jQc$b؏*# `Ϋh=V HDIY[nhmy(ViJȓ#aGF~tO4Kf<\^~9*lF_+ 8MV3 ?fs{M#H;YrnWp k(W1)N[ h3 K#UOǑ-6?`,KK^ˁ,ϜqS;4ᨢw" ol\t߼ s*u wȥ[8چJhX3L\@ŽS߼"