python3-pycodestyle-2.5.0-150000.3.2.2<>,bp9|t ZD$9#zgU?qcrY$smg;~&زT^&3Zk /ZP|'Bi+S= G|'Ɠk!CGvxOht%% לx6L&zN*)S+q\槄׬׆lzŤՐ{cy\f{Q`Fv]Wo\x;5Wwy?q K` "l>[@Σ\d36| z3mJ>='iG_y_x]- I>A&t?&dd ) D 1RV l ( L   P4|8(Y8` 9 : Z BFGH 0I xX Y Z [ \ ]!^"@b#ac$ d$e$f$l$u$v$w%dx%y%z&&&&&`Cpython3-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/linuxnoarchcc3 d@A큤A큤A큤A큤bbbbbbbbbbbXb\R@b\PY&bZ̞5dc0468b7fdbdf5f5b7e8d321329b18913e8413887af7b96a4a3b2ea2ed7870958b2cc91c2fe225e597f8c09a5ab01b271e44b5b27e2387e986973715d474a72e92125d4c72d84db258bd9b0bfd88dc6bbec06ee50f3a0a711c4c8b677317442d9040c9de5c6dd82d53571bb8b3cbe36777ba2252e28d7d45eb371c20561de31d71c7657705fbe844ce63d118bce147b9359ad8d067bbb9931a500b1b93c135201ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546be8953fed2029a42f773014908b5fd0c43c04414ca0e9c80aef569bf6afc7c5ca01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bac76c81225e6bec274d7a98570b55c17f77e74a80fdd575f381e8259b8af66e8f93f0021a77176c148352aefcb11962059124506c5e3003ccea42bba8e1737d2ba5d463866ffaacb46d998f0f860d7f21f615b0a59e4396b60e430818b5ea89527fc602e898175e97b952994878c0687634e4c7af8d32f3e9596b47f51b7d1d8pycodestyle-3.6rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pycodestyle-2.5.0-150000.3.2.2.src.rpmpython3-pep8python3-pycodestyle@@    /usr/bin/python3python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.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.python3-pep8sheep63 1653059208 2.5.02.5.0-150000.3.2.22.5.0pycodestylepycodestyle-3.6__pycache__pycodestyle.cpython-36.opt-1.pycpycodestyle.cpython-36.pycpycodestyle-2.5.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnamespace_packages.txtnot-zip-safetop_level.txtpycodestyle.pypython3-pycodestyleREADME.rstpython3-pycodestyleLICENSE/usr/bin//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/__pycache__//usr/lib/python3.6/site-packages/pycodestyle-2.5.0-py3.6.egg-info//usr/share/doc/packages//usr/share/doc/packages/python3-pycodestyle//usr/share/licenses//usr/share/licenses/python3-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 executabledirectorypython 3.6 byte-compiledASCII textUTF-8 Unicode textRRRR`"swGeutf-8fb73fe171392f3c78e676d1cbe150fc407dcc0af0d17b1cea37d77e79b59b790?7zXZ !t/V!]"k%%) `B5iBEv>DSv Z&Ig]f+5}yH@oȶ5Jz-ݽ;-h/C:w(S&jW-ˆSݗmy<]r:%'_π $WZqʾ &vJ;9Nzuc-iA\+& fM##]}*A  5b3m79.o:8$?^L[{DZ} fkL Ce:t^t/}uO;/Kx8;N+VT50I+a\tA$);v_473#"EW!#oZxT1S{WJlY)M\鑥T>s" QhxDj0~C&Sg$N` f\iCGlV}`9-ŜSĝvHYwPU'늉(,|34n4VȦ[|mr_!(>ƤPA1mӕ'٠[@}Zt<_>n<@MG3xw]DԬG4sg aUƤGj)$–:Xڊ\:I?N2Uۯ3blWM礇oUr>-'v2ϲR$jhPFAq*~ASDZ!DjbܢS+Dc{WcoȺMZr}6«oad4+ԽfU }3— Hǥu!ivf.Iܔ.m1.lz$oCFLgx;OC s'&GJ;Dw(.I !yB&s)VkK` s􈄥]f.рbI{}V(D*mY{rj~b|R0嗌&08Ʋ=H%m6bӸQ4՝h#ݲZ`6&G86DϛhPr i&QFD'6<)%_!cr"rajֈ*sqHHM1&ϝ}8$9Z 1y%+-GF mjcuQˬ^썠5 p's >/ {M*mJdPi38cC8WoU 6ִqU%Adl'ȗL2{ F= oy| $ ,4"M`XUyho|Tu$Z;-N}ڟ,C} &,2s2fðŀ.f/ ;Cbh BҐ_$,} "8?%@veC2H41^e&dލz@0qDߺ05}X„1 _9GNud&454Kڬ9TU%g&) Gß2rukHorWOvݚZ~. v۶-AapVh1–G Z'b,4܊qw4/La" B331:MknqM4MsMT+ DHjaB#4F2',T́DU+MO_7Hx ~H%Ytܓj8b~S^Ác6 pBԸ97,MWmwR&g_ <hw{8k:a/ĥiZ U$^Kx"jUxqg4p}OQt B#un&RR`qrl E!NK['gJ0v#~ցtK ܡ)\SYy{_ڽyѓq(,rhwJ5ט ~J8s;g{uc>A9YՍTMۣz;nNŕɌ…Yъ޴ H 06\s12?=i)e!*ݽ8E._1فdl+k *ukmž&)*xHǰ SpѼ5; dx͓U$On(r?fpCB}V`{.4 8k!6[X~Ђ201-l;qv B@ҿmL-3#C]8ܬ2T gsR_sPo/Vh.8H0絡(qmzF?y>7bT4;nJUgֿukc_3= U"sv!uZaT~IaB˳%suBqW#v_z !P]ze!HGsC+R[YE0Eh2 >WK8AM*D*. K2Dv۹j`cgǹEΑeό\BQSuڿHea=7oZԦs#W05֘FrܺYRL%g4L_O7VF#[0CE*!޴@7ZĴ-wɊmwyY`bYόҢgԭIEO/[0PU䓢o˟Z0}U-;RQ淼Wtm') ܵi:2jmslP}eǩS,ۘLMtN!񽼍ܢ$-IeDOBu Ee"A"cuR c*}2.BxQ3=٫ˊkfO3}Rlϸr|s *sPM r$?yХiq=Y5kQa ~eGv\'5N9uKla.!-4Ozˮ# ;4'M+Wܽή~&B(Lq͔6F"z\$F_ÊXx ![Zw'wf/;2DzeJufqхXNҞ5tWflنX@+Ձ\1*[wZW0?_E):Wq cw5 S^e*]>z籣2m,:M(@$X"F 1~ Ģ5Su@K+ZGsP s6gXk<|t=Y|f祃^'TERݒՊs7R h]zeh* C5U\*$I}dOzFPm]ölqIbb^"dZjZcy,ƎP"bC{3-XSMomvG/tЯ,yFiĥG+OLa[9V`&C ޗĎxEܔfSlF,ts (6>`Fٟ9q?dMt K.2_!c S^Qϕ ~fU*O>8n9xӝ-"݌w?qBDrC2+%d}[@n"[jAnPU,-*WSByt6;{9iy@rpl |O8HSwQNKy񞠇`EB)-kMYl#J0wk!G437 ̼SϺnk~e]TM:LOo9Z423]CwCJPQ/vM=P;7W"Ӈ.p&D29}Wƪb` .Y&Q2U f^@݅G$@H4^Lj›#&aeRA[9M8\*mWV(t\AuS^n"[2AUw̗w uZk6PMy8^[6dmO 7KHHLp*KRMDjE Lb|k;w)^QҩA&B`E21ݕ+WViatIYCTS_l~QS2/5yd﹡y)IܿҊB :n+!-ؙ!@ܼ>FrQYޝxjuBBXwjDwҪ w˵l Qdނ*4=5ubWvږn `f)_n]99n}yW(Dh 8TcJ'G1}&}"ab{V)J%;@N4nqJ}CF9v#ۍ;8L6 \{~W3ūODE_.x#akjRG?cbQ閻2b-۸GMb!K!ibeC6~|sha.D0v[Tк<8bG "`;;돤qCJ AΊ&Y,%5?1lhGV(nf50+Z.[{f;%6Hr'IpNyߋƨ >^hk)c"/6\pu8s5H|ܰCcz~7K_ nC/6CdD`x6@(M͢`߈׍d(ܢV]*h ͡n%Tք_0A" F10nRWޚ܋dŔq`jB^IƐZ,D~>%K.$#M\m\"aחWʶZm/>uhGKCw}T{+ogΉjX^>[;EbSc+;XBx1I#Nv=:^Wa>`13ώSgNRz;H4ߏ AX#& \ח?M`,񕮂TGeDfѶ6-03"DP:xj}bbZ*jA٥{|tz9,)pwR(~ m 3/:K¦&X/ՅG@w.[A%6Vxa„ &7GN=jhmIt{Tt'f%~Wwt'<ٻJ3MVdV%e%YcQ#{3UCzo&ZrnNᒵ-[κ bK4Ë=MNA NJcN''36;̓8up&ͮ AHF9V6IYxO zO4R ok|^jk l;&\-rB(8AȂ+qMSaa5~ ? O?CpCJWNM$Gb 4|AzGRFk `QH286щހLYn N= ^q]'1 :'b@Rjz3#и!PVE:W?#Q5t 9ڲl|`^*?) t`aۂHqڱNsuFY_e/ 7ZI^}.1tEaw @B(dp ?ꚴt{0(PsmcXiGJ LH߲vvn3S=oP¤$A6dzZ}K5榒SoKr%4{MLDa0-k8/-3i34t OȂi;zX/v$h_ep*pt'+iCEEAP0=PͰdNvѿO*{Rb&0VZOASXn}#d@.pv\ʌg;LtP= Tfz2p gzOB 1txrV|+/1vTc݌Υ2k $QU|iUuȨxnrV@31mոap7hTŻÿm/_:=O>T-r|0E+yI; ;|DCJҺ߿Zqg tcqٴʽCyYQSl2/0D|cc\#M|zabp<-#SCؘ Q9_xiT]^~p'4F9qԷگ<VAY-͡2nF܄xgARLd}pr@˩0%)c9Rl3 v;ځƒpNy <8.TnL$fK+G%x&zsM0CFqh>H d5&h"@ Ǥ U؁Hy>-ZUrA`掜$ն²p8eڰp+a:#CQJۅXS\|&M}>s X^cRE5X{xSm_`itxyNMu.:11Wݼmޟ N/5ca&0,4Y+OB}-6B0lIk$ZYbT~pPpiK=}pػ4t]8fj' ,0s'~ɝVfڰs 9J}!9*GpQ#<`8)Q)h]tz K25|lW7 sz'Zҵ(ۅA/9Dt~yVQ5vn# >C*sP5{˧U\A顈]\-n]g͙u0Ko;bjJ05^+p쒦 mS+gS KEW0ו{"83K5@DXVfjPȰ蹣d[b" Қ#ʲã\2IDY%:EL2 RZk:D>r^}~eBȳWF*e@k >9B/\}ӽ1!`>[RHEY;QlfXWp2MZ4q ńea?1lQpEBO]|8 Ýh{/ 2U`aA x|nĝu=MP򍀋%\UaMc DO?Y5&av 辻N*b 6FH,0KϘ,&a0&{*TAm@+mс^:,v.@3Ai@cKm:Ӂ`"?Gϕ|݇1Q8ol}I4Y",kFV)[ $~Q]/{pp$)Kp"# 8uݔԧ5_Dg>T ]RS7M )҇qG|^2ZQLykIV^Ԑ1&{4_?qzQ*aD-DѢ|} {+ET._!A^aعt1PE8XjԼ.ۛW(ijcGqN ?휷\G]I P{Ad4{y=en~  CAgP:]K  {u_z VɌ2ܯ@b1tS4</:CVkRzI,(;~A]#rxB_R)@>F:(ޥ.W$xbZ&gV(du/jͤ? #dQ󸂒3'+·>W B;~N[[Ӟ2ƲaK X6-ģӢ^0,d }4kY M HIgLNĵo@#.]2e2 XcMf+Zs^>H"#xm҂e3I| ::GK pE<~8dMaM>P)͓gci]-Ћ Wǔ^ڛ,63IW}Hkӗ5r5&|hOUpeE^h?p1OAVVuSIʎy3DruIkt4PoN?ŀEy 6qla\:Ui%B$&'֣$"W̝uL| 4} ĺ6^ntx|Aƣyo9x qak أ5eiǷ6kvH \DL)v8u'W)֑C&:Yjqn!F#Ģ 3M0nKeZ-q# jaxJnS`$Xl`k'k椧A?cgVOM2P)֛W=7W\ޯRֲy(!!"b}2 E~>/eIKrs'>8ϖ\ZD";PdZ%hE4 >fޑ"?V a8u3!k"ԗv-6F$jJf+ Ҧ>C[![3:L-caPp꘠R:/UFY4K|s9uJQ$:I ?(Rң$,r?_>@ێ<̏ [a!SwK6MlOqea8*υ4+ LJ}~zkD.G=Qqi vH3j}$.C9 kb918epTB{ϱ4zum.O)1 |V,5qU)xP~v*ŕ'@76{r|6yTM#=) 6x!<-lc|!g~vrYUøKQ$-'@@}"e W(MDw{kK70O{]- YRSk?e WgnLdaem;xd(U-tP$ S.J*?#J`_)=wD,ku΅HC\\\@V?#`mVJ fJӽi jR@]Ƿ~1\f0CѲ;xEnv}m9sHŶ^GqΉT]4*vT&:U//J-œB9˯5ŔT 9z;X eD~ё|.eO=_OՠXMW̲_53‰2o渜,R9v.[itr=ޞC:,VV|W:-P\+Go3BTJǠm @fo 7w=G1 ?dȂzfKe:vT溉8a +;Mrvpz޴r%n! ' VPʉ="9U|兟%(կ| ;W;+x cZ1"6Pv^b3,B}V/.\ž\sð-SKn: $f/bt',~='˻i Su=SiB?}%]Zqwx ]m|a['(O\h)U. dJ<犇xR)4v @4uGDݟ@ӧfZ]nѓcBy:5>$ gDfl8'gopϼ*V" fq d %X&+zL] EAwPuYѶ7M` rƪ<&LbbKL[ j՗j`![`$Vkӏ>H+pj҃o hnEۈiA/sVA KT-"ĥ_A.S[j0U-93^jۗ(}J{k] *x{,50PAr4Hf 30&ިDGՀb,b#{ֻ|uLܢ“ ANb){Hg[=Vlc(!FU%a$#%wQseϼٴvN|l#ZoEI)~#_w]X^Fe]NVBa@U]>޵"gF18?X꙯&/%V*_4v[پf2"nd= t;ߴ(kSC[F' 6@t|R$:CDsA8@Ÿ uB Cy0B*S)i< {mըhRuGʔ1 EXz$M=a&`[sލ8CWg cA]{׸wٟ"WãZ!- 1F7̄K K“~jc,IG+>ѫme8KevvOd QҤSbt:S(;eKЂmHphΖJ>=Xr ?ٔiFXU@ 2[hxڇW(PO8<5?X5h 0bX,o{܅wDP8g6I Vc1k:,|=lB7@}(zԦDInc7QT$ & []OOohnF"uMb@D+Nh7n,8d?1 i!0sQ-tc<1Q^:•&QoCի΄ fӏ.UqC_N(p$Ϸ*j$@1E;j`a^Q0 r45U`zg2iĶHf}MV~? m[mUdmLl!81D LS\P3|2q(7*A1^Plƈe'5jl."BN+y=|h68R EvyDmW=`)Ln6`!:#j;_i nbM > +zjuurR|z=hVknkE:nǴ}Pg30Vv9*E}9LeuJ/Bz?%NL 9$…D6722>ǪOe;OԺc i\_$́H?ѿoo!cS;iIV"#'E#%E@,S8H˜\'XWkRPu hYAܹFi}r3,oI25wҝ7MH$DG^ Kb8VE BRE *bjkITӴ&H_(Hi&o=g ϲ45no*Y8gV*3f NefH?mU9pbP&ڍkݲn4MZCf]#PƁK>bȊ.Dp O}AY$G\ĺ bv6Sf+x!Ȕ 47×2!79Ō+Gw$ Kf>f*/׬XSW~Z[rȫG%)c0) Mᙢ1BpRow+ ղP~5s%C#MZ,͓1.54ޫD#-УGQ ` 3Yp7բJl-PԮp(m!A,eV2+P@Kv yY{=h@ח>7Dj-gуsuh ,g,KQJ|68hSOb?O\wg&*=u0QWLz棯XVU2/M0/rآzv@`͋ܞo#^* 'b SX"*~*V U6@6 %l$1ʲݢXvpl)Yc tOMx?AE3Hm53ZD tA{KB'$ $MgwKr C*e9>|w=!ȄoNN˻.^@-8#/d+x+BzL1,QT_3@JRK`$$Vy `S" 6r3U*kx-b=oCt1`'ߐ" ۤ~Yv"|`3)c.'e~X `/z5)>x։3"йxƘΫhPC]}Z착] khe;Br2}%Sr";gJ;}QA6} NPJNHΒB;XXvSTTl_iӦ}ms$;vhdNj^TYt-C;hUY+ӍV@d, Vz8,A|KF>6GoҀ}u8}糉'{0p} L " Z(>M7ٝ|3Q/8 aDIBdfXtEj7F?DЯexxbx1][DxE1W7(j/>lA,\1W<䇋78ȳU|!(o=a@=b6.EdGO %u/q:>:0u3S Cΰ7d[no^cuG*dЄVsZH2ZdAnQ {{(8ds\+W}ݱ,M%5r1Ձ恧Kх]gx)CO Rh6uBM~vROpW< fu'(-iVHƨp;r$s6g % /FJRPu +[Xbi$,Z[d{svv FӔeIGlUn pɻzZ6jS4_Ym2pXh0d.m31xv5.jˋ{&yzV@p7 q=Pϰ%yZ9ӴL5hJQ%;c/ U4Es =)RXԇ2 y=Gs"yfpY_Ym07@%;׮+p"5+[.hn&I ✿YvƊuq uIJĻ+kv9d |#G\hEC?%Yt c/9n;}wKl<ˎ%w0Wa_T.vü{YYI,.7< 5:^yULo4KgQz"B- l^ s' ޖ [baKdpǟ83²WotW^'۩6UU?FwtfS@eR)}w\]Ra캿Cg hyS׸  Q c_[srR ` IP0s5ֺM!X/33M%֛#@I|\MquOTKeY:.M٤%~1]VLypf e4Uܗ$:[[ 0 6D&|z73^߿ߛ*t;`wY˖gNvO,iAyW]=!~;Ð.0m󪋊ߣen;[UrRMIaiM;D,ccW)U: JY8hHE];Gq6- QeqX5::M|`NY( __+s1`BցkfЎ%Nƈ H0cL~kbNImWOr&ZRŬKQҭϼ J( P;I\iHf{ТwK鬁KS>&`;/@&,^DU͐^&CCbb!; UClҋw]Qi`Km:¸4t7ép/\7? m qgFY|?+VHhDuwpTPp'O±˽^SeOKIgE?G*z@yc^YD٭,38*q;^:WTfcdf5qb3-heR|Ϝ{$~j#ޫĒЀ,tfeí>*͇͢Mjw1UNCoD݄Aq}Z SioZ+&2I Z*wۗoKI̐יo]h|Z*iP=aY3RN.'^w\~8ﵐ<6X-Ի4ЅrjN[ҁ#L/2`L>F 9)a Ά礇; {a5t{!oq;ᒲN`b ʽU3ۓ"i0;إWIVDykY99ɍֽm,V*L NK_sonaCƛWۺ!ugnNTsX㩬63uT)PM{4+擸 ~Gmi@R'LJ-ڦ \ѕy2I][ :nF;Ii15Um^GI&1 1 3xYXe} {os7R޶Ƶ "%]SǔP[ŞNjGĭEյCR'ܝ0٣;@2gJUHߘfSuR|!0RzPpo1@N) tq2zuoaZHdE7R ۟ J?b ɄPSGCu:dxILCp5+P%gaiX}o˷D}gװ7rk8?krVä/\08zηv&{=Xb@s$hl;l?լԶ YZ