python2-pycodestyle-2.5.0-150000.3.2.2<>,{bp9|UNRD6I>mAβ8FPq0\SX[70ȇo!̯ YRVbۜ33iA$j1 2}FgX5n5@WXSU#I;ԣSe엏]09cQfƁ$e^;#bb֑MA\ܜpafW%?bx_.$2<ƣx;%=;I.fi+ZȽmewQxx*iz>A& ?%d ) D 1RV l  < |  l,l(%8, 9X : & BFGH I TX dY tZ [ \ ]!^"b#c#d$Ee$Jf$Ml$Ou$dv$w% x%Ly%z%%%%%Cpython2-pycodestyle2.5.0150000.3.2.2Python style guide checkerpycodestyle is a tool to check your Python code against some of the style conventions in `PEP 8`. This package used to be called ``pep8`` but was renamed to ``pycodestyle`` to reduce confusion.bsheep63^SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Languages/Pythonhttps://pycodestyle.readthedocs.io/linuxnoarch3 dHUH@A큤A큤A큤bbbbbbbXb\R@bbb\PY&bZ̞8e8580fac534e8620f483a6e71b34c4c351aa3c3ff4aa138e300e5e70e66da84d9040c9de5c6dd82d53571bb8b3cbe36777ba2252e28d7d45eb371c20561de31d71c7657705fbe844ce63d118bce147b9359ad8d067bbb9931a500b1b93c135201ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546be8953fed2029a42f773014908b5fd0c43c04414ca0e9c80aef569bf6afc7c5ca01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bac76c81225e6bec274d7a98570b55c17f77e74a80fdd575f381e8259b8af66e8f93f0021a77176c148352aefcb11962059124506c5e3003ccea42bba8e1737d2274a79f5586f9b4bfa67f64a233575f25f02b6693cc36a78bbde24b13b38a03e3c3e6dfe6a33b63a7af3777cd6b489110a8812b66a81479689b91768daac6cbbba5d463866ffaacb46d998f0f860d7f21f615b0a59e4396b60e430818b5ea89527fc602e898175e97b952994878c0687634e4c7af8d32f3e9596b47f51b7d1d8rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pycodestyle-2.5.0-150000.3.2.2.src.rpmpython-pep8python-pycodestylepython2-pep8python2-pycodestyle@@    /usr/bin/python2python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.0.4-14.6.0-14.0-15.2-14.14.1\R@[][j@ZY X @WV<@V<@T-@TC@jayvdb@gmail.commcepl@suse.comtchvatal@suse.comarun@gmx.detoddrme2178@gmail.comjmatejek@suse.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.commcihar@suse.czdap.darkness@gmail.com- update to version 2.5.0 * New checks: + E117: Over-indented code blocks + W505: Maximum doc-string length only when configured with --max-doc-length * Changes: + Remove support for EOL Python 2.6 and 3.3. PR #720. + Add E117 error for over-indented code blocks. + Allow W605 to be silenced by `# noqa` and fix the position reported by W605 + Allow users to omit blank lines around one-liner definitions of classes and functions + Include the function return annotation (``->``) as requiring surrounding whitespace only on Python 3 + Verify that only names can follow ``await``. Previously we allowed numbers and strings. + Add support for Python 3.7 + Fix detection of annotated argument defaults for E252 + Correct the position reported by W504 - Removed comp_w_changes_tokenize.patch as it was merged into version 2.5.0- Add comp_w_changes_tokenize.patch to make tests more stable (gh#pycqa/pycodestyle#786)- Really run tests - Drop devel dependency - Fix provides/obsoletes for pep8- specfile: * update copyright year * add README and LICENSE - update to version 2.4.0: * New checks: + Add W504 warning for checking that a break doesn’t happen after a binary operator. This check is ignored by default. PR #502. + Add W605 warning for invalid escape sequences in string literals. PR #676. + Add W606 warning for ‘async’ and ‘await’ reserved keywords being introduced in Python 3.7. PR #684. + Add E252 error for missing whitespace around equal sign in type annotated function arguments with defaults values. PR #717. * Changes: + An internal bisect search has replaced a linear search in order to improve efficiency. PR #648. + pycodestyle now uses PyPI trove classifiers in order to document supported python versions on PyPI. PR #654. + ‘setup.cfg’ ‘[wheel]’ section has been renamed to ‘[bdist_wheel]’, as the former is legacy. PR #653. + pycodestyle now handles very long lines much more efficiently for python 3.2+. Fixes #643. PR #644. + You can now write ‘pycodestyle.StyleGuide(verbose=True)’ instead of ‘pycodestyle.StyleGuide(verbose=True, paths=[‘-v’])’ in order to achieve verbosity. PR #663. + The distribution of pycodestyle now includes the license text in order to comply with open source licenses which require this. PR [#694]. + ‘maximum_line_length’ now ignores shebang (‘#!’) lines. PR #736. + Add configuration option for the allowed number of blank lines. It is implemented as a top level dictionary which can be easily overwritten. Fixes #732. PR #733. * Bugs: + Prevent a ‘DeprecationWarning’, and a ‘SyntaxError’ in future python, caused by an invalid escape sequence. PR #625. + Correctly report E501 when the first line of a docstring is too long. Resolves #622. PR #630. + Support variable annotation when variable start by a keyword, such as class variable type annotations in python 3.6. PR #640. + pycodestyle internals have been changed in order to allow ‘python3 -m cProfile’ to report correct metrics. PR #647. + Fix a spelling mistake in the description of E722. PR #697. + ‘pycodestyle –diff’ now does not break if your ‘gitconfig’ enables ‘mnemonicprefix’. PR #706.- Don't provide python2-pep8, singlespec packages should use correct name.- update for singlespec - rename from pep8 to pycodestyle - delete shebang from pycodestyle.py - update to version 2.3.1 * renamed from pep8 to pycodestyle * removed use of project-level .pep8 config file * updated code style, added new warnings- Fix update-alternatives implementation.- Implement update-alternatives- Update to 1.7.0 + Announcements: * Repository moved to PyCQA Organization on GitHub: https://github.com/pycqa/pep8 + Changes: * Reverted the fix in #368, "options passed on command line are only ones accepted" feature. This has many unintended consequences in pep8 and flake8 and needs to be reworked when I have more time. * Added support for Python 3.5. (Issue #420 & #459) * Added support for multi-line config_file option parsing. (Issue #429) * Improved parameter parsing. (Issues #420 & #456) + Bugs: * Fixed BytesWarning on Python 3. (Issue #459)- Update to 1.6.2: * Added check for breaking around a binary operator. (Issue #197, Pull #305) * Assign variables before referenced. (Issue #287) * Report E731 for lambda assignment. (Issue #277) * Report E704 for one-liner def instead of E701. Do not report this error in the default configuration. (Issue #277) * Replace codes E111, E112 and E113 with codes E114, E115 and E116 for bad indentation of comments. (Issue #274) * Report E266 instead of E265 when the block comment starts with multiple #. (Issue #270) * Report E402 for import statements not at the top of the file. (Issue #264) * Do not enforce whitespaces around ** operator. (Issue #292) * Strip whitespace from around paths during normalization. (Issue #339 / #343) * Update --format documentation. (Issue #198 / Pull Request #310) * Add .tox/ to default excludes. (Issue #335) * Do not report E121 or E126 in the default configuration. (Issues #256 / #316) * Allow spaces around the equals sign in an annotated function. (Issue #357) * Allow trailing backslash if in an inline comment. (Issue #374) * If --config is used, only that configuration is processed. Otherwise, merge the user and local configurations are merged. (Issue #368 / #369)- Added "Requires: python-setuptools" to prevent "ImportError: No module named pkg_resources" if executed.python-pep8python-pycodestylepython2-pep8sheep63 1653059208 2.5.02.5.0-150000.3.2.22.5.02.5.0-150000.3.2.22.5.02.5.0-150000.3.2.22.5.0pycodestyle-2.7pycodestyle-2.5.0-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnamespace_packages.txtnot-zip-safetop_level.txtpycodestyle.pypycodestyle.pycpycodestyle.pyopython2-pycodestyleREADME.rstpython2-pycodestyleLICENSE/usr/bin//usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/pycodestyle-2.5.0-py2.7.egg-info//usr/share/doc/packages//usr/share/doc/packages/python2-pycodestyle//usr/share/licenses//usr/share/licenses/python2-pycodestyle/-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:24314/SUSE_SLE-15-SP1_Update/453a25b3454cc1518e3e2a3f547f15fd-python-pycodestyle.SUSE_SLE-15-SP1_Updatedrpmxz5noarch-suse-linuxPython script, ASCII text executabledirectoryASCII textpython 2.7 byte-compiledUTF-8 Unicode textRRRR`"swGeutf-8b9317bb1a622c36eb0cb7a1bae12790bf5845f2a43aaf1f09f35182c71b1ac63?7zXZ !t/^P]"k%%) H5iBEv>DSv #e]B]xݺ ԽgU#RP]l*/.i`Qٸm2W:ᡚZCR[VF]T /AkŒ'.1\'*i`2rN0 =jDT0ɧP阪s9KxɜW.tR&%#X}{ zsعL^w.ZD>Hb`G])tҡ?9Ǽ[dTmH,"!{ JRzgt 76VzJeDzMA?[ǰغ2=edF*{D?EikPqVV<f"WJ6cRfIJ}zA&|tdG3ڡT%~+颸`,"Zn'$iKrc^@qZE0x ;+xl-C#Iؤm [!-Ie>$qwkpCObh7۱#;ZRXr T@h'Q6 z#֮)gG"8}ĹVwCm8R_t1:EBZmIjC כc GvH:"I8`peEIL/ۄy=^k9?#^8eb|IR[^3_/D{9JK|EV2c8@mOlTAh"d"ECTK<'$V;ՕȰlȑ~9Z?M>aO!@)U1Ɔe,=zMK1rBM=C8YRNTa)׏)7HAaOTY q5t7 q蚔-eVY,+8Ml7YRG+Bt"48iC7=JX؁d^35&L/QXom-UjaC!Y4gk `-6š ՛#Oy(u Oߡq.n-@|q LFP[ RCE@1bgz<\h^|z7s#zSS &Y;O:^soUL-ˌHu w0(QP_oySamE暸E6-;|nEa,-Ր j Zȵ;Իr7pf'dt[?anm@XW< k_K - -d_B+a8c~{4Nc .yczH)>o^%J,J[]3—!5ks{LHkPر{4#2O 4 VŚ/8yQ0̚@ҥH̘ԮE9ؼ"J// @9:q}}A(Z?'3@ǖKlWs,w͇Q|&D++L1 C$ Z`0+',Fdz:~z_A Վ,وݛ(_880 6 :3d׏<\ 1Ly8|EEP-/G4j*y)`U&JtK- UOЋ] /`,\R,vz0ӎ=xucB!,2"; iv4#lt: TBR^'y,$e;6pegN2 y[7QFarƨ0tSOb'1S9G.hDc<,Zn}1  X՛i[׻VZ#<3b*.[d%hͯzh ۛ1~$~ʻb?Lk_h#Qyli!:Vi_F33&Oɶb';XY(ش5K9[JjILJ"P^gg'H^ D 6Uhfx{S"tܯY%HIO< )\9 XU _;:^IL$DpP긴Q-yd-U| E60Oy Y'W:f O SQwi鋷z|_ Wd7^FxXސ0<&KJusB` ewVԓ[)t)qt 7]5ܨF` )~3G.~g1 dTJ%RkiG3<:Z8)N=K}Ef*iܣ>&Pp`C]5xD|Ѿ*l5'RfG1>:ZH*.#i-bb]>,12m?zvs3FFHˮ|9(D$RBX84c:+Þ:5k-&:/'%Jp,Y;tX ^Uci:][տ4G2w7x*5 [嚗k3k tMmV0IwBY/5p6M^6pxsgTL3@., O0-pZk#I ?#xKkW08}WI3[5f=BU\ZN8(qgw adMM ҥTM2F@] fUd5Zbltǥ (`pH?T9i/Ɔ 9ҴƙԔqiqb~ōR74Je~VK.7 GoE'3K/B@pcuE9$YϜ$?/@̷ѱ)Tid>-D2(i-9mjv Xظ"Y,i=Ȫv7JnЂz9=ImzK2 Kʒ($[j%^R_9K,KX}R/qg4\|HyǓӢk#`uܥ49յL2(KFUȂ{ j?O._#.mbç=*9t_iC}7k*( Gv+|.Wq,)n\oT M`lx}T->z>'x?R~:'8>x!'Ti^a6} _jsdeގ:?umYhRyb/{-`T8yPk%>"aߟNiԑ3]]=QW|jz )fQ>^='9^a.ҩ+<#Sƹ%!%'9Ukk2[w0YÁ(e]!r>РfohS~ ^G'=dL% vm=;f^ٵ4"w^V~?wnťCَGK_-I8MH؈Wo<63}PUg8I1pd`ql.g]#4&VeDwק#Иv^I5ѵ?aԊn5ϵm/Vc;B>S-3? 7:,X1&DuoQ -ߞMFK5[\\D+tMmu[I@XxU'#7UݒZ < wEl~Nxt=Qb m-Sd=1ۤ X pTZ&7m`S:f9_k{1w٧IrB_9w.Ej#xuHmktQU<3.Pqb(᥇7T}d35$m}݆#9Fо^ RѳȾ>Li8^Bﶿ$jOfnxH~IQd]W0f2K+ΤA;qm.+9TVX%)xag+ş侦 b?g_\-0nrS=<|f,A)GLϵpD7ۇ=/qv?}fGk r%oϊݑϮNyƗS 06X7:ry Mn*hXE8<6>uҴWq{;؍Q8!kژƯ~.ɷH/h[U'U91MH͡;jF$MI ч]l[|qA! lWHLMfc0Vŝ2 Ӵj~Kқ.Ϛ{„bv9h8nI,(@)xHS|z+LݜxZ-K^%te=/*ț/8i\#3}|CS{unVwߛe(; o%sc̖{+}t;ԌkLR zYx{5M ɂ<"&DO#A6 8>Rw6:5/ҝv Sm΂D[Dt=5 vAgF #hj 8ͤȺ/H ;1N}/3XjNj[IW^s(GgADoKl(:KɆ&/,nvR ցu 7BIta푑W]t$D.P[Ru0/ཕРǘFcйc$cSSt% -'֠ c[}9$[[(%(OɢdzLoXhH8^&m _y^c,Q#WwkXw;ةkGOLwx^]sn-'xO[:%&κoCu8=܇8@&- m~u ͯ (4ZQ&e.[dZXFA\"i`7~r!xz>8ۋs@F1I6 :[du`wފ}Sú9^tgvvێSj8ab֤^ jrY7ͭM2Q;vã]Az[9>9@34H8p z5G:uNI@2=G֣߄δHc$It V/*YN@F# |W?+Har@G5Ir{{u~n:IxN ss&*Dc;8+- r=OʇF;e0RQ Rjl5N ~Cp#,85HWDl.OçUA+O@k@jXS+mNZ`fıDruf.3A=v67a\'Sv8)Mr}ׁsw%y;A*zxf9i8FuPj4UE3Xq fƮ+b ia`ph\ҢGȨ=dCRq1vcet/R+Yݹo ГծயH $D8{{Ps Ü=%ECOUUŅvЫ.oq fYBL|k1 s?⋐jd1EESV+YgȰ-*Oנ;v;E<%()5v )ԤmIcFȍ+*l1OL[mHvԝ]g|yuQ Ltx.1 Yq0 c6R~m+*|_?<2~L%)TşY4>I#S4ʠKHنY&eI #uhBSY.O9JQB1 X؍Gf5Ran٨OFL_I;&HMu' "?Z{&JN\4yȍ*c`=x?>ROEy,iV~Q@ oܥRI*2sȥ^uHBn}jS{:?ZNCr{x-]A>Zw}*-=H'UFjt@΃ wQffAk:w)mQi>Y9b;zS dkV+׿^09 4It2VaqΡGp2ӱ:'4e5#h'gkw׃r!(z%{Yw/]}YMa'D#?Z3DsZsrI覍-?@ofӖΞaM?}ib?UW`[Y%MRU!(-rt ZOUm;zԖSez6}_*5I fü ϽO;+KKZ(I]N!)mX;8+jxqV|ǖ PqCKaӐxcsm68UB(BQM]9dB3Ҍgw-ޫԏ)ktێRZ- Z2_)L;0 RTz@_L1 s We0:pVldT`¬W1cR43d2i%KY +5</ÌvƗ ku ٿNcGR|҅Պäyrq6~bC T+Tbi(,}ka^((J7g:s?sGG.3ʃ2Y]ez[Z<1GGz7/PF{LbL5|z4t{!,9@3]!v'UNa<|`G%]L}O|z·VKCz!%} a};vDa<0{ՀgyJWƭoLR,/ 4yCƐ;y.oiN(^vߥyp( sHRh)ܒ# ?$&5>?55 )*fWՒ |1O1s[Oҧ`P :[Mk2V}QiAQFiw։ȸYSbtQ;<]ft߃=Wa◮>Wϴt. JeNM Zn`;К:&{ cC]#hhUr uCqQlNu`q= 1`م+M\$HzD'h2)pǶlfLaӫ v8;D(jSAG||@^X˺ ? څo9w"Fx'>zZ@^sƜu FXܿ1y6;A%]Ů/X\=hbjD.OeM{ ;; 8o$,|ax+g}*R' "M\\Q1)GX%vJ;fq0BQ٫dW# 2VC c>1k1#o ; <|0`__Uz]y^~̬ زϲejhklhӐI(/ǕgrU$)ƺ^R3pHlMR\K"`n6T-̱{nf&(f`vG< 8qݐP6G/xFLrf&rCasIdiA#vM-x# IH@c}z3]$~Ofb]Um.UgpгhJ,$}LƘL@XaB[3x-VZUQ}ws(X*W֫l+)T*k'Vdӷ药h&I8B 9[CPrTU+א/#7; }$6xfdO&7!J_㱿^/ 0p L'駋Jg{.ԗU40A ͕ȃ@X6 A];}p0MB@Fi=&:>XmwTdjA/8~DSzMs\qE"0yRV՘p`Eгdkλ[޼_s'8goufiSZ .4IܸX_:j&ZE,n=*FG|r|H}LBSw5S=xfJPޅxZSB*mA?0\`Uy,꿴@F xXWn,[yΐ0__(oh,BYY\Zf{Ə#r|SP=;X9oMڌ{hP (o޽gKOb5coƈp78pp߯n>j6ુιM|БsswQ7S#\TA(c-J >n%BE{ޢ! u,$)m&%Wx/p3QT8/Ʊewsind*[QB[|7BH,3r7-yI9 ;8#l2; xQd9sHa:wwJ{O7fmXK狍ISo,vSQke[l[ FmWe_0 ɱ3˞58w,p0oW&4}>Eصr8x@HRO'7 ꈫ#.aWԯ?/V[פ xdTz EFUxv\ ښdi9ߢ)DŽttT@ŠiM*qT#=РygzۓVǧ5@:nw3SF=h7T;Jx @Wz]n;. EpmcJ뭷͛VҞr#֧'r$fB_OW l-(]> fzNC`ET-H-8**xX=K~2)Z)raGRe v%/7d\(*j $>H^ǓD7x<-?vsHzLqF}>ϱ! ȝW(2@.7sS(<)n~h-hS:N*,r2JB^3!HEI7-v'dZxrW:#k].`T58]9-^\" 6Ha':&m˓VSJ~!9"yr.wX9M'o>J jjYON: /? &{.qtsr<OU4ıUA$m7kV$7oaYq 8}ڽTmysp} !gɄ7jGk+>ҥ5,T+橸%48䴞&ΆʕGqoߎu-( =%,IhܒC`AKfdoir&!k]YMpvPHD%Ua &ʮڷw1rkJ+NF «c)yӤch rHzsT$Yl>Q=te30 o4Z>ig9e$A&$$e7RofҼ_j~Vִ{?z`͹~K X[8>튅ss|)bUVZҒ 09d?q=6ȫ'pM%]g8#]+42s,z5GzgbBʽA&?SkL:?+ø}'8\ꕱ~&נWO`/3AkGлwJ:/VzI]1LA9IAʖ_Kj:R[Cgod lQ\NqF,i #*_='e wo7S'ģգ&< :7e4Ô@&?z)7O j~s"PC0Rk<#}z8 Ti]//h25Ӽ3K[K';h9Qc< _+hy3ROlAA!l,wxsj_R2zZD]Ɇ=vLŵ)E' {lT"G( $S>%9I{`ڗ|>v,7X`=+Q\tkLK1.>KgkҁA'Q@{(mԏ4.ld-48E=b&,>>}asf iΊVOɓi ?/d[ ܍N~xQ?-0>Lk|a#rML)/CZVb^}DĺP/VCr(RD -slh'G]OjW ]}e`d g*G"\@iX\g U{/c4ؙjf$B*(\UBT4WnNK6 ^)+2cO'y7t#7V1F99&m~s)FbixIl􁠕ʂݱp3G l].rvFf|vQkUG *;;9 6R)gJjb`hV.5AГe,2 9oL al#^uhf2h {Rԕ}?b--6C)+Thx#jH^٤_:[(!c$SZHʭ"ZYA}6[ S_MKIģYp( AmwEx>a/(;KpLeeNb֏)]k™m^_O5a}.]y2O; 3:2c\|ԒU)q|"T:(}g*FysYp" 92s.ZIvT6Cq\H?BC1[&h8x DZ[qNV.ʄfW9gT4 8\u;iQ{i @=L[rl R;Pc~TDF44+^\Z!0m͏Mn̳1ȏ_]9l<%JSqPzV4L+pkss~) vg6@7u`*P Ӻ5; }P!@`5ըm-71"\E2ǘI~T1D%RǴ9|BIjޫs'LUOۨM ~F7lsw CJۻw0I 4"܀@WzxA>y1D&#_ՔRF}NU+u+hu4ґreFen4QXJ|8IExP~L}FW$_[ |l8b}|aOkHW'2 ?5 'YLt*7=I=iɮu B;Ը,d3NivI!rvF.ѕLp0Y!jW-fbqZ [ `w!{V*dIMm/f Жw-`ǑNOR?U4j ,+bB:"AoÁMK_VL"0L>٥Q'D]>e [/~n{@@gNјz dG)&B%;ԁ s% 7iܺےc5*/h<4P%E0hNd@24f P9wxtVa*mHbL[NPEeJ- z7onbgs$<_&UW@5Liϼqf{^*,>f6W={o|*p~oGR@ٴ[}`}ȏaD\'T?B~KcJ,T]89orkdw]l6q}sgXx k- 1T0%-G'W-|e7SmFjmwN(9&'DXfHi"6YLuպgL۪ꎟ$ sM7fdoBZcD$5#.X;%`  F/XRZh\ S~FF (lՏ~VbRb,cЇmQF a hZ~rbp \=?KKΠnji zw9D'y+RζbŻID I3sS4yӇmP6QX/75N`E1zJp^ -vn~PXOo+ho j)w&٘!ep TXQ%20?dG gܚDn; ݴql:lwCx62q\_#h9rϝb+A:C+&`=#V5t` j*ùN7cPD{ _29q.#}HAXY=jf+#@P8NOӚ{_M"[9ꝋ$;k?}h!\(gnذSNL4G]5 ͆HG19Sve(ڐZ'K 4@E;FX8_zh <!ĭH: ၩDwDI&"_GWϚQ(OE6sLWqsy!)Gڠ6p0ɯo*h[89( #KR &_^H)okKgl= Buze8M?\ZkL劘-ڤY~"CGv  bѫ׬W\ϚQ(@5|+ވet@6Q obmnr9€'8]ʆjgW0$#?.H qG6ޜӤlsOˎ'@IH,0?lNǢ }> OR1I"Y@fG{26 ֿ$,,ORg4Dq@7@Jk`U6M4(id;b+J EU4De\e؀LpYMթ {[H̦ JfaQ| /R{Ō[0nH(AI{&*3'q5 |zj:+3S|PJzCn3 W gt|dhYWrW_K<",C'IT46u% F`.h\k&.VBY6촲Ϳ:{$\IhU62,8xVB6XrsSї+FBQ9;Єլbi{8o(uڻ,1w/l f[ QCeۓCŧ9TEXKT {\%){ r +VڨT1m-%,A+^4 _{"Yl'S?pYa?S(G@#W뫇MGU}F4XkN+k/8O*( z(]Qm>(_񛦋w{6z' |3W.J~*cHFus۟Jf.geIC:>RV>,{yR210(ytZr}򂈃__hfW|F]a=zh>> orRd3'أǤhyTs#KT3} yCd?2+C ,C^$-A窅[$Fw5+~184>ŢU 3]%*BoEceY521+p/MW#aǎ5WUIϮQWmp Ha"om9byΓyvD*#oVf ;6X\7|R"`HFתчL[RuJfPRE w:)Nt˫,2VW23d=UB`HeXopSJ$~RTgWF3mk*-ykDJ%(zmZ4ݔ&̜AsaNk K޶͋(ruCwᣈS2 <盱9C/';Լb,aM8=Y^TURj\~s"~p\Z".z,Kmn0*Eb^׮O8S 5I{k>iΣ!=}Gs0u̗L&n€Ej^gU+F1НG .Ui-I-bDM([k̈ezih*Y3#^V'~sl2ӟCm 'Cjm˿(KS{7}3h଑ZH ]m+S$Cƭ-L}4$6$u,?icGuJRQW=naS d&eozH6ـE7*ӻKlINjcbS LnĔrLBD2>,$#M#3;/iFpپ5Woֲ_F@L*A C`F",kh/VNR*5V/vs^Y$Q[,l  YZ