python2-responses-0.10.12-lp152.1.1 >  A ^/=„!reu${[h9| =҄ϑ>UՙG-C"P4]ʔޕBb^BX:$$gǰHh`;E۠?WCI=+_F5#%==.<,,ƈ>V@39!(o"Zvɰ87q ^1ջ ݬ 氝D(EWEЀWI6 WYzU l+{΁"O™N/,8}jsMRpdc38f57c159d0bfa516e0bce76caec8eb7dc00bcd7fc30b0cbc1c669ac9895c2219ace51d9fef168371ccb2dd3a391737294b10ffx^/=„z' ŌOcuRC;mzFsl!c}Ξԝ}1._v!xޖ/:ӊe&: gNuYG6HDV֢hOK (R>X lqN <cYEZgc#ًf4_0VEyl`HY1{^HOڱ~zqehQ엯j)T?X/3VH?doM}gݨ ͠>pD ?d & f (3 Mj   T c tFt   (8 9( : s B)F:GLHIXYZ[\]T^/bcd$e)f,l.u@v|wx<yxzCpython2-responses0.10.12lp152.1.1A utility library for mocking out the `requests` Python libraryA utility library for mocking out the requests Python library. Check https://github.com/getsentry/responses for more information about the library.^lamb16openSUSE Leap 15.2openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/getsentry/responseslinuxnoarchD$ Xr[8[$S2|*SA큤A큤A큤^^^^^^^^]^^^^]^]^^]572d276f5f1cfcca716dd3750495f3e75b7d6038efabb91a9896b8e9bf2e434745dcc2d156151ee99bb8ce567a5cf6d1bd1a70a090bd67c0a38561b2408bf6de01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bb190a32b166ba8133f8ce48f1cd89f691e1bf738b76ce69e1630ef42958d26fc6908737c2d1bab84e401a07f62bfbb72fe2ed979dcf16895cef87829d668d10a4c1df0641a2dfe197ab0f8ac7faac7b23e637e4a1ec542160dad5d1629a16056dd797e3e6176abee59f9c3ade25e1f0d2197f7a1805c585582cbb1e7cd33e3ee481afab79a96be4c7b00af6d2efff3b092fff397804224264dff8359066bb022b7952dc6379e820f8c4ee602bd88e44913835930d00eb4b99ba0dc0d132e22ce2492082fcbcda9d1152956973632ec2b5ee583e8c912fc25452119b4749f494d489ecb70b4447c034a10978a4b08da015c9bd9fa95ca3aeaf219d9815416a67crootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-responses-0.10.12-lp152.1.1.src.rpmpython-responsespython2-responses@      python(abi)python2-cookiespython2-mockpython2-requestspython2-sixrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.72.03.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1^s^]W]0_@\ڭ\`@\Yz\l@[CN@Zw@ZX@XsX@pgajdos@suse.comDirk Mueller Tomáš Chvátal Ondřej Súkup John Vandenberg John Paul Adrian Glaubitz Matej Cepl sean.marlow@suse.commimi.vx@gmail.commimi.vx@gmail.comalarrosa@suse.comalarrosa@suse.com- version update to 0.10.12 - Fixed incorrect content-type in `add_callback()` when headers are provided as a list of tuples. - Fixed invalid README formatted. - Fixed string formatting in error message. - Added Python 3.8 support - Remove Python 3.4 from test suite matrix. - The `response.request` object now has a `params` attribute that contains the query string parameters from the request that was captured. - `add_passthru` now supports `re` pattern objects to match URLs. - ConnectionErrors raised by responses now include more details on the request that was attempted and the mocks registered. - Fixed regression with `add_callback()` and content-type header. - Fixed implicit dependency on urllib3>1.23.0 - Fixed cookie parsing and enabled multiple cookies to be set by using a list of tuple values. - Added pypi badges to README. - Fixed formatting issues in README. - Quoted cookie values are returned correctly now. - Improved compatibility for pytest 5 - Module level method names are no longer generated dynamically improving IDE navigation.- switch to pytest4 actually not pytest3- Hardcode pytest4 for testing as pytest5 fails for now- update to 0.10.6 - drop tidy-py_modules.patch - use %pytest macro * ConnectionError's raised by responses now indicate which request path/method failed to match a mock.- Activate tests - Remove test_responses.py from package: * tidy-py_modules.patch - Remove unnecessary build dependencies - Remove inappropriate Suggests - Add missing changelog entry for v0.10.5- Update to 0.10.5 + Fix callback exception mocking. + Improve test coverage + Improve build configuration. - from version 0.10.4 + Fixed generated wrapper when using `@responses.activate` in Python 3.6+ when decorated functions use parameter and/or return annotations. - from version 0.10.3 + Fixed deprecation warnings in python 3.7 for inspect module usage. - from version 0.10.2 + Fixed build setup to use undeprecated `pytest` bin stub. + Updated `tox` configuration. + Added example of using responses with `pytest.fixture`. + Removed dependency on `biscuits` in py3. Instead `http.cookies` is being used. - from version 0.10.1 + Packaging fix to distribute wheel (#219). - from version 0.10.0 + Fix passing through extra settings (#207). + Fix collections.abc warning on Python 3.7 (#215). + Use 'biscuits' library instead of 'cookies' on Python 3.4+ (#218).- Remove superfluous devel dependency for noarch package- Update to 0.9.0 + Support for Python 3.7 + Support streaming responses for BaseResponse + Support custom patch targets for mock + Fix unicode support for passthru urls + Fix support for unicode in domain names and tlds- Fix python2 requires- update to 0.8.1 * Added the ability to passthru real requests via ``add_passthru()`` and ``passthru_prefixes`` configurations. * Responses will now be rotated until the final match is hit, and then persist using that response (GH-171). * Fixed call counting with exceptions (GH-163). * Fixed behavior with arbitrary status codes (GH-164). * Fixed handling of multiple responses with the same match (GH-165). * Fixed default path behavior with ``match_querystring`` (GH-166). * Restored ``adding_headers`` compatibility (GH-160). * Allow empty list/dict as json object (GH-100). * Added `response_callback` (GH-151). * Added ``Response`` interfaces (GH-155). * Fixed unicode characters in querystring (GH-153). * Added support for streaming IO buffers (GH-154). * Added support for empty (unset) Content-Type (GH-139). * Added reason to mocked responses (GH-132). * ``yapf`` autoformatting now enforced on codebase.- Update for singlespec- Initial releasepython-responseslamb16 1585486725 0.10.12-lp152.1.10.10.12-lp152.1.10.10.12-lp152.1.1responses-0.10.12-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txtnot-zip-saferequires.txttop_level.txtresponses.pyresponses.pycresponses.pyopython2-responsesCHANGESREADME.rstpython2-responsesLICENSE/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/responses-0.10.12-py2.7.egg-info//usr/share/doc/packages//usr/share/doc/packages/python2-responses//usr/share/licenses//usr/share/licenses/python2-responses/-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.2/standard/b62d3078b8a469270441a0c9b4d0709a-python-responsescpioxz5noarch-suse-linuxdirectoryPython script, UTF-8 Unicode text executableASCII textPython script, ASCII text executablepython 2.7 byte-compiledRRRR+2$C2a*python2-pytestutf-8b7a0414d5f23a3558cfa6c7df70af15c14a98ec9872c2db51ff7499cd9cd166a?7zXZ !t/͟V1] crt:bLL _0 <'9]ЃK`1.!'DzeJz1{׊I&d(e BbgH.8 4a,RUj,ǗN@1p G4bLs^8B*`Zp*Y#^|;A6!)/;D9*z)va+NP︀]<9 i쿎(Q6>7oX/N*_+̾@.؇5l-+ havC,B<68+^h w[iM^?NT [W:3,K3ܽ!@G.6m]n ()GEA[gc#dY˰7ɪ(@)o_zOU_˚9?]8cg~ί+EZ?ё{.hO A1s7)rrX]ZWFB]=&;/O_)oz7,da3UJuD1 9hy˵h HJɪMu֓jxyxJ]-]ukU׈چ^XhUR(T ۢ z?P-h(䣈% `)X>0P '}%F95?J{OkֶM JWeg^NL8+vS[~-z3OCh,"}>U\t0s1DL)s-S^̢~ɭ+|@Dpv_?XWƧAݕ46ͷS%?6H.ID[wVԵ{XYy5]1pUkF33X⠽h:|iyxZaao}J#3UK?BXGԃ !/k*]ê]c-W! >[p6i3OԆ!3~+'9[U%6T냅6xaְ?Pm^m$R -1W*es i|5tK_CP'l/gXzOk52 kMu `}9o(.: A?2[nc{=]%{puzX^@[R܃zP,58Jea@N3O"ex#gS *>VP:E<tdEr@AAmgMoݕV\RgqSW&hKKSk / O&xInL9j=ԫ6RXLD)$QBmE_+3bct +9,F,6`\KIslQ] ʢcu9}E$/ú~ 6Xz l[5exJ.CGm6$>uBKQXW_Gc*i5l\;L%Tbb;iNĠJ2椃vDKuYљaNYB_| o)x|H%lS] qřكWim$lhfP1j9~Ѥ&cZ%ٸ[(]ӞQ\?FɍȴE|*Ţr; SSYAWVql GO 4ޑ_ j Hl7I u\g ڡ0Et2ِqGd+ g+IDb)&hљáv- !4S?Ӕg Dɱ'}?6% _)FEVSW)i0YgV E"Q [n# ,ċ*41N%_T?$ ׮ YUQ7%(|<d(%*SU_A(d.pDF8'SehU oח"yv!uiq L|.BB+;4vU)@ޝ.Y I?Ե)Y6ݩλp5d5"F஭>+Rs`y),BO&(6t|)͉ĚWt}3*fB3)[Yʻl?3>)q ޱ;'܈V>A #AShГ Z-VmiZ5Ӈ? q0N7ʥĉ9丩:#6/X*MG-/(7 m{e\-iU"|U N%2C ~:96[,ԭY`Kϧ-~@>33dallvOveI,aĺ/ih^x6c(J3?+S70Fߗ <>C۰ [`U4Ip[?s!")NJXg~#bVXX+ՠ`Ie[F.؀*7v47Jϭ?˜]KvϜ9٭y]EPp.2-yF|:cVkH1#*q.3ᛣX߇5=Z %ec69"P%@]709_=v(YOZ-Ylxa9!n@S uC^}Π9uz%!U䲜RskE!zHt0}6%9;dWO܁D8y:]ȻD2l҈D AAꭳ7m#+`XL`;ۦw-2idT5>N$YOf;ĭ+] +>Ď]/[OpԚKܗ\!Na೨ +-lX(\Kr2Wzf9|C +dKZqr :Z(QSxB4ٟ Ʌy8xr0_hU =24bV[C o\B&38ܠ|s4Hz^|ilU] =XOCy}50DimR˛X=옞.xT…xOJ= 9ғD*%DÒ>,*a^ԈLh 9'(U\^1"#MH&); zS>Bt b}|7D%zwzƞVԜ<fqm.qpe LQv+[wfMb*ž!6k,/iM{Adbl9Bɉ1~d^B!ik%"M:٘OO._گxNGcD60N^xg?39%X<{rTRp߫t2%x+ƍƈbOMh_Έ^=IJsnS j4K4Q~낏zwdn}z kT|tIe\:-8psyp07H?DS+Q}{t'=nW:Ck+v"kɑ\PT¢ewb?Ћ.McLC\#>L͇C^Byq5*4Dqj<;1 s4Fj̀{e/*]O]78!"Y.F.j߬\ٰ4N3Xct,sC"Ű@`'G5miw$mo}tYSK}6AĩX ya)A>t@ >!-4;c&U  ЖzYh6y|ͱ| }wmp#͵F]#Lք ;o#nCfYiI[y_xnD 19@wcm*ܟJ+1Yo-ܽf@<߃iD?TaUa;Wd-Ϋ`+wAAiFCxkdN1jO\W-Ya_b; _TqȟB*2x[u,GV/\.V>>F3#^nq`}*ɫr }KRUܹq ~+Vt4=`z~$>q&Xrw\]wEښze$R&&kpl'@}0Q)6ip- r|\}3=$ăG"r: s<~zgTG}V+ɂ1LguiչۇhYI3?)jYrRk6έo{ %2Y4ׂ\id=c.9(O rFe4PkgOCjX&mv-8!(a. T'h~Ӈ^~iR遍2o"eşۅ)V9=&Y9Uoň6)PS[Gj֊Svʮ[Zh,\WN'h{mK(,NV86YI:oh샞{\(K؊z[WhVO_::풛Ň:kE#LO q59r.5~o8ٻ]\E#MzO)cWle$7 @gi~jnQ6v~4ҥsjJJn4M~<:9|r9um-]fPgO8X"kz0-_QdBe\%9!uH/dQ/D07}m3RxIHc+@&BVdqغ0 KEn5&9+ ̢bqSLe쫱h+ Vx΁G xRݷKxa!__RͭF%#hC"*؝<'62rS.Nm&X.?q:ZQMC}c5A1|#r8P(pJp\YmNr=Kَ4BkA,P!R '7%ʑ_g=\/C3ǙPC37lxĒ"12B _vԋ(^ R=.Y*S.)LTw)UY89Tſ%ADz8jFGl'G<ԓ6Ϡmx ba+.Qh .~&$h<ϼPrLG}Wu9 $G^'tٝNLy n^J~T#HJH֣8XПc亡mq((ڢv=DCTh*#ȟPy5 AS851.KAm5o B[=,e*ϫ32Jc~[`r̕oB6Z:u_H~ī\'^xʍJgpO$FA kNŸ'DnÁ>y@xhek^YoH&TENf0RBqil"-JpuWA/ V9SV/q0bb8)%9@n*cI$WzYI˂*Z-oq8PlR1ƦUIw k `o^s54,G×ҥ3V~dESqUå#h\13;-v;'&.k/ǢFmWw>@}/kNڨgXtWe^lԧ`39Al0ɀs@8޴l,+v=],I˙/εsoJgtL ^>ܐ34YT6 kU~ thI_Sqf>.fw_9]l-ȓPzRw<ǛYt],Ϟ;(dm[*Jp# дd~M!F؀KrgY%UC;έZ\##:tb$dWj?qQA٤) . QFp;m=GJunm̔f;n4Oy.[Ô*.ijȱי/#%Qtׂ]u/φ="qee#8SDYߥ !z$X+m > v©{ߪFY1~C}Xhf4j¯Q@t`M$3`{[ҕ sw>&{>ɷ⑚u9QC0B]%Wm*4V3@,'@/ۻU-ܘi7kb?ʟ߬+2uEːiI(˜}0 :LGXo?hB,^>UtGD[ wi3^Kx糶d7qfz?]%"WkCO5p*ȇlTf%A F0}2VKƏnjriD&Vͭ`SM>o̖s"σ<^^/S4ؼzoh'ir8c)evr8b,3-b,[ӵM%d?PLz>SĜC5Y{l>Q%#3 f㬊f41[/Mf[@S*vr*FSTszFoZ_ :cM>/3`)nZ+fcU$kt _ʚRGd,yȗƕ1h{Ԫ"g#l2e=+ 8ltqwCQl,P#N ƷgyEmV5Vi5kweg">zڔ4* آyER|#وÕmA^|׻h))ġ~@\QA[Z[+Ŝ0~{Ɍ Ԥh; Hm3i86+rk!%kwU䏒f^,C˒Vh@,wu Pq( ~94 :OPrTώPrٕװ$h(g ՇjR Vyc)i>ƩW r|U.ƽWUUXmV{/y#{6<WXYx9/f^qmw>3U49q c8ᏺiF8`R5B.h~Ϥh-Amd&iVxsu0ȬadG@*˸soJ9^dpţx<=}G'T#mS,h5)X_x}R5;B; caUi`wZ/)t㻲2z#<4(o-5.qllg~MZ,U]z[\$pcl6it%xGROK΀2#SK-Y2Ԍje^dm7HŐ͵KDWF^-*8PqUnh~~Hg4&Kd*]ϲeUx*.Uf;5nRu+ bgі32d |w}8J8 }bDއb'6W10kTNJOHșe{N\҄7MXYKx&aoM> [)>"OnG`d)0p=xEj8o@0" \|USH44o_"1ZNu~^Mc!+NVa΃8N Tbp^5Nd2KپY()(GU }Rc-}j}(s!z(ig=)Fk/Wu1^a!i^rf@ݔ2jE?ì@:[%>3 <dž+dOyt*‹7-7,Jي(Ƹ\soeOX:;AT~_~&D`YkGz-19 KV߬MY83kjWB'EH:'0,< 돋*t!gTOSE NxģK8ZIQvm6;xA֎oS܃H יn 1O=_OHRnU y-T@e wB>^uIb%}g߻NnS=A?sN J4Zz b椶,u܍|O EKɥ_l Ѯ㣨zmh}e9P|1j.XigbNb:ɣgvyg+R#Lݥ QP82|F!wsCV0oO"kFe@awlsO1Kx@zv WlXM~x?Z<}+ޅUg}L+ʳw*ki&d=!=8whn!>j˝sr|XHCy7`dĎ1%_\au+H0F"HdmbH+=>ZOUҀ٦b'VvwbŸ$"8g(g$DLͼ{"!DZl8&_V.<4FRY]\gt*0q&P#twvBl Jpy/r-2H>[*w'aKr*5'gݗz0[:TۮO͆PqhZ~i3N:S4cx |zoyh'}z-,]CubBƍ4&c nB)֌xGɜ:Czp9DvQ!1 `G&8'Ţ/`k~:;Z>U\4i!yWh~B̨Z-9QW=) :E %-] b~vutf/ЈZ}yf>ygM '3 )oUE'`Mk,,iy0[m(}j=d옢N'ip""Sֹ`R%Y;upwM4ISk?@1lܒR?QoQ{xW<#]i+u:~' 5YuœQdĐpV =JcScQgtwG"DPyʟv\U b aMO AzI  8I|S@ 0] \Zu^ϊ/Lt- n* :NcMΖRKs-QAd*#D70Ōa>%M?ʍSQTbloGzĈd4M_3fh8R-@'][, P}b`xr>~ًF> BG}ܢuZ"OK*=QCuϕzC(J;œs@9ULTrµ6ҸJñ T<`p{=ǚoTzeԎ OMF%!{u]| uOwv6X6|ҚJZ?Y'z;ǚz~̶߳VnI~5 4H=mtϨ&ٛ`Ġg|Bن0bbo6W%n4Sr9.N+!P u*/vO)x/?ʄ D™;<&V&Qfk4j+X5ZM, ާںJ26/s+ >҉%Ȕ\D8_8~-A h檉\S/,5^qCv_ }l`_ ͫ抋#;H98I)Y'4Yxѷ/R޿ `Y4`%>xZ-/O8V%\TzuRgFqk;зKTM4q~H%0| 4`6v ^0tKh #EuXu=0nru:5TatÈ+X,C(H gHZLOsMB}fʩLBк6&`ߣe˄>/5I]cVtUDjedž@ *>/|S9nj2i,ak'paZ.&:E'tETQt?ꇳ8Ѥcͪ&}{7>1oIw½yClݮt42l䎋5woR݊mD"م L*Rqofk%Ag_ag@ő{K)U@͒R2 ({&#2D{g5)fƸ{<GH? 㑮`ԪVHC76gHY`wž P{ݼ2 HBEEbg&"pLDDoA9Yb5bQ p?f"~bea[xd8 7[uUr-\c*51:ł삎^mEHPh)sĻ`á<49uR;WGo /! [,I }jڝȦLpPؔ™Qv 돋Bҗ9 "}+Hya19q &oOO; u8 t:%YcXjΓoR`8JC~Ef8\4I=rCBr` s;fBڧZMWk6XMYbC'GoG]VJfxXl؈UhOSKg(2qk-fHl⅋ښ?IK6a^،QS> |ߨD$9z1u(w937O>(DCUF۽%v9b@^YU5aq"1TƠ-I X'bS' u.5Qm"a~2[9]-O-8uU7[4!Ys"7ȟ 6W^g,F`gȓc+ C^yl3Q;,0%Nԭ1""Jtax-Լ{P+pjJ .3H %f< @vX;*jMoفe`y#_֐[?A=Z!;(si6-sIa 59:ˊewX!Ko6;>kn+xz=r\4.~ '\$V7m`lv=HSu$ o,;[0?w(5$o~}#J%r>YWbw_|lW@TPLbւ48%ú̱S"kex< ՟5``x;H\s^DDޕ|!98DՀH,p#5! *LRkd+tޔ#1aMh|q:|@ oDQstm &#̮2-*-ٳV·!6w[Wx]X՗vSҍ0`uW=ЙՑrYX.ܼpt x}Ł时 EwPuT4L^O˽v8d9ZKĘ5h/FKh*AVp-/]Eh5SʜeTKK|b=L1&sQ̖G×1B& #+W?ގVm=d߯4ErABv|阠7ti?ohXu2%e`k;?wOY1|.~A+9׿YpٽRBʇf/C$RԈpkgh-9qM~KMŒ˫qC6 )Ls<nH`ScbZ!; fNN.1R_GvSS%U~;([sR*z' F3"ܡ# h=ثyW7![/\LBC﷍/%Mz漝⭾ | Yf%@TI  l9L s3^XVbk YE gkdS)8۷?\-17?LKlVI+⽷C8El&,t5ec.*Ӈh c El 23;q\rMN6!‹Cxu!3 ·SiD3+}&Ferdz $o,*Oh  [ȥ~B]ȹ4DF2^ʎ "+|߀JVWf)R<yRCei% PB.9H\7W\NeI,TA> ϝ΄{#K!8{NCd?f  ucNZIG],gj8tQ%%Lɷo h-*;i,Pm|>6%nI Ξrk\Tگ1Ua& ?(>V[,\e{ qAR1m)7 Ѱᨬŵ=P uz@_`՛LL=,=tiǭ})F:նx6o ৭8RN4_11'crAjg$F<ɋM)F?@I)";rQf` TG[S#R82esT_9I{C{"P:{ypb5ʸ<{h3ܸm#!*2,dV]r׍ƥ:$Z,4>n郚됝uR~ Nag9W↑b28i`/Ñ>Z ҸM icsQP]/yFiE5ADbȭZ09Tɬ b H FA#J+% MP֢餀F-j, c}}xtɖg5`!q".JXg.X抾YLf7ZI7R}gpb׻iJ$&I]˻cQCɝ]#_ x5 0(,Z=4;-tI&qe ? zj1d I4‘D̙~v^L+A~x5upUfpcW>hd7x#K@Ur1v;Q=h\GIv`c]=q)tMT;DaJheW?&dQ &g_DĔb e4/!澗)дdIr\}bZO|k4CߊÂW2Ctj2 ?q;4i1}nkuvA˶o.LM s2̥(ZN]Kfvq?|[G8px CYŠ96+T"sm@71%15n4vPIH%} kǷњs#N1yD”^!M3Aհ=%ñx6eC|P#$z*jN` )auЖfuwU*̭d wmVҊtp0FBd#dNuO>{sqO&-fnɴGVfȶk~Ay1i!gĦ*bg$|PgkwEzex) wӢln#Y!C_-p֎̕Garw8 (ኆ+}ȧg9 &ۥZ2)_ET :kmD2DDPvJm։@*ރDk+X/xQs4*[@mRAL, mIGV$PIhK;^M*xuS͇Cc! bpgVF}@~lȵ$Ys)j R^@`;K5f0m`/=w "~"ʍ hkSis$ j+8=1F 4Ey>mj 礞M5F艅οH_.ijAi:C#ɅÍyt3+\?1ȹAuDNĞz^T\ui /c43+ 꽾G))YHO6~sUJK%DeƸv~X͇)4 }ܼc40e 'y88in頗D.ҹMF =lX{`/pZKTZ1g|T Q9O~-/a7tMDg&m+rcaCH2E 9' )%i 2lT4{&VQ_x!7Ty!uvT )|~%V)wjiڹcq=3t<c .,,57o  EZc-֦7C5;淚wzԇ>̒\HhSi'ZCx68rmQ(Ȭ\3dyf6\YhMK-Y}P` 2}K={!xM*)ޑ0 b04u1fуDK }q GV:0˜إӒP\V\AICh],8&ΧodO' Fy8k.Um9ro+JO5l8CužZpzeFmg01%[%2S{!tk6L,C8GM? UM_,b}/zmo#p|EJzsT=7릣PHl>`R&/I"ljE0hq#x)kM:6^eMM ^kuu<#j,ٗaw}s)Vtԙz~KR&.nRz C.s4Wgܭ"@{Κ5"ug&L"o+Cr?߭Anj |."ҫCJN&^ؔeeiLzX%prOȫ3W#0^<}z+J&Z{ $d\ʦvK0cTAe!X-EAJ=1N <@–Ɍ6_q9cwRÊ5VПg\.pQO7jC3#^; C~f?y}#]gYO tQ-1LtXi ] YZ