python3-pluggy-0.8.0-lp151.1.3 >  A \/=„s%aFرJ?%G̳3{\ AV ȳU4N]zp{E>Yrs^s~|^A%[E i'{ySyZfǛxEm䣳MR3i1l{OȈ=L8,91$ѦJEzCFéuK0}J$qQw֦yx Rh ![Y:p>(?(d ! \,08<OX\ vD   <     x    P ` x ( +8 49 P: FAGTHI LX lY p\ ] ^#,b$dc% d%qe%vf%yl%{u%v& w&`x&y'Xz''''(Cpython3-pluggy0.8.0lp151.1.3Plugin registration and hook calling mechanisms for PythonThis is the plugin manager as used by pytest but stripped of pytest specific details. During the 0.x series this plugin does not have much documentation except extensive docstrings in the pluggy.py module.\lamb04topenSUSE Leap 15.1openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/pytest-dev/pluggylinuxnoarch>: ,,11 Ct.7# VAA큤A큤A큤A큤\\\\\\\[NJ\\\\\\\\\\\\\[NJ[[NJ[NJ[NJ\[NJ[NJ\[NJ7b1f1c1b642cae7057ad8e94511a70a3da437d74379c3d6d589b6bc17ebe9cc75e143433409ce193093f62ac7b45c8a7e2904be01c6be07e7f24b67b104db39c01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b4409d71814d332d57d1c16c5ac15aedef50375c497fb14b6909b05a703b1ecf3c4a4824616a2faff4c724bccb96a8dcf5e9cd6d6ec98e820a0c4b04e072960711654364fb7b0b59bba7ae674a46ff5600359fe55f357d2c374b4a02aeb509848de6b9099f1a012bceeef5f0f07f9b32db15afa13ec494fe8dc59b249b4f19abaeb22af3f966cefaa1ade07cece7a2f1ac73c57a3a302e7e17080a50fe438a49091e63de88ef6a4db13862963de9cb2992ab39e10ce3c192d06a42bb52d1549f1b5b60cd6202b4ab8b8cd55ccf73b2f1fde5abe0d3ee299fef055d8d5c445ec9d35c6daaba03a0cdc07b1646f1f7207c28bbb37e78dec132f2612b490c3ca0cd935c6daaba03a0cdc07b1646f1f7207c28bbb37e78dec132f2612b490c3ca0cd90e3b39524e12f8c2b366c00d8f0a922cfa6e9bc398bb165f7259f28a74207c840e3b39524e12f8c2b366c00d8f0a922cfa6e9bc398bb165f7259f28a74207c84d06d5652fc01c37b5f62a5414c4ae08b561a65e7da18ae30e9de7100225c668e831347ee1b7e507842f419e2478cc83eb35697b8e0d7d5b32bacc0edf679e6fbe214ff7494f5d5af8b44232c9c84e31c37cd41c44e9679766eb8cebb9ae69d83a67cfe5c3b33d2dc5d6f0e7a46d4c57e2cf019f09bff87bd6b1eaa818f9b2260c9b21233ff51f2c5775baddb1f4b945089e45a6ade1d6b83532d537014b1cea6c64e902ade7fe87567a7f0360967058c0ab7dc6ac7e7cbc0fddb6c5bb3803a807ed72f1fa017ee9f5c2b9f3dd7a2b1c4bb6c14484eaf6391ebd2cc015ab1ac59d74391098bc4e282465920fae20b3da949acb310e00c862cc75016c3bf38ca2fbc7e8b882fd4859a57c95cd6900a2b6431204e4976fb95b77bf695d99b5fe9d9f4279f71f98016b48a486b8023ddbdde1f0b32192a732fbfeaffb88e6014fb28d6590a0214a1c62dfbdb55f20b8e1ccd695c4c44529c2bcfe81f725da9ac6a20d6b65e6c213a5d0b577911d34d6e5949b9f59d76c238c5071a2f3fc16cfb2606rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pluggy-0.8.0-lp151.1.3.src.rpmpython3-pluggy@     python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1[[b@Z;@ZZC@X@UYOndřej Súkup mimi.vx@gmail.comjmatejek@suse.comarun@gmx.dearun@gmx.dejmatejek@suse.comtbechtold@suse.com- update to 0.8.0 * Add get_hookimpls() method to hook callers * Add changelog in long package description and documentation. * Add a test exemplifying the opt-in nature of spec defined args. * Encapsulate hook specifications in a type for easier introspection.- update to 0.7.1 * Deprecate the implprefix kwarg to PluginManager and instead expect users to start using explicit HookimplMarker everywhere * Add .plugin member to PluginValidationError to access failing plugin during post-mortem. * Add per implementation warnings support for hookspecs allowing for both deprecation and future warnings of legacy and (future) experimental hooks respectively. * Fix a bug where _HookCaller.call_historic() would call the proc arg even when the default is None resulting in a TypeError. * Fix problem when handling VersionConflict errors when loading setuptools plugins.- run tests conditionally (fixes bsc#1073845)- update to version 0.6.0 * Add CI testing for the features, release, and master branches of pytest (PR #79). * Document public API for _Result objects passed to wrappers (PR [#85]). * Document and test hook LIFO ordering (PR #85). * Turn warnings into errors in test suite (PR #89). * Deprecate _Result.result (PR #88). * Convert _Multicall to a simple function distinguishing it from the legacy version (PR #90). * Resolve E741 errors (PR #96). * Test and bug fix for unmarked hook collection (PRs #97 and #102). * Drop support for EOL Python 2.6 and 3.3 (PR #103). * Fix inspect based arg introspection on py3.6 (PR #94).- specfile: * changed from zip to tar.gz * removed CHANGELOG fomr %doc (not in tar-ball anymore) - update to version 0.5.2: * fix bug where firstresult wrappers were being sent an incorrectly configured _Result (a list was set instead of a single value). Add tests to check for this as well as _Result.force_result() behaviour. Thanks to @tgoodlet for the PR #72. * fix incorrect getattr of DeprecationWarning from the warnings module. Thanks to @nicoddemus for the PR #77. hide pytest tracebacks in certain core routines. Thanks to @nicoddemus for the PR #80. - changes from version 0.5.1: * fix a bug and add tests for case where firstresult hooks return None results. Thanks to @RonnyPfannschmidt and @tgoodlet for the issue (#68) and PR (#69) respectively. - changes from version 0.5.0: * fix bug where callbacks for historic hooks would not be called for already registered plugins. Thanks @vodik for the PR and @hpk42 for further fixes. * fix #17 by considering only actual functions for hooks this removes the ability to register arbitrary callable objects which at first glance is a reasonable simplification, thanks @RonnyPfannschmidt for report and pr. * fix #19: allow registering hookspecs from instances. The PR from @tgoodlet also modernized the varnames implementation. * resolve #32: split up the test set into multiple modules. Thanks to @RonnyPfannschmidt for the PR and @tgoodlet for the initial request. * resolve #14: add full sphinx docs. Thanks to @tgoodlet for PR #39. * add hook call mismatch warnings. Thanks to @tgoodlet for the PR [#42]. * resolve #44: move to new-style classes. Thanks to @MichalTHEDUDE for PR #46. * add baseline benchmarking/speed tests using pytest-benchmark in PR [#54]. Thanks to @tgoodlet. * update the README to showcase the API. Thanks to @tgoodlet for the issue and PR #55. * deprecate __multicall__ and add a faster call loop implementation. Thanks to @tgoodlet for PR #58. * raise a comprehensible error when a hookimpl is called with positional args. Thanks to @RonnyPfannschmidt for the issue and @tgoodlet for PR #60. * fix the firstresult test making it more complete and remove a duplicate of that test. Thanks to @tgoodlet for PR #62.- update for singlespec - add project URL - enable test - update to 0.4.0 * add has_plugin(name) method to pluginmanager. thanks Bruno Oliveira. * fix issue11: make plugin parsing more resilient against exceptions from __getattr__ functions. Thanks Bruno Oliveira. * fix issue #4: specific HookCallError exception for when a hook call provides not enough arguments. * better error message when loading setuptools entrypoints fails due to a VersionConflict. Thanks Daniel Hahler.- Initial packagin (version 0.3.0)lamb04 1552811960 0.8.0-lp151.1.3pluggypluggy-0.8.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtrequires.txttop_level.txt__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_tracing.cpython-36.opt-1.pyc_tracing.cpython-36.pyc_version.cpython-36.opt-1.pyc_version.cpython-36.pyccallers.cpython-36.opt-1.pyccallers.cpython-36.pychooks.cpython-36.opt-1.pychooks.cpython-36.pycmanager.cpython-36.opt-1.pycmanager.cpython-36.pyc_tracing.py_version.pycallers.pyhooks.pymanager.pypython3-pluggyCHANGELOG.rstREADME.rstpython3-pluggyLICENSE/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/pluggy-0.8.0-py3.6.egg-info//usr/lib/python3.6/site-packages/pluggy//usr/lib/python3.6/site-packages/pluggy/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-pluggy//usr/share/licenses//usr/share/licenses/python3-pluggy/-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.1/standard/6744e84e66154c9ef424b4f6e4a9cbdb-python-pluggycpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executableASCII textpython 3.6 byte-compiled RRRRRRRRRRRRRRRRRRRiw|%^#^ utf-86c67c2f1ed32f1b43b69a663f99a629b0010752a480bd7200af55db4ae626150? 7zXZ !t/ {`] crt:bLL ßKׇ7ly @z /-0ݑ+bRA6'קRɸ BG/R<2ܴ68~It9jomP?7$# vp{5*>viS)݃|*RW?Bq*輹[xkY&}Ryk ԫt!3sԜdKW'f_*<>fg[5GLlF~,ςW-#Zv-&IM=r:o"2 W5* ~Pd+ⶖrur jL_Y&b%<ᱱGkt1M:2 xd7U'"e\N$H7 e> )8 N3l֮_NٟtL"A?UUT~[#G|WBXN[$&to>pAI){OQ "c= x^V C˓|%?,/=~4 o {0mҤ@er,W--ozsZ<XMՎslJA 6<~wX ʢYEveVN/m|_@P8ȆDBfdDJB/ZVA`KKD]/y Iua Ѧ7M+<é=Y!3Jn'mcresXeUFDi6uʗqS|~ŕHF djD_ y/0Uo`jJ\CYqL+f#rr9Wr՘jPlY5UAu7` egr(O%<˙^  wT(hNҋuO/BeW`Jq S:} 6m76cnypa($$,#Ν`'/Pضhc<2g`~ʟ+j  &-CکFLE>psܙ;=?ɛmͻ@4ϗhn\ũFƕl+|IRoZ&WZk<&]J٪iTMAk6jsdR5@I.@vott6\QΡ2)SgbM@*]*wB)1-JR;U [<`#r_0.!osv jI ޣjM_GNW&?I}Rp*D"L0pei$.CKW$h%: OO$ԳÿQs3e:9q8=H0<VH~_|ҀM媨!弧 rvnCM6GxϜg!XMPrQL-ePv)jOWӡXq!Mݠ:a?= "b#QUPx;*ԔEmrs#fXS=A .j%ޡѝ?T\SQm`l &B3LAy#F+#r&g= PG\ a4p8;9Ko=D,1q~`Nv5'FlzgI<A 鑜ꛁ*PVU{$qn!1A/ TnZ)lo&jpp 7WMuWPɤu=PV-\LFHxM*xBgr35#"j35<6kiSww;Q phW}}TK #qO;s ] }*Ϣ.tbMb]t0i$5(DTdb0;R|x}wg>2u.eg6D~yBQ$3wd_bԖ$@|B0 ə^tܜ& sjRrce*c;PMx?EԵ! r#XSq(\Q̀JLa^O62SCR'z/ š-irqH kg:z21N7Z/VZg&tu՞>1tƮ+ h݈@Wgu_Js (oi2Tۖ⊃_jAWFILQn}QJmh}t<#0uªN5D`K2}r%V)KUy-"'\Sq !qӚ)}- cнPZ=&A؋lݍ,Ri_a<4,Aΐ<mV;qv٧t)%9Wc3h Td;@;036cec %tLb ~'f\D׮ޚcv26ְB;YsQDF'+SY?o:)+"K-("x8h(vas[kC/<$O:-sa^ٽ PD77)Ҷ_b{Q{^S > TTg;IBNu4(O[xRA#Rqv-,j_30.Aף9-QߗTN=Y1@-bLcȫ%׫<fdc}m[.zM&;.^B,sW Ӳl^CRܔγ(ԠqC0䢖qqf24]G>ەH=u*سJ>SRG^d} +}kzzuq 6tX5p;u5c{DBS2v-4\a B[G4k9-5.zJ,->8mn+EW"URCN`E/dc 4n Iu_Gp`廽4 4%ڛ=oo !,t`ZEE %> +` oM6M|pkf>[/I 2M*tcc@Εy@:񩌀'RIuUhڳʑ5QHC1Oar 1C7^B8:9f|bzgRI䰵bUL@Eg 讬/ Sx&@|\=Ҡ0^7x]t"}G2xЄSWc'. 3~p[$ԫSty*~pA:3FTNR$,buնߏhپu"%OZ1fa_\ioD$=&*HcRD5f}|"[wcJr1 ;2`tp$π.rv'hȃ0"gk?XOh9E+O` ),cxr#fki'9azWކ/ٴM+b?fu4-3ݏIl>R`huPP,! 'r=+[AD.)jS>c%Hxja@ k%&'T7Iv;IW%Oè>b=g 4"³J~ouRU;QE#:|rN$rS/>U챔e X#2bj $%ٽΖt~Wэeb1t{SVHM\Fˆ,Xr hAlElLٲx'O_[^!-EL}^syE $eXlNo;s|#W+c>nE~-]C:l2y3Q,Rmnj ./19,G]Ѫ$~Jg`d 5M^U"NjĮ+|Dn # qXI6A|X{lY% lO>y`p P_~j"'œc;8Q đb7ؗ+zsy&S/fg0сםY7zB^5Tu1.* e0)O*$.(꠪D>Q79zE0 ݡQðn(=ĭoiW0fk0hD IE 9b8'8mlzTwJNBEȒ\^`A1{"|U c>Ң3k>~uvjV`v,WF +3ɚs7SXѬ gՍZzzAP/jvҾj5h}u!C)1ϴQ-tA5иߴBT f j*%,b %9xmZkG6F`~}1dfMHX YL}U (ʍ$F'l$K&ŋVriW$.ޫؾk}f0ƥX*;> (*Q|`.#Ɉ;MFoZj]~ [;K᧸N?gCр;rM2—C,"2Ok%Fkٯ--aGϔ?|Tٲẁ/ҢpW.A润Ea4s>= Tyaj%ۉsxCN}JO@&ГfW SP`1YZ4{ C+z=/]D6Ƙm2+3 X& gYEe} "Z:?`=r?]w;# njwSNN9(o.-wXv2R~*$&lk(j"FoAGv9riYdՔ.b+A?Qۍa\.*M\<-QCd3a*GlqBL )[D 96؜GYd=@ _FuB%:%gS&>7l^5ύjMtcѻfQPᘉ U9C$ EfSEkN~ݓǟ]213mIstY{n6CU4VTj4B-̊m .PlJYS-Nh"lքȧ"nQ- -z;6RBeAMT<7 q2ݨU]qtm;N)茑g(s@duݽ^SRIJ\riv(7Ӱcx+֜gda ^tžN@IWȊQUMkIKBzhDa BL!x./=HC(Ԋ(2ғ񨗶|Q϶"s7hV|(3KTfzcq𬁛LL}Z7KICRU f>-'j #oqngU_]q%\Ȍ瘝`n(>͵,V,_YE{IÀ$Z;2p;С D\5.qUM"HGiZ {OZ$.&aUI 5Qe%R2ŶBR_k)ͽ½t9zu-s_JF>3qm{'7-lJZpz XnЀ`&RDb=g1GL)t5acHsnBȅj6@ >jjVg}{UX!yk5%K_}v9F ҔK4x#ITB {c mT! PS>b =Ҍ 3cȶȑp/4I2uo1NQ7 sj@BZ$o,84DF*QmN6S65e'-Nē$J@aȾZ&ҁcdߏ:!%NlMp;y:@ k";;. kxZ3p/tTU5ϳKVBNjm搤FW̨T̆ qaP2B^Kfg6F3F}滣vѩYNlݑ6V^dPJ!iڱ̓ H(iCfh?Q#=0' _7 xtsouqh $#,F˕p?Id0A ʸ^w{9Ȑdʱ$ ܐnXH>ܸ hD/ҕwcM δعLEUl\,1u3->mXJ>n_Qƥ1b:QeqG)4*d&LP qŧa54!E YJT! jMP믾Ңi8Eb#KKYb_n T16rG`^T%{>tJQZa"CsL˃Nw1/nIq(.|r_cͩƬJ⬬PcagXKTs7Ap{zXeDpϊD&JQOk!PA`ݭ7Ol-ҜJGRcv0Ϥ{9B=*$F60]pS!A 2وy1krrIm-!oڔI}r"1,Qx/O[ѩME}QyL˫!bEk]".O}u66-05:PK'TuOVja9*>Ч:a4S=xYS+_T] bb 'V,Jz $V:W=AAq%m r',יN{'SV IUTƷ  jFMZp LэJUzDžxcnddñ–n 䈺o ?]9g D:9R{Z^P!fͯj'ܖ!\v;D>l7]l]y8R5;r;vfq: +\o-. ,)2:27C!OQV*B$%h؀" a~ȃb\L7̎q,bB r1Կ2݈8ĭpN)v=`,o[%f.Vd!rGNLu(Ըӓ1&ԥ-,xx%߰V$#_sgZ94^tKoB9+J#mEO[P109Pj:u-CBzadMf}e0h*wJr5y+M:|?^g<#- #tftFh1ּF\IȀe?>؆]a"c6a!O 'i}:T#['vgKG[L~^u WZo2 em0 õHDc +jEPx=Mˬc-2b`~ًej0.AX}?,jGfv#ˋ!OΨ3>7Vs3?s"M*-tql920UN}*^Gۣ !|7/ Fg6e˾\xi!7̣!G(Πd`T!o>M>u3:(dՋ_ |6w삱mv&i Ok|Rp-}j\fcv*b)cT|6>d3ob)lXOz3U[`YKPԹ90{m .KIL+ ź'O7{Ɖbl:HϤ[:]_LOBCq>q! 9c1nBsgEe<37*XOdP))ty56@߬\F?rlvݖG&O`6*ӂ~s/,66?dICMQ~$2m1KWlOc-0nI:9Hw[Z\ѿD4X]5ڏ4( qm(BM#Eq25$Sgq݊a[vhU~Ņ6H__B iYeV[X-Zayȗ^۵h*,A4!ϐz5HX?핤7e#'!"{O9nG 5h™c$/;sZ5<󖼓TaYX즸mphֱ7?s {u)w|/n^߰\8W x֥BJ{TYbS7#4uLiazk<(p6xϡH9H qȷ*N`06W[б!Z;4]{kS.D4 wВG܍^ K`eICyL[NA˟^C^c/V hه_u\-vXtrWDq{˳JMUp&RZe(E6P" D4ԛz NhA0r裲*r#S0;2#>clDA7{ /u9eʍ>(O&<:5b 53wfX̥x Huzz0C(u-گgd䃚{%yZ.&f!j3 @F/!} /RC n5LIzUdN7P׼9Р~ E8hW8MHɖ-$s{O {--ʻYhdLv>Ks Edo~Y$r$#n@З)nO(O\H[*&V+Sh$LN{0aU5`:'ơT~ Pdajl5]_2`u- W:q=HqI%_q {eOA47tP8J73+|SRUf'̕B8CN1-M523|9(&T[Q6Xz;C$h*֖n0t7cϒDA at,UTb@Ʀ өip6wsk'5}]K Vvt ,9`vzuVtk fv9 D"ľkHE"Ţr9xs#Ve>WJ4wDԿVIT%u6C!zbaf[B uhMl?:VPֆ6huxFHN;zJ-hf{/GQ}E#a1pi6׊M+}[F!D*"j #*9Ҋn \hz?mèqꬅ5Rq-?VyWOP;0Qn*!'8 ,"HY m/{U*q-J wB}‡b=֒wfxU,yK?> 8\mK 7V7&o5cNp ~ nj8Bb;< v(UL) ܐ;##>OZ: +_X&K "%KvВ#ցw rnʊ>si݈勞-N7%gOmdqr ]C@#TH%ZCM~8o5<Yh1^'"ZL/Dw !͍']і]T)Z1B& OS4Hn|jpH"a< *sjA+ bQ*|kZmys,B;ƅfp8WB~!S0胶Ħ_go",#}@t1U+qwő&ba,i*۞*ՙ|H6/[!M;} XZc MKq 1 r'XϥJRG ع};^"SLhQ 7iMBӖ4:_wM}AV ԼJs 0$ 7IͅɅXUY6-^ML=G@Rc3}z:{S%6z:@$TX߄zfPgHh@X9[L`F7sb &Jok}5:OA(?OޘER-K#EG33I.H{MK' {>L ʼRMcJ _e9dX6VpؾXNm:l,yE wFT$Q_.f!olRKM&jf^%xگ:])H~.:QK(Iw>̀+}@[Lm2w!;)$LL %"MaHyzHh^ȱS߄Wɗ`kdDU7GzWiwZj"`$D5I8|^D_1:QSϛ4p-AM  BQc>! &M*C/w! hSv9;% !?ڦ_\;.q<\yPbY}Olp\ vou)ˑ`8~&tV t篾 |5!l L@f0va@(xҩ$Hp/쿈Nx"=iq;.XmB%9^'kTpIA\͹P 9lj2W9tЂyz!'Ξg.AS5y#X 4 I[-?鎲?_i藊 w[ddpHҬg ~!^eD~|g TiiL]EP$!5[1l_v4@i:F`,-AbݎH :w#%+ȻVN*MX1A Ipl^Vai*)EHWN4SdӮL֦byaG>0բ!eBYm~"?nn`54u6vV+WhQE/SD^k2IU* UuYF1`;|h^2F7Zr~yŽ1DGg$b'ktx{V%P` W|< )(3uOC { @̒. 3_; hX`>0틩7j 14v;dWj[axN rד/L pVXʥ:÷HC풏'92DnH"a&Ӑh-Bo+9۾xW*yV~YR…g*ИoŸMd!ݼ Eg ]ӈ}SXފnՊPɐ:b7S&tMt?GE{gV_^93סeǢ{B1c7I+KSg%¨5Q[ $6is2ktW:Vݤ+e9{1/.|j.hf1 p K#  ]i)y]H~h(TB S' p H= [~96'_׾$dC~ D4@ O4+/?uXxRĂY0mQIҫTg39CDH E-XJMbh ʾ_ҿ '*Xk go9 W*_ FU) GUBnrCl;6O_[yo"'Z@G֫7?~Ta:y3?J/7ǀ`VE/c[ WXn~6}ͤw߲T˖,ARƘ.N@1+~بHN& rF_<:ƁSX[nzŤ3XK@_g)wr| FO9c8)#$FLۙb|xs-əb'Q; 9mqE~J$4 @#ew/aIj}5US;ZI~wVQft*s5Sd QoS~E7Nͪ֐tQ X+v!zx7PY`]yc͓hީ̝MtKd$@ײ6y ]Q],r:♮N%() Ʃ Gt K|By׼1ba`ZeY&bJ.GMIm(] WժZ0׫7æ>fCB{UosdM<"Z;͠.uEp kœ'YAarUFᘻx~q@>%YPYD>. Q.MF{iܿkDXL֢#Mtj >p>V39„N&}ytvYuo;oB׫[~F漸rLѬ)Ґ\d^khphiL}ri_J$ a{ LLA&Ɵ]In 51iTr$yd)㠞T3ì]=9ۤTA_z4w{nGPu z|k<)ѾI #V cyő;cDLΥ՛eV"_edHHTVPjWj$S<|Fbڣߴr?bL޳ф{vHN[,1xE֦y`1F&3h٧hn)\|<>wiw;OxԠߪ❋7^̑s-Ԩڗo˲N EGwC̢AmlE,lGxO*g |7qLOFe-UiZ,CrtpXA#Y:BN/QŽD]T= ?8nurskuۙZKΗ8DRG5"]7P,jBM40k@H؃3H{*:샇GA+Ɠ"-TQsO֜Zf ϋC݂/ d*^j-VTQEbJ?ʹ TM#wgPFw2Ԫ09B'8\0E$eDYZvƚU&(M}JkZa6p${2|t^ H/el8!4/oCAmhF46V#>b5*>j$֦P`8СďmfEC̬u0S\hX`7 Զq61GHݡU}-* _q͸Lb&]M:rv2G KaBP:|ڇ2187~vy"\bZ4Eh ! kDf_Us2*0_ɰϋ㖅t\{#d oQ KtMS&:{  GwVrGhKGIZ'H<{+p9*ݻ#oB.aB(:oy*|xcW8sJ v]^W< \ ˀ썞b ZTzpP!N2\SCJAT},!_ע-Eg!J*NgDF gIS%lDc_"9ac&,rMrLCJ5eU+RJ=colGpvPc)rlKtb߆C¶*+UQ,Rt.ƖpK֗Dbw5L')q}^vb%-&&(< Plމ-@[qƬ?x`{^0k  WbKH}JvkWVmX}- K=.{(ۓGNU3!pM`sو뜺%lw_DwrC$ p֊"|!ķ [%W.op"B=StF\zf`+PCp4+)gW2:i R ?%njj(}K@Fi%Pj3ryo%>N]h4/Q#nw=#g* ZBX_.ۣʜ5{ w-BQIu2ȧ,",J{Xgh`b=XV (4C'㠉3ZpaCG9XiY&UVvµ&V "?>bXQ!c&hL̈B&Tg2X%7F(!4ge]W$h =z7#3Hɀ5.V\m.WPa4~F]@bm;W`~X"f{gF4i j!3 9?=8KۡZ`T/$:&Y䋅 y[1NYhsIyi°釜UV@\AaήdcN kI_< )[¶za$k$'qNٺC.ؽ6m |5Z8S vY&V[[N\ ~H΋gv_ɜovq ACu`˞dh9^Դ[.([;A7",#JOJdUUnCR9"+ &g}Xq9˥b W S5>o"W0vB}=sE[i$ai \,\!2pp} tYz=l8AhB"&ijuBoOdqWp͠#- u`/$]tx bs$/ ;m,χ^mO3n}XF{;4r d6FJTJmfNlSϣWR2,k|MS2-uRf ?~-?X"2-daϣX2YO]GN?)1Ǐ$"Ε:۴0o~iП9dX(vAf>+i,ǧ_\ޒb`wv&%|u}rɩ5]Fj`A(b\y" sYٹGa߉LS2Wd/ 2CcnCf/EC*E%Cb lO:HNLӓ^pԜ4Cx!` !siɸOu|h+/ә xtSZ@{"M#_xe.4Gcvzii@?m(l"D~ؖ/'ӨS?xşfS`;S3ȓĘs꿼FL*|Jjb {|տgjM+4hɳAs,R!tF B]|6 (}ъI|YݜZ !Mo:!O2tM~H:GY0!>42vʜ>x7Ӑ &3j5[.*\<V7I+ק=]GfWIRMP- ՜tmX-Z]ܻOXY- Q(G$g/.@YO,X-xdYOJyܞE@Ъ|P颗\|k?`i.tBVsS]b>XTXY\DSTxq#9XrO'"ςhOY8.O_(3d.zi6z,\M3h8M+ E^l1tg,gfYpABLdi6{~D棑njծo kА$2&!ge92DMcWW~LIH]Z0n+ F-y7&Sr8 aTj^ ✿ ~bpdSFm;GOem zFlBO%ꨣտ4c!љ$'`_9Բ [It;u\d,5a'!?u YZ