python311-pytest-rerunfailures-12.0-150400.10.3.9 >  A e)p9|3HK8;ޗ~RxEr :m<.3^`m F$Q*tj |ёy0uG.mLX)fw#G(nRT"KTBDVojM>E(롓(`0r<~ȭåG$=M_OgXB-⋁O+XV,.^{1f7/P\c 3 13y$s4ac923e36399b3ba6392e3821d6d4974e0240316b1a9d3e9d8d0f9f72a83acf76c2370181532ce3e9ff71c699a556e1e695753e2xe)p9|kGٚ$sL͕bNEmmCs,GT\h,b @y5?iPrwmA$= RLQ[s\jR{ }IﮕbIo{Mn35j+msUB|;'K!6U"~:ÊNtZ?c&k2 BĜRQ߃jݎz:k0ГP6U kω<}٬JhY.8\u- ~A'i\>p>?d!& 4 T 0<ou|   <  ,|4(8 9L :  FnGHIXY\,]l^bcd6e;f>l@uTvwxyPz`ptzCpython311-pytest-rerunfailures12.0150400.10.3.9A pytest plugin to re-run testsThe pytest-rerunfailures package is a plugin for Pytest that re-runs tests to eliminate intermittent failures.eh01-ch4d\SUSE Linux Enterprise 15SUSE LLC MPL-2.0https://www.suse.com/Unspecifiedhttps://github.com/pytest-dev/pytest-rerunfailureslinuxnoarch}S}SF50MUt"H~ƁA큤A큤A큤e e e e e e e e e e deededeedec146be02a4db2f14787b0642e3a0212c0483ea15e9dc4c16369dad5213bec4dfc146be02a4db2f14787b0642e3a0212c0483ea15e9dc4c16369dad5213bec4df332e23702ae1d01ed8e08028584cf4f69ed0237d24d00dba87ec63934fe8c3773c6d3d0a2573d54748c8cb141bf2bcd78ea423804959b01b533fe34b6f2e613701ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bff25d87d01c65f6e2a67eb6c316749dbbdbd6e2d079f3b71e0a9c93e5395548201ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b6f691a39f28e772c8ebfc78a5c69078fb03f2c9d30df4f95576f544bb6d9a7be5a696e8021614de93c9888f848456ba5ab732ec33f7de77f2c7823631b61710c6467fa34150f65fe1d92ccf42a4049130deefca600981dea54fbe5860b67e8d48af39575c54351ca878f0b332e8756d9d2fb96d4ec04ee59aa75e24dc9c61e7d818fc1bbbf25df974099c93b48e26d6c50cf757ed4b238ff934137253ea6f3c2bb431ce4826f858054138be02ed6d3f35d65ce58e10369e9260cfe64d953738drootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pytest-rerunfailures-12.0-150400.10.3.9.src.rpmpython311-pytest-rerunfailures@      python(abi)python311-pytestpython311-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.116.240.03.0.4-14.6.0-14.0.4-14.0-15.2-14.14.3dgdZ5dBzd7bA@_@^x]\@\f[_dmueller@suse.comdmueller@suse.comdmueller@suse.commcepl@suse.comcode@bnavigator.decode@bnavigator.detchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtoddrme2178@gmail.com- update to 12.0: * Drop support for pytest < 6.2. * Add ``only_rerun`` and ``rerun_except`` arguments to ``@pytest.mark.flaky`` marker. * Add support for pytest 7.3, 7.4. * Failures are now rerun only if they match at least one ``--only-rerun`` pattern (if given) and none of the ``--rerun-except`` patterns. Previously, using both ``--only-rerun`` and ``--rerun-except`` together could cause failures to be rerun even if they did not match any ``--only-rerun`` pattern, and when using multiple ``--rerun-except`` patterns, all failures would be rerun unless they matched every pattern.- update to 11.1.2: * Execute teardown when test was skipped in setup phase of a fixture. * Fix crash during teardown when runtest protocol hook is overwritten by another plugin. * Fix crash during teardown when TestCase class is used as base class. * Run teardown of session, class, ... scoped fixtures only once after rerunning tests * Expose `reruns` and `reruns_delay` through `pytest.ini` file. * Drop support for Python 3.6. * Drop support for pytest < 6. * Fix crash when pytest-xdist is installed but disabled. * Fix crash when xfail(strict=True) mark is used with --rerun- only flag. * Added option `--rerun-except` to rerun failed tests those are other than the mentioned Error. * Add support for Python 3.11. * Add support for pytest 7.0, 7.1, 7.2.- add sle15_python_module_pythons (jsc#PED-68)- Make calling of %{sle15modernpython} optional.- Update to 10.2 * Allow recovery from crashed tests with pytest-xdist. * Add support for Python 3.10 (as of Python 3.10.rc2). (Thanks to @hugovk for the PR.) * Allows using a str as condition for @pytest.mark.flaky(condition) which gets evaluated dynamically similarly to @pytest.mark.skipif(condition). (#162 provided by @15klli) * Drop support for Python 3.5. * Drop support for pytest < 5.3. * Add condition keyword argument to the re-run marker. (Thanks to @BeyondEvil for the PR.) * Add support for Python 3.9. (Thanks to @digitronik for the PR.) * Add support for pytest 6.3. (Thanks to @bluetech for the PR.) * Add compatibility with pytest-xdist >= 2.0. (Thanks to @bluetech for the PR.) * Check for the resultlog by feature and not by version as pytest master does not provide a consistent version.- Update to 9.1.1 Compatibility fix. * Ignore --result-log command line option when used together with pytest >= 6.1.0, as it was removed there. This is a quick fix, use an older version of pytest, if you want to keep this feature for now. (Thanks to @ntessore for the PR) * Support up to pytest 6.1.0. - Changelog for 9.1 Features * Add a new flag --only-rerun to allow for users to rerun only certain errors. Other changes * Drop dependency on mock. * Add support for pre-commit and add a linting tox target. (#117) (PR from @gnikonorov)- Update to 9.0: * Add support for pytest 5.4. * Add support for Python 3.8. * Drop support for python 2.7- Update to 8.0: * Explicitly depend on setuptools to ensure installation when working in environments without it- Update to 7.0: * Drop support for pytest version 3.8 and 3.9. * Add support for pytest version 4.2 and 4.3. * Fixed #83 issue about ignored pytest_runtest_logfinish hooks- Enable tests really - Update to 6.0: * Drop support for pytest version 3.6 and 3.7. * Add support for pytest version 4.0 and 4.1. * Fixed #77 regression issue introduced in 4.2 related to the rerun attribute on the test report. (#77) (Thanks to @RibeiroAna for the PR).- Initial versionh01-ch4d 1696372755 12.0-150400.10.3.9pytest_rerunfailures.cpython-311.opt-1.pycpytest_rerunfailures.cpython-311.pycpytest_rerunfailures-12.0-py3.11.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtpytest_rerunfailures.pypython311-pytest-rerunfailuresCHANGES.rstREADME.rstpython311-pytest-rerunfailuresLICENSE/usr/lib/python3.11/site-packages/__pycache__//usr/lib/python3.11/site-packages//usr/lib/python3.11/site-packages/pytest_rerunfailures-12.0-py3.11.egg-info//usr/share/doc/packages//usr/share/doc/packages/python311-pytest-rerunfailures//usr/share/licenses//usr/share/licenses/python311-pytest-rerunfailures/-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:30661/SUSE_SLE-15-SP4_Update/1f1105d08aff19c24c86cd92406c58ef-python-pytest-rerunfailures.SUSE_SLE-15-SP4_Updatecpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executableASCII textRRRRSXpzutf-8cf1b0d60d2bac173afb133939d76c480c0844b1ffe97de3385427fe9dfa861f4? 7zXZ !t/i[V] cao,Be.xӱa鄸5nA8w@^E ڸ.6<*[͋r A,.?TPc{+LhvE(eW!..D[e;F\\H!eZHJR/Ϭ~dU Jy.2+OB[$řmc pZ(p>FcCb̝W6`0R8QٴsJ{XzY6n1K.*Ximir3InQx5p's#6b,It]4EFcI'8`qxǠd ;[ Rg Kc-`XI3[ad\6pb:ybĽc񬿿_Cb9odrȤsdT+e3Wb~M聼;m{)'a:ZkoJ[媣M_JkCESHzg.H${ꀕ<ʧOɛѭ~hN1צ\O&.UGu@W`F0Y:o@!V@8qf$.]Q^tv+FP4TJukZ`;QkCFiHBaKzt7q8Q6e g\ 7uo'G\RuITߙ^;kx:-iВ$x dooS0op`l$OJ&Ĭn9?i2پwZi[fobj@<fͤhCWjBK!Ֆ=xR] pBJI<ֺ?Wx]ƞ-ˑ3*ס,m$(j@a)w#>[䃠k@9%ag&皴xiCүZ&qYnS3@T}!䱠"`&>E]co~m/{'56Ô C//HuۡQ4mw6q,mar;wY{PE} 1N6LD]@'548 UϤouYO`e1nʗ͝D-߮4R^qȌδT 9 >}d:!)AVK=P-C y=܁1Mudm֓:1*z[k0[h`a>d.k=.i (~9OzHXs[b*,Β{LHfή a_5Ub]C5%&|Τ^ѷV|$Y MV~9$|nҭ!7&~Ys7"Nvf΋x"`}GрCҚb(V {)e;lqωF(ΘV-$ӄl\8y !i2//;Lv]8?rM8AVoǦ" 6X2~]Tl'b&CTyؚpG({t;n uq=uK̍ru/y@1B𴊘7o[bCXwEsܺT?|W8a;w:u9y#FbP͛qj1 ?~z8tª t?eUbҊ,) F{7)#s8 (JIsj) :ƹ#5:]6$$T&~_Rd(pm"f2#=-ɯZ!j)8@nb=ֈ(K޶|,#bELo}^7K~U;qެ<`ĒL7D"aDi maV)s ¸GGп7]zdUA7|)݉Ugϻ??z T^I>iD!nXOq̕ C.M#U|HKmS=J]¡%n|u?XkLxyL<޼Ǥ,^4 " sSl]ROS; _:L`:Jf,ב}Z[^N>%$p4t̷%_ܓ.ƚMk/fe(vAIdPDt\Bb@Ms-6]y0 #-Zɝz#*5c ٦3״fbK8kmo-85W$h*ZLNHbcry(p*j5#%؁]dn]f nrj+6 ,W*bbD\ tzN^9x%B@Y ;5{Dp 9<-t̏-DbmqݝDճ aYE.I= $a'Ѧ= #E. vF@ rD}}6u蓏qMv%ɻ)#SІ,d W)6 M8%hФߋC6Ͳewo+2c杍%!VH >WY$k d(=Hi,-)tTѾ-"Ů>h0+UtY.*%} xYR[ _;J& mxP%wUhT? /f"@09r'VjFWS!vԒ޾bNk/Y&O763@JT2,LD|eg% _r<@xmpMmnd9ǓDL ݙ:w,=,~}OUTn@$8Ģ{ޯt}=a(/0[_H)G,`Q +\\X^r#W,9(- G#mA}} ҒM4[Yzf殰ȓhO¦PY\ΎрC\YJo!Oo4y# TlpٝZY+i]0TPMoZ1ZF0 v.Rqp e/Ժ [? $W86,f>Mh߈Yظ YG<=1gwvfN>0O9-/77Z5D]/I)ۣ7(k=F ׮ CU3\H;]Naa1 6?˻fy_EԐ$Dе״p$Ҽt]3b'<$*?G@leN mC uRU\ A)Zei11J"Xbm=DjgO3%w3!nqqsgEE @;(4Q_ʓ ^-Y%Z76q&'[vš>OS)9m!ͨBՃ6QM1wMdC-INA,7! xs؁9iOg8D,k֜t"jG[ 3k̠F"4FUezQpCw}5e翲F H<𔍬9rTj VFM:Xe2x5}t!p:1p[lF?mRRs+lmΛ #`7cC wE.? $G&x67gx"Pb/0eֱ\oH,OWR{,Q//xg>fJ8p^bL?Y{rO,HA1 ESteTݥdXj'0Z)@9O^1ߥ=LR:-~%-{}a~>7 TSbc/:oggY/JGbUu>b@j(2$ ALu6pI#l:'sIaUYp4ī4^q[M0_6P?U#9Ԑ5RҤR$.S&Ԣy- F&,jЎGt/EtʆWS&IJ=С5/Kq%U]SS6Sktjksyf Q %oy#OẂf]3r •ͬQD߅Zx믹q"VV$Hњ\J.q`\/080 Jtgzn9}C<Õ{pO29o<-fDqIP >ZXB\ezҌ̀@k:MVyrh}BصOOOe;NYWbaV&N盦gM`nkž́kj k>@Zuq@>bh4@mI{L]7`l(cI3zL _aix:uqPL!9TZ6E *DuM{o JbHmf,gd6y"JRhfa,65CDD?юY~; Gxlz肎AhYB- smjhNbƽ-* ?z(~,A Y*s|qvkɞ+!9Z?z$b &+׶dB>y* x-=Ñ_Z9F {!`fJ_%[fvW]V9 Hg;6֩ M[LA4>]>@4 Gd tnot[|/bB@jvJeBYS1!JS3t\ͅ`Q9ԳjIj~srE} a`;W&֋%H!{-@sW~; KssW^Ֆ߹BAVFCۤLoQy~!dCxw_eKJMuW;MBzwx-F]YlU%tlcQ8iV%==2EDLH*]%'Y?]d$F$A)Zw`}a]΁!@^7 dS2{P, OMWf%G?h"l2n9(CѩS:r*>ُ93) )&GOHc|Hc EЕn]fT];> H.gsj]aAդfUF&cuecڱ=x_~K{fB:ȟ\q)"!T2B*U=@,ɘyaiʰ\%/ʂ0nDCP2!k毗YA0ΝvVjJ,ދ.V[l'ה=K"^lĴj.W=ek glwOݬ!Ij]caze0{d<] U0ӉnoK?xȏ9LNKcK>g1QzN3IN0q8e۱ ;AzXͰMfPAgǻ{brdW=W,,8s)Πjrn_u|N_ 1ڝ f7|HB ͳ8ʶQr_ 7?*s3L\;}P](?}R^m[(4Zwqpv40NGIaɿR>eʱ4W"5"F/nZJQ1_ =n*)Awَ,I dQ?,7}QPm+{y(/@"p'_{<)"OZ}*hf;xRJ$mmg? U"" ϸ4(m׈G^q$$~HL:"~ܞd9"Yf ]̵P,~6;T[8^c՜Z^G|Ltr,!_^C:B"MO%l^jb BrCKieѧwk'*7$ tpxgڍ~'2:w1axȏr'6Mo>|6O*ĥJ^4C^RoB'.ZlD="սząZn: fZe;Jc6H锂8?tbG%>="y]9A~ۡ K2AvAo֗sl>up?Be.}m*P#9ofO;{u`jA ՄXȄ 7AXb")=q1N*<@5y1϶'&OJnv5I -α@ 6D3w K0W4pzWlABb]V |Cì;Z9jfmhzY=pS솎uX|P#7GVDI_\ƒFy",9hs43Y~V,y@\~;r=g\tٿI+6?*mЭ4&KF~7N'GsSFħA6Z7"k5m JG{J㓛'3oM舺3^gX~*^Jv3~5˒>J۶F6f5.:וJPz&6MUUF{1G;ϛ 3V?bEb#[ [jKOz[X[薖ʕ!+3$KcjfTH}kHyAaY e`Z$u ̋@^Nhмq+.f4p0jN,i8jsVb5B:z7]فn' COiYR=`r{}ί<=%h뜘XvJy} "vɧ! vmxUE'KRv +Iȩpvx3LK A}R{ ),i;EKR?Jv6_']?ryde-Q1-;;thW6s.eLet~MC(Pz] /LzHKB-Ui/3C|k(cpOYEʜwn#SA1l 1l"®xpCs3cf#)Y\|2Wl&G<EI>(5U~&C"Ӵg>Y-Ky=gŦ>55T];fZGOhWdv;JE- 2 <zBtkAB et WE#F [qSBc7N" %d`h/R}h軅u;ri!&LMMQ6AX}v*/ $iAA ?6!A& "~W?n%UxK^hh"| /g|OiQ_Rώ_&>ތVjDumh"H$rTIJ9_8ɽ^u3># 4++\9g}˓PucpZ\~daX0R`0#c%k+`NM\KLsbpX{63+)pUzDhyߴ%9}kZ$/R٢k0e`q% {BfQEփ2Hܲ u1amZsi϶.Du;v)=Y'w4Ao/v̒_v2>q GɁQv`'Sוƙo1<̞2?6`h_gKlm-NٞwS'*m7CxiD5O'߅Yes%9v&Gn)ܶ3G/8bW/RNR`9vSpxt>95eպ&S_=mq͙xڙ6bzoeⱓ 7eJithɟ.;rEyV BeWP!J^LƉ}VW?j6cbc]uLpLW,0fpEf=,n2FuuZ_Xr\B>c?&P>oEKCۀ֨&tL})' PFZi((xZĔA9o7hInm9-`guzܪ :u/YE?=tGN!۾i/\MUmER23ێ< S- Utv@::ܠHE8Zښ$UZ׃-> (w$Ϟ(ڀiy`};I_T%z##|za@Z~<5x m [/?%hT:w} &+YURe>ʠET6XgJnx;7y0}4QD.AѰ!Kfm>Buvٱ1e$miyJC1J@\nH`B,"-|872'ǚ7V*V;04䵸3Ȝ^͹kH1z'Xa9m)=IxM YwISYlA((x{{^m}8*2&gyk!"0i7iҚSښIޝYwvJ#M]G|yx  UblP8EO5M^܌5{w(C99i \V;*zBs@XH}sB+#_/y+W--dîP$r=U(Q&nXk_d~e}tݬmQ8saKP8p dftta;ɦ0;J>q9ϜZ( +UN 뢉zL^SI)sNS%Kb4ۖqHCaryyFG!##\EW™xF.k#oon>b4;.$?FEylLY0f͏z4J.wᔦ؍n77؁MPQ(LPD3؏sV|sߕUo"Z1jPnm 96Ke͌?HZr6ʄNM;cG=CSjS#Nx;-R1"[6=HQ#UB"0ZF#6)Du,ʬ_fuլ`o7_W*"3Q4n0Q2 L3IgTmT{mP6V!,:r ^Q[?9E8Ax;Ǒt{&u>2]F Td UYԈ1_L'E ͇7jC.8nN5xTD5\@''M#ϩ& R1J "/; i@%m)rE[/EO='P_DJ.vvXh]hA]qng FOZi~졺[4\ 8AQ(Km^?tc+{t5 PHC4Ǔ ! jecc$W.sN$M3NϷU)i=B3'C>uh~P!ضo&g% `F/&@cXMHM&KV&bmAJrMl!s#JR48>}.Hq! AW[h]Ue!٘4;\[в7Ztp=S)9}1lqΘ]Ry?ϑvA^t=^+ £D!=KmN{@{t=r񜎶 nr=NFd7Čƴ k/#Ǩz( 4p.p;[y(roCV Hy2sݧZ,_hrM j:߫Gʰ3l.AXɴGݣ -Uǁ6uG/^HHW D{ϨJ/qyJfL$v=7,#,]Xu :D3{T7% S3)Vߘ_*ȵ0vge6}X >@}hlEu-4aR6R_ĕE50́1iO\C,2K@i}1u&NXm̑0Ye 56 QAO̥z * hP 7'+' E ~ LS>" VM#iVpԥ-_ڭvU++i˜#` 7z+uj:7 !._H?46>3BdGElq#Q{Cm?74iL͛5g&Xkw_2LXb~3sś4c[$z4[ip )hh .}7PrD4a#{EX=ZY)Y4=9헙D!&Wsާ1ܙytgT1CkOz0_tJTԶ RNgNxF.(T<)>;wg3;iBto&8[N(3"iE6酟/:, \;TZjO={+}DAFwTXFOvAK=ٿnYѷ`NQs?^/2nJ%qFg w 2 1+5;Tϣr?ʔU~ iy^bBxd.ʘ2sjLLYW^HM[U۔uWŬRwIdd=w?Iq;,BBBA0#./tR,3uL,QT'q#ǜz1֠V[T1!,fBo""u;E{=9N_g. |аau¢Ƽ܆AՓ棦(,? =EpO,Br|QuCpQXUڃ~#`|,y%&>3Rd܍BOCo<8! >\3x*6'sxqYHx85@7˴A׹a&y)CkECnr6%I3Ӣ$>hgQAg{:'Zn V1%JK'})J\uiOZd9/*R茜)Vs9&L[uJRD.)Ⱕ[;}*N_*+[i u^ԡ(t MpUyxuu'dā[ dI dbGva꺢vU]0o9 ~ɴKB ȡ}ZJ>PQӸcYi p~lwxJ~ߍ pb )#`+#y>z!ffdu9iZS@L4=aUaUkKdS3YR  q<׈Q\y1n#^@ǯe,m Ң#9I aή::4X r:B8VLVa48gS$Qxz̝a<+\c fkݟ&?.T뚸 bG:b+jHX4S`}Z KA bŗ@?*\Xm/5>F&%Ց*}D=Ӓl otdlj31~W&VHI\XyNcޱ˙ߏRX^MЈ?ˆԆ{#dхJ/̍{HJ=HroFDww멊gh\*sVqK!mV#ӊf_JͳthI.fy+~"R"f_hřMMcqF_|5$|jMX}Yoo`ص|:#Q_i6~, dh Sl31+&>xLIDS?_6wǮ-'>"vQ5{ԙPJ-rNG` lXo70l4Axoj Kc4 }.K}OsRs53zJ~bwX^NfQ}}݄#* m "wFv VK\P \=oerwr a@$ Ta0C.= h~˖(f4&N,t?VƑĤ0{-_Oo2xkRA *c~tW6Ed:2Ϣ{Vb-3TJ=gz p=ߚUUi^Ç|!tz <LT*H,쪥2Yg2ŕwCtjb#1vi&M{O~xd˚aIyq;hV):b^g桧sn7>8{ JQ@w]T9xDj o!N< NT+;`ċkV/e/b>n=N/L J,_4KfDZgVM$)'^#Q]T PJ}H6jJzbKTV? @ Hf&=zI Ȫ n1:t-#x'P adRkks/s1~DU20Vv/<23E$c{&Ÿn7=qnڧV2߰B,J]fck? Pq#xפ{eʃv1D|1i17CH3 wo(kA!f?J*DeTpX-v ەu,y2Dc}OxϷfkjwђ}JHeQp7E 9]]ٽ /'"0#6%u>-B/D9B֝`pJ+Qbp7.T|O~ N2fK"`l9Kǜ׏+BcT:? JY-v,j嬟kXfڠ5wqR)˒⚃ eJStKlʾ(6gCt 5 0xY8x,z*>[ou0BeTvh0Wd ޟy;*~\'dfiㆰUo6G U)/"̝4)K#F*r ‘zkƏovg4X&"@zR{O\9ȊY{ԠԪ)f >Eo)}e3xȆVץ^ajBJgT25Pl"xx='$wjp8aybB>r E,&oP{Oߤa7Γkh9p (F0X 䛸!ȸ}bߝ X!ːRXm>8QH6|v2f*YAP/TgΧczڭ1yM4aSb4%[0< xNۊEl]VY#1{s w!t[} +F:э Ie]2,B #IJU[Hj 58)p5h!qHQn,x1~F# r9@6!4X,0i^n, aKI{P)ac\꿷NjâğYs)B=B +8Mbd5r*s̲y``LڞVS=KLQӱ" m5z Ş rOm]]ڂߔ"r OiUFb^Jwr$RȎ"I,?tUaI'7R(!H9t6S~fKO9 i8QN<̗ `Xgd7Q$uߴ l-i>Fֲ-1w̓"`qeclL MO]'Z4@ApC f_quVkm\ 58ĭҍmy P;vH b=ч䚙6G9VvDW*w[8 d vV m j --[O&RtǿGSL.ф[[IBIn$5ߣ\2O MYlRm3B8ђhm"҃ +@vOk.B 3ݕDǡG\ N/Ϯ%WY!9:&;$&l} +ȏ bWޣEirA&aQv07afG?*lhŅy{bWIʭYVÖԗ@C>U[Z;;GlŔ2Ⱥn YZ