python-tzlocal-2.1-1.oe2303>  <@PT@7!.ܶujG7od!openeuler@compass-ci.com G7o "qڀ 4ɛ1{VSM;<*e۬HZ@#r>|Je؀? ;Бzc_ͮm'b-CkR5D'KmfDX9/k]v荨!{N(g,ƛiycc`" 5i1;C.5čNc7x/Vx8A.Hb!] b*|fЁ ʦeeDA)?7_GWu7x {`[ mbѽJbhy)/c)+ t*cQ0k 2~izel|y#cgZu=T22c25ed275e1f4459334c8636ac0fe24df1acc9a0ab95a48dcfcc07b75d9dbed703b32fd24c2815b6d941b28071b832970a45859|DjJC%Nj`>6?d  C       M(_8h9l:AFGHIRXY\ ]^;d<eAfFHLRCpython-tzlocal2.11.oe2303tzinfo 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.d!Ddc-64g.compass-cihMITUnspecifiedtzlocal-2.1.tar.gzhttps://github.com/regebro/tzlocallinuxnoarchWd!d!e19f88c75decc08c78ee1409ae963b6e8fe00ca8477794884aaab3466c7701ac643c97c5294aedc737780a49d9df30889321cbe1204eac2c2ec6134035a92e44 rootrootrootrootpython3-tzlocalpython-tzlocal-help  python3-develpython3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.0_;Python_Bot - Package Spec generatednoarchdc-64g.compass-ci 16798902442.1-1.oe23032.1-1.oe2303python-tzlocal.spectzlocal-2.1.tar.gzcpiogzip9utf-853403e8c47b629717304373f5c270655bead2e1ebe512f6936782dd45a6a9ebce445025d03e7d1bfaae1c37bf156091520a5ffdb989ab7c78715c363f51fbcc3 Name: python-tzlocal Version: 2.1 Release: 1 Summary: tzinfo object for the local timezone License: MIT URL: https://github.com/regebro/tzlocal Source0: https://files.pythonhosted.org/packages/ce/73/99e4cc30db6b21cba6c3b3b80cffc472cc5a0feaf79c290f01f1ac460710/tzlocal-2.1.tar.gz BuildArch: noarch Requires: python3-pytz %description This 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. %package -n python3-tzlocal Summary: tzinfo object for the local timezone Provides: python-tzlocal BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-tzlocal This 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. %package help Summary: Development documents and examples for tzlocal Provides: python3-tzlocal-doc %description help This 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. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'tzlocal-2.1' /usr/lib/rpm/rpmuncompress -x /home/lkp/rpmbuild/SOURCES/tzlocal-2.1.tar.gz STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'tzlocal-2.1' /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . \ CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\ /usr/bin/python3 setup.py build --executable="/usr/bin/python3 -s" sleep 1 %install \ CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\ /usr/bin/python3 setup.py install -O1 --skip-build --root /home/lkp/rpmbuild/BUILDROOT/python-tzlocal-2.1-1.oe2303.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-tzlocal-2.1-1.oe2303.x86_64//usr/share/doc/python-tzlocal if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-tzlocal-2.1-1.oe2303.x86_64//usr/share/doc/python-tzlocal; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-tzlocal-2.1-1.oe2303.x86_64//usr/share/doc/python-tzlocal; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-tzlocal-2.1-1.oe2303.x86_64//usr/share/doc/python-tzlocal; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-tzlocal-2.1-1.oe2303.x86_64//usr/share/doc/python-tzlocal; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-tzlocal-2.1-1.oe2303.x86_64 if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst fi popd mv /home/lkp/rpmbuild/BUILDROOT/python-tzlocal-2.1-1.oe2303.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-tzlocal-2.1-1.oe2303.x86_64/doclist.lst . %files -n python3-tzlocal -f filelist.lst %dir /usr/lib/python3.10/site-packages/* %files help -f doclist.lst /usr/share/doc/* %changelog * Tue Aug 18 2020 Python_Bot - Package Spec generated ?eX\].; <8q %C`!8w 33g=}/.jUuZ{7 /׿yss po]9{Am v#ܑ cq[;LNP/S's55]@P C (0;0H97&hyrsr2wFzہ= @ bYATTyc :C99m젶n`'NW 7Z`7WK _v@ڂ!PՆr p y--y,-s[Z[XXrYZ[[ <3[ Y>6nGw96ҿrFDٹ!x`B,]휡ahAN`+7G usA3?33uD\A@V@W`ځys`(B)ffl%oZh XRq4wlP[s/]!a?8VB^`7[`=o1pt>B؁<Vv+[=3`kjx ;;'g0bghomA90!`?}d yİ~yǀrA~9G@Pfi8!@gsqXA'/B/M#P ͏ÎQN{Ů9+~P ǡB>n?; {;K5ak_YP{E6~ Us+G6m㷉_[q<ן`yUQERwY=V,s7E2 +cN l5QL 쏋9O"'?'+ }:?}Qʣ-Cv ?; $`- C_s2:;|mj{^*?..U_06?W8G{ V$ĕo֏ (;;?V5іD'b_QcB=( *<5Oz+{)k`g+ '4 /ͻ-}d|G?L!v5ӿ@~g85<6On@ [9ןǯcy$>w?_Uڭ0?ҟ73<{E{Yku/x*cèYng#lTqjmAA/*ObU^fpz6\X[#IbV5D6O}[}?dkh EV듣>6jwϲ Qoo˺W=ʖ e}x~tkO{H MF*LL%f2V~y 6L] NuY.{^>"zX)ЬxC! Mt»H|iodTN HtW6; S1h6'oRj_J$phuZS2d+.I{yM@FnŦ 1h¥6U*9#?P㊺(tɜЈx#%bXV4x+TXSB4}lXCc\U`Fsyouq}d(1~_fW} rᗯѫ*tO Fb {!Zz$4_iN"f4 D>aKXνWG#dG4vey0LȒai+bzyQl "l;`&-ۗQi!؎lMv7LCW$f/ѓä֔^/m[qx`8@5KcJ` =D~-ndM=ͤDK 8\B.H3-P-;}uoAzǔ*w%չo6/ AH K@Gp6uUy ui_A7l{sL}s[F>}"NÀ59xS/%bC:ݚ8yfuS/ІGP"QB3*QU⭿Zc pk :LU{%gxuW>ܳ%,qyn~:Cg2#D̆CGm4~[XKasG/{U֫MFx2V.<{(4E>R]#5I)![ɔ^;]1`c?9tZpq8i{SD ̮*1`ًKv Ьx8Eknho;Ct7Y1uoy\η,Mq_ ]Û)a諣DwTPR7 9UZh \Z;4333֊u?9$5-(NkCԓpo_J ͊X~0 !+W2a4'sl,_.rؿ I)|I{zxXgll~킭$`C+`AxTw\Bh~133*^.C?dr7 |˛#~a޸KOu[sߩ7/I+ *8ϔ$ϘPv  PnԾ9\H}teQG5_ޠ$⹟`>lf:+ oHH.eI/r\:nGMv.$j,XmWPj<[{Rw$j!!"-7F`^-UHҘESzX'= IG-}ڪs}՚?yاjG=@ 3_82cPBNtxiTW dGb><ʔIwҷB/(k5bUrXƆNߍ3U-2H}}[>"0**ϭ؈0$kCGӗuv1\=e[~52|Y--:Zƪ|IUr iW) ٱBhe[»R=w =H<"" q'I5lqyS@e$'\v + 4@r\K2 diI8{=[bq|FAߋ /#o\g;bLmAӅLED=6K6e2ĜsK0BZ4s+w cn9kO'M[,m+# EO<\~}s\msz`~秋g݉1":rn?y3G.n#3!ˆڥOOC|뚤fub7)* ۛ96,nUq0~Բ1-*f[7hY y-v!u唱o1%v$$1[_ILNVkE# `G{I@m5! !^?VQHsru>)f8!Ռv RUƛ)ޮdRHډp=m-6|+ߢ0x ύxW7*A>$X /$Vv0K|Qߗn]t-]" Y.R۬? E%`4DV]8IAs3K2ᬄ,dc$n-MaSoгbe\SxyfBy۰VBDtGI_^9$pp6EǴrB:e2lQ7n,aPm^Z3Nek >YmjfMGgypL֖R:2$VdJ"7lL{clLL ]3M';ԁ-j5 >w?# y%3 1Uŵ-7LjR6ʈ:\e{\-jra|9BxWS1 鋅9Sv64Iwyh% =1QӇzZƂ5Y"zj0g)cԳ{ч*~p@iEoj.@ aY=֪Wt?<1A4$ 2tӛ m\_7Y/D{x=}Emcj]FN|69}B 2eBsXG(Cɩ~lZ(Н9$hs:9 b>?¦$>c )C]H(b?2`O(wìٵZ`l WN3k\/ /^ZRU5?,IkTX%;ll`C` {װmsk1ޕv-le._p\v4F`@s+ꃚz"㪿 nõ'/@=Yo83=g55 ̝VgMWa+['W9uY0Ï~W`vXܷ+GòMqX!SװKZ_3&yyrthR<}v9} K-΄5^g Fo)cOPq;aNِiXkǵYRգXNH,4?ҕO8y;z~1ȆOPzYI:\s= zQ NFe Jg`Z0Ց=n6L& [y^y8kU.xl{Tz=w$ qOubs#k![Au7aQg>I,p޽1Xbc˕7#r)~W W`7%xna Yn>{%C]n-^K,.L=7<Y9踹)MՀy6`KoiOߊ\a3ww^{7O-W `[Q8=;eW3jWN? a{0 ,п`']JL; g6!z%lM2hWutgT+'J;EԞR;O;7m35"i5uUFa D 5FZyssf#lJXpx_orDk4uw}_[/& Q"#9K|usHjf emR(IgȾZ|eTmR>ՇZ*cO{JimjAo/@xz<h(<_qTj'WH碃qTvhNw"ӢhMJM=`Mn˱EtAyctkT ;M)eW } mu8֝~=øm^rg0=Mլ ]Lʵ-5U祥LC,AK|\zENHqǧ5%Wp$LUہKܠZ"y70XHl2Ķ ~#D#hکR3mmc>5$UpnoŊ~)A-'mul*'dcj{ɿ~uDMqj\Ycf<7ys e\eP .lRZE'2()!p]d~Zכ ke)hU'r$xtC ʓN ٻNI"M#wVoF]HU*X'1$Kٽ|UYo~|uLֶ!X[}6uVቮH-hL7g&8zB/ߜ#ר;] 0 K,u7>,)RS-ɩ 6G-=Bc͹wfJQ+qDdǰ &/ĿSl|}'AVSc]ԻR2Z $p"ާ^i1G4F'UjNBŌ2iV,(ױ[.ԴH~.t`ycGÈ&DN}y7#~];L]ڻ^1TNbܭ}%*"M{/_[vOj+Y?qQkSNaV8<73oD* Ԋ* ~'2;(wQ0A~;)Y.(uC&]T]q^/WZԭiHj_Tg T 4;E8Lڨ9/aW4I\3L2YrtjjiL= eP/>-Bd< +nq +)+ߚorotlT|K6;R߲NQNINWui6Kr݅%8̛W_0c,Y뢌&>ij"z4Xi3:Y E{M6~3-YKJ_ /gq."ϧt p͘5Xlz+ffrHި_gy{/d2QT9O^僑pz|kKee`#pgósGi>Z[|}G_zɎޡ'j2j#@T9^.]T+t};^,t}3P;WgT`zJ ʷO!NVwۙփȟkfJ}SN,W^lOWHu"eC%⊋AK,ƕ`YT+ب0DŽc K+ ^yuLNyt$OE7,19~j[J4i[Pޓ}bO4\ A z:C z\ S4ng:h%$:8xc-ĔF!2Œ=,idȎIgB$mrpAf߲L23_JѲX-YEmxA9lhtmEc㯹, wOm !: Y 8ƛDdX[ ITx=CĝCHthPDţ"ex" Yۆ 1SOEy=iTW.9 5v)>H~"2Δ!-we %kTFd :QWS$c1l4J/(4@ R͑7|#>gdHqA[=z\T ck\I{k˔Rޯ㯬0\@pN|RKN"n a1f"MOP8z>1֫>cn b5 nN HOݽou0- ;@?3J&4-*P%S,VqF݊sMHIm$ JєQц|<Q o*[${: ܖo7PsHgwWݐ!M,a>>t_Uhي3-wdwI6GBFW)]߉Z;P /K-^ٹ#b+ ] Lotn}zKb:A$3KsZ}"rOk?XB3lGSP#<4Gh`ǣU%GpBZeb6.f]UBS $(d@0b{ ŖĒЀmq݁8.FrYm"MUvX 0x䋡?/8g jV['my29V3|»q[zo^$D?y(Rӹ6.c9UuWOJk(^-ỏo( ZxC;nIl X֣?V/,~^!gk ydBE:m Pz4\Cs{kvJ荘c_'nak3ƌA~!F ɴev;ڿ^k.*,di|4R(ē ӚF w4'sa5kO5,:fkZ5$h}bHCZfhlT_Ayj(3M?!{.Xʧٓe];շW[W ֵs4Ď3 *FS- vLؑ"،Řà!-lc^bBCP l?=Pr?in 1sMQe<xtM}:W׽zs<϶'5gJ ;s8?s<8 G)]0gV4޹o821"d4@PH_gCZTx&U!~+k,7NJ1fnט$9Qv&tnl2 vbYy4 kFz9^.9<~xo2\ &If\ ZͦPJ I]-9U-!-]N͉OAKmNA\w}$}ӽHr(E[f|*£!~~xuNIA6Z}3Ȝwt5ܷ֕ګPV 0WdN >~1"0q ա=rRXN(\Yx&ȅl8˿kDfV)Y*4|P`F]SiA7jv 2ѐDOIGDͣ'#'7$e~|ւ.C|#cMϟq"Eyc^Fl@E0sh"-\ e6RHp&[:-M՞Iv9m]7f &͆ЬgUю@axWב#FBh-ژxy*zk$=:f/O[fX2v- ii}pKa&M wmp\ >oZP҃J"gJe~&UF2I)Gal~%: s9S[Ϸ$)-r".ٟZm)XGI^!(k܁q#6-y_.([ޕ% Y}HJ`&o"bCPVFxӶy|6}:tqLhDҲm'y=̀c|65 vE"+ndPNI 5"Yxdu;Co2 w+qأS2W,vpxaH6i4\cuY8;X98qD IJ+ƪCk{Rm 3A)F"I֌O'op+\O:b|/W辵i|' W[|]8PR_-N'Rw?}J/W mFBۯ9%Nm;xpoaZmOe+ع7#Ek/oA7 \&DFyFТ?,Oe95=\^l_)̀m~#hWf[M+:ۋHOp*ZًUnR•hx섹٘~yUE'?e(R& Kg3q$3"#I0lgװ|+>Ǽ;8pڨjؐwSA_oI`'r0Y=uVؓ}2&`2_7n)d *^XFD:&v>^)޾GE6 &[9NaCdyT @jN;nWg;g7_*w DAgQz_oo{bڕkU\剉a:.M\,bTux VZ&N+C-=|+?;YkO;U0C4CgD7Ѱ^1!y#ŨS%Z\q[܄,Q]7N5= Jl \4Mh͹I6WT hk}p4i㍩Cf 02zs皼EMb~S&޽⥣+7QЉUZ-dkKJ׭2˭&pt.'8}`M Bz〠时T6%>SSӌARuRR㋷o.9䗽%" xu|+kTÑ$:ݽ&1BjJVzk'[Qd :DV4~4kR~,E̶9QqܕzMluޮVChЭa%on3ETwQ%!'MҀ;ymڜh7SĻ/Rς͜E2$" gڂI'ݬ8Re-U;HxUbXtaDnHj:Zp*IfܽO7eip90ZQg ]AqVX|n3zVyEXSFE< [ASf(s\n tKM p[r\C# ][FxR]*QBU`*PDSn¡g:IRIJ!6)1l}T{]xk/ R'ҵd4{~4~Ud8afcVn^|jo8zYmR2^v7׸>@KaTH|=B+֓Io{e9Z W`@0'#-3žf`,`l: c=SYʘ)ʖUP[\W.HmWvG"u9-]l<ҒZ9etF/>HL-2sDZn?Tj}⡛ΩWz[r%| GnH]㚗:A,:A0L{!NnVr1O|pMc6.>|nwg=לitHج[,J١^6"R霵^s=0cN\(b Jg:Cߧn= bXF׫^E:[!YK} in$ʄN/8?p9tσ;L+n=\-sU.VvTϑ3]Ss3$#$okUWQ^ln{ߘTɽ-f—BZW5-3e߃=d;%z*/>57i hu0^l|z0`Z^ yl "bՑ;G [\:9>ު(V~ SB#p+V8i-_% 4KE}Gtl.SnJ3NSx*©B$t "[,E=\ǽnq>Zv?Hk:wXV&"^מQ:o2ɻkēo]qOOEo+Z}JCZ AY:_pr')9p96uiB J/n!p[1~=zT]R9{e2]fN(w!1(v3d_j0'rZX {v"l~n4 FuxT~/y?HD~ke _XNn<c2U qnGRb\㔱C:7N PEot0gJYꦘ}zfpuFcK@DVNZ7oZ2m/K) 12O) _nMx̢d~gyyԦ^bψ@}4LLkJ1xV.+$VH-ME{ !/jg߇[KK Og$ ci Pm~)'^SpCRHE}Q. UτCs-q"wyX$* P"Td/67 Sg 'H1+9GJ > aJGYѕih/z\i9p[^ŅCPH@ ҐR'&UFS(gұ@2/rc/(kҷ.c1PԻDN*-r_G+ɓCX}L!e1)C dlv1Gkϵ_>y E;D+L894'!kz'3gut;-v7oew8kOttDClg TGS@KަJi/<Iyu<3 )FjJsFK?vP`0,5SfIgOM+c‘`yXϋA뻊͆R:4܊Z{2LxnN2`iƖW嫘gP\֥&R~)#\pP,w:G{l$xrr}jkT. P*$N6a&  oM-|Xd@.ÂXvn; 4WޟbyN h H^LDPq.Gg9▄$  Bx5TdDfNC Ł7hL6Zqnu `PLqs KӍj"-YF>c/R '!Rޡ6!#D{4)Gjpu6'*ߋF!nHcP 3'VKwʳ59aĭ}Ur7$ƂSr`l}\ LNZۙ+ڌϡ1Ls*eI-ثY6G:+zx2k=o)b}-Ѡm\so:<)UGlF넯T12)8P4?GK1E;^(hig=4&9A?( SxIZK)߷)iHrFtuDRLc7iBj؆-ξ oeJsf^>(tCj<.+bw?ѿ1Ԩp 6}3Bwy2FSp #׽*/圡.mG+z):dBn+N;t4Q aY&y<+( Vh]V76'Jv͉/f<4 :{uS<OZ6:|C.9߭{ndo jO`.!{@Ef˛刢X=u3|IyWV&]`q"^10w2I)2of6Cm\u4}ñóE%RiQqE#6z&(t 4c%1ODXE܈%hּi/~x47x.F%eG L'#5:[%0|ڕ-G3";*dCeEGraŗdDDK`̩`^|?7\OQ}d:E6(濑 5s`  Fy+6}*7oF:Z"}z|H}㋻{kó d~kȀ|JT!Y$=BؕA!jGdW&GZ x0nzě4r`Ƭ&e9Z@"ؿswH*pX (zܥXbec\!xx Vg 1uznID=L_8I2*my&KĺWZ^T>iRw([BckON`fh4>&"j#*8v+;, b$)&#?qKnPfF&dVEec Y2495Nӫ(Do&t1䕗|rnݽLΦ %ytm\%#YqY7*N110uLSnOBUQLU׷ Ʈ᜙Qs(W|~9]'٢qߊ恵z fGNǐ &~cڒᵽJֻ [@l15_}-F9lذt+R\P5zvB$`L╷+JW5d:vԢ`)x[9C;)xP8)!,u KU Se[J57RLv"'~*ſA x_PxSw.e7byө\NF i*Q;ω,ɚG5R>Fx"Qzv\/-|и-8ì!ybCV1gI.Wu*Ez3ɨ QŴ<:'[zKZ}:+@濱L*-ʫƕޙԀIgNU}#C4z u&çHp*HՖ|e@/qS͉Nn^$[aay62t*1|\HI, 'QuxSoZVTqn⧖4i'Y$ؓUdlO)dWdTTo-v.lǸ1 I_GBV腥Ba+, i%o3EIc-!Jd誵 )XJqr HTJl|Y׮#i;=O߹@N1G(Fh:ͮL ~F*yM /T?n(vD1~t"U!vS0]or gVyjH|UKHH"p5krq#×c2q+X37ykX>fw CB>%! :w]EV=m%PG0aL`=8ł>d'lji$ם[&۞}C 48k?&!UY Wdxu5*~a9d_ 1R o?;f e iDL[y~5vN5-3[2\RD>;UwCIleER!(V+'H_2}i9" ZO4ϱ:mԒmZtDkE Es"~_L8bf'zhg" A_c3&elEqn!^a4>=>F+tRxRaؖ=gbU )Zqnk`X|p%@2xcZn09N3͑lDu=s2H#D/݈(.dm/٢-$FuZC[ηk)'))˸|ZM'2#f [stʠT`xR^C8;.Ʋw]l1D. CZ-F$+FpO lV:Ա K>F!O28\ !(څ" sۄ+o_$U({?U;e.?M2$ $z֎AG߲wLՃ cFQ뉬D<g4o4.Qpqk#2űGI(T^qX<: kg>qCcR+ДZ;˥l.%Ft@?ȿrc& f]C/`O'* /## xW[zS,(/~wpf,?eV[l=O)+M_BсyFr'Rd>*9IY΅k7Jt Te!|'yŸWH˂C9G͝ݫҤUNUm7PI@P~Db}5䇆wFi5irߤ FA]*y&.Fub /sv@45T^ K֓E8N>Q&^otNӭf1xnmb9ظd#Q5׀]hWvb.)79i0Xq=t1^"ouIÆ]5W> Ü%Af1J&[GG5_5-ܙ?)\mh 8W0@ONUCI?<`j