python3-mock-3.0.5-lp151.5.3.1<>,q_䬸/=„JՕGF2b 9|3Q>fpfi \le!$8]t{@ G ^ww0(E 6*ou~-j}"0PsKH6$-Hdhs #e_T?<^+e/98s0ȷvYXZ{ZW#¼?1F . ALu3 }J Ԁ'n ĸ fu<.kBGq,܀g>>*D?*4d ! S #LR\   ( y %z (8 9 : F$*G$DH$I$X$Y$\$]%<^&Hb'?c'd(}e(f(l(u(v(w)4x)xy)z))))*0Cpython3-mock3.0.5lp151.5.3.1A Python Mocking and Patching Library for Testingmock is a Python module that provides a core Mock class. It removes the need to create a host of stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set needed attributes in the normal way._hci-cnode2-m0sopenSUSE Leap 15.1openSUSEBSD-2-Clausehttp://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://www.voidspace.org.uk/python/mock/linuxnoarch >oqQ=>AA큤A큤A큤_______\_____\_\\2be30a3f97ffca38481fd4101ab1da0082aea0327be20b5852cbc74c0f15bf00ebe995d73d45287ac9b5d2899a7c9f074c287dbe9c3614b61a26908998b8f78d01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b5dea43707f390abba9269d9b284d6e6ab8dce4bb2e441db3315455424035a07761b1946176b6d6031da0cac42e0f359e77e47c121de491809bb2bc6cc53c8564d12751c6e75f5d3d14b7fd4109e6c65d869e23347ee1f77286fee33ecf3c5fe31f84b49e0ee4d06dbc1eb2b9c6d27afb82f96e66c4262c13596cc018b1fc6cfcf2b08e14e9d29459d65490d234590cf767f06782797c7f7237e342e17fcd4c512198a2080e83911a9196daf956a0fa5f829e15fa0db02296c4eae775626744b2b93e5b72221114dc82dc98d6ca78e13a15573353b1b015982826d1b3b787fefdb6856a2cba3de51599a836c094bd0166cba923dafc88d8849427419909aa352e5831ee149d3850b28df8ff02fb7bd07cecda81e85cc8435c20827d3922202d343495948021cf30144d004fa30daf9162ca2717d1f9eff1bacda234010e00e414rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-mock-3.0.5-lp151.5.3.1.src.rpmpython3-mock@    python(abi)python3-sixrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.1\ڭ[qrZN@YWmcepl@suse.comtchvatal@suse.comdmueller@suse.comjmatejek@suse.comtbechtold@suse.comtbechtold@suse.comfrede@b1-systems.detoddrme2178@gmail.comseife+obs@b1-systems.comdmueller@suse.com- update to 3.0.5 - drop remove_unittest2.patch * more in CHANGELOG.rst- Remove dependency on unittest2 Add remove_unittest2.patch to facilitate that Remove unnecessary now unittest2-fallback.patch- Condition python2 build to ensure we can build py3 only package- adjust requires for singlespec'ified python-funcsigs- update for multipython build - remove test runner because it performs dark magic that causes a failure in test suite - implement fallback to python's own unittest instead of unittest2 if we're on Python 3 (to avoid dependencies on funcsigs and unittest2) (unittest2-fallback.patch)- Fix pytohn-funcsigs Requires- update to 2.0.0: * Fix #338: depend on a fixed version of funcsigs * More 3.2 support dropping cleanup * Update sync point * Add Mock.assert_called() * Issue25347 - Format the error message output of mock's assert_has_calls method * Issue #22138: Fix mock.patch behavior when patching descriptors. Restore original values after patching * Issue #24857: Comparing call_args to a long sequence now correctly returns a boolean result instead of raising an exception * Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes * Add version info in the docs * Update six to a version with raises_from * Fix #328 - handle unicode __repr__ on Python 2.x * Drop support for Python 3.2 * Fix typo in docs/index.txt * Fix README.rst checking * Be clearer about Python version compat * Issue #295: use a setup_requires dependency * Improve grouping of imports in tests * Use six to detect python2/3 in main module * Use six to detect python2/3 in test modules - adjust Requires - use pypi.io as Source url- BuildRequires python-setuptools >= 17.1 If you have a lower version the build will fail.- BuildRequires python-funcsigs. It was already in Requires, but is also needed at build time for unit tests.- python-mock now requires python-pbr- update to 1.3.0: * Update sync point * Issue #21750: Further fixup to be styled like other mock APIs * Typo fix in mock.patch * Revert "Issue #21750: mock_open.read_data can now be read from each instance, as it" * Add 2.6 back to classifiers * Record sync point * Issue #21750: mock_open.read_data can now be read from each instance, as it could in Python 3.3 * Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely * Folk should test 2.6 locally too * Closes #279: setuptools.version is too new * Support python 2.6 * Update sync point and sync docs * Issue #23661: unittest.mock side_effects can now be exceptions again * Abort installation if the installer is using setuptools<17.1 * Closes #269: setup_requires pbr 1.3 * Closes #257: version the dependency on six * Rename README.txt to README.rst * Make reproducing travis behaviour somewhat easier * Cleanup version number handling * Overhaul docs * Update docs * Remove stale MANIFEST.in, ignore pbr outputs * Convert to a package, use pbr, update metadata * Bump versions * Officially drop 2.6 support * Issue #23310: Fix MagicMock's initializer to work with __methods__. Behavior equivalent to m.configure_mock(). Patch by Kasia Jachim * Issue #23568: Add rdivmod support to MagicMock() objects * Issue #23581: Add matmul support to MagicMock * Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ implementation in issue #21408 they are redundant * Issue #22823: Use set literals instead of creating a set from a list. Fixed an output of sets in examples * Closes #21270 : We now override tuple methods in mock.call objects * Suppress a couple more DeprecationWarnings in the test suite * Closes #21256: Printout of keyword args in deterministic order in mock calls * Removes unused varargs and varkwargs from assert_not_called() * Closes Issue 21262: New method assert_not_called for Mock * Closes Issue 21238: New keyword argument `unsafe` to Mock * Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times * Closes Issue 21222 * Closes issue 17660. You no longer need to explicitly pass create=True when patching builtin names * Issue 17826. Setting an iterable side_effect on a mock created by create_autospec now works * Issue 20968. unittest.mock.MagicMock now supports division * Issue #20189: Four additional builtin types (PyTypeObject, PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type) have been modified to provide introspection information for builtins. Also: many additional Lib, test suite, and Argument Clinic fixes * Issue #19594: Use specific asserts in unittest tests * Remove shadowed test * Adjust comment * Issue #19013: add a __main__ to unittest.test.testmock to ease CLI invocation * Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules * Process DEFAULT values in mock side_effect that returns iterator * Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open * Issue #17047: remove doubled words added in 3.3 as reported by Serhiy Storchaka and Matthew Barnett * Issue #17015: When it has a spec, a Mock object now inspects its signature when matching calls, so that arguments can be matched positionally or by name * Closes issue 15323. Improve failure message of Mock.assert_called_once_with * Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue * Remove incorrect comment * Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments * unittest.mock: removed another bit of Python 2 only code * Adding unittest.mock documentation * unittest.mock: remove another piece of Python 2 specific code * Remove more Python 2 code from unittest.mock (obsolete function attributes) * Support subclassing unittest.mock._patch and fix various obscure bugs around patcher spec arguments * unittest.mock.MagicMock objects are now unorderable by default * Removed XXX from unittest.mock docstring and switch to a nicer try...except...finally * Remove more Python 2 compatibility cruft from unittest.mock * PEP 417: Adding unittest.mock * Ignore patch rejects too * Add NEWS * Add PyPy to travis * Issue #20189: Four additional builtin types * Just hard-depend on unittest2 * Fix typo in test name * Some basic release process notes * Ignore more editor files * Add testrepository configuration * We never need sudo. Containers FTW * Fixup ignores * Iterating on .travis.yml * Setup Travis-CI - drop mock-unittest2py27.patch, no longer neededhci-cnode2-m0 1603462316 3.0.5-lp151.5.3.1mockmock-3.0.5-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtrequires.txttop_level.txt__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycmock.cpython-36.opt-1.pycmock.cpython-36.pycmock.pypython3-mockLICENSE.txtREADME.rst/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/mock-3.0.5-py3.6.egg-info//usr/lib/python3.6/site-packages/mock//usr/lib/python3.6/site-packages/mock/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-mock/-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:Maintenance:14700/openSUSE_Leap_15.1_Update/a178e34da0c62fbc0d52f5cef6566380-python-mock.openSUSE_Leap_15.1_Updatedrpmxz5noarch-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 3.6 byte-compiledRRRRRRw>ޓutf-8003bbde940ff3521210878619be89d020b7b917252f68d4d1a15d105830692a1? 7zXZ !t/B]"k%) `>5fJ`(`WP$b@2CNI4DG; ?+g7=ɴAob B)f_ZIN}y-3IE [c@(D# ?GIx XGyZцa^`Ϫl 'M;uưO*9FJ3aYff)=kSn!hﱀ3g9KcU4(t~>YmFq;[fri2r]0Dʓ&qQl6{*O퓙b~03񣣧1f|V{Υ YNϭ-TF8Iŷe)/FuN*_n >FyD;bqSζ$ksBiV,BPCՂB/uXJP^<楖}֛]&M,/],j hԲE`1XDA]LbFNnoՂzC= f3"Q|vz*\"jh*d. һx|kLh1'pt<6TlØ_ջ6(tJ[va5_'~Z T d =RVFɫmND`!Kr.l1"ywG?X}ć+w8;ǩrڽƿ>< ɝߤMxTIi.&-#<_UA+la|4- ՗%tW\Y-- NIVӃrB`\$_`f(SUޕofKMaxm쿛Qp>5Ad!ܢ"ƪ0u!*X̡9fNeۉJf=@"#I^y̫P%kC~i].}j ,^b|go#wOeKOڵ҉?CM<ì=3*#[j+9|ICkZHe̹$ޱzcLebmkFHĽ&Ϝͅ"u'~5 }vu9mƣHFgMQ'{ox$,9 2p@';}yA {TOrNd% 3F00] p{Eܾg+Jq,Z5G1+*qZkPB(u*~%Wsh5#o#I]]AFퟱM\ c3*= LCt: @NZCL0QW Qhuإ*ʮj{,V&5IrUEYpyeoV㋿ )oqa?h>s ۂ?_Ib'NN+%,~W3цe[4U/3<:DU_ & iExIr#{:v,@>FK<>'4J%S̸ri _v SlDP,]8kL ŭ)OTӱӋ[?uz/9k t,3]}u}4O}P".hT.,'4zpוxn:hT$͖Cnq뫭^}͎<)*-su$x~׀'lHqΉᄐxGb{#{\>׷dш74]Pc-: c#3:Bo|r}xUxtbeg^ G m}5e${EU]"[$rqk>˸d?Wu@C kTz eb<'7h>nsd9Nu:ǞJ S R[{ꢿ] _M}q#99Ş̢?ߑ1|@xx+Sl/[,_4f5zpqWp1|lq^ /kJ[ 5$Δ>ңBaNvW8H;3g" 8B)M~P}ձ.9*M>c׶$xBo+F(:OLZ VSoO?T o=,d!7tLRe,g @WlmJcX劓:qơ {_PutY/M;[ ]4jM;oSiYoxzĄ!D{A9a8Xꂒ37,[><*ǜj_u`BjɰZzd[Ӛ"X35h@hDG(KCH)M`,cxژ^C*^ɧؽ9pQcp`mm>*w6٩UJuSeSY&v?Ce/2Y8P7f@=BRK͈ҁ_D\ L٪)& cʣޝt;~Dص8,oN~󊨙D4q94OLRVD:[Q~ s|1'*܇}.(M)G|UAT7Ёޚ6 a+R-;gp܇Y^F8]8!7i SsQx}.@0"h-:miiJ݊)! N_qVt"c>u!^ް ܷ1t)~>tBLi?Τ\`8cyQO, @$M~zͶ: l5./3y%wK9xuEtY[dw!A7r2' 0=H7gq8Æ:[$v`"F$Ƞ7yպ٘יٌ EA#*L"3swлv)wm`6\\ǃ1ʉ2%+yTWdZʆ^Qa=v0ir]tm'0zgRuD6j(hV̇Q2Cc򔀷C Pt*N 8 #ia89Xz+eQr 3{4WT*̼PIY:.u)5'Ԟ]zf|[ HPb1RS5+bqEȸ8lyVwFivk9D׾ET;BBu1[Ю'uU5ݖy0h\侟{TKB@q{IyRV}J/M;}Q D#tlG\롖I2TsyUyD#!Sdxj%wUs_YOg_9}`0|V2=%+{FrZyn̳n.NWxBhvG#o,P2 z]C/+T,a,Bqڐ̉8_`k~:ֵ0(tMR:լ rz@p@D3l#} tTP)dfYWp\~y;31/O wp)o~cܕE Jgҝ ҹc0va,{ȫ`Ylv\lXKAwMe_[+02$ւ46Ŏ1ePm=[L3S zhk~Òq)VּemTJv>a2C\vE8p3D>zn(~&MXY^A9UdͬiˡQJ$YD:ev,ΎU~VrCBg+G2ӆbNMݻiRBtѡz+0))l PmM}"vdKm8q5+[`^yPSiIp%cˉRs6 @tQkt DxC8(Z-)3q҅;sy!c&'(Njx0=aCÞ`r\7{S()!Sm;/#|".8We9Izo H?Ha2J'am-FC\1iIp/ \6|Lv:(6g5>&/@87wdNbB#ܦP8j{%$NUIsRh 49+LcAsWA~1>0~& mtA? ϣ m{ysp²{)κdp#&y=m [FE)tX0rOg֕J]eᐒ/L0p1IG{ s7F_;'$T͏WsԾ0W"葉*))vZ ɑIR0|azd@ SqN_CX~EG~!NTk0D 4sXmn3es UVz XPc0*?{v9qlm4[^UX~8'f)ʿyIUd%o m> 'Xrᴈ6`X`Δ@c]~SG7XD#wTW9 枊:yҺ}zs;YWAC%{X#!m\F3Zb=IŗPJ\ BOo~˺Xpq{YjF ]w)ڱN12B^6"wJPa*l@QS/9P4Kͅac>O1'Ӊ3T7A#[#َL\Xa} ͻ4K0[ILd$1pvU9c0ivݮ`Ns6F氰4u[o(_5o0sWX%6e\&)  T̯Ҏ.d{*P5ƛj˫6#T)y$b׫E^tD>ϑ {{X VWmĐดn?E)LB$ʷ,fl8BVl/eS\<4&"$HA&oH-MwGiG墼ǥAsJt2(tEq|*JMX]XT0Jp97s$BC1 Z?nVɄ8Yo;zUO ?{ ? #)Lv́ؖo4XL)?KѼWe]Y0ӥLgXP ;w:::=Φ '_e!˚<#@ifH:#qѻ'MPSĜ&B 1A/(Ah}e+y lq_!C R]eIopVX3Fku7ȊNZJ^\K*]s 6\M"_씻PSLv#zNhL)^z=1c'Ⱦ̻߬W&B 6h7ZʻV>+b}`BS?q,А{o5&rO VT7ڊQA !=H~P*|xYEAehX%Cr0OD\ Œ8V2,M-~&w㛱Y_f.0AGW,/z,>yW+y{IB;9x4CV)ʄJ'f̖GɺI91_WdO$6A˖"bƩ2<;;Yw CG3b@дzXzz*Cy5^80:$s;gTGyN>WTkuc[nT;kWq NG'*xHȰZ kSc9gwW d'1eP'hʬ3*T؝Pz-:0Hw I "h1@\(uRR"H* ܁Ensc4m@(v-(?>q΀}yѸ~&d5x,;x}6SF2r%J43کnyDPk$@M?7(}svD> P't߸(tzh'bD5zc?&cȭc)S??,x]ȲrfGFXmO)QXT.^h:g7X^Os#p\d,759hgI q< ́^t^MH4'QyXDL[y%Jz,ЎMFeu6uo Q_`Yur1:(8V~޸!fw׶|jwϬ85#àɻ=ל["•vu;2,  1\ IXH _Pȱ}_)~/E; L#V'ubwДۥH.?#/&T5;CC:YZ+Lش˙{{7#^5] :&/?q-K|(M%У 87,W8Z5!ϡzlSwDSl(PC>&ێ.%Sxrhr9on'XѮ$͍!L|fǙO.m v}5}izUwKQ.y8/KȆ=%ĶX% v:d{;o`EgoJ rYҮ~{lJ4ެ43`KAٺ skS 1h>>b/]R" ' us1c|Y'xNiGgsq0 "w^8.1}V|}do[n`5y[/(7K|jɨf;874c-!=_'BO׿bSc6ZF }\Z:ƚ 3a+86KtF˷e1]Vg3aO|YQd ^R~?14DP<]?X},_- ˭FWXgC5J@,$NW4Wt ;8(y,v_/$3h~ xΨh@Cn9~ OyzQCKxϳ^{jʎԷݖ4G O"[sYJ=1M&JlXGM0T`C ,Fz/DWp `hn1ϭcjy`RFd'ȝMcVPA [8<Ц{j<~;l2 jS,&OyiO^"@)ߛ\- ޿p8@=f#&w}.4}&E~tKWF,?Ds/ #b ,[yQ #kd:w ,暋@7X+YSi`/LXN6U|NJ[m -Ŗĩ>5С^ݮ|Ӛ*|1X0"H^B>zS4E뛽AB1E#WHf#G!uEZu31 ޏJhTܠ6 wy+ 9[*V}9cV@+!0'gMWdD}}KYcJcfeKVdMWUZCPf&b$/:GxT^{ 6*Տ/)&q2yK.AudkF e]/QM.]cd5RpJYMOA]c &W=0;FVOȥ (C kp2g}t܌"I_9_F"tf "s ծ7Sba/1ADQ2"488i;bp"dxc&{/0d3J1g֖mcA9=DNcaMg\>H`}n@'%Zqb"=h({B6WzàfgCX+xlx_F'QEjЄa[LJDp!p[Hu-Y\r5 Eg [m<!^}t\7Pd=ZwHahMa7q7DN$Q2}FeS ,Ƙjܘ*`ۍ|-_eBT5!=T']b?H@Sa.cO)}LףepE9׸_éfb6 mb}roI[,$do- [G`2vC4 22̀crc-o* D;cdbК#[ʳ[ab:E`dOɾ-sg#(u6wOeUoWYKr=i#s {5MP6<&Nz 9K<FT0MwXlƑCKK}L&\X_yH3#Qy ndvπ(6DLĸ($6لݲe-oٴ֚A!=>,[_oO0p HjhU5iI nVj+6j}EnGv7&YN@)պo>W>y%mLϥ [QX@bIm4 K ^`R?TNNzjѐ,TW<cR`KP*!M`l߹I(a+;hrq/(gʼWYvT8/ t5,ʛFp3@Q՛K 6 SH Ngjhۍ3ouKƈS|1OaqǓ{.5U0oܠ (jQեdTYq:,,'CEps(!䕥J(@$+k+Ȱd pNRGr}p܃ cuٙ*yamCR'M_9>$ o# 13ap/@OSEV/a>:'qw$scDSKɔ񣻏 |pfm|7-$ɺoA=" ~ Lrpt&0. XUJIQf_;LoCVdb5.u$v#DŽt˕,;݇hcDND8E.C 9yJ)VQA+j9FpBJ\t& ,q%`߼nD.GD}jb ? gnbjx):D +7=2,%tx8Cy,QtQ||ЊLmS̡3O UwDq `:M];06w9[?-8{g`Ah,wI8(h_xkmZpsp$I MH=.$pҀ?&w*Z@Yot)9B{uK58!lj哒2rQД2!d`nn,"UkԞ7?'IU$a2zY#v̜|ehdO-BXdDJ?dkX 6ȁF=?d=t8!+d=_#W~k[( ( 7ǧ6ٖwieo3kv] Q$@sfAu{P⾺R?"}}cgن^4Y 6](i%(xr|<~V4~{}zh/TGWe1oYG6KZ}1fO1xx  ewt(;~m Xs:.tgO@u7Җ)b#i#0 FW4A99@gX6OiZKWC{ڪh=̅c\)zSNbn3ũӞKfBCJhL Υ@ِ\kǺ0q%sY#GiPkMEҟ)*/!8HAde# ,) >ބ]nCbVMUh_e~he2~݈KG,lYKC"4<q 3XK kg ߂, sW7kW0K%kWÆ O/rn>Tu1Vd(#TUza敏->orol9#IKxLWTA,i]Knמ{5iyppwx<`0q¦Wmt;vov9DuA4zCT"e̊o&[\\Rv1nmڞ PEMbȏ?֩8,UjRs`MvSmBV{ǖ.]ِ~mQyډ=6zwxBV2 ֋+%)KH"Ͷ,peJ11':p:Z}c12ٴA%vRاb༩h$ d=LdJZϼz<@C۝]Cv'< C7L Oh+(ѝ RB! Qtܜr(X&6/UPLe ;RZ.ӲdRYJB쀟ۢmreUśEkm3H#\u]M 097rP7f2UNL a;7AJҲpaa\-!kE}^U]%.zQBk1I6@4AA}0C/#8 :L ^JيLXz-鈥giC6#Vg)wKF(EFSxha0,޽%o_*Qu l-; sDC]QUFc}iY#|镄@\Uaʝ<Tpv8:s uO:'omF$99'"SFXsGsĢ;CNLD31+K?'q`cqVL CeѵFgy;.oXT*@{&$+ Hk|[e# WM.KV8(E%wua 7_@(65uv{>č;S&7QL<# d$ՠb ]SԦKENqz* {M;`We~ BpQ"9PAe)Qr%G)usd ~$R+]ȍ-F1(&q"M@4K ੂN c. Y{zߠ9{]`ޥɵ 5l,GkD%E5G>Է_nǔF!Rgx:f4Ř 7E UaϥBgGQϤ·4IB:q҂f廮#D`X`E[!eCL>N2vOi(n9Hzk| |X fʱ# p&%aܥ$(4qDiըUFB[c '+M'֕ ŔgFVX>[<\ o_ߡL?feies1Zv +KKR1w<J1C_q6@!J\Jc}6)s?2qVwIս&a|9nf+A;pt:**vL, %}⤎$պif#.[|#VB&"j0O" G.A}.ƙ3Eem4)ql+;|~ /S]|1zuuf8GK{jd*ߥ8 )ì Ld~CQv :YbLt>g?˝ >!MR5{a!C 'Po@Xpru=bQ(.\y#JNXOC| @m'9оQa/\176LaU@ˍ %,2dͰZ[GKrA&pRTpQ`z mWGRً0}lgtiVG:_H②iDJOD6((0ƑƸ^uJ{ZN/Xׂne͊?uwG_Fb|Vsea2RCaM\]ov4h\,ӣT}=/&.Y vMo{b-;6<+'KRwє7=$>5n 4c6 /hcAa;9!9CO:5{KguarLvgs2XSL+d/ `cƂرu ߩ\0BYĞt lVc$p0<4_r;RUnl C `ƿGxat=De&8ey+G(w`dB" C?ӝ^~Y#`^1nپ]4Wd\:dVJeRVC\Qwn;u.^+pk v S'5QQ?=zh )JQȥp(٦+#* !C,\MM52o \F12)ZRm3gϨg7 .f-m +t+Nlǰ>&  T)V?̺\ڽS/o]c#'h#]%zAFWBP^eF dtԶjDNLe,c`4OPI-HRa 2vhxxllx³\[֠lF6Pi!Կ|6B.RK<^3;ԗ=}GeD`dkvNVGCIE꺡8R֮8/̇{0h0N_OB_9>#5fX[#y IAlC|k_I/uA%x@i;Rbqx=pk 3/]